2022-04-04 11:09:20.387 | + ./stack.sh:main:473 : exec 2022-04-04 11:09:20.387 | + ./stack.sh:main:481 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-04-04-110920' 2022-04-04 11:09:20.387 | ++ ./stack.sh:main:473 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-04-04-110920.summary.2022-04-04-110920 2022-04-04 11:09:20.387 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:09:20.388 | + ./stack.sh:echo_summary:432 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-04-04-110920 2022-04-04 11:09:20.388 | + ./stack.sh:main:483 : ln -sf /opt/stack/logs/stack.sh.log.2022-04-04-110920 /opt/stack/logs/stack.sh.log 2022-04-04 11:09:20.388 | + ./stack.sh:main:484 : ln -sf /opt/stack/logs/stack.sh.log.2022-04-04-110920.summary.2022-04-04-110920 /opt/stack/logs/stack.sh.log.summary 2022-04-04 11:09:20.388 | + ./stack.sh:main:499 : check_path_perm_sanity /opt/stack 2022-04-04 11:09:20.388 | + functions:check_path_perm_sanity:596 : local real_path 2022-04-04 11:09:20.388 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-04-04 11:09:20.388 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-04-04 11:09:20.388 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-04-04 11:09:20.388 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-04-04 11:09:20.388 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-04-04 11:09:20.388 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-04-04 11:09:20.388 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-04-04 11:09:20.388 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-04-04 11:09:20.388 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-04-04 11:09:20.388 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-04-04 11:09:20.388 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-04-04 11:09:20.388 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-04-04 11:09:20.391 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-04-04 11:09:20.393 | + ./stack.sh:main:505 : trap exit_trap EXIT 2022-04-04 11:09:20.395 | + ./stack.sh:main:546 : trap err_trap ERR 2022-04-04 11:09:20.397 | + ./stack.sh:main:559 : set -o errexit 2022-04-04 11:09:20.399 | + ./stack.sh:main:562 : uname -a 2022-04-04 11:09:20.400 | Linux dv-neutron-835866-1-hyperv 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-04-04 11:09:20.402 | + ./stack.sh:main:565 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-04-04 11:09:20.404 | + ./stack.sh:main:566 : rm -f /opt/stack/data/ca-bundle.pem 2022-04-04 11:09:20.407 | + ./stack.sh:main:569 : source /home/ubuntu/devstack/lib/database 2022-04-04 11:09:20.440 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/rpc_backend 2022-04-04 11:09:20.454 | + ./stack.sh:main:576 : fetch_plugins 2022-04-04 11:09:20.457 | + functions-common:fetch_plugins:1655 : local plugins= 2022-04-04 11:09:20.458 | + functions-common:fetch_plugins:1656 : local plugin 2022-04-04 11:09:20.460 | + functions-common:fetch_plugins:1659 : [[ -z '' ]] 2022-04-04 11:09:20.462 | + functions-common:fetch_plugins:1660 : return 2022-04-04 11:09:20.464 | + ./stack.sh:main:580 : run_phase override_defaults 2022-04-04 11:09:20.465 | + functions-common:run_phase:1737 : local mode=override_defaults 2022-04-04 11:09:20.467 | + functions-common:run_phase:1738 : local phase= 2022-04-04 11:09:20.469 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-04-04 11:09:20.470 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-04-04 11:09:20.472 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-04-04 11:09:20.474 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-04-04 11:09:20.475 | + functions-common:run_phase:1747 : local extra 2022-04-04 11:09:20.477 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-04-04 11:09:20.480 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-04-04 11:09:20.482 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-04-04 11:09:20.484 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-04-04 11:09:20.485 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-04-04 11:09:20.487 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-04-04 11:09:20.499 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:09:20.501 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-04-04 11:09:20.503 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-04-04 11:09:20.504 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-04-04 11:09:20.506 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-04-04 11:09:20.508 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-04-04 11:09:20.509 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-04-04 11:09:20.511 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-04-04 11:09:20.513 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-04-04 11:09:20.514 | + functions-common:run_phase:1758 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-04-04 11:09:20.516 | + functions-common:run_phase:1761 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-04-04 11:09:20.520 | + functions-common:run_phase:1762 : plugin_override_defaults 2022-04-04 11:09:20.522 | + functions-common:plugin_override_defaults:1696 : local plugins= 2022-04-04 11:09:20.525 | + functions-common:plugin_override_defaults:1697 : local plugin 2022-04-04 11:09:20.527 | + functions-common:plugin_override_defaults:1700 : [[ -z '' ]] 2022-04-04 11:09:20.528 | + functions-common:plugin_override_defaults:1701 : return 2022-04-04 11:09:20.530 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/apache 2022-04-04 11:09:20.548 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tls 2022-04-04 11:09:20.550 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-04-04 11:09:20.563 | ++ functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:09:20.573 | +++ lib/tls:source:43 : hostname -f 2022-04-04 11:09:20.577 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-04-04 11:09:20.578 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-04-04 11:09:20.581 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-04-04 11:09:20.582 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-04-04 11:09:20.584 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-04-04 11:09:20.586 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-04-04 11:09:20.588 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-04-04 11:09:20.589 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-04-04 11:09:20.591 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-04-04 11:09:20.593 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-04-04 11:09:20.597 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/infra 2022-04-04 11:09:20.608 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/libraries 2022-04-04 11:09:20.624 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/lvm 2022-04-04 11:09:20.635 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/horizon 2022-04-04 11:09:20.647 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/keystone 2022-04-04 11:09:20.671 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/glance 2022-04-04 11:09:20.726 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/nova 2022-04-04 11:09:20.804 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/placement 2022-04-04 11:09:20.825 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/cinder 2022-04-04 11:09:20.874 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/swift 2022-04-04 11:09:20.929 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/neutron 2022-04-04 11:09:21.046 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/ldap 2022-04-04 11:09:21.061 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/dstat 2022-04-04 11:09:21.074 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/tcpdump 2022-04-04 11:09:21.086 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/etcd3 2022-04-04 11:09:21.170 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/os-vif 2022-04-04 11:09:21.172 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-04-04 11:09:21.176 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-04-04 11:09:21.178 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-04-04 11:09:21.180 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-04-04 11:09:21.184 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-04-04 11:09:21.187 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-04-04 11:09:21.187 | False' 2022-04-04 11:09:21.189 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-04-04 11:09:21.203 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-04-04 11:09:21.206 | + ./stack.sh:main:610 : run_phase source 2022-04-04 11:09:21.208 | + functions-common:run_phase:1737 : local mode=source 2022-04-04 11:09:21.210 | + functions-common:run_phase:1738 : local phase= 2022-04-04 11:09:21.212 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-04-04 11:09:21.214 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-04-04 11:09:21.215 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-04-04 11:09:21.217 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-04-04 11:09:21.219 | + functions-common:run_phase:1747 : local extra 2022-04-04 11:09:21.222 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-04-04 11:09:21.225 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-04-04 11:09:21.227 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-04-04 11:09:21.229 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-04-04 11:09:21.231 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-04-04 11:09:21.233 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-04-04 11:09:21.248 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:09:21.249 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-04-04 11:09:21.251 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-04-04 11:09:21.288 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-04-04 11:09:21.290 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-04-04 11:09:21.292 | + functions-common:run_phase:1758 : [[ source == \s\o\u\r\c\e ]] 2022-04-04 11:09:21.294 | + functions-common:run_phase:1759 : load_plugin_settings 2022-04-04 11:09:21.296 | + functions-common:load_plugin_settings:1673 : local plugins= 2022-04-04 11:09:21.298 | + functions-common:load_plugin_settings:1674 : local plugin 2022-04-04 11:09:21.301 | + functions-common:load_plugin_settings:1677 : [[ -z '' ]] 2022-04-04 11:09:21.306 | + functions-common:load_plugin_settings:1678 : return 2022-04-04 11:09:21.308 | + functions-common:run_phase:1760 : verify_disabled_services 2022-04-04 11:09:21.310 | + functions-common:verify_disabled_services:2020 : local service 2022-04-04 11:09:21.312 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.314 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-04-04 11:09:21.317 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.319 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-04-04 11:09:21.321 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.323 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-04-04 11:09:21.325 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.327 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-04-04 11:09:21.329 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.332 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-04-04 11:09:21.334 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.336 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-04-04 11:09:21.338 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.340 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-04-04 11:09:21.342 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.344 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-04-04 11:09:21.347 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.349 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-04-04 11:09:21.351 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.353 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-04-04 11:09:21.355 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.358 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-04-04 11:09:21.360 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.362 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-04-04 11:09:21.364 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.367 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-04-04 11:09:21.369 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.371 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-04-04 11:09:21.373 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.375 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-04-04 11:09:21.377 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.379 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-04-04 11:09:21.381 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.384 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-04-04 11:09:21.386 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.388 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-04-04 11:09:21.390 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.392 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-04-04 11:09:21.394 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.396 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-04-04 11:09:21.399 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.401 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-04-04 11:09:21.403 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.405 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-04-04 11:09:21.407 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.410 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-04-04 11:09:21.412 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.414 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-04-04 11:09:21.416 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.418 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-04-04 11:09:21.420 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.422 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-04-04 11:09:21.425 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.427 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-04-04 11:09:21.429 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.432 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-04-04 11:09:21.434 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.436 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-04-04 11:09:21.438 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.440 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-04-04 11:09:21.442 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.444 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-04-04 11:09:21.446 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.448 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-04-04 11:09:21.451 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.453 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-04-04 11:09:21.455 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.458 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-04-04 11:09:21.460 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.462 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-04-04 11:09:21.464 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.466 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-04-04 11:09:21.468 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.470 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-04-04 11:09:21.473 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.475 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-04-04 11:09:21.477 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.479 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-04-04 11:09:21.482 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.484 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-04-04 11:09:21.486 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.488 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-04-04 11:09:21.490 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.492 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-04-04 11:09:21.494 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.496 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-04-04 11:09:21.499 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.501 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-04-04 11:09:21.503 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.505 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-04-04 11:09:21.507 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.509 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-04-04 11:09:21.511 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:09:21.514 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-04-04 11:09:21.516 | + ./stack.sh:main:681 : initialize_database_backends 2022-04-04 11:09:21.519 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-04-04 11:09:21.521 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-04-04 11:09:21.535 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:09:21.538 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-04-04 11:09:21.540 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-04-04 11:09:21.542 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-04-04 11:09:21.556 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:09:21.558 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-04-04 11:09:21.560 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-04-04 11:09:21.563 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-04-04 11:09:21.565 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-04-04 11:09:21.567 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-04-04 11:09:21.569 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-04-04 11:09:21.571 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-04-04 11:09:21.574 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2022-04-04 11:09:21.576 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-04-04 11:09:21.578 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2022-04-04 11:09:21.581 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-04-04 11:09:21.584 | + lib/database:initialize_database_backends:104 : return 0 2022-04-04 11:09:21.586 | + ./stack.sh:main:682 : echo 'Using mysql database backend' 2022-04-04 11:09:21.586 | Using mysql database backend 2022-04-04 11:09:21.588 | + ./stack.sh:main:685 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-04-04 11:09:21.603 | + ./stack.sh:main:697 : is_service_enabled rabbit 2022-04-04 11:09:21.617 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:09:21.620 | + ./stack.sh:main:698 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-04-04 11:09:21.635 | + ./stack.sh:main:705 : is_service_enabled keystone 2022-04-04 11:09:21.650 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:09:21.652 | + ./stack.sh:main:707 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-04-04 11:09:21.668 | + ./stack.sh:main:709 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-04-04 11:09:21.682 | + ./stack.sh:main:720 : is_service_enabled ldap 2022-04-04 11:09:21.697 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:09:21.699 | + ./stack.sh:main:729 : is_service_enabled s-proxy 2022-04-04 11:09:21.714 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:09:21.717 | + ./stack.sh:main:733 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-04-04 11:09:21.732 | + ./stack.sh:main:735 : [[ -z '' ]] 2022-04-04 11:09:21.734 | + ./stack.sh:main:735 : [[ False == \T\r\u\e ]] 2022-04-04 11:09:21.737 | + ./stack.sh:main:741 : save_stackenv 741 2022-04-04 11:09:21.739 | + functions-common:save_stackenv:60 : local tag=741 2022-04-04 11:09:21.742 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-04-04 11:09:21.746 | + functions-common:save_stackenv:62 : time_stamp=2022-04-04-110921 2022-04-04 11:09:21.748 | + functions-common:save_stackenv:63 : echo '# 2022-04-04-110921 741' 2022-04-04 11:09:21.750 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:09:21.753 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-04-04 11:09:21.755 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:09:21.757 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-04-04 11:09:21.759 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:09:21.762 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-04-04 11:09:21.764 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:09:21.766 | + 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-04-04 11:09:21.768 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:09:21.770 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.43 2022-04-04 11:09:21.773 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:09:21.775 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.43/identity 2022-04-04 11:09:21.777 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:09:21.779 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-04-04-110920 2022-04-04 11:09:21.782 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:09:21.784 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-04-04 11:09:21.786 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:09:21.788 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.43 2022-04-04 11:09:21.791 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:09:21.793 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-04-04 11:09:21.795 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:09:21.797 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-04-04 11:09:21.800 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:09:21.802 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-04-04 11:09:21.804 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:09:21.807 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-04-04 11:09:21.809 | + ./stack.sh:main:752 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/xena 2022-04-04 11:09:21.811 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2022-04-04 11:09:21.813 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2022-04-04 11:09:21.816 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-04-04 11:09:21.818 | + functions-common:git_clone:526 : local orig_dir 2022-04-04 11:09:21.820 | ++ functions-common:git_clone:527 : pwd 2022-04-04 11:09:21.822 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-04-04 11:09:21.824 | + functions-common:git_clone:528 : local git_clone_flags= 2022-04-04 11:09:21.827 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-04-04 11:09:21.841 | + functions-common:git_clone:530 : RECLONE=False 2022-04-04 11:09:21.843 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-04-04 11:09:21.845 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-04-04 11:09:21.848 | + functions-common:git_clone:544 : echo stable/xena 2022-04-04 11:09:21.848 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-04-04 11:09:21.853 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2022-04-04 11:09:21.855 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-04-04 11:09:21.857 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2022-04-04 11:09:21.859 | + functions-common:git_clone:593 : git show --oneline 2022-04-04 11:09:21.859 | + functions-common:git_clone:593 : head -1 2022-04-04 11:09:21.864 | a4899ad4 Switch pypowervm to Wallaby version 2022-04-04 11:09:21.866 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-04-04 11:09:21.868 | + ./stack.sh:main:756 : echo_summary 'Installing package prerequisites' 2022-04-04 11:09:21.871 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:09:21.873 | + ./stack.sh:echo_summary:432 : echo -e Installing package prerequisites 2022-04-04 11:09:21.875 | + ./stack.sh:main:757 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-04-04 11:09:21.878 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-04-04 11:09:21.880 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-04-04 11:09:21.882 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-04-04 11:09:21.885 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-04-04 11:09:21.887 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-04-04 11:09:21.889 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-04-04 11:09:21.892 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-04-04 11:09:21.896 | ++ tools/install_prereqs.sh:source:47 : NOW=1649070561 2022-04-04 11:09:21.899 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-04-04 11:09:21.903 | +++ tools/install_prereqs.sh:source:48 : echo 0 2022-04-04 11:09:21.905 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2022-04-04 11:09:21.908 | ++ tools/install_prereqs.sh:source:49 : DELTA=1649070561 2022-04-04 11:09:21.910 | ++ tools/install_prereqs.sh:source:50 : [[ 1649070561 -lt 7200 ]] 2022-04-04 11:09:21.913 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-04-04 11:09:21.915 | ++ functions-common:export_proxy_variables:2127 : isset http_proxy 2022-04-04 11:09:21.917 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2022-04-04 11:09:21.919 | ++ functions-common:export_proxy_variables:2130 : isset https_proxy 2022-04-04 11:09:21.922 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2022-04-04 11:09:21.924 | ++ functions-common:export_proxy_variables:2133 : isset no_proxy 2022-04-04 11:09:21.927 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2022-04-04 11:09:21.930 | +++ 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-04-04 11:09:21.974 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-04-04 11:09:21.974 | apache2-dev 2022-04-04 11:09:21.974 | bc 2022-04-04 11:09:21.974 | bsdmainutils 2022-04-04 11:09:21.974 | curl 2022-04-04 11:09:21.974 | g++ 2022-04-04 11:09:21.974 | gawk 2022-04-04 11:09:21.974 | gcc 2022-04-04 11:09:21.974 | gettext 2022-04-04 11:09:21.974 | git 2022-04-04 11:09:21.974 | graphviz 2022-04-04 11:09:21.974 | iputils-ping 2022-04-04 11:09:21.974 | libapache2-mod-proxy-uwsgi 2022-04-04 11:09:21.974 | libffi-dev 2022-04-04 11:09:21.974 | libjpeg-dev 2022-04-04 11:09:21.974 | libpcre3-dev 2022-04-04 11:09:21.974 | libpq-dev 2022-04-04 11:09:21.974 | libssl-dev 2022-04-04 11:09:21.974 | libsystemd-dev 2022-04-04 11:09:21.974 | libxml2-dev 2022-04-04 11:09:21.974 | libxslt1-dev 2022-04-04 11:09:21.974 | libyaml-dev 2022-04-04 11:09:21.974 | lsof 2022-04-04 11:09:21.974 | openssh-server 2022-04-04 11:09:21.974 | openssl 2022-04-04 11:09:21.974 | pkg-config 2022-04-04 11:09:21.974 | psmisc 2022-04-04 11:09:21.974 | python3-dev 2022-04-04 11:09:21.974 | python3-pip 2022-04-04 11:09:21.974 | python3-systemd 2022-04-04 11:09:21.974 | python3-venv 2022-04-04 11:09:21.974 | tar 2022-04-04 11:09:21.975 | tcpdump 2022-04-04 11:09:21.975 | unzip 2022-04-04 11:09:21.975 | uuid-runtime 2022-04-04 11:09:21.975 | wget 2022-04-04 11:09:21.975 | wget 2022-04-04 11:09:21.975 | zlib1g-dev 2022-04-04 11:09:21.975 | libkrb5-dev 2022-04-04 11:09:21.975 | libldap2-dev 2022-04-04 11:09:21.975 | libsasl2-dev 2022-04-04 11:09:21.975 | memcached 2022-04-04 11:09:21.975 | python3-mysqldb 2022-04-04 11:09:21.975 | sqlite3 2022-04-04 11:09:21.975 | conntrack 2022-04-04 11:09:21.975 | curl 2022-04-04 11:09:21.975 | dnsmasq-base 2022-04-04 11:09:21.975 | dnsmasq-utils 2022-04-04 11:09:21.975 | ebtables 2022-04-04 11:09:21.975 | genisoimage 2022-04-04 11:09:21.975 | iptables 2022-04-04 11:09:21.975 | iputils-arping 2022-04-04 11:09:21.975 | kpartx 2022-04-04 11:09:21.975 | libjs-jquery-tablesorter 2022-04-04 11:09:21.975 | parted 2022-04-04 11:09:21.975 | pm-utils 2022-04-04 11:09:21.975 | python3-mysqldb 2022-04-04 11:09:21.975 | socat 2022-04-04 11:09:21.975 | sqlite3 2022-04-04 11:09:21.975 | sudo 2022-04-04 11:09:21.975 | vlan 2022-04-04 11:09:21.975 | lsscsi 2022-04-04 11:09:21.975 | open-iscsi 2022-04-04 11:09:21.975 | lvm2 2022-04-04 11:09:21.975 | qemu-utils 2022-04-04 11:09:21.975 | thin-provisioning-tools 2022-04-04 11:09:21.975 | acl 2022-04-04 11:09:21.975 | dnsmasq-base 2022-04-04 11:09:21.975 | dnsmasq-utils 2022-04-04 11:09:21.976 | ebtables 2022-04-04 11:09:21.976 | haproxy 2022-04-04 11:09:21.976 | iptables 2022-04-04 11:09:21.976 | iputils-arping 2022-04-04 11:09:21.976 | iputils-ping 2022-04-04 11:09:21.976 | postgresql-server-dev-all 2022-04-04 11:09:21.976 | python3-mysqldb 2022-04-04 11:09:21.976 | sqlite3 2022-04-04 11:09:21.976 | sudo 2022-04-04 11:09:21.976 | vlan 2022-04-04 11:09:21.976 | pcp 2022-04-04 11:09:21.976 | ipset 2022-04-04 11:09:21.976 | conntrack 2022-04-04 11:09:21.976 | conntrackd 2022-04-04 11:09:21.976 | keepalived 2022-04-04 11:09:21.976 | lvm2 2022-04-04 11:09:21.976 | qemu-utils 2022-04-04 11:09:21.976 | thin-provisioning-tools 2022-04-04 11:09:21.976 | curl 2022-04-04 11:09:21.976 | liberasurecode-dev 2022-04-04 11:09:21.976 | make 2022-04-04 11:09:21.976 | memcached 2022-04-04 11:09:21.976 | sqlite3 2022-04-04 11:09:21.976 | xfsprogs' 2022-04-04 11:09:21.976 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-04-04 11:09:21.994 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-04-04 11:09:21.994 | apache2-dev 2022-04-04 11:09:21.994 | bc 2022-04-04 11:09:21.994 | bsdmainutils 2022-04-04 11:09:21.994 | curl 2022-04-04 11:09:21.994 | g++ 2022-04-04 11:09:21.994 | gawk 2022-04-04 11:09:21.994 | gcc 2022-04-04 11:09:21.994 | gettext 2022-04-04 11:09:21.994 | git 2022-04-04 11:09:21.994 | graphviz 2022-04-04 11:09:21.994 | iputils-ping 2022-04-04 11:09:21.994 | libapache2-mod-proxy-uwsgi 2022-04-04 11:09:21.994 | libffi-dev 2022-04-04 11:09:21.994 | libjpeg-dev 2022-04-04 11:09:21.994 | libpcre3-dev 2022-04-04 11:09:21.994 | libpq-dev 2022-04-04 11:09:21.994 | libssl-dev 2022-04-04 11:09:21.994 | libsystemd-dev 2022-04-04 11:09:21.994 | libxml2-dev 2022-04-04 11:09:21.994 | libxslt1-dev 2022-04-04 11:09:21.994 | libyaml-dev 2022-04-04 11:09:21.994 | lsof 2022-04-04 11:09:21.994 | openssh-server 2022-04-04 11:09:21.994 | openssl 2022-04-04 11:09:21.994 | pkg-config 2022-04-04 11:09:21.994 | psmisc 2022-04-04 11:09:21.994 | python3-dev 2022-04-04 11:09:21.994 | python3-pip 2022-04-04 11:09:21.994 | python3-systemd 2022-04-04 11:09:21.994 | python3-venv 2022-04-04 11:09:21.994 | tar 2022-04-04 11:09:21.994 | tcpdump 2022-04-04 11:09:21.995 | unzip 2022-04-04 11:09:21.995 | uuid-runtime 2022-04-04 11:09:21.995 | wget 2022-04-04 11:09:21.995 | wget 2022-04-04 11:09:21.995 | zlib1g-dev 2022-04-04 11:09:21.995 | libkrb5-dev 2022-04-04 11:09:21.995 | libldap2-dev 2022-04-04 11:09:21.995 | libsasl2-dev 2022-04-04 11:09:21.995 | memcached 2022-04-04 11:09:21.995 | python3-mysqldb 2022-04-04 11:09:21.995 | sqlite3 2022-04-04 11:09:21.995 | conntrack 2022-04-04 11:09:21.995 | curl 2022-04-04 11:09:21.995 | dnsmasq-base 2022-04-04 11:09:21.995 | dnsmasq-utils 2022-04-04 11:09:21.995 | ebtables 2022-04-04 11:09:21.995 | genisoimage 2022-04-04 11:09:21.995 | iptables 2022-04-04 11:09:21.995 | iputils-arping 2022-04-04 11:09:21.995 | kpartx 2022-04-04 11:09:21.995 | libjs-jquery-tablesorter 2022-04-04 11:09:21.995 | parted 2022-04-04 11:09:21.995 | pm-utils 2022-04-04 11:09:21.995 | python3-mysqldb 2022-04-04 11:09:21.995 | socat 2022-04-04 11:09:21.995 | sqlite3 2022-04-04 11:09:21.995 | sudo 2022-04-04 11:09:21.995 | vlan 2022-04-04 11:09:21.995 | lsscsi 2022-04-04 11:09:21.995 | open-iscsi 2022-04-04 11:09:21.995 | lvm2 2022-04-04 11:09:21.995 | qemu-utils 2022-04-04 11:09:21.995 | thin-provisioning-tools 2022-04-04 11:09:21.995 | acl 2022-04-04 11:09:21.995 | dnsmasq-base 2022-04-04 11:09:21.995 | dnsmasq-utils 2022-04-04 11:09:21.995 | ebtables 2022-04-04 11:09:21.996 | haproxy 2022-04-04 11:09:21.996 | iptables 2022-04-04 11:09:21.996 | iputils-arping 2022-04-04 11:09:21.996 | iputils-ping 2022-04-04 11:09:21.996 | postgresql-server-dev-all 2022-04-04 11:09:21.996 | python3-mysqldb 2022-04-04 11:09:21.996 | sqlite3 2022-04-04 11:09:21.996 | sudo 2022-04-04 11:09:21.996 | vlan 2022-04-04 11:09:21.996 | pcp 2022-04-04 11:09:21.996 | ipset 2022-04-04 11:09:21.996 | conntrack 2022-04-04 11:09:21.996 | conntrackd 2022-04-04 11:09:21.996 | keepalived 2022-04-04 11:09:21.996 | lvm2 2022-04-04 11:09:21.996 | qemu-utils 2022-04-04 11:09:21.996 | thin-provisioning-tools 2022-04-04 11:09:21.996 | curl 2022-04-04 11:09:21.996 | liberasurecode-dev 2022-04-04 11:09:21.996 | make 2022-04-04 11:09:21.996 | memcached 2022-04-04 11:09:21.996 | sqlite3 2022-04-04 11:09:21.996 | xfsprogs ' 2022-04-04 11:09:21.998 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-04-04 11:09:22.000 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:09:22.002 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:09:22.005 | ++ 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 sqlite3 xfsprogs 2022-04-04 11:09:22.006 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-04-04 11:09:22.010 | ++ 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 sqlite3 xfsprogs 2022-04-04 11:09:22.012 | ++ functions-common:install_package:1347 : update_package_repo 2022-04-04 11:09:22.015 | ++ functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-04-04 11:09:22.017 | ++ functions-common:update_package_repo:1320 : REPOS_UPDATED=False 2022-04-04 11:09:22.020 | ++ functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-04-04 11:09:22.022 | ++ functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-04-04 11:09:22.024 | ++ functions-common:update_package_repo:1327 : is_ubuntu 2022-04-04 11:09:22.026 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:09:22.028 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:09:22.030 | ++ functions-common:update_package_repo:1328 : apt_get_update 2022-04-04 11:09:22.032 | ++ functions-common:apt_get_update:1073 : [[ False == \T\r\u\e ]] 2022-04-04 11:09:22.035 | ++ functions-common:apt_get_update:1078 : [[ False = \T\r\u\e ]] 2022-04-04 11:09:22.037 | ++ functions-common:apt_get_update:1080 : local sudo=sudo 2022-04-04 11:09:22.039 | +++ functions-common:apt_get_update:1081 : id -u 2022-04-04 11:09:22.043 | ++ functions-common:apt_get_update:1081 : [[ 1000 = \0 ]] 2022-04-04 11:09:22.045 | ++ functions-common:apt_get_update:1084 : time_start apt-get-update 2022-04-04 11:09:22.047 | ++ functions-common:time_start:2295 : local name=apt-get-update 2022-04-04 11:09:22.049 | ++ functions-common:time_start:2296 : local start_time= 2022-04-04 11:09:22.051 | ++ functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:09:22.054 | +++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:09:22.057 | ++ functions-common:time_start:2300 : _TIME_START[$name]=1649070562055 2022-04-04 11:09:22.059 | ++ functions-common:apt_get_update:1086 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-04-04 11:09:22.061 | ++ functions-common:apt_get_update:1087 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-04-04 11:09:22.063 | ++ functions-common:apt_get_update:1088 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-04-04 11:09:22.460 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-04-04 11:09:22.530 | Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-04-04 11:09:22.588 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-04-04 11:09:22.724 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-04-04 11:09:24.680 | Reading package lists... 2022-04-04 11:09:24.710 | ++ functions-common:apt_get_update:1092 : REPOS_UPDATED=True 2022-04-04 11:09:24.713 | ++ functions-common:apt_get_update:1094 : time_stop apt-get-update 2022-04-04 11:09:24.715 | ++ functions-common:time_stop:2309 : local name 2022-04-04 11:09:24.716 | ++ functions-common:time_stop:2310 : local end_time 2022-04-04 11:09:24.718 | ++ functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:09:24.720 | ++ functions-common:time_stop:2312 : local total 2022-04-04 11:09:24.723 | ++ functions-common:time_stop:2313 : local start_time 2022-04-04 11:09:24.725 | ++ functions-common:time_stop:2315 : name=apt-get-update 2022-04-04 11:09:24.727 | ++ functions-common:time_stop:2316 : start_time=1649070562055 2022-04-04 11:09:24.729 | ++ functions-common:time_stop:2318 : [[ -z 1649070562055 ]] 2022-04-04 11:09:24.731 | +++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:09:24.735 | ++ functions-common:time_stop:2321 : end_time=1649070564733 2022-04-04 11:09:24.737 | ++ functions-common:time_stop:2322 : elapsed_time=2678 2022-04-04 11:09:24.739 | ++ functions-common:time_stop:2323 : total=0 2022-04-04 11:09:24.741 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:09:24.743 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=2678 2022-04-04 11:09:24.745 | ++ functions-common:install_package:1348 : 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 sqlite3 xfsprogs 2022-04-04 11:09:24.748 | ++ functions-common:real_install_package:1333 : is_ubuntu 2022-04-04 11:09:24.750 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:09:24.752 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:09:24.754 | ++ functions-common:real_install_package:1334 : 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 sqlite3 xfsprogs 2022-04-04 11:09:24.774 | ++ functions-common:apt_get:1114 : 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 sqlite3 xfsprogs 2022-04-04 11:09:24.881 | Reading package lists... 2022-04-04 11:09:25.115 | Building dependency tree... 2022-04-04 11:09:25.116 | Reading state information... 2022-04-04 11:09:25.384 | bc is already the newest version (1.07.1-2build1). 2022-04-04 11:09:25.385 | bc set to manually installed. 2022-04-04 11:09:25.385 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-04-04 11:09:25.385 | bsdmainutils set to manually installed. 2022-04-04 11:09:25.385 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-04-04 11:09:25.385 | gawk set to manually installed. 2022-04-04 11:09:25.385 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-04-04 11:09:25.385 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-04-04 11:09:25.385 | iptables set to manually installed. 2022-04-04 11:09:25.385 | iputils-ping is already the newest version (3:20190709-3). 2022-04-04 11:09:25.385 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-04-04 11:09:25.385 | kpartx set to manually installed. 2022-04-04 11:09:25.385 | libpcre3-dev is already the newest version (2:8.39-12build1). 2022-04-04 11:09:25.385 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-04-04 11:09:25.385 | psmisc is already the newest version (23.3-1). 2022-04-04 11:09:25.385 | psmisc set to manually installed. 2022-04-04 11:09:25.385 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-04-04 11:09:25.385 | python3-systemd is already the newest version (234-3build2). 2022-04-04 11:09:25.385 | python3-systemd set to manually installed. 2022-04-04 11:09:25.385 | tcpdump is already the newest version (4.9.3-4). 2022-04-04 11:09:25.385 | tcpdump set to manually installed. 2022-04-04 11:09:25.385 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-04-04 11:09:25.385 | thin-provisioning-tools set to manually installed. 2022-04-04 11:09:25.385 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-04-04 11:09:25.385 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2022-04-04 11:09:25.385 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-04-04 11:09:25.385 | lsof set to manually installed. 2022-04-04 11:09:25.385 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-04-04 11:09:25.385 | parted set to manually installed. 2022-04-04 11:09:25.385 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-04-04 11:09:25.386 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-04-04 11:09:25.386 | zlib1g-dev set to manually installed. 2022-04-04 11:09:25.386 | The following packages were automatically installed and are no longer required: 2022-04-04 11:09:25.386 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-04 11:09:25.386 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-04 11:09:25.386 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-04 11:09:25.386 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-04 11:09:25.386 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-04 11:09:25.386 | python3-zope.interface 2022-04-04 11:09:25.386 | Use 'sudo apt autoremove' to remove them. 2022-04-04 11:09:25.386 | The following additional packages will be installed: 2022-04-04 11:09:25.386 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2022-04-04 11:09:25.386 | autotools-dev binfmt-support build-essential clang-10 comerr-dev debhelper 2022-04-04 11:09:25.386 | dh-autoreconf dh-strip-nondeterminism dns-root-data dpkg-dev dwz fakeroot 2022-04-04 11:09:25.386 | fontconfig fontconfig-config fonts-dejavu-core fonts-liberation g++-9 2022-04-04 11:09:25.386 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2022-04-04 11:09:25.386 | krb5-multidev lib32gcc-s1 lib32stdc++6 libalgorithm-diff-perl 2022-04-04 11:09:25.386 | libalgorithm-diff-xs-perl libalgorithm-merge-perl libann0 libapr1 2022-04-04 11:09:25.386 | libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev 2022-04-04 11:09:25.386 | libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-04-04 11:09:25.386 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-04-04 11:09:25.386 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 2022-04-04 11:09:25.386 | libcurl4 libdatrie1 libdebhelper-perl libdpkg-perl liberasurecode1 2022-04-04 11:09:25.386 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2022-04-04 11:09:25.386 | libfontconfig1 libgc1c2 libgd3 libgraphite2-3 libgssrpc4 libgts-0.7-5 2022-04-04 11:09:25.386 | libgts-bin libgvc6 libgvpr2 libharfbuzz0b libibverbs1 libice6 libicu-dev 2022-04-04 11:09:25.386 | libicu66 libidn11 libipset13 libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 2022-04-04 11:09:25.386 | libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjs-jquery libjs-jquery-metadata 2022-04-04 11:09:25.387 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 2022-04-04 11:09:25.387 | libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl 2022-04-04 11:09:25.387 | libmysqlclient21 libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 2022-04-04 11:09:25.387 | libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss-systemd 2022-04-04 11:09:25.387 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpam-systemd 2022-04-04 11:09:25.387 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2022-04-04 11:09:25.387 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2022-04-04 11:09:25.387 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq5 librados2 2022-04-04 11:09:25.387 | librbd1 librdmacm1 libsasl2-2 libsasl2-modules libsasl2-modules-db 2022-04-04 11:09:25.387 | libsctp-dev libsctp1 libsensors-config libsensors5 libsm6 libsnmp-base 2022-04-04 11:09:25.387 | libsnmp35 libssl1.1 libstdc++-9-dev libsub-override-perl 2022-04-04 11:09:25.387 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2022-04-04 11:09:25.387 | libtinfo-dev libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2022-04-04 11:09:25.387 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxt6 libz3-4 libz3-dev 2022-04-04 11:09:25.387 | llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools m4 mysql-common 2022-04-04 11:09:25.387 | openssh-client openssh-sftp-server pcp-conf po-debconf postgresql-client-12 2022-04-04 11:09:25.387 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-04-04 11:09:25.387 | python-pip-whl python3-pcp python3-pygments python3-wheel python3-yaml 2022-04-04 11:09:25.387 | python3.8-venv qemu-block-extra sharutils ssl-cert systemd systemd-sysv 2022-04-04 11:09:25.387 | systemd-timesyncd uuid-dev vbetool x11-common 2022-04-04 11:09:25.388 | Suggested packages: 2022-04-04 11:09:25.388 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2022-04-04 11:09:25.388 | autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables 2022-04-04 11:09:25.388 | dh-make debian-keyring g++-multilib g++-9-multilib gcc-9-doc wodim 2022-04-04 11:09:25.388 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev gsfonts graphviz-doc 2022-04-04 11:09:25.389 | vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc python bzr libisal2 2022-04-04 11:09:25.389 | libjerasure2 libgd-tools krb5-user icu-doc libtool-doc ncurses-doc 2022-04-04 11:09:25.389 | libomp-10-doc postgresql-doc-12 libsasl2-modules-gssapi-mit 2022-04-04 11:09:25.389 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2022-04-04 11:09:25.389 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2022-04-04 11:09:25.389 | libstdc++-9-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc 2022-04-04 11:09:25.389 | llvm-10-doc m4-doc make-doc libanyevent-perl libcache-memcached-perl 2022-04-04 11:09:25.389 | libmemcached libterm-readkey-perl libyaml-perl keychain libpam-ssh 2022-04-04 11:09:25.389 | monkeysphere ssh-askpass molly-guard pcp-gui libpcp-import-perl cpufrequtils 2022-04-04 11:09:25.389 | wireless-tools radeontool libmail-box-perl postgresql-12 libjson-perl 2022-04-04 11:09:25.389 | default-mysql-server | virtual-mysql-server python3-mysqldb-dbg 2022-04-04 11:09:25.389 | python-pygments-doc ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx 2022-04-04 11:09:25.389 | | mailx sqlite3-doc openssl-blacklist systemd-container ncompress 2022-04-04 11:09:25.389 | tar-scripts tar-doc zip 2022-04-04 11:09:25.642 | The following NEW packages will be installed: 2022-04-04 11:09:25.642 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf 2022-04-04 11:09:25.642 | automake autopoint autotools-dev binfmt-support build-essential clang-10 2022-04-04 11:09:25.642 | comerr-dev conntrack conntrackd debhelper dh-autoreconf 2022-04-04 11:09:25.642 | dh-strip-nondeterminism dns-root-data dnsmasq-base dnsmasq-utils dpkg-dev 2022-04-04 11:09:25.642 | dwz ebtables fakeroot fontconfig fontconfig-config fonts-dejavu-core 2022-04-04 11:09:25.642 | fonts-liberation g++ g++-9 genisoimage gettext graphviz haproxy 2022-04-04 11:09:25.642 | ibverbs-providers icu-devtools intltool-debian ipset iputils-arping ipvsadm 2022-04-04 11:09:25.642 | javascript-common keepalived krb5-multidev lib32gcc-s1 lib32stdc++6 2022-04-04 11:09:25.643 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2022-04-04 11:09:25.643 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2022-04-04 11:09:25.643 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2022-04-04 11:09:25.643 | libarchive-cpio-perl libarchive-zip-perl libboost-iostreams1.71.0 2022-04-04 11:09:25.643 | libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 libcgraph6 2022-04-04 11:09:25.643 | libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 libdatrie1 2022-04-04 11:09:25.643 | libdebhelper-perl libdpkg-perl liberasurecode-dev liberasurecode1 2022-04-04 11:09:25.643 | libfakeroot libffi-dev libfile-fcntllock-perl 2022-04-04 11:09:25.643 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-04-04 11:09:25.643 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-04-04 11:09:25.643 | libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7 2022-04-04 11:09:25.643 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-04-04 11:09:25.643 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2022-04-04 11:09:25.643 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2022-04-04 11:09:25.643 | libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 2022-04-04 11:09:25.643 | libmail-sendmail-perl libmysqlclient21 libncurses-dev libnetfilter-cthelper0 2022-04-04 11:09:25.643 | libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 2022-04-04 11:09:25.643 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpango-1.0-0 2022-04-04 11:09:25.643 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcp-gui2 2022-04-04 11:09:25.643 | libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 libpcp-trace2 2022-04-04 11:09:25.643 | libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5 librados2 librbd1 2022-04-04 11:09:25.643 | librdmacm1 libsasl2-dev libsctp-dev libsctp1 libsensors-config libsensors5 2022-04-04 11:09:25.643 | libsm6 libsnmp-base libsnmp35 libssl-dev libstdc++-9-dev 2022-04-04 11:09:25.643 | libsub-override-perl libsys-hostname-long-perl libsystemd-dev libthai-data 2022-04-04 11:09:25.643 | libthai0 libtiff5 libtinfo-dev libtool libwebp6 libx86-1 libxaw7 2022-04-04 11:09:25.643 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2022-04-04 11:09:25.643 | libxslt1-dev libxt6 libyaml-dev libz3-4 libz3-dev llvm-10 llvm-10-dev 2022-04-04 11:09:25.643 | llvm-10-runtime llvm-10-tools lsscsi m4 make memcached mysql-common pcp 2022-04-04 11:09:25.643 | pcp-conf pkg-config pm-utils po-debconf postgresql-client-12 2022-04-04 11:09:25.643 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-04-04 11:09:25.643 | postgresql-server-dev-all python-pip-whl python3-mysqldb python3-pcp 2022-04-04 11:09:25.644 | python3-pip python3-pygments python3-venv python3-wheel python3-yaml 2022-04-04 11:09:25.644 | python3.8-venv qemu-block-extra qemu-utils sharutils socat sqlite3 ssl-cert 2022-04-04 11:09:25.644 | unzip uuid-dev vbetool vlan x11-common 2022-04-04 11:09:25.644 | The following packages will be upgraded: 2022-04-04 11:09:25.645 | curl libcurl4 libicu66 libldap-2.4-2 libnss-systemd libpam-systemd 2022-04-04 11:09:25.645 | libsasl2-2 libsasl2-modules libsasl2-modules-db libssl1.1 libsystemd0 2022-04-04 11:09:25.645 | libuuid1 libxml2 open-iscsi openssh-client openssh-server 2022-04-04 11:09:25.645 | openssh-sftp-server openssl systemd systemd-sysv systemd-timesyncd tar 2022-04-04 11:09:25.645 | uuid-runtime wget 2022-04-04 11:09:25.905 | 24 upgraded, 219 newly installed, 0 to remove and 124 not upgraded. 2022-04-04 11:09:25.905 | Need to get 164 MB of archives. 2022-04-04 11:09:25.905 | After this operation, 768 MB of additional disk space will be used. 2022-04-04 11:09:25.906 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 [240 kB] 2022-04-04 11:09:26.531 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.15 [95.8 kB] 2022-04-04 11:09:26.565 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] 2022-04-04 11:09:26.575 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] 2022-04-04 11:09:26.579 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] 2022-04-04 11:09:26.669 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.15 [3,811 kB] 2022-04-04 11:09:27.119 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] 2022-04-04 11:09:27.141 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] 2022-04-04 11:09:27.143 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-runtime amd64 2.34-0.1ubuntu9.3 [35.2 kB] 2022-04-04 11:09:27.146 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 [91.4 kB] 2022-04-04 11:09:27.154 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.12 [1,322 kB] 2022-04-04 11:09:27.356 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 [84.7 kB] 2022-04-04 11:09:27.357 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 [10.5 kB] 2022-04-04 11:09:27.358 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] 2022-04-04 11:09:27.359 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] 2022-04-04 11:09:27.360 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] 2022-04-04 11:09:27.399 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 [8,736 B] 2022-04-04 11:09:27.400 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.7 [161 kB] 2022-04-04 11:09:27.414 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.7 [234 kB] 2022-04-04 11:09:27.434 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB] 2022-04-04 11:09:27.515 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 [106 kB] 2022-04-04 11:09:27.524 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8,515 kB] 2022-04-04 11:09:28.769 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.2 [640 kB] 2022-04-04 11:09:28.960 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.10 [1,181 kB] 2022-04-04 11:09:29.074 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.10 [158 kB] 2022-04-04 11:09:29.088 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.10 [84.5 kB] 2022-04-04 11:09:29.090 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.10 [95.5 kB] 2022-04-04 11:09:29.093 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-04-04 11:09:29.095 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.5 [1,519 kB] 2022-04-04 11:09:29.376 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 [53.9 kB] 2022-04-04 11:09:29.377 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [11.1 kB] 2022-04-04 11:09:29.378 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B] 2022-04-04 11:09:29.378 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.28-0ubuntu0.20.04.3 [1,292 kB] 2022-04-04 11:09:29.627 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors-config all 1:3.6.0-2ubuntu1 [6,092 B] 2022-04-04 11:09:29.628 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1 [27.4 kB] 2022-04-04 11:09:29.629 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.3 [206 kB] 2022-04-04 11:09:29.633 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.3 [978 kB] 2022-04-04 11:09:29.707 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 keepalived amd64 1:2.0.19-2ubuntu0.2 [361 kB] 2022-04-04 11:09:29.931 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.2 [128 kB] 2022-04-04 11:09:29.934 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 [283 kB] 2022-04-04 11:09:29.940 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.12 [620 kB] 2022-04-04 11:09:30.034 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB] 2022-04-04 11:09:30.037 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.4 [51.5 kB] 2022-04-04 11:09:30.055 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.4 [377 kB] 2022-04-04 11:09:30.128 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] 2022-04-04 11:09:30.141 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] 2022-04-04 11:09:30.251 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB] 2022-04-04 11:09:30.252 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2022-04-04 11:09:30.253 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] 2022-04-04 11:09:30.289 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] 2022-04-04 11:09:30.577 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] 2022-04-04 11:09:30.585 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB] 2022-04-04 11:09:30.640 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB] 2022-04-04 11:09:33.164 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB] 2022-04-04 11:09:34.580 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [1,722 kB] 2022-04-04 11:09:34.822 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB] 2022-04-04 11:09:34.824 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 [42.8 kB] 2022-04-04 11:09:34.825 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [225 kB] 2022-04-04 11:09:34.830 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.7 [2,725 kB] 2022-04-04 11:09:35.291 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB] 2022-04-04 11:09:35.292 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB] 2022-04-04 11:09:35.379 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB] 2022-04-04 11:09:36.199 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB] 2022-04-04 11:09:37.630 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB] 2022-04-04 11:09:37.638 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] 2022-04-04 11:09:37.663 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB] 2022-04-04 11:09:37.665 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] 2022-04-04 11:09:37.672 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB] 2022-04-04 11:09:37.684 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9,532 B] 2022-04-04 11:09:37.686 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] 2022-04-04 11:09:37.689 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5,228 B] 2022-04-04 11:09:37.690 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB] 2022-04-04 11:09:37.747 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] 2022-04-04 11:09:37.841 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB] 2022-04-04 11:09:37.936 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB] 2022-04-04 11:09:37.957 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB] 2022-04-04 11:09:37.969 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB] 2022-04-04 11:09:38.095 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] 2022-04-04 11:09:38.098 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB] 2022-04-04 11:09:38.132 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB] 2022-04-04 11:09:38.255 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.3 [33.6 kB] 2022-04-04 11:09:38.259 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [7,876 B] 2022-04-04 11:09:38.260 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [59.8 kB] 2022-04-04 11:09:38.579 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 [702 kB] 2022-04-04 11:09:38.678 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.8 [262 kB] 2022-04-04 11:09:38.715 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 [394 kB] 2022-04-04 11:09:38.770 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.10 [180 kB] 2022-04-04 11:09:38.795 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 [58.2 kB] 2022-04-04 11:09:38.804 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8,420 kB] 2022-04-04 11:09:40.035 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1,604 B] 2022-04-04 11:09:40.036 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4,664 B] 2022-04-04 11:09:40.036 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-04-04 11:09:40.038 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 [6,724 B] 2022-04-04 11:09:40.039 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 [12.4 kB] 2022-04-04 11:09:40.041 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 [125 kB] 2022-04-04 11:09:40.058 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 [5,300 B] 2022-04-04 11:09:40.059 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] 2022-04-04 11:09:40.065 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.4 [315 kB] 2022-04-04 11:09:40.152 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.4 [13.3 kB] 2022-04-04 11:09:40.226 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-04-04 11:09:40.236 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] 2022-04-04 11:09:40.476 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] 2022-04-04 11:09:40.865 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2022-04-04 11:09:41.373 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] 2022-04-04 11:09:41.471 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] 2022-04-04 11:09:41.473 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] 2022-04-04 11:09:41.484 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] 2022-04-04 11:09:41.499 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 [330 kB] 2022-04-04 11:09:41.527 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] 2022-04-04 11:09:41.530 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB] 2022-04-04 11:09:41.531 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB] 2022-04-04 11:09:41.535 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 [117 kB] 2022-04-04 11:09:41.545 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2022-04-04 11:09:41.617 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2022-04-04 11:09:41.619 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 [185 kB] 2022-04-04 11:09:41.635 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.2 [162 kB] 2022-04-04 11:09:41.733 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2022-04-04 11:09:41.736 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 [118 kB] 2022-04-04 11:09:41.747 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2022-04-04 11:09:41.759 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 [227 kB] 2022-04-04 11:09:41.779 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] 2022-04-04 11:09:41.780 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5,584 B] 2022-04-04 11:09:41.781 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2022-04-04 11:09:41.854 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] 2022-04-04 11:09:41.905 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] 2022-04-04 11:09:41.911 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4 [391 kB] 2022-04-04 11:09:41.975 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB] 2022-04-04 11:09:41.987 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] 2022-04-04 11:09:41.988 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] 2022-04-04 11:09:41.990 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] 2022-04-04 11:09:42.004 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB] 2022-04-04 11:09:42.007 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB] 2022-04-04 11:09:42.009 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB] 2022-04-04 11:09:42.094 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB] 2022-04-04 11:09:42.149 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB] 2022-04-04 11:09:42.163 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB] 2022-04-04 11:09:42.210 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB] 2022-04-04 11:09:42.212 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB] 2022-04-04 11:09:42.216 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB] 2022-04-04 11:09:42.217 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2022-04-04 11:09:42.231 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB] 2022-04-04 11:09:42.235 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2022-04-04 11:09:42.249 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB] 2022-04-04 11:09:42.331 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 [149 kB] 2022-04-04 11:09:42.344 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB] 2022-04-04 11:09:42.348 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB] 2022-04-04 11:09:42.448 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 icu-devtools amd64 66.1-2ubuntu2.1 [189 kB] 2022-04-04 11:09:42.465 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 [15.8 kB] 2022-04-04 11:09:42.466 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B] 2022-04-04 11:09:42.467 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 2022-04-04 11:09:42.472 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 2022-04-04 11:09:42.475 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 2022-04-04 11:09:42.479 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 2022-04-04 11:09:42.567 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] 2022-04-04 11:09:42.571 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 2022-04-04 11:09:42.581 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] 2022-04-04 11:09:42.689 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] 2022-04-04 11:09:42.690 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2022-04-04 11:09:42.691 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2022-04-04 11:09:42.692 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 [237 kB] 2022-04-04 11:09:42.712 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB] 2022-04-04 11:09:42.733 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] 2022-04-04 11:09:42.736 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2022-04-04 11:09:42.806 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu-dev amd64 66.1-2ubuntu2.1 [9,451 kB] 2022-04-04 11:09:43.937 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libipset13 amd64 7.5-1ubuntu0.20.04.1 [53.6 kB] 2022-04-04 11:09:44.069 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB] 2022-04-04 11:09:44.071 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 [63.9 kB] 2022-04-04 11:09:44.072 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 [238 kB] 2022-04-04 11:09:44.077 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2022-04-04 11:09:44.078 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2022-04-04 11:09:44.078 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 [329 kB] 2022-04-04 11:09:44.083 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 [7,032 B] 2022-04-04 11:09:44.084 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 [175 kB] 2022-04-04 11:09:44.087 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] 2022-04-04 11:09:44.188 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2022-04-04 11:09:44.190 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2022-04-04 11:09:44.310 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB] 2022-04-04 11:09:44.339 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 [107 kB] 2022-04-04 11:09:44.348 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.6 [1,256 kB] 2022-04-04 11:09:44.550 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 [300 kB] 2022-04-04 11:09:44.555 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 [47.7 kB] 2022-04-04 11:09:44.556 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp-conf amd64 5.0.3-1 [17.0 kB] 2022-04-04 11:09:44.557 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp3 amd64 5.0.3-1 [255 kB] 2022-04-04 11:09:44.616 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda3 amd64 5.0.3-1 [39.4 kB] 2022-04-04 11:09:44.617 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda-perl amd64 5.0.3-1 [39.7 kB] 2022-04-04 11:09:44.618 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.9-0ubuntu0.20.04.1 [117 kB] 2022-04-04 11:09:44.718 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.9-0ubuntu0.20.04.1 [136 kB] 2022-04-04 11:09:44.721 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.14-0ubuntu0.20.04.2 [3,212 kB] 2022-04-04 11:09:45.164 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.14-0ubuntu0.20.04.2 [1,623 kB] 2022-04-04 11:09:45.492 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2ubuntu0.1 [226 kB] 2022-04-04 11:09:45.515 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB] 2022-04-04 11:09:45.519 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.12 [1,584 kB] 2022-04-04 11:09:45.640 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.15 [246 kB] 2022-04-04 11:09:45.645 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B] 2022-04-04 11:09:45.645 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 [76.1 kB] 2022-04-04 11:09:45.647 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.2 [737 kB] 2022-04-04 11:09:45.937 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxslt1-dev amd64 1.1.34-4 [219 kB] 2022-04-04 11:09:45.941 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 [180 kB] 2022-04-04 11:09:45.944 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 [266 kB] 2022-04-04 11:09:46.013 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 [5,214 kB] 2022-04-04 11:09:46.830 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB] 2022-04-04 11:09:46.831 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2022-04-04 11:09:47.152 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 [317 kB] 2022-04-04 11:09:47.875 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 [6,792 kB] 2022-04-04 11:09:48.804 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 [67.5 kB] 2022-04-04 11:09:48.814 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 [26.0 MB] 2022-04-04 11:09:53.099 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 [46.1 kB] 2022-04-04 11:09:53.100 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2022-04-04 11:09:53.101 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 [48.1 kB] 2022-04-04 11:09:53.102 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 [28.2 kB] 2022-04-04 11:09:53.103 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.9-0ubuntu0.20.04.1 [1,047 kB] 2022-04-04 11:09:53.124 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2022-04-04 11:09:53.124 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 [169 kB] 2022-04-04 11:09:53.128 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.9-0ubuntu0.20.04.1 [921 kB] 2022-04-04 11:09:53.309 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 [7,652 B] 2022-04-04 11:09:53.322 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python-pip-whl all 20.0.2-5ubuntu1.6 [1,805 kB] 2022-04-04 11:09:53.707 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 [44.9 kB] 2022-04-04 11:09:53.708 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-wheel all 0.34.2-1 [23.8 kB] 2022-04-04 11:09:53.708 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-pip all 20.0.2-5ubuntu1.6 [231 kB] 2022-04-04 11:09:53.713 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.4 [5,448 B] 2022-04-04 11:09:53.714 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1,228 B] 2022-04-04 11:09:53.714 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.21 [54.8 kB] 2022-04-04 11:09:53.716 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.21 [976 kB] 2022-04-04 11:09:53.889 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 sharutils amd64 1:4.15.2-4build1 [155 kB] 2022-04-04 11:09:53.891 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.2 [860 kB] 2022-04-04 11:09:54.012 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB] 2022-04-04 11:09:54.015 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2022-04-04 11:09:54.015 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 ipset amd64 7.5-1ubuntu0.20.04.1 [29.8 kB] 2022-04-04 11:09:54.016 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipvsadm amd64 1:1.31-1 [40.2 kB] 2022-04-04 11:09:54.017 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.10 [1,184 B] 2022-04-04 11:09:54.018 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode1 amd64 1.6.1-4 [40.2 kB] 2022-04-04 11:09:54.019 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode-dev amd64 1.6.1-4 [15.1 kB] 2022-04-04 11:09:54.062 | Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 2022-04-04 11:09:54.063 | Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-gui2 amd64 5.0.3-1 [11.6 kB] 2022-04-04 11:09:54.181 | Get:235 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-import1 amd64 5.0.3-1 [15.5 kB] 2022-04-04 11:09:54.182 | Get:236 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-mmv1 amd64 5.0.3-1 [12.4 kB] 2022-04-04 11:09:54.184 | Get:237 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-trace2 amd64 5.0.3-1 [15.6 kB] 2022-04-04 11:09:54.186 | Get:238 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-web1 amd64 5.0.3-1 [127 kB] 2022-04-04 11:09:54.201 | Get:239 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 [58.2 kB] 2022-04-04 11:09:54.208 | Get:240 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pcp amd64 5.0.3-1 [66.6 kB] 2022-04-04 11:09:54.216 | Get:241 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp amd64 5.0.3-1 [2,954 kB] 2022-04-04 11:09:54.651 | Get:242 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2022-04-04 11:09:54.656 | Get:243 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 vlan all 2.0.4ubuntu1.20.04.1 [11.3 kB] 2022-04-04 11:09:56.250 | Preconfiguring packages ... 2022-04-04 11:09:56.531 | Fetched 164 MB in 29s (5,658 kB/s) 2022-04-04 11:09:56.697 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67325 files and directories currently installed.) 2022-04-04 11:09:56.699 | Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.2_amd64.deb ... 2022-04-04 11:09:56.860 | Unpacking tar (1.30+dfsg-7ubuntu0.20.04.2) over (1.30+dfsg-7ubuntu0.20.04.1) ... 2022-04-04 11:09:57.399 | Setting up tar (1.30+dfsg-7ubuntu0.20.04.2) ... 2022-04-04 11:09:57.978 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67325 files and directories currently installed.) 2022-04-04 11:09:57.981 | Preparing to unpack .../0-libnss-systemd_245.4-4ubuntu3.15_amd64.deb ... 2022-04-04 11:09:58.192 | Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-04-04 11:09:58.623 | Preparing to unpack .../1-systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... 2022-04-04 11:09:59.003 | Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-04-04 11:09:59.850 | Preparing to unpack .../2-systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... 2022-04-04 11:09:59.984 | Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-04-04 11:10:00.382 | Preparing to unpack .../3-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ... 2022-04-04 11:10:00.527 | Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-04-04 11:10:01.113 | Preparing to unpack .../4-systemd_245.4-4ubuntu3.15_amd64.deb ... 2022-04-04 11:10:01.413 | Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-04-04 11:10:02.691 | Preparing to unpack .../5-libsystemd0_245.4-4ubuntu3.15_amd64.deb ... 2022-04-04 11:10:02.843 | Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-04-04 11:10:03.262 | Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... 2022-04-04 11:10:03.765 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67326 files and directories currently installed.) 2022-04-04 11:10:03.767 | Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... 2022-04-04 11:10:03.918 | Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9.1) ... 2022-04-04 11:10:04.311 | Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... 2022-04-04 11:10:04.876 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67326 files and directories currently installed.) 2022-04-04 11:10:04.879 | Preparing to unpack .../000-uuid-runtime_2.34-0.1ubuntu9.3_amd64.deb ... 2022-04-04 11:10:05.053 | Unpacking uuid-runtime (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9.1) ... 2022-04-04 11:10:05.558 | Selecting previously unselected package libapr1:amd64. 2022-04-04 11:10:05.566 | Preparing to unpack .../001-libapr1_1.6.5-1ubuntu1_amd64.deb ... 2022-04-04 11:10:05.613 | Unpacking libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-04-04 11:10:06.142 | Preparing to unpack .../002-libssl1.1_1.1.1f-1ubuntu2.12_amd64.deb ... 2022-04-04 11:10:06.271 | Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2.3) ... 2022-04-04 11:10:06.912 | Selecting previously unselected package libaprutil1:amd64. 2022-04-04 11:10:06.919 | Preparing to unpack .../003-libaprutil1_1.6.1-4ubuntu2_amd64.deb ... 2022-04-04 11:10:06.974 | Unpacking libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-04-04 11:10:07.323 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2022-04-04 11:10:07.331 | Preparing to unpack .../004-libaprutil1-dbd-sqlite3_1.6.1-4ubuntu2_amd64.deb ... 2022-04-04 11:10:07.391 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-04-04 11:10:07.700 | Preparing to unpack .../005-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2022-04-04 11:10:07.854 | Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) over (2.1.27+dfsg-2) ... 2022-04-04 11:10:08.267 | Preparing to unpack .../006-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2022-04-04 11:10:08.384 | Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) over (2.1.27+dfsg-2) ... 2022-04-04 11:10:08.816 | Preparing to unpack .../007-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2022-04-04 11:10:08.946 | Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) over (2.4.49+dfsg-2ubuntu1.7) ... 2022-04-04 11:10:09.335 | Selecting previously unselected package libaprutil1-ldap:amd64. 2022-04-04 11:10:09.342 | Preparing to unpack .../008-libaprutil1-ldap_1.6.1-4ubuntu2_amd64.deb ... 2022-04-04 11:10:09.398 | Unpacking libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-04-04 11:10:09.673 | Preparing to unpack .../009-curl_7.68.0-1ubuntu2.7_amd64.deb ... 2022-04-04 11:10:09.786 | Unpacking curl (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ... 2022-04-04 11:10:10.274 | Preparing to unpack .../010-libcurl4_7.68.0-1ubuntu2.7_amd64.deb ... 2022-04-04 11:10:10.426 | Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ... 2022-04-04 11:10:10.975 | Selecting previously unselected package libjansson4:amd64. 2022-04-04 11:10:10.982 | Preparing to unpack .../011-libjansson4_2.12-1build1_amd64.deb ... 2022-04-04 11:10:11.047 | Unpacking libjansson4:amd64 (2.12-1build1) ... 2022-04-04 11:10:11.380 | Selecting previously unselected package liblua5.2-0:amd64. 2022-04-04 11:10:11.387 | Preparing to unpack .../012-liblua5.2-0_5.2.4-1.1build3_amd64.deb ... 2022-04-04 11:10:11.437 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-04-04 11:10:11.757 | Preparing to unpack .../013-libicu66_66.1-2ubuntu2.1_amd64.deb ... 2022-04-04 11:10:11.912 | Unpacking libicu66:amd64 (66.1-2ubuntu2.1) over (66.1-2ubuntu2) ... 2022-04-04 11:10:13.617 | Preparing to unpack .../014-libxml2_2.9.10+dfsg-5ubuntu0.20.04.2_amd64.deb ... 2022-04-04 11:10:13.824 | Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.2) over (2.9.10+dfsg-5) ... 2022-04-04 11:10:14.362 | Selecting previously unselected package apache2-bin. 2022-04-04 11:10:14.369 | Preparing to unpack .../015-apache2-bin_2.4.41-4ubuntu3.10_amd64.deb ... 2022-04-04 11:10:14.415 | Unpacking apache2-bin (2.4.41-4ubuntu3.10) ... 2022-04-04 11:10:14.849 | Selecting previously unselected package apache2-data. 2022-04-04 11:10:14.856 | Preparing to unpack .../016-apache2-data_2.4.41-4ubuntu3.10_all.deb ... 2022-04-04 11:10:14.904 | Unpacking apache2-data (2.4.41-4ubuntu3.10) ... 2022-04-04 11:10:15.289 | Selecting previously unselected package apache2-utils. 2022-04-04 11:10:15.296 | Preparing to unpack .../017-apache2-utils_2.4.41-4ubuntu3.10_amd64.deb ... 2022-04-04 11:10:15.340 | Unpacking apache2-utils (2.4.41-4ubuntu3.10) ... 2022-04-04 11:10:15.861 | Selecting previously unselected package apache2. 2022-04-04 11:10:15.868 | Preparing to unpack .../018-apache2_2.4.41-4ubuntu3.10_amd64.deb ... 2022-04-04 11:10:15.937 | Unpacking apache2 (2.4.41-4ubuntu3.10) ... 2022-04-04 11:10:16.327 | Selecting previously unselected package liblua5.3-0:amd64. 2022-04-04 11:10:16.334 | Preparing to unpack .../019-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2022-04-04 11:10:16.378 | Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-04-04 11:10:16.866 | Selecting previously unselected package haproxy. 2022-04-04 11:10:16.874 | Preparing to unpack .../020-haproxy_2.0.13-2ubuntu0.5_amd64.deb ... 2022-04-04 11:10:16.931 | Unpacking haproxy (2.0.13-2ubuntu0.5) ... 2022-04-04 11:10:17.595 | Selecting previously unselected package libnl-3-200:amd64. 2022-04-04 11:10:17.603 | Preparing to unpack .../021-libnl-3-200_3.4.0-1_amd64.deb ... 2022-04-04 11:10:17.654 | Unpacking libnl-3-200:amd64 (3.4.0-1) ... 2022-04-04 11:10:18.032 | Selecting previously unselected package libnl-genl-3-200:amd64. 2022-04-04 11:10:18.040 | Preparing to unpack .../022-libnl-genl-3-200_3.4.0-1_amd64.deb ... 2022-04-04 11:10:18.083 | Unpacking libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-04-04 11:10:18.481 | Selecting previously unselected package mysql-common. 2022-04-04 11:10:18.489 | Preparing to unpack .../023-mysql-common_5.8+1.0.5ubuntu2_all.deb ... 2022-04-04 11:10:18.549 | Unpacking mysql-common (5.8+1.0.5ubuntu2) ... 2022-04-04 11:10:18.918 | Selecting previously unselected package libmysqlclient21:amd64. 2022-04-04 11:10:18.925 | Preparing to unpack .../024-libmysqlclient21_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-04-04 11:10:18.990 | Unpacking libmysqlclient21:amd64 (8.0.28-0ubuntu0.20.04.3) ... 2022-04-04 11:10:19.552 | Selecting previously unselected package libsensors-config. 2022-04-04 11:10:19.560 | Preparing to unpack .../025-libsensors-config_1%3a3.6.0-2ubuntu1_all.deb ... 2022-04-04 11:10:19.609 | Unpacking libsensors-config (1:3.6.0-2ubuntu1) ... 2022-04-04 11:10:19.992 | Selecting previously unselected package libsensors5:amd64. 2022-04-04 11:10:19.999 | Preparing to unpack .../026-libsensors5_1%3a3.6.0-2ubuntu1_amd64.deb ... 2022-04-04 11:10:20.143 | Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2022-04-04 11:10:20.506 | Selecting previously unselected package libsnmp-base. 2022-04-04 11:10:20.514 | Preparing to unpack .../027-libsnmp-base_5.8+dfsg-2ubuntu2.3_all.deb ... 2022-04-04 11:10:20.552 | Unpacking libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2022-04-04 11:10:20.904 | Selecting previously unselected package libsnmp35:amd64. 2022-04-04 11:10:20.911 | Preparing to unpack .../028-libsnmp35_5.8+dfsg-2ubuntu2.3_amd64.deb ... 2022-04-04 11:10:20.961 | Unpacking libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2022-04-04 11:10:21.550 | Selecting previously unselected package keepalived. 2022-04-04 11:10:21.558 | Preparing to unpack .../029-keepalived_1%3a2.0.19-2ubuntu0.2_amd64.deb ... 2022-04-04 11:10:21.614 | Unpacking keepalived (1:2.0.19-2ubuntu0.2) ... 2022-04-04 11:10:22.169 | Selecting previously unselected package memcached. 2022-04-04 11:10:22.177 | Preparing to unpack .../030-memcached_1.5.22-2ubuntu0.2_amd64.deb ... 2022-04-04 11:10:22.230 | Unpacking memcached (1.5.22-2ubuntu0.2) ... 2022-04-04 11:10:22.742 | Preparing to unpack .../031-open-iscsi_2.0.874-7.1ubuntu6.2_amd64.deb ... 2022-04-04 11:10:23.608 | Unpacking open-iscsi (2.0.874-7.1ubuntu6.2) over (2.0.874-7.1ubuntu6.1) ... 2022-04-04 11:10:24.085 | Preparing to unpack .../032-openssl_1.1.1f-1ubuntu2.12_amd64.deb ... 2022-04-04 11:10:24.237 | Unpacking openssl (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2.3) ... 2022-04-04 11:10:24.689 | Selecting previously unselected package python3-yaml. 2022-04-04 11:10:24.697 | Preparing to unpack .../033-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2022-04-04 11:10:24.746 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2022-04-04 11:10:25.116 | Preparing to unpack .../034-openssh-sftp-server_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 2022-04-04 11:10:25.271 | Unpacking openssh-sftp-server (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ... 2022-04-04 11:10:25.839 | Preparing to unpack .../035-openssh-server_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 2022-04-04 11:10:26.061 | Unpacking openssh-server (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ... 2022-04-04 11:10:27.000 | Preparing to unpack .../036-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 2022-04-04 11:10:27.181 | Unpacking openssh-client (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ... 2022-04-04 11:10:27.770 | Preparing to unpack .../037-wget_1.20.3-1ubuntu2_amd64.deb ... 2022-04-04 11:10:27.906 | Unpacking wget (1.20.3-1ubuntu2) over (1.20.3-1ubuntu1) ... 2022-04-04 11:10:28.432 | Selecting previously unselected package acl. 2022-04-04 11:10:28.439 | Preparing to unpack .../038-acl_2.2.53-6_amd64.deb ... 2022-04-04 11:10:28.486 | Unpacking acl (2.2.53-6) ... 2022-04-04 11:10:28.780 | Selecting previously unselected package autotools-dev. 2022-04-04 11:10:28.788 | Preparing to unpack .../039-autotools-dev_20180224.1_all.deb ... 2022-04-04 11:10:28.849 | Unpacking autotools-dev (20180224.1) ... 2022-04-04 11:10:29.198 | Selecting previously unselected package m4. 2022-04-04 11:10:29.205 | Preparing to unpack .../040-m4_1.4.18-4_amd64.deb ... 2022-04-04 11:10:29.249 | Unpacking m4 (1.4.18-4) ... 2022-04-04 11:10:29.681 | Selecting previously unselected package autoconf. 2022-04-04 11:10:29.688 | Preparing to unpack .../041-autoconf_2.69-11.1_all.deb ... 2022-04-04 11:10:29.734 | Unpacking autoconf (2.69-11.1) ... 2022-04-04 11:10:30.201 | Selecting previously unselected package automake. 2022-04-04 11:10:30.208 | Preparing to unpack .../042-automake_1%3a1.16.1-4ubuntu6_all.deb ... 2022-04-04 11:10:30.265 | Unpacking automake (1:1.16.1-4ubuntu6) ... 2022-04-04 11:10:30.624 | Selecting previously unselected package autopoint. 2022-04-04 11:10:30.631 | Preparing to unpack .../043-autopoint_0.19.8.1-10build1_all.deb ... 2022-04-04 11:10:30.686 | Unpacking autopoint (0.19.8.1-10build1) ... 2022-04-04 11:10:31.066 | Selecting previously unselected package libllvm10:amd64. 2022-04-04 11:10:31.073 | Preparing to unpack .../044-libllvm10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-04-04 11:10:31.121 | Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-04-04 11:10:33.932 | Selecting previously unselected package libclang-cpp10. 2022-04-04 11:10:33.940 | Preparing to unpack .../045-libclang-cpp10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-04-04 11:10:33.995 | Unpacking libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-04-04 11:10:35.860 | Selecting previously unselected package libstdc++-9-dev:amd64. 2022-04-04 11:10:35.868 | Preparing to unpack .../046-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 2022-04-04 11:10:35.946 | Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... 2022-04-04 11:10:36.849 | Selecting previously unselected package libgc1c2:amd64. 2022-04-04 11:10:36.856 | Preparing to unpack .../047-libgc1c2_1%3a7.6.4-0.4ubuntu1_amd64.deb ... 2022-04-04 11:10:36.905 | Unpacking libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-04-04 11:10:37.283 | Selecting previously unselected package libobjc4:amd64. 2022-04-04 11:10:37.290 | Preparing to unpack .../048-libobjc4_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-04-04 11:10:37.328 | Unpacking libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-04-04 11:10:37.623 | Selecting previously unselected package libobjc-9-dev:amd64. 2022-04-04 11:10:37.631 | Preparing to unpack .../049-libobjc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 2022-04-04 11:10:37.680 | Unpacking libobjc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... 2022-04-04 11:10:38.289 | Selecting previously unselected package libc6-i386. 2022-04-04 11:10:38.297 | Preparing to unpack .../050-libc6-i386_2.31-0ubuntu9.7_amd64.deb ... 2022-04-04 11:10:38.349 | Unpacking libc6-i386 (2.31-0ubuntu9.7) ... 2022-04-04 11:10:39.294 | Selecting previously unselected package lib32gcc-s1. 2022-04-04 11:10:39.302 | Preparing to unpack .../051-lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-04-04 11:10:39.349 | Unpacking lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-04-04 11:10:39.778 | Selecting previously unselected package lib32stdc++6. 2022-04-04 11:10:39.785 | Preparing to unpack .../052-lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-04-04 11:10:39.834 | Unpacking lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-04-04 11:10:40.237 | Selecting previously unselected package libclang-common-10-dev. 2022-04-04 11:10:40.244 | Preparing to unpack .../053-libclang-common-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-04-04 11:10:40.300 | Unpacking libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-04-04 11:10:41.841 | Selecting previously unselected package libclang1-10. 2022-04-04 11:10:41.848 | Preparing to unpack .../054-libclang1-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-04-04 11:10:41.888 | Unpacking libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-04-04 11:10:43.429 | Selecting previously unselected package clang-10. 2022-04-04 11:10:43.437 | Preparing to unpack .../055-clang-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-04-04 11:10:43.480 | Unpacking clang-10 (1:10.0.0-4ubuntu1) ... 2022-04-04 11:10:43.746 | Selecting previously unselected package libtool. 2022-04-04 11:10:43.754 | Preparing to unpack .../056-libtool_2.4.6-14_all.deb ... 2022-04-04 11:10:43.812 | Unpacking libtool (2.4.6-14) ... 2022-04-04 11:10:44.135 | Selecting previously unselected package dh-autoreconf. 2022-04-04 11:10:44.142 | Preparing to unpack .../057-dh-autoreconf_19_all.deb ... 2022-04-04 11:10:44.197 | Unpacking dh-autoreconf (19) ... 2022-04-04 11:10:44.486 | Selecting previously unselected package libdebhelper-perl. 2022-04-04 11:10:44.494 | Preparing to unpack .../058-libdebhelper-perl_12.10ubuntu1_all.deb ... 2022-04-04 11:10:44.543 | Unpacking libdebhelper-perl (12.10ubuntu1) ... 2022-04-04 11:10:44.801 | Selecting previously unselected package libarchive-zip-perl. 2022-04-04 11:10:44.808 | Preparing to unpack .../059-libarchive-zip-perl_1.67-2_all.deb ... 2022-04-04 11:10:44.869 | Unpacking libarchive-zip-perl (1.67-2) ... 2022-04-04 11:10:45.151 | Selecting previously unselected package libsub-override-perl. 2022-04-04 11:10:45.159 | Preparing to unpack .../060-libsub-override-perl_0.09-2_all.deb ... 2022-04-04 11:10:45.208 | Unpacking libsub-override-perl (0.09-2) ... 2022-04-04 11:10:45.500 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2022-04-04 11:10:45.507 | Preparing to unpack .../061-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ... 2022-04-04 11:10:45.540 | Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-04-04 11:10:45.831 | Selecting previously unselected package dh-strip-nondeterminism. 2022-04-04 11:10:45.839 | Preparing to unpack .../062-dh-strip-nondeterminism_1.7.0-1_all.deb ... 2022-04-04 11:10:45.888 | Unpacking dh-strip-nondeterminism (1.7.0-1) ... 2022-04-04 11:10:46.103 | Selecting previously unselected package libdpkg-perl. 2022-04-04 11:10:46.111 | Preparing to unpack .../063-libdpkg-perl_1.19.7ubuntu3_all.deb ... 2022-04-04 11:10:46.149 | Unpacking libdpkg-perl (1.19.7ubuntu3) ... 2022-04-04 11:10:46.483 | Selecting previously unselected package make. 2022-04-04 11:10:46.491 | Preparing to unpack .../064-make_4.2.1-1.2_amd64.deb ... 2022-04-04 11:10:46.540 | Unpacking make (4.2.1-1.2) ... 2022-04-04 11:10:46.889 | Selecting previously unselected package dpkg-dev. 2022-04-04 11:10:46.896 | Preparing to unpack .../065-dpkg-dev_1.19.7ubuntu3_all.deb ... 2022-04-04 11:10:46.946 | Unpacking dpkg-dev (1.19.7ubuntu3) ... 2022-04-04 11:10:47.355 | Selecting previously unselected package dwz. 2022-04-04 11:10:47.363 | Preparing to unpack .../066-dwz_0.13-5_amd64.deb ... 2022-04-04 11:10:47.412 | Unpacking dwz (0.13-5) ... 2022-04-04 11:10:47.949 | Selecting previously unselected package libcroco3:amd64. 2022-04-04 11:10:47.957 | Preparing to unpack .../067-libcroco3_0.6.13-1_amd64.deb ... 2022-04-04 11:10:48.000 | Unpacking libcroco3:amd64 (0.6.13-1) ... 2022-04-04 11:10:48.329 | Selecting previously unselected package gettext. 2022-04-04 11:10:48.336 | Preparing to unpack .../068-gettext_0.19.8.1-10build1_amd64.deb ... 2022-04-04 11:10:48.383 | Unpacking gettext (0.19.8.1-10build1) ... 2022-04-04 11:10:48.792 | Selecting previously unselected package intltool-debian. 2022-04-04 11:10:48.799 | Preparing to unpack .../069-intltool-debian_0.35.0+20060710.5_all.deb ... 2022-04-04 11:10:48.846 | Unpacking intltool-debian (0.35.0+20060710.5) ... 2022-04-04 11:10:49.100 | Selecting previously unselected package po-debconf. 2022-04-04 11:10:49.107 | Preparing to unpack .../070-po-debconf_1.0.21_all.deb ... 2022-04-04 11:10:49.157 | Unpacking po-debconf (1.0.21) ... 2022-04-04 11:10:49.546 | Selecting previously unselected package debhelper. 2022-04-04 11:10:49.554 | Preparing to unpack .../071-debhelper_12.10ubuntu1_all.deb ... 2022-04-04 11:10:49.614 | Unpacking debhelper (12.10ubuntu1) ... 2022-04-04 11:10:50.286 | Selecting previously unselected package uuid-dev:amd64. 2022-04-04 11:10:50.294 | Preparing to unpack .../072-uuid-dev_2.34-0.1ubuntu9.3_amd64.deb ... 2022-04-04 11:10:50.337 | Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.3) ... 2022-04-04 11:10:50.694 | Selecting previously unselected package libsctp1:amd64. 2022-04-04 11:10:50.702 | Preparing to unpack .../073-libsctp1_1.0.18+dfsg-1_amd64.deb ... 2022-04-04 11:10:50.754 | Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-04-04 11:10:51.023 | Selecting previously unselected package libsctp-dev:amd64. 2022-04-04 11:10:51.031 | Preparing to unpack .../074-libsctp-dev_1.0.18+dfsg-1_amd64.deb ... 2022-04-04 11:10:51.082 | Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-04-04 11:10:51.360 | Selecting previously unselected package libapr1-dev. 2022-04-04 11:10:51.368 | Preparing to unpack .../075-libapr1-dev_1.6.5-1ubuntu1_amd64.deb ... 2022-04-04 11:10:51.417 | Unpacking libapr1-dev (1.6.5-1ubuntu1) ... 2022-04-04 11:10:52.008 | Selecting previously unselected package libldap2-dev:amd64. 2022-04-04 11:10:52.017 | Preparing to unpack .../076-libldap2-dev_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2022-04-04 11:10:52.059 | Unpacking libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-04-04 11:10:52.463 | Selecting previously unselected package libaprutil1-dev. 2022-04-04 11:10:52.471 | Preparing to unpack .../077-libaprutil1-dev_1.6.1-4ubuntu2_amd64.deb ... 2022-04-04 11:10:52.522 | Unpacking libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-04-04 11:10:53.066 | Selecting previously unselected package apache2-dev. 2022-04-04 11:10:53.074 | Preparing to unpack .../078-apache2-dev_2.4.41-4ubuntu3.10_amd64.deb ... 2022-04-04 11:10:53.128 | Unpacking apache2-dev (2.4.41-4ubuntu3.10) ... 2022-04-04 11:10:53.595 | Selecting previously unselected package binfmt-support. 2022-04-04 11:10:53.602 | Preparing to unpack .../079-binfmt-support_2.2.0-2_amd64.deb ... 2022-04-04 11:10:53.658 | Unpacking binfmt-support (2.2.0-2) ... 2022-04-04 11:10:53.969 | Selecting previously unselected package g++-9. 2022-04-04 11:10:53.977 | Preparing to unpack .../080-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 2022-04-04 11:10:54.020 | Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ... 2022-04-04 11:10:55.551 | Selecting previously unselected package g++. 2022-04-04 11:10:55.559 | Preparing to unpack .../081-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... 2022-04-04 11:10:55.608 | Unpacking g++ (4:9.3.0-1ubuntu2) ... 2022-04-04 11:10:55.854 | Selecting previously unselected package build-essential. 2022-04-04 11:10:55.862 | Preparing to unpack .../082-build-essential_12.8ubuntu1.1_amd64.deb ... 2022-04-04 11:10:55.899 | Unpacking build-essential (12.8ubuntu1.1) ... 2022-04-04 11:10:56.149 | Selecting previously unselected package conntrack. 2022-04-04 11:10:56.156 | Preparing to unpack .../083-conntrack_1%3a1.4.5-2_amd64.deb ... 2022-04-04 11:10:56.211 | Unpacking conntrack (1:1.4.5-2) ... 2022-04-04 11:10:56.560 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2022-04-04 11:10:56.568 | Preparing to unpack .../084-libnetfilter-cthelper0_1.0.0-1ubuntu2_amd64.deb ... 2022-04-04 11:10:56.611 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-04-04 11:10:56.960 | Selecting previously unselected package libnetfilter-queue1. 2022-04-04 11:10:56.968 | Preparing to unpack .../085-libnetfilter-queue1_1.0.3-1_amd64.deb ... 2022-04-04 11:10:57.017 | Unpacking libnetfilter-queue1 (1.0.3-1) ... 2022-04-04 11:10:57.369 | Selecting previously unselected package conntrackd. 2022-04-04 11:10:57.377 | Preparing to unpack .../086-conntrackd_1%3a1.4.5-2_amd64.deb ... 2022-04-04 11:10:57.423 | Unpacking conntrackd (1:1.4.5-2) ... 2022-04-04 11:10:57.744 | Selecting previously unselected package dns-root-data. 2022-04-04 11:10:57.751 | Preparing to unpack .../087-dns-root-data_2019052802_all.deb ... 2022-04-04 11:10:57.800 | Unpacking dns-root-data (2019052802) ... 2022-04-04 11:10:58.155 | Selecting previously unselected package libidn11:amd64. 2022-04-04 11:10:58.162 | Preparing to unpack .../088-libidn11_1.33-2.2ubuntu2_amd64.deb ... 2022-04-04 11:10:58.211 | Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-04-04 11:10:58.574 | Selecting previously unselected package dnsmasq-base. 2022-04-04 11:10:58.582 | Preparing to unpack .../089-dnsmasq-base_2.80-1.1ubuntu1.4_amd64.deb ... 2022-04-04 11:10:58.637 | Unpacking dnsmasq-base (2.80-1.1ubuntu1.4) ... 2022-04-04 11:10:58.975 | Selecting previously unselected package dnsmasq-utils. 2022-04-04 11:10:58.982 | Preparing to unpack .../090-dnsmasq-utils_2.80-1.1ubuntu1.4_amd64.deb ... 2022-04-04 11:10:59.035 | Unpacking dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2022-04-04 11:10:59.440 | Selecting previously unselected package ebtables. 2022-04-04 11:10:59.448 | Preparing to unpack .../091-ebtables_2.0.11-3build1_amd64.deb ... 2022-04-04 11:10:59.498 | Unpacking ebtables (2.0.11-3build1) ... 2022-04-04 11:10:59.921 | Selecting previously unselected package libfakeroot:amd64. 2022-04-04 11:10:59.929 | Preparing to unpack .../092-libfakeroot_1.24-1_amd64.deb ... 2022-04-04 11:10:59.983 | Unpacking libfakeroot:amd64 (1.24-1) ... 2022-04-04 11:11:00.323 | Selecting previously unselected package fakeroot. 2022-04-04 11:11:00.331 | Preparing to unpack .../093-fakeroot_1.24-1_amd64.deb ... 2022-04-04 11:11:00.374 | Unpacking fakeroot (1.24-1) ... 2022-04-04 11:11:00.740 | Selecting previously unselected package fonts-dejavu-core. 2022-04-04 11:11:00.748 | Preparing to unpack .../094-fonts-dejavu-core_2.37-1_all.deb ... 2022-04-04 11:11:00.794 | Unpacking fonts-dejavu-core (2.37-1) ... 2022-04-04 11:11:01.252 | Selecting previously unselected package fonts-liberation. 2022-04-04 11:11:01.260 | Preparing to unpack .../095-fonts-liberation_1%3a1.07.4-11_all.deb ... 2022-04-04 11:11:01.311 | Unpacking fonts-liberation (1:1.07.4-11) ... 2022-04-04 11:11:01.803 | Selecting previously unselected package fontconfig-config. 2022-04-04 11:11:01.811 | Preparing to unpack .../096-fontconfig-config_2.13.1-2ubuntu3_all.deb ... 2022-04-04 11:11:01.860 | Unpacking fontconfig-config (2.13.1-2ubuntu3) ... 2022-04-04 11:11:02.218 | Selecting previously unselected package libfontconfig1:amd64. 2022-04-04 11:11:02.226 | Preparing to unpack .../097-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ... 2022-04-04 11:11:02.268 | Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-04-04 11:11:02.694 | Selecting previously unselected package fontconfig. 2022-04-04 11:11:02.702 | Preparing to unpack .../098-fontconfig_2.13.1-2ubuntu3_amd64.deb ... 2022-04-04 11:11:02.745 | Unpacking fontconfig (2.13.1-2ubuntu3) ... 2022-04-04 11:11:03.146 | Selecting previously unselected package genisoimage. 2022-04-04 11:11:03.154 | Preparing to unpack .../099-genisoimage_9%3a1.1.11-3.1ubuntu1_amd64.deb ... 2022-04-04 11:11:03.208 | Unpacking genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-04-04 11:11:03.637 | Selecting previously unselected package libann0. 2022-04-04 11:11:03.645 | Preparing to unpack .../100-libann0_1.1.2+doc-7build1_amd64.deb ... 2022-04-04 11:11:03.694 | Unpacking libann0 (1.1.2+doc-7build1) ... 2022-04-04 11:11:04.035 | Selecting previously unselected package libcdt5:amd64. 2022-04-04 11:11:04.042 | Preparing to unpack .../101-libcdt5_2.42.2-3build2_amd64.deb ... 2022-04-04 11:11:04.094 | Unpacking libcdt5:amd64 (2.42.2-3build2) ... 2022-04-04 11:11:04.463 | Selecting previously unselected package libcgraph6:amd64. 2022-04-04 11:11:04.471 | Preparing to unpack .../102-libcgraph6_2.42.2-3build2_amd64.deb ... 2022-04-04 11:11:04.517 | Unpacking libcgraph6:amd64 (2.42.2-3build2) ... 2022-04-04 11:11:04.955 | Selecting previously unselected package libjpeg-turbo8:amd64. 2022-04-04 11:11:04.963 | Preparing to unpack .../103-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-04-04 11:11:05.020 | Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-04-04 11:11:05.369 | Selecting previously unselected package libjpeg8:amd64. 2022-04-04 11:11:05.376 | Preparing to unpack .../104-libjpeg8_8c-2ubuntu8_amd64.deb ... 2022-04-04 11:11:05.428 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2022-04-04 11:11:05.932 | Selecting previously unselected package libjbig0:amd64. 2022-04-04 11:11:05.940 | Preparing to unpack .../105-libjbig0_2.1-3.1build1_amd64.deb ... 2022-04-04 11:11:06.003 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2022-04-04 11:11:06.380 | Selecting previously unselected package libwebp6:amd64. 2022-04-04 11:11:06.388 | Preparing to unpack .../106-libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb ... 2022-04-04 11:11:06.431 | Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-04-04 11:11:06.829 | Selecting previously unselected package libtiff5:amd64. 2022-04-04 11:11:06.837 | Preparing to unpack .../107-libtiff5_4.1.0+git191117-2ubuntu0.20.04.2_amd64.deb ... 2022-04-04 11:11:06.894 | Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ... 2022-04-04 11:11:07.334 | Selecting previously unselected package libxpm4:amd64. 2022-04-04 11:11:07.342 | Preparing to unpack .../108-libxpm4_1%3a3.5.12-1_amd64.deb ... 2022-04-04 11:11:07.388 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2022-04-04 11:11:07.808 | Selecting previously unselected package libgd3:amd64. 2022-04-04 11:11:07.817 | Preparing to unpack .../109-libgd3_2.2.5-5.2ubuntu2.1_amd64.deb ... 2022-04-04 11:11:07.871 | Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-04-04 11:11:08.292 | Selecting previously unselected package libgts-0.7-5:amd64. 2022-04-04 11:11:08.300 | Preparing to unpack .../110-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2022-04-04 11:11:08.357 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-04-04 11:11:08.780 | Selecting previously unselected package libpixman-1-0:amd64. 2022-04-04 11:11:08.789 | Preparing to unpack .../111-libpixman-1-0_0.38.4-0ubuntu1_amd64.deb ... 2022-04-04 11:11:08.840 | Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-04-04 11:11:09.309 | Selecting previously unselected package libxcb-render0:amd64. 2022-04-04 11:11:09.317 | Preparing to unpack .../112-libxcb-render0_1.14-2_amd64.deb ... 2022-04-04 11:11:09.374 | Unpacking libxcb-render0:amd64 (1.14-2) ... 2022-04-04 11:11:09.814 | Selecting previously unselected package libxcb-shm0:amd64. 2022-04-04 11:11:09.822 | Preparing to unpack .../113-libxcb-shm0_1.14-2_amd64.deb ... 2022-04-04 11:11:09.877 | Unpacking libxcb-shm0:amd64 (1.14-2) ... 2022-04-04 11:11:10.251 | Selecting previously unselected package libxrender1:amd64. 2022-04-04 11:11:10.259 | Preparing to unpack .../114-libxrender1_1%3a0.9.10-1_amd64.deb ... 2022-04-04 11:11:10.326 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2022-04-04 11:11:10.671 | Selecting previously unselected package libcairo2:amd64. 2022-04-04 11:11:10.679 | Preparing to unpack .../115-libcairo2_1.16.0-4ubuntu1_amd64.deb ... 2022-04-04 11:11:10.720 | Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-04-04 11:11:11.195 | Selecting previously unselected package libgraphite2-3:amd64. 2022-04-04 11:11:11.202 | Preparing to unpack .../116-libgraphite2-3_1.3.13-11build1_amd64.deb ... 2022-04-04 11:11:11.257 | Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-04-04 11:11:11.649 | Selecting previously unselected package libharfbuzz0b:amd64. 2022-04-04 11:11:11.657 | Preparing to unpack .../117-libharfbuzz0b_2.6.4-1ubuntu4_amd64.deb ... 2022-04-04 11:11:11.703 | Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2022-04-04 11:11:12.100 | Selecting previously unselected package libthai-data. 2022-04-04 11:11:12.108 | Preparing to unpack .../118-libthai-data_0.1.28-3_all.deb ... 2022-04-04 11:11:12.148 | Unpacking libthai-data (0.1.28-3) ... 2022-04-04 11:11:12.506 | Selecting previously unselected package libdatrie1:amd64. 2022-04-04 11:11:12.514 | Preparing to unpack .../119-libdatrie1_0.2.12-3_amd64.deb ... 2022-04-04 11:11:12.560 | Unpacking libdatrie1:amd64 (0.2.12-3) ... 2022-04-04 11:11:12.946 | Selecting previously unselected package libthai0:amd64. 2022-04-04 11:11:12.954 | Preparing to unpack .../120-libthai0_0.1.28-3_amd64.deb ... 2022-04-04 11:11:13.002 | Unpacking libthai0:amd64 (0.1.28-3) ... 2022-04-04 11:11:13.400 | Selecting previously unselected package libpango-1.0-0:amd64. 2022-04-04 11:11:13.408 | Preparing to unpack .../121-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-04-04 11:11:13.465 | Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-04-04 11:11:13.854 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2022-04-04 11:11:13.862 | Preparing to unpack .../122-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-04-04 11:11:13.920 | Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-04-04 11:11:14.338 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2022-04-04 11:11:14.345 | Preparing to unpack .../123-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-04-04 11:11:14.405 | Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-04-04 11:11:14.729 | Selecting previously unselected package libpathplan4:amd64. 2022-04-04 11:11:14.736 | Preparing to unpack .../124-libpathplan4_2.42.2-3build2_amd64.deb ... 2022-04-04 11:11:14.774 | Unpacking libpathplan4:amd64 (2.42.2-3build2) ... 2022-04-04 11:11:15.180 | Selecting previously unselected package libgvc6. 2022-04-04 11:11:15.188 | Preparing to unpack .../125-libgvc6_2.42.2-3build2_amd64.deb ... 2022-04-04 11:11:15.243 | Unpacking libgvc6 (2.42.2-3build2) ... 2022-04-04 11:11:15.732 | Selecting previously unselected package libgvpr2:amd64. 2022-04-04 11:11:15.740 | Preparing to unpack .../126-libgvpr2_2.42.2-3build2_amd64.deb ... 2022-04-04 11:11:15.777 | Unpacking libgvpr2:amd64 (2.42.2-3build2) ... 2022-04-04 11:11:16.180 | Selecting previously unselected package liblab-gamut1:amd64. 2022-04-04 11:11:16.188 | Preparing to unpack .../127-liblab-gamut1_2.42.2-3build2_amd64.deb ... 2022-04-04 11:11:16.240 | Unpacking liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-04-04 11:11:16.849 | Selecting previously unselected package x11-common. 2022-04-04 11:11:16.857 | Preparing to unpack .../128-x11-common_1%3a7.7+19ubuntu14_all.deb ... 2022-04-04 11:11:16.933 | dpkg-query: no packages found matching nux-tools 2022-04-04 11:11:16.944 | Unpacking x11-common (1:7.7+19ubuntu14) ... 2022-04-04 11:11:17.329 | Selecting previously unselected package libice6:amd64. 2022-04-04 11:11:17.337 | Preparing to unpack .../129-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ... 2022-04-04 11:11:17.385 | Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-04-04 11:11:17.780 | Selecting previously unselected package libsm6:amd64. 2022-04-04 11:11:17.789 | Preparing to unpack .../130-libsm6_2%3a1.2.3-1_amd64.deb ... 2022-04-04 11:11:17.837 | Unpacking libsm6:amd64 (2:1.2.3-1) ... 2022-04-04 11:11:18.288 | Selecting previously unselected package libxt6:amd64. 2022-04-04 11:11:18.296 | Preparing to unpack .../131-libxt6_1%3a1.1.5-1_amd64.deb ... 2022-04-04 11:11:18.339 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2022-04-04 11:11:18.726 | Selecting previously unselected package libxmu6:amd64. 2022-04-04 11:11:18.734 | Preparing to unpack .../132-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ... 2022-04-04 11:11:18.771 | Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-04-04 11:11:19.168 | Selecting previously unselected package libxaw7:amd64. 2022-04-04 11:11:19.177 | Preparing to unpack .../133-libxaw7_2%3a1.0.13-1_amd64.deb ... 2022-04-04 11:11:19.231 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2022-04-04 11:11:19.642 | Selecting previously unselected package graphviz. 2022-04-04 11:11:19.651 | Preparing to unpack .../134-graphviz_2.42.2-3build2_amd64.deb ... 2022-04-04 11:11:19.705 | Unpacking graphviz (2.42.2-3build2) ... 2022-04-04 11:11:20.177 | Selecting previously unselected package libnl-route-3-200:amd64. 2022-04-04 11:11:20.185 | Preparing to unpack .../135-libnl-route-3-200_3.4.0-1_amd64.deb ... 2022-04-04 11:11:20.225 | Unpacking libnl-route-3-200:amd64 (3.4.0-1) ... 2022-04-04 11:11:20.648 | Selecting previously unselected package libibverbs1:amd64. 2022-04-04 11:11:20.656 | Preparing to unpack .../136-libibverbs1_28.0-1ubuntu1_amd64.deb ... 2022-04-04 11:11:20.725 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-04-04 11:11:21.297 | Selecting previously unselected package ibverbs-providers:amd64. 2022-04-04 11:11:21.306 | Preparing to unpack .../137-ibverbs-providers_28.0-1ubuntu1_amd64.deb ... 2022-04-04 11:11:21.375 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-04-04 11:11:21.691 | Selecting previously unselected package icu-devtools. 2022-04-04 11:11:21.700 | Preparing to unpack .../138-icu-devtools_66.1-2ubuntu2.1_amd64.deb ... 2022-04-04 11:11:21.757 | Unpacking icu-devtools (66.1-2ubuntu2.1) ... 2022-04-04 11:11:22.066 | Selecting previously unselected package iputils-arping. 2022-04-04 11:11:22.074 | Preparing to unpack .../139-iputils-arping_3%3a20190709-3_amd64.deb ... 2022-04-04 11:11:22.105 | Unpacking iputils-arping (3:20190709-3) ... 2022-04-04 11:11:22.560 | Selecting previously unselected package javascript-common. 2022-04-04 11:11:22.568 | Preparing to unpack .../140-javascript-common_11_all.deb ... 2022-04-04 11:11:22.629 | Unpacking javascript-common (11) ... 2022-04-04 11:11:23.086 | Selecting previously unselected package libgssrpc4:amd64. 2022-04-04 11:11:23.093 | Preparing to unpack .../141-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 2022-04-04 11:11:23.148 | Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-04-04 11:11:23.577 | Selecting previously unselected package libkdb5-9:amd64. 2022-04-04 11:11:23.586 | Preparing to unpack .../142-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 2022-04-04 11:11:23.639 | Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-04-04 11:11:24.054 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2022-04-04 11:11:24.062 | Preparing to unpack .../143-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-04-04 11:11:24.116 | Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-04-04 11:11:24.552 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2022-04-04 11:11:24.560 | Preparing to unpack .../144-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-04-04 11:11:24.614 | Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-04-04 11:11:25.049 | Selecting previously unselected package comerr-dev:amd64. 2022-04-04 11:11:25.057 | Preparing to unpack .../145-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... 2022-04-04 11:11:25.113 | Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2022-04-04 11:11:25.489 | Selecting previously unselected package krb5-multidev:amd64. 2022-04-04 11:11:25.496 | Preparing to unpack .../146-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 2022-04-04 11:11:25.542 | Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-04-04 11:11:25.917 | Selecting previously unselected package libalgorithm-diff-perl. 2022-04-04 11:11:25.924 | Preparing to unpack .../147-libalgorithm-diff-perl_1.19.03-2_all.deb ... 2022-04-04 11:11:25.976 | Unpacking libalgorithm-diff-perl (1.19.03-2) ... 2022-04-04 11:11:26.337 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2022-04-04 11:11:26.345 | Preparing to unpack .../148-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... 2022-04-04 11:11:26.393 | Unpacking libalgorithm-diff-xs-perl (0.04-6) ... 2022-04-04 11:11:26.717 | Selecting previously unselected package libalgorithm-merge-perl. 2022-04-04 11:11:26.725 | Preparing to unpack .../149-libalgorithm-merge-perl_0.08-3_all.deb ... 2022-04-04 11:11:26.785 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2022-04-04 11:11:27.154 | Selecting previously unselected package libarchive-cpio-perl. 2022-04-04 11:11:27.162 | Preparing to unpack .../150-libarchive-cpio-perl_0.10-1_all.deb ... 2022-04-04 11:11:27.356 | Unpacking libarchive-cpio-perl (0.10-1) ... 2022-04-04 11:11:27.731 | Selecting previously unselected package libboost-iostreams1.71.0:amd64. 2022-04-04 11:11:27.739 | Preparing to unpack .../151-libboost-iostreams1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-04-04 11:11:27.793 | Unpacking libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-04-04 11:11:28.223 | Selecting previously unselected package libboost-thread1.71.0:amd64. 2022-04-04 11:11:28.231 | Preparing to unpack .../152-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-04-04 11:11:28.328 | Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-04-04 11:11:28.722 | Selecting previously unselected package libfile-fcntllock-perl. 2022-04-04 11:11:28.730 | Preparing to unpack .../153-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... 2022-04-04 11:11:28.779 | Unpacking libfile-fcntllock-perl (0.22-3build4) ... 2022-04-04 11:11:29.071 | Selecting previously unselected package libgts-bin. 2022-04-04 11:11:29.079 | Preparing to unpack .../154-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2022-04-04 11:11:29.128 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2022-04-04 11:11:29.445 | Selecting previously unselected package libicu-dev:amd64. 2022-04-04 11:11:29.453 | Preparing to unpack .../155-libicu-dev_66.1-2ubuntu2.1_amd64.deb ... 2022-04-04 11:11:29.485 | Unpacking libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-04-04 11:11:31.323 | Selecting previously unselected package libipset13:amd64. 2022-04-04 11:11:31.331 | Preparing to unpack .../156-libipset13_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-04-04 11:11:31.379 | Unpacking libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-04-04 11:11:31.783 | Selecting previously unselected package librdmacm1:amd64. 2022-04-04 11:11:31.791 | Preparing to unpack .../157-librdmacm1_28.0-1ubuntu1_amd64.deb ... 2022-04-04 11:11:31.834 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-04-04 11:11:32.263 | Selecting previously unselected package libiscsi7:amd64. 2022-04-04 11:11:32.270 | Preparing to unpack .../158-libiscsi7_1.18.0-2_amd64.deb ... 2022-04-04 11:11:32.317 | Unpacking libiscsi7:amd64 (1.18.0-2) ... 2022-04-04 11:11:32.645 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2022-04-04 11:11:32.654 | Preparing to unpack .../159-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-04-04 11:11:32.714 | Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-04-04 11:11:33.054 | Selecting previously unselected package libjpeg8-dev:amd64. 2022-04-04 11:11:33.062 | Preparing to unpack .../160-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2022-04-04 11:11:33.111 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-04-04 11:11:33.449 | Selecting previously unselected package libjpeg-dev:amd64. 2022-04-04 11:11:33.456 | Preparing to unpack .../161-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2022-04-04 11:11:33.519 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-04-04 11:11:33.851 | Selecting previously unselected package libjs-jquery. 2022-04-04 11:11:33.859 | Preparing to unpack .../162-libjs-jquery_3.3.1~dfsg-3_all.deb ... 2022-04-04 11:11:33.908 | Unpacking libjs-jquery (3.3.1~dfsg-3) ... 2022-04-04 11:11:34.240 | Selecting previously unselected package libjs-jquery-metadata. 2022-04-04 11:11:34.248 | Preparing to unpack .../163-libjs-jquery-metadata_12-1.1_all.deb ... 2022-04-04 11:11:34.285 | Unpacking libjs-jquery-metadata (12-1.1) ... 2022-04-04 11:11:34.606 | Selecting previously unselected package libjs-jquery-tablesorter. 2022-04-04 11:11:34.614 | Preparing to unpack .../164-libjs-jquery-tablesorter_1%3a2.31.1+dfsg1-1_all.deb ... 2022-04-04 11:11:34.662 | Unpacking libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-04-04 11:11:35.071 | Selecting previously unselected package libltdl-dev:amd64. 2022-04-04 11:11:35.079 | Preparing to unpack .../165-libltdl-dev_2.4.6-14_amd64.deb ... 2022-04-04 11:11:35.136 | Unpacking libltdl-dev:amd64 (2.4.6-14) ... 2022-04-04 11:11:35.460 | Selecting previously unselected package libsys-hostname-long-perl. 2022-04-04 11:11:35.468 | Preparing to unpack .../166-libsys-hostname-long-perl_1.5-1_all.deb ... 2022-04-04 11:11:35.506 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2022-04-04 11:11:35.768 | Selecting previously unselected package libmail-sendmail-perl. 2022-04-04 11:11:35.777 | Preparing to unpack .../167-libmail-sendmail-perl_0.80-1_all.deb ... 2022-04-04 11:11:35.831 | Unpacking libmail-sendmail-perl (0.80-1) ... 2022-04-04 11:11:36.125 | Selecting previously unselected package libncurses-dev:amd64. 2022-04-04 11:11:36.133 | Preparing to unpack .../168-libncurses-dev_6.2-0ubuntu2_amd64.deb ... 2022-04-04 11:11:36.171 | Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-04-04 11:11:36.654 | Selecting previously unselected package libnspr4:amd64. 2022-04-04 11:11:36.663 | Preparing to unpack .../169-libnspr4_2%3a4.25-1_amd64.deb ... 2022-04-04 11:11:36.711 | Unpacking libnspr4:amd64 (2:4.25-1) ... 2022-04-04 11:11:37.071 | Selecting previously unselected package libnss3:amd64. 2022-04-04 11:11:37.079 | Preparing to unpack .../170-libnss3_2%3a3.49.1-1ubuntu1.6_amd64.deb ... 2022-04-04 11:11:37.134 | Unpacking libnss3:amd64 (2:3.49.1-1ubuntu1.6) ... 2022-04-04 11:11:37.657 | Selecting previously unselected package libomp5-10:amd64. 2022-04-04 11:11:37.665 | Preparing to unpack .../171-libomp5-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-04-04 11:11:37.708 | Unpacking libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-04-04 11:11:38.057 | Selecting previously unselected package libomp-10-dev. 2022-04-04 11:11:38.065 | Preparing to unpack .../172-libomp-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-04-04 11:11:38.096 | Unpacking libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-04-04 11:11:38.417 | Selecting previously unselected package pcp-conf. 2022-04-04 11:11:38.425 | Preparing to unpack .../173-pcp-conf_5.0.3-1_amd64.deb ... 2022-04-04 11:11:38.473 | Unpacking pcp-conf (5.0.3-1) ... 2022-04-04 11:11:38.849 | Selecting previously unselected package libpcp3. 2022-04-04 11:11:38.857 | Preparing to unpack .../174-libpcp3_5.0.3-1_amd64.deb ... 2022-04-04 11:11:38.905 | Unpacking libpcp3 (5.0.3-1) ... 2022-04-04 11:11:39.282 | Selecting previously unselected package libpcp-pmda3. 2022-04-04 11:11:39.290 | Preparing to unpack .../175-libpcp-pmda3_5.0.3-1_amd64.deb ... 2022-04-04 11:11:39.339 | Unpacking libpcp-pmda3 (5.0.3-1) ... 2022-04-04 11:11:39.628 | Selecting previously unselected package libpcp-pmda-perl. 2022-04-04 11:11:39.636 | Preparing to unpack .../176-libpcp-pmda-perl_5.0.3-1_amd64.deb ... 2022-04-04 11:11:39.667 | Unpacking libpcp-pmda-perl (5.0.3-1) ... 2022-04-04 11:11:39.980 | Selecting previously unselected package libpq5:amd64. 2022-04-04 11:11:39.988 | Preparing to unpack .../177-libpq5_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-04-04 11:11:40.036 | Unpacking libpq5:amd64 (12.9-0ubuntu0.20.04.1) ... 2022-04-04 11:11:40.380 | Selecting previously unselected package libpq-dev. 2022-04-04 11:11:40.388 | Preparing to unpack .../178-libpq-dev_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-04-04 11:11:40.439 | Unpacking libpq-dev (12.9-0ubuntu0.20.04.1) ... 2022-04-04 11:11:40.894 | Selecting previously unselected package librados2. 2022-04-04 11:11:40.903 | Preparing to unpack .../179-librados2_15.2.14-0ubuntu0.20.04.2_amd64.deb ... 2022-04-04 11:11:40.951 | Unpacking librados2 (15.2.14-0ubuntu0.20.04.2) ... 2022-04-04 11:11:41.826 | Selecting previously unselected package librbd1. 2022-04-04 11:11:41.834 | Preparing to unpack .../180-librbd1_15.2.14-0ubuntu0.20.04.2_amd64.deb ... 2022-04-04 11:11:41.891 | Unpacking librbd1 (15.2.14-0ubuntu0.20.04.2) ... 2022-04-04 11:11:42.468 | Selecting previously unselected package libsasl2-dev. 2022-04-04 11:11:42.476 | Preparing to unpack .../181-libsasl2-dev_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2022-04-04 11:11:42.513 | Unpacking libsasl2-dev (2.1.27+dfsg-2ubuntu0.1) ... 2022-04-04 11:11:42.893 | Preparing to unpack .../182-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2022-04-04 11:11:43.039 | Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) over (2.1.27+dfsg-2) ... 2022-04-04 11:11:43.397 | Selecting previously unselected package libssl-dev:amd64. 2022-04-04 11:11:43.405 | Preparing to unpack .../183-libssl-dev_1.1.1f-1ubuntu2.12_amd64.deb ... 2022-04-04 11:11:43.456 | Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.12) ... 2022-04-04 11:11:43.977 | Selecting previously unselected package libsystemd-dev:amd64. 2022-04-04 11:11:43.985 | Preparing to unpack .../184-libsystemd-dev_245.4-4ubuntu3.15_amd64.deb ... 2022-04-04 11:11:44.016 | Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.15) ... 2022-04-04 11:11:44.417 | Selecting previously unselected package libtinfo-dev:amd64. 2022-04-04 11:11:44.425 | Preparing to unpack .../185-libtinfo-dev_6.2-0ubuntu2_amd64.deb ... 2022-04-04 11:11:44.482 | Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-04-04 11:11:44.806 | Selecting previously unselected package libx86-1:amd64. 2022-04-04 11:11:44.814 | Preparing to unpack .../186-libx86-1_1.1+ds1-11_amd64.deb ... 2022-04-04 11:11:44.862 | Unpacking libx86-1:amd64 (1.1+ds1-11) ... 2022-04-04 11:11:45.214 | Selecting previously unselected package libxml2-dev:amd64. 2022-04-04 11:11:45.222 | Preparing to unpack .../187-libxml2-dev_2.9.10+dfsg-5ubuntu0.20.04.2_amd64.deb ... 2022-04-04 11:11:45.293 | Unpacking libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.2) ... 2022-04-04 11:11:45.803 | Selecting previously unselected package libxslt1-dev:amd64. 2022-04-04 11:11:45.811 | Preparing to unpack .../188-libxslt1-dev_1.1.34-4_amd64.deb ... 2022-04-04 11:11:45.865 | Unpacking libxslt1-dev:amd64 (1.1.34-4) ... 2022-04-04 11:11:46.357 | Selecting previously unselected package llvm-10-runtime. 2022-04-04 11:11:46.365 | Preparing to unpack .../189-llvm-10-runtime_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-04-04 11:11:46.402 | Unpacking llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-04-04 11:11:46.822 | Selecting previously unselected package libpfm4:amd64. 2022-04-04 11:11:46.831 | Preparing to unpack .../190-libpfm4_4.10.1+git20-g7700f49-2_amd64.deb ... 2022-04-04 11:11:46.885 | Unpacking libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-04-04 11:11:47.262 | Selecting previously unselected package llvm-10. 2022-04-04 11:11:47.270 | Preparing to unpack .../191-llvm-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-04-04 11:11:47.308 | Unpacking llvm-10 (1:10.0.0-4ubuntu1) ... 2022-04-04 11:11:48.391 | Selecting previously unselected package libffi-dev:amd64. 2022-04-04 11:11:48.400 | Preparing to unpack .../192-libffi-dev_3.3-4_amd64.deb ... 2022-04-04 11:11:48.431 | Unpacking libffi-dev:amd64 (3.3-4) ... 2022-04-04 11:11:48.854 | Selecting previously unselected package python3-pygments. 2022-04-04 11:11:48.862 | Preparing to unpack .../193-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2022-04-04 11:11:48.905 | Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-04-04 11:11:49.322 | Selecting previously unselected package llvm-10-tools. 2022-04-04 11:11:49.331 | Preparing to unpack .../194-llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-04-04 11:11:49.379 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-04-04 11:11:49.874 | Selecting previously unselected package libz3-4:amd64. 2022-04-04 11:11:49.882 | Preparing to unpack .../195-libz3-4_4.8.7-4build1_amd64.deb ... 2022-04-04 11:11:49.930 | Unpacking libz3-4:amd64 (4.8.7-4build1) ... 2022-04-04 11:11:51.251 | Selecting previously unselected package libz3-dev:amd64. 2022-04-04 11:11:51.259 | Preparing to unpack .../196-libz3-dev_4.8.7-4build1_amd64.deb ... 2022-04-04 11:11:51.307 | Unpacking libz3-dev:amd64 (4.8.7-4build1) ... 2022-04-04 11:11:51.691 | Selecting previously unselected package llvm-10-dev. 2022-04-04 11:11:51.700 | Preparing to unpack .../197-llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-04-04 11:11:51.753 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-04-04 11:11:56.676 | Selecting previously unselected package lsscsi. 2022-04-04 11:11:56.686 | Preparing to unpack .../198-lsscsi_0.30-0.1_amd64.deb ... 2022-04-04 11:11:56.745 | Unpacking lsscsi (0.30-0.1) ... 2022-04-04 11:11:57.090 | Selecting previously unselected package pkg-config. 2022-04-04 11:11:57.099 | Preparing to unpack .../199-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2022-04-04 11:11:57.147 | Unpacking pkg-config (0.29.1-0ubuntu4) ... 2022-04-04 11:11:57.454 | Selecting previously unselected package pm-utils. 2022-04-04 11:11:57.462 | Preparing to unpack .../200-pm-utils_1.4.1-19_all.deb ... 2022-04-04 11:11:57.513 | Unpacking pm-utils (1.4.1-19) ... 2022-04-04 11:11:57.907 | Selecting previously unselected package postgresql-client-common. 2022-04-04 11:11:57.916 | Preparing to unpack .../201-postgresql-client-common_214ubuntu0.1_all.deb ... 2022-04-04 11:11:57.964 | Unpacking postgresql-client-common (214ubuntu0.1) ... 2022-04-04 11:11:58.319 | Selecting previously unselected package postgresql-client-12. 2022-04-04 11:11:58.328 | Preparing to unpack .../202-postgresql-client-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-04-04 11:11:58.387 | Unpacking postgresql-client-12 (12.9-0ubuntu0.20.04.1) ... 2022-04-04 11:11:58.896 | Selecting previously unselected package ssl-cert. 2022-04-04 11:11:58.906 | Preparing to unpack .../203-ssl-cert_1.0.39_all.deb ... 2022-04-04 11:11:58.953 | Unpacking ssl-cert (1.0.39) ... 2022-04-04 11:11:59.465 | Selecting previously unselected package postgresql-common. 2022-04-04 11:11:59.478 | Preparing to unpack .../204-postgresql-common_214ubuntu0.1_all.deb ... 2022-04-04 11:11:59.564 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2022-04-04 11:11:59.599 | Unpacking postgresql-common (214ubuntu0.1) ... 2022-04-04 11:11:59.985 | Selecting previously unselected package postgresql-server-dev-12. 2022-04-04 11:11:59.994 | Preparing to unpack .../205-postgresql-server-dev-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-04-04 11:12:00.053 | Unpacking postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-04-04 11:12:00.671 | Selecting previously unselected package postgresql-server-dev-all. 2022-04-04 11:12:00.680 | Preparing to unpack .../206-postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2022-04-04 11:12:00.728 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2022-04-04 11:12:01.051 | Selecting previously unselected package python-pip-whl. 2022-04-04 11:12:01.060 | Preparing to unpack .../207-python-pip-whl_20.0.2-5ubuntu1.6_all.deb ... 2022-04-04 11:12:01.111 | Unpacking python-pip-whl (20.0.2-5ubuntu1.6) ... 2022-04-04 11:12:01.617 | Selecting previously unselected package python3-mysqldb. 2022-04-04 11:12:01.625 | Preparing to unpack .../208-python3-mysqldb_1.4.4-2build1_amd64.deb ... 2022-04-04 11:12:01.679 | Unpacking python3-mysqldb (1.4.4-2build1) ... 2022-04-04 11:12:02.049 | Selecting previously unselected package python3-wheel. 2022-04-04 11:12:02.057 | Preparing to unpack .../209-python3-wheel_0.34.2-1_all.deb ... 2022-04-04 11:12:02.111 | Unpacking python3-wheel (0.34.2-1) ... 2022-04-04 11:12:02.483 | Selecting previously unselected package python3-pip. 2022-04-04 11:12:02.491 | Preparing to unpack .../210-python3-pip_20.0.2-5ubuntu1.6_all.deb ... 2022-04-04 11:12:02.539 | Unpacking python3-pip (20.0.2-5ubuntu1.6) ... 2022-04-04 11:12:02.925 | Selecting previously unselected package python3.8-venv. 2022-04-04 11:12:02.934 | Preparing to unpack .../211-python3.8-venv_3.8.10-0ubuntu1~20.04.4_amd64.deb ... 2022-04-04 11:12:02.967 | Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04.4) ... 2022-04-04 11:12:03.265 | Selecting previously unselected package python3-venv. 2022-04-04 11:12:03.274 | Preparing to unpack .../212-python3-venv_3.8.2-0ubuntu2_amd64.deb ... 2022-04-04 11:12:03.322 | Unpacking python3-venv (3.8.2-0ubuntu2) ... 2022-04-04 11:12:03.677 | Selecting previously unselected package qemu-block-extra:amd64. 2022-04-04 11:12:03.686 | Preparing to unpack .../213-qemu-block-extra_1%3a4.2-3ubuntu6.21_amd64.deb ... 2022-04-04 11:12:03.736 | Unpacking qemu-block-extra:amd64 (1:4.2-3ubuntu6.21) ... 2022-04-04 11:12:04.059 | Selecting previously unselected package qemu-utils. 2022-04-04 11:12:04.068 | Preparing to unpack .../214-qemu-utils_1%3a4.2-3ubuntu6.21_amd64.deb ... 2022-04-04 11:12:04.122 | Unpacking qemu-utils (1:4.2-3ubuntu6.21) ... 2022-04-04 11:12:04.616 | Selecting previously unselected package sharutils. 2022-04-04 11:12:04.625 | Preparing to unpack .../215-sharutils_1%3a4.15.2-4build1_amd64.deb ... 2022-04-04 11:12:04.676 | Unpacking sharutils (1:4.15.2-4build1) ... 2022-04-04 11:12:05.008 | Selecting previously unselected package sqlite3. 2022-04-04 11:12:05.017 | Preparing to unpack .../216-sqlite3_3.31.1-4ubuntu0.2_amd64.deb ... 2022-04-04 11:12:05.065 | Unpacking sqlite3 (3.31.1-4ubuntu0.2) ... 2022-04-04 11:12:05.513 | Selecting previously unselected package unzip. 2022-04-04 11:12:05.522 | Preparing to unpack .../217-unzip_6.0-25ubuntu1_amd64.deb ... 2022-04-04 11:12:05.556 | Unpacking unzip (6.0-25ubuntu1) ... 2022-04-04 11:12:05.859 | Selecting previously unselected package vbetool. 2022-04-04 11:12:05.868 | Preparing to unpack .../218-vbetool_1.1-4_amd64.deb ... 2022-04-04 11:12:05.922 | Unpacking vbetool (1.1-4) ... 2022-04-04 11:12:06.285 | Selecting previously unselected package ipset. 2022-04-04 11:12:06.293 | Preparing to unpack .../219-ipset_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-04-04 11:12:06.343 | Unpacking ipset (7.5-1ubuntu0.20.04.1) ... 2022-04-04 11:12:06.757 | Selecting previously unselected package ipvsadm. 2022-04-04 11:12:06.765 | Preparing to unpack .../220-ipvsadm_1%3a1.31-1_amd64.deb ... 2022-04-04 11:12:06.813 | Unpacking ipvsadm (1:1.31-1) ... 2022-04-04 11:12:07.254 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2022-04-04 11:12:07.263 | Preparing to unpack .../221-libapache2-mod-proxy-uwsgi_2.4.41-4ubuntu3.10_amd64.deb ... 2022-04-04 11:12:07.324 | Unpacking libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.10) ... 2022-04-04 11:12:07.747 | Selecting previously unselected package liberasurecode1:amd64. 2022-04-04 11:12:07.756 | Preparing to unpack .../222-liberasurecode1_1.6.1-4_amd64.deb ... 2022-04-04 11:12:07.810 | Unpacking liberasurecode1:amd64 (1.6.1-4) ... 2022-04-04 11:12:08.105 | Selecting previously unselected package liberasurecode-dev:amd64. 2022-04-04 11:12:08.114 | Preparing to unpack .../223-liberasurecode-dev_1.6.1-4_amd64.deb ... 2022-04-04 11:12:08.162 | Unpacking liberasurecode-dev:amd64 (1.6.1-4) ... 2022-04-04 11:12:08.468 | Selecting previously unselected package libkrb5-dev:amd64. 2022-04-04 11:12:08.476 | Preparing to unpack .../224-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 2022-04-04 11:12:08.541 | Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-04-04 11:12:08.936 | Selecting previously unselected package libpcp-gui2. 2022-04-04 11:12:08.945 | Preparing to unpack .../225-libpcp-gui2_5.0.3-1_amd64.deb ... 2022-04-04 11:12:08.993 | Unpacking libpcp-gui2 (5.0.3-1) ... 2022-04-04 11:12:09.313 | Selecting previously unselected package libpcp-import1. 2022-04-04 11:12:09.322 | Preparing to unpack .../226-libpcp-import1_5.0.3-1_amd64.deb ... 2022-04-04 11:12:09.368 | Unpacking libpcp-import1 (5.0.3-1) ... 2022-04-04 11:12:09.713 | Selecting previously unselected package libpcp-mmv1. 2022-04-04 11:12:09.722 | Preparing to unpack .../227-libpcp-mmv1_5.0.3-1_amd64.deb ... 2022-04-04 11:12:09.773 | Unpacking libpcp-mmv1 (5.0.3-1) ... 2022-04-04 11:12:10.096 | Selecting previously unselected package libpcp-trace2. 2022-04-04 11:12:10.105 | Preparing to unpack .../228-libpcp-trace2_5.0.3-1_amd64.deb ... 2022-04-04 11:12:10.156 | Unpacking libpcp-trace2 (5.0.3-1) ... 2022-04-04 11:12:10.445 | Selecting previously unselected package libpcp-web1. 2022-04-04 11:12:10.454 | Preparing to unpack .../229-libpcp-web1_5.0.3-1_amd64.deb ... 2022-04-04 11:12:10.496 | Unpacking libpcp-web1 (5.0.3-1) ... 2022-04-04 11:12:10.788 | Selecting previously unselected package libyaml-dev:amd64. 2022-04-04 11:12:10.797 | Preparing to unpack .../230-libyaml-dev_0.2.2-1_amd64.deb ... 2022-04-04 11:12:10.854 | Unpacking libyaml-dev:amd64 (0.2.2-1) ... 2022-04-04 11:12:11.306 | Selecting previously unselected package python3-pcp. 2022-04-04 11:12:11.314 | Preparing to unpack .../231-python3-pcp_5.0.3-1_amd64.deb ... 2022-04-04 11:12:11.373 | Unpacking python3-pcp (5.0.3-1) ... 2022-04-04 11:12:11.828 | Selecting previously unselected package pcp. 2022-04-04 11:12:11.836 | Preparing to unpack .../232-pcp_5.0.3-1_amd64.deb ... 2022-04-04 11:12:11.945 | Unpacking pcp (5.0.3-1) ... 2022-04-04 11:12:12.959 | Selecting previously unselected package socat. 2022-04-04 11:12:12.969 | Preparing to unpack .../233-socat_1.7.3.3-2_amd64.deb ... 2022-04-04 11:12:13.019 | Unpacking socat (1.7.3.3-2) ... 2022-04-04 11:12:13.382 | Selecting previously unselected package vlan. 2022-04-04 11:12:13.390 | Preparing to unpack .../234-vlan_2.0.4ubuntu1.20.04.1_all.deb ... 2022-04-04 11:12:13.433 | Unpacking vlan (2.0.4ubuntu1.20.04.1) ... 2022-04-04 11:12:13.801 | Setting up genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-04-04 11:12:13.967 | Setting up postgresql-client-common (214ubuntu0.1) ... 2022-04-04 11:12:14.238 | Setting up javascript-common (11) ... 2022-04-04 11:12:14.460 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2022-04-04 11:12:14.524 | Setting up libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-04-04 11:12:14.621 | Setting up dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2022-04-04 11:12:14.768 | Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-04-04 11:12:14.907 | Setting up mysql-common (5.8+1.0.5ubuntu2) ... 2022-04-04 11:12:15.141 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-04-04 11:12:15.219 | Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-04-04 11:12:15.367 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2022-04-04 11:12:15.516 | Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... 2022-04-04 11:12:15.670 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2022-04-04 11:12:15.819 | Setting up libdatrie1:amd64 (0.2.12-3) ... 2022-04-04 11:12:15.979 | Setting up libyaml-dev:amd64 (0.2.2-1) ... 2022-04-04 11:12:16.133 | Setting up libfile-fcntllock-perl (0.22-3build4) ... 2022-04-04 11:12:16.264 | Setting up libx86-1:amd64 (1.1+ds1-11) ... 2022-04-04 11:12:16.453 | Setting up libxcb-render0:amd64 (1.14-2) ... 2022-04-04 11:12:16.590 | Setting up libalgorithm-diff-perl (1.19.03-2) ... 2022-04-04 11:12:16.741 | Setting up libarchive-zip-perl (1.67-2) ... 2022-04-04 11:12:16.895 | Setting up libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-04-04 11:12:17.053 | Setting up vbetool (1.1-4) ... 2022-04-04 11:12:17.198 | Setting up libicu66:amd64 (66.1-2ubuntu2.1) ... 2022-04-04 11:12:17.368 | Setting up libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2022-04-04 11:12:17.593 | Setting up pm-utils (1.4.1-19) ... 2022-04-04 11:12:17.842 | Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.12) ... 2022-04-04 11:12:18.341 | Setting up unzip (6.0-25ubuntu1) ... 2022-04-04 11:12:18.512 | Setting up libdebhelper-perl (12.10ubuntu1) ... 2022-04-04 11:12:18.655 | Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 2022-04-04 11:12:18.867 | Setting up liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-04-04 11:12:19.019 | Setting up x11-common (1:7.7+19ubuntu14) ... 2022-04-04 11:12:20.191 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2022-04-04 11:12:20.947 | Setting up libsensors-config (1:3.6.0-2ubuntu1) ... 2022-04-04 11:12:21.145 | Setting up libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-04-04 11:12:21.271 | Setting up m4 (1.4.18-4) ... 2022-04-04 11:12:21.438 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2022-04-04 11:12:21.871 | Setting up libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-04-04 11:12:22.015 | Setting up libxcb-shm0:amd64 (1.14-2) ... 2022-04-04 11:12:22.242 | Setting up iputils-arping (3:20190709-3) ... 2022-04-04 11:12:22.402 | Setting up libffi-dev:amd64 (3.3-4) ... 2022-04-04 11:12:22.564 | Setting up conntrack (1:1.4.5-2) ... 2022-04-04 11:12:22.741 | Setting up libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-04-04 11:12:22.838 | Setting up python3-wheel (0.34.2-1) ... 2022-04-04 11:12:23.255 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2022-04-04 11:12:23.430 | Setting up open-iscsi (2.0.874-7.1ubuntu6.2) ... 2022-04-04 11:12:23.913 | grep: /lib/modules-load.d/open-iscsi.conf: No such file or directory 2022-04-04 11:12:26.141 | Setting up libfakeroot:amd64 (1.24-1) ... 2022-04-04 11:12:26.350 | Setting up libjansson4:amd64 (2.12-1build1) ... 2022-04-04 11:12:26.507 | Setting up acl (2.2.53-6) ... 2022-04-04 11:12:26.613 | Setting up dns-root-data (2019052802) ... 2022-04-04 11:12:26.764 | Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 2022-04-04 11:12:26.872 | Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-04-04 11:12:27.019 | Setting up fakeroot (1.24-1) ... 2022-04-04 11:12:27.133 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2022-04-04 11:12:27.253 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-04-04 11:12:27.364 | Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-04-04 11:12:27.472 | Setting up autotools-dev (20180224.1) ... 2022-04-04 11:12:27.625 | Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-04-04 11:12:28.574 | Setting up libz3-4:amd64 (4.8.7-4build1) ... 2022-04-04 11:12:28.741 | Setting up libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-04-04 11:12:28.872 | Setting up make (4.2.1-1.2) ... 2022-04-04 11:12:28.958 | Setting up libnspr4:amd64 (2:4.25-1) ... 2022-04-04 11:12:29.095 | Setting up libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-04-04 11:12:29.230 | Setting up libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-04-04 11:12:29.358 | Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.3) ... 2022-04-04 11:12:29.505 | Setting up libpathplan4:amd64 (2.42.2-3build2) ... 2022-04-04 11:12:29.644 | Setting up ebtables (2.0.11-3build1) ... 2022-04-04 11:12:30.364 | Setting up socat (1.7.3.3-2) ... 2022-04-04 11:12:30.518 | Setting up libann0 (1.1.2+doc-7build1) ... 2022-04-04 11:12:30.659 | Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2022-04-04 11:12:30.781 | Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.12) ... 2022-04-04 11:12:30.933 | Setting up autopoint (0.19.8.1-10build1) ... 2022-04-04 11:12:31.076 | Setting up binfmt-support (2.2.0-2) ... 2022-04-04 11:12:31.500 | Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service. 2022-04-04 11:12:32.604 | Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-04-04 11:12:32.724 | Setting up icu-devtools (66.1-2ubuntu2.1) ... 2022-04-04 11:12:32.848 | Setting up fonts-dejavu-core (2.37-1) ... 2022-04-04 11:12:33.636 | Setting up libnetfilter-queue1 (1.0.3-1) ... 2022-04-04 11:12:33.769 | Setting up lsscsi (0.30-0.1) ... 2022-04-04 11:12:33.872 | Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2022-04-04 11:12:34.021 | Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ... 2022-04-04 11:12:34.170 | Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-04-04 11:12:34.318 | Setting up libobjc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... 2022-04-04 11:12:34.442 | Setting up libdpkg-perl (1.19.7ubuntu3) ... 2022-04-04 11:12:34.598 | Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 2022-04-04 11:12:34.741 | Setting up autoconf (2.69-11.1) ... 2022-04-04 11:12:34.956 | Setting up liberasurecode1:amd64 (1.6.1-4) ... 2022-04-04 11:12:35.116 | Setting up g++ (4:9.3.0-1ubuntu2) ... 2022-04-04 11:12:35.263 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2022-04-04 11:12:35.350 | Setting up dwz (0.13-5) ... 2022-04-04 11:12:35.466 | Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-04-04 11:12:35.575 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-04-04 11:12:35.718 | Setting up libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-04-04 11:12:35.871 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-04-04 11:12:36.021 | Setting up vlan (2.0.4ubuntu1.20.04.1) ... 2022-04-04 11:12:36.270 | Setting up uuid-runtime (2.34-0.1ubuntu9.3) ... 2022-04-04 11:12:37.741 | Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-04-04 11:12:37.893 | Setting up libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-04-04 11:12:38.047 | Setting up libarchive-cpio-perl (0.10-1) ... 2022-04-04 11:12:38.201 | Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-04-04 11:12:38.339 | Setting up fonts-liberation (1:1.07.4-11) ... 2022-04-04 11:12:38.510 | Setting up libnl-3-200:amd64 (3.4.0-1) ... 2022-04-04 11:12:38.764 | Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-04-04 11:12:38.899 | Setting up pcp-conf (5.0.3-1) ... 2022-04-04 11:12:39.156 | Setting up libc6-i386 (2.31-0ubuntu9.7) ... 2022-04-04 11:12:39.367 | Setting up libsub-override-perl (0.09-2) ... 2022-04-04 11:12:39.556 | Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2022-04-04 11:12:39.723 | Setting up libthai-data (0.1.28-3) ... 2022-04-04 11:12:39.895 | Setting up python-pip-whl (20.0.2-5ubuntu1.6) ... 2022-04-04 11:12:40.009 | Setting up libcdt5:amd64 (2.42.2-3build2) ... 2022-04-04 11:12:40.150 | Setting up libcgraph6:amd64 (2.42.2-3build2) ... 2022-04-04 11:12:40.335 | Setting up apache2-data (2.4.41-4ubuntu3.10) ... 2022-04-04 11:12:40.501 | Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-04-04 11:12:40.676 | Setting up libjs-jquery (3.3.1~dfsg-3) ... 2022-04-04 11:12:40.832 | Setting up sharutils (1:4.15.2-4build1) ... 2022-04-04 11:12:40.935 | Setting up ipset (7.5-1ubuntu0.20.04.1) ... 2022-04-04 11:12:41.095 | Setting up openssl (1.1.1f-1ubuntu2.12) ... 2022-04-04 11:12:41.261 | Setting up conntrackd (1:1.4.5-2) ... 2022-04-04 11:12:42.615 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2022-04-04 11:12:42.975 | Setting up libsys-hostname-long-perl (1.5-1) ... 2022-04-04 11:12:43.122 | Setting up libalgorithm-diff-xs-perl (0.04-6) ... 2022-04-04 11:12:43.261 | Setting up libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-04-04 11:12:43.379 | Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.2) ... 2022-04-04 11:12:43.529 | Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.15) ... 2022-04-04 11:12:43.655 | Setting up sqlite3 (3.31.1-4ubuntu0.2) ... 2022-04-04 11:12:43.804 | Setting up libalgorithm-merge-perl (0.08-3) ... 2022-04-04 11:12:43.912 | Setting up libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-04-04 11:12:44.053 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2022-04-04 11:12:44.203 | Setting up automake (1:1.16.1-4ubuntu6) ... 2022-04-04 11:12:44.276 | update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 2022-04-04 11:12:44.335 | Setting up libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-04-04 11:12:44.464 | Setting up libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-04-04 11:12:44.626 | Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-04-04 11:12:44.781 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2022-04-04 11:12:44.935 | Setting up libz3-dev:amd64 (4.8.7-4build1) ... 2022-04-04 11:12:45.087 | Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-04-04 11:12:45.255 | Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-04-04 11:12:45.409 | Setting up libmysqlclient21:amd64 (8.0.28-0ubuntu0.20.04.3) ... 2022-04-04 11:12:45.523 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-04-04 11:12:45.672 | Setting up libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2022-04-04 11:12:45.842 | Setting up libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-04-04 11:12:46.013 | Setting up wget (1.20.3-1ubuntu2) ... 2022-04-04 11:12:46.180 | Setting up libtool (2.4.6-14) ... 2022-04-04 11:12:46.358 | Setting up fontconfig-config (2.13.1-2ubuntu3) ... 2022-04-04 11:12:48.745 | Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... 2022-04-04 11:12:48.973 | Setting up haproxy (2.0.13-2ubuntu0.5) ... 2022-04-04 11:12:50.340 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2022-04-04 11:12:51.512 | Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-04-04 11:12:51.666 | Setting up libnss3:amd64 (2:3.49.1-1ubuntu1.6) ... 2022-04-04 11:12:51.830 | Setting up libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-04-04 11:12:52.002 | Setting up dnsmasq-base (2.80-1.1ubuntu1.4) ... 2022-04-04 11:12:52.718 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-04-04 11:12:52.893 | Setting up libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-04-04 11:12:53.055 | Setting up llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-04-04 11:12:53.230 | Setting up memcached (1.5.22-2ubuntu0.2) ... 2022-04-04 11:12:54.975 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2022-04-04 11:12:55.740 | Setting up dpkg-dev (1.19.7ubuntu3) ... 2022-04-04 11:12:55.979 | Setting up libnl-route-3-200:amd64 (3.4.0-1) ... 2022-04-04 11:12:56.152 | Setting up python3-mysqldb (1.4.4-2build1) ... 2022-04-04 11:12:56.601 | Setting up libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-04-04 11:12:56.756 | Setting up libmail-sendmail-perl (0.80-1) ... 2022-04-04 11:12:56.916 | Setting up libltdl-dev:amd64 (2.4.6-14) ... 2022-04-04 11:12:57.070 | Setting up libthai0:amd64 (0.1.28-3) ... 2022-04-04 11:12:57.241 | Setting up libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.2) ... 2022-04-04 11:12:57.415 | Setting up libsasl2-dev (2.1.27+dfsg-2ubuntu0.1) ... 2022-04-04 11:12:57.557 | Setting up lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-04-04 11:12:57.712 | Setting up lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-04-04 11:12:57.860 | Setting up ssl-cert (1.0.39) ... 2022-04-04 11:12:58.859 | Setting up liberasurecode-dev:amd64 (1.6.1-4) ... 2022-04-04 11:12:59.037 | Setting up python3.8-venv (3.8.10-0ubuntu1~20.04.4) ... 2022-04-04 11:12:59.266 | Setting up libjs-jquery-metadata (12-1.1) ... 2022-04-04 11:12:59.396 | Setting up postgresql-common (214ubuntu0.1) ... 2022-04-04 11:13:00.761 | Adding user postgres to group ssl-cert 2022-04-04 11:13:01.027 | 2022-04-04 11:13:01.027 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2022-04-04 11:13:01.231 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2022-04-04 11:13:01.231 | Removing obsolete dictionary files: 2022-04-04 11:13:01.819 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2022-04-04 11:13:03.219 | Setting up libcroco3:amd64 (0.6.13-1) ... 2022-04-04 11:13:03.390 | Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-04-04 11:13:03.528 | Setting up pkg-config (0.29.1-0ubuntu4) ... 2022-04-04 11:13:03.825 | Setting up python3-pip (20.0.2-5ubuntu1.6) ... 2022-04-04 11:13:04.374 | Setting up dh-strip-nondeterminism (1.7.0-1) ... 2022-04-04 11:13:04.517 | Setting up libgvpr2:amd64 (2.42.2-3build2) ... 2022-04-04 11:13:04.654 | Setting up libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-04-04 11:13:04.797 | Setting up libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-04-04 11:13:04.973 | Setting up build-essential (12.8ubuntu1.1) ... 2022-04-04 11:13:05.140 | Setting up libcurl4:amd64 (7.68.0-1ubuntu2.7) ... 2022-04-04 11:13:05.295 | Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ... 2022-04-04 11:13:05.460 | Setting up curl (7.68.0-1ubuntu2.7) ... 2022-04-04 11:13:05.626 | Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-04-04 11:13:05.801 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-04-04 11:13:05.969 | Setting up libsm6:amd64 (2:1.2.3-1) ... 2022-04-04 11:13:06.138 | Setting up apache2-utils (2.4.41-4ubuntu3.10) ... 2022-04-04 11:13:06.266 | Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-04-04 11:13:06.374 | Setting up ipvsadm (1:1.31-1) ... 2022-04-04 11:13:07.424 | Setting up openssh-sftp-server (1:8.2p1-4ubuntu0.4) ... 2022-04-04 11:13:07.592 | Setting up libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-04-04 11:13:07.940 | Setting up fontconfig (2.13.1-2ubuntu3) ... 2022-04-04 11:13:10.102 | Regenerating fonts cache... done. 2022-04-04 11:13:10.167 | Setting up gettext (0.19.8.1-10build1) ... 2022-04-04 11:13:10.378 | Setting up libpcp3 (5.0.3-1) ... 2022-04-04 11:13:10.546 | Setting up libpcp-pmda3 (5.0.3-1) ... 2022-04-04 11:13:10.649 | Setting up libxslt1-dev:amd64 (1.1.34-4) ... 2022-04-04 11:13:10.843 | Setting up openssh-server (1:8.2p1-4ubuntu0.4) ... 2022-04-04 11:13:12.513 | rescue-ssh.target is a disabled or a static unit, not starting it. 2022-04-04 11:13:13.454 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-04-04 11:13:14.472 | Setting up libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-04-04 11:13:14.614 | Setting up keepalived (1:2.0.19-2ubuntu0.2) ... 2022-04-04 11:13:15.854 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2022-04-04 11:13:16.614 | Setting up llvm-10 (1:10.0.0-4ubuntu1) ... 2022-04-04 11:13:16.778 | Setting up libpcp-trace2 (5.0.3-1) ... 2022-04-04 11:13:16.910 | Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-04-04 11:13:17.083 | Setting up libpcp-pmda-perl (5.0.3-1) ... 2022-04-04 11:13:17.270 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-04-04 11:13:17.470 | Setting up libpq5:amd64 (12.9-0ubuntu0.20.04.1) ... 2022-04-04 11:13:17.643 | Setting up libpq-dev (12.9-0ubuntu0.20.04.1) ... 2022-04-04 11:13:17.796 | Setting up libpcp-gui2 (5.0.3-1) ... 2022-04-04 11:13:17.963 | Setting up apache2-bin (2.4.41-4ubuntu3.10) ... 2022-04-04 11:13:18.112 | Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-04-04 11:13:18.272 | Setting up libpcp-web1 (5.0.3-1) ... 2022-04-04 11:13:18.546 | Setting up intltool-debian (0.35.0+20060710.5) ... 2022-04-04 11:13:18.723 | Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-04-04 11:13:18.882 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-04-04 11:13:19.047 | Setting up postgresql-client-12 (12.9-0ubuntu0.20.04.1) ... 2022-04-04 11:13:19.748 | update-alternatives: using /usr/share/postgresql/12/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode 2022-04-04 11:13:19.883 | Setting up python3-venv (3.8.2-0ubuntu2) ... 2022-04-04 11:13:20.020 | Setting up libpcp-mmv1 (5.0.3-1) ... 2022-04-04 11:13:20.161 | Setting up libapr1-dev (1.6.5-1ubuntu1) ... 2022-04-04 11:13:20.327 | Setting up libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-04-04 11:13:20.443 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2022-04-04 11:13:20.591 | Setting up libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-04-04 11:13:20.763 | Setting up clang-10 (1:10.0.0-4ubuntu1) ... 2022-04-04 11:13:20.945 | Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-04-04 11:13:21.104 | Setting up postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-04-04 11:13:21.260 | Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-04-04 11:13:21.437 | Setting up libpcp-import1 (5.0.3-1) ... 2022-04-04 11:13:21.586 | Setting up librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-04-04 11:13:21.717 | Setting up librados2 (15.2.14-0ubuntu0.20.04.2) ... 2022-04-04 11:13:21.894 | Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-04-04 11:13:22.053 | Setting up po-debconf (1.0.21) ... 2022-04-04 11:13:22.151 | Setting up apache2 (2.4.41-4ubuntu3.10) ... 2022-04-04 11:13:30.293 | Enabling module mpm_event. 2022-04-04 11:13:30.357 | Enabling module authz_core. 2022-04-04 11:13:30.362 | Enabling module authz_host. 2022-04-04 11:13:30.421 | Enabling module authn_core. 2022-04-04 11:13:30.426 | Enabling module auth_basic. 2022-04-04 11:13:30.484 | Enabling module access_compat. 2022-04-04 11:13:30.542 | Enabling module authn_file. 2022-04-04 11:13:30.601 | Enabling module authz_user. 2022-04-04 11:13:30.660 | Enabling module alias. 2022-04-04 11:13:30.719 | Enabling module dir. 2022-04-04 11:13:30.777 | Enabling module autoindex. 2022-04-04 11:13:30.835 | Enabling module env. 2022-04-04 11:13:30.893 | Enabling module mime. 2022-04-04 11:13:30.951 | Enabling module negotiation. 2022-04-04 11:13:31.009 | Enabling module setenvif. 2022-04-04 11:13:31.069 | Enabling module filter. 2022-04-04 11:13:31.128 | Enabling module deflate. 2022-04-04 11:13:31.187 | Enabling module status. 2022-04-04 11:13:31.245 | Enabling module reqtimeout. 2022-04-04 11:13:31.304 | Enabling conf charset. 2022-04-04 11:13:31.364 | Enabling conf localized-error-pages. 2022-04-04 11:13:31.423 | Enabling conf other-vhosts-access-log. 2022-04-04 11:13:31.486 | Enabling conf security. 2022-04-04 11:13:31.544 | Enabling conf serve-cgi-bin. 2022-04-04 11:13:31.603 | Enabling site 000-default. 2022-04-04 11:13:31.656 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2022-04-04 11:13:31.710 | Enabling conf javascript-common. 2022-04-04 11:13:31.978 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2022-04-04 11:13:32.563 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2022-04-04 11:13:35.374 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2022-04-04 11:13:35.596 | Setting up python3-pcp (5.0.3-1) ... 2022-04-04 11:13:36.059 | Setting up libgvc6 (2.42.2-3build2) ... 2022-04-04 11:13:36.243 | Setting up librbd1 (15.2.14-0ubuntu0.20.04.2) ... 2022-04-04 11:13:36.346 | Setting up libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.10) ... 2022-04-04 11:13:36.477 | Setting up libiscsi7:amd64 (1.18.0-2) ... 2022-04-04 11:13:36.620 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2022-04-04 11:13:36.786 | Setting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.21) ... 2022-04-04 11:13:36.900 | Setting up graphviz (2.42.2-3build2) ... 2022-04-04 11:13:37.059 | Setting up pcp (5.0.3-1) ... 2022-04-04 11:13:40.451 | Created symlink /etc/systemd/system/multi-user.target.wants/pmcd.service → /lib/systemd/system/pmcd.service. 2022-04-04 11:13:40.861 | Created symlink /etc/systemd/system/multi-user.target.wants/pmlogger.service → /lib/systemd/system/pmlogger.service. 2022-04-04 11:13:41.293 | Created symlink /etc/systemd/system/multi-user.target.wants/pmie.service → /lib/systemd/system/pmie.service. 2022-04-04 11:13:41.731 | Created symlink /etc/systemd/system/multi-user.target.wants/pmproxy.service → /lib/systemd/system/pmproxy.service. 2022-04-04 11:13:58.460 | Setting up qemu-utils (1:4.2-3ubuntu6.21) ... 2022-04-04 11:13:58.605 | Setting up systemd (245.4-4ubuntu3.15) ... 2022-04-04 11:13:58.669 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2022-04-04 11:14:00.471 | Setting up dh-autoreconf (19) ... 2022-04-04 11:14:00.620 | Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... 2022-04-04 11:14:01.708 | Setting up systemd-sysv (245.4-4ubuntu3.15) ... 2022-04-04 11:14:01.860 | Setting up libnss-systemd:amd64 (245.4-4ubuntu3.15) ... 2022-04-04 11:14:02.003 | Setting up debhelper (12.10ubuntu1) ... 2022-04-04 11:14:02.152 | Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ... 2022-04-04 11:14:02.689 | Setting up apache2-dev (2.4.41-4ubuntu3.10) ... 2022-04-04 11:14:02.837 | Processing triggers for mime-support (3.64ubuntu1) ... 2022-04-04 11:14:02.974 | Processing triggers for initramfs-tools (0.136ubuntu6.4) ... 2022-04-04 11:14:03.145 | update-initramfs: Generating /boot/initrd.img-5.4.0-72-generic 2022-04-04 11:14:16.762 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-04-04 11:14:16.946 | Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ... 2022-04-04 11:14:17.432 | Processing triggers for ufw (0.36-6) ... 2022-04-04 11:14:17.637 | Processing triggers for man-db (2.9.1-1) ... 2022-04-04 11:14:44.419 | Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2022-04-04 11:14:44.510 | Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2022-04-04 11:14:52.188 | ++ functions-common:apt_get:1118 : result=0 2022-04-04 11:14:52.190 | ++ functions-common:apt_get:1121 : time_stop apt-get 2022-04-04 11:14:52.192 | ++ functions-common:time_stop:2309 : local name 2022-04-04 11:14:52.194 | ++ functions-common:time_stop:2310 : local end_time 2022-04-04 11:14:52.196 | ++ functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:14:52.198 | ++ functions-common:time_stop:2312 : local total 2022-04-04 11:14:52.200 | ++ functions-common:time_stop:2313 : local start_time 2022-04-04 11:14:52.202 | ++ functions-common:time_stop:2315 : name=apt-get 2022-04-04 11:14:52.204 | ++ functions-common:time_stop:2316 : start_time=1649070564771 2022-04-04 11:14:52.207 | ++ functions-common:time_stop:2318 : [[ -z 1649070564771 ]] 2022-04-04 11:14:52.209 | +++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:14:52.213 | ++ functions-common:time_stop:2321 : end_time=1649070892211 2022-04-04 11:14:52.215 | ++ functions-common:time_stop:2322 : elapsed_time=327440 2022-04-04 11:14:52.217 | ++ functions-common:time_stop:2323 : total=753 2022-04-04 11:14:52.219 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:14:52.222 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=328193 2022-04-04 11:14:52.224 | ++ functions-common:apt_get:1122 : return 0 2022-04-04 11:14:52.227 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-04-04 11:14:52.229 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-04-04 11:14:52.231 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-04-04 11:14:52.235 | ++ tools/install_prereqs.sh:source:89 : date 2022-04-04 11:14:52.238 | + ./stack.sh:main:772 : [[ False != \T\r\u\e ]] 2022-04-04 11:14:52.241 | + ./stack.sh:main:773 : PYPI_ALTERNATIVE_URL= 2022-04-04 11:14:52.243 | + ./stack.sh:main:773 : /home/ubuntu/devstack/tools/install_pip.sh 2022-04-04 11:14:53.541 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-04-04 11:14:53.543 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-04-04 11:14:53.545 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-04-04 11:14:53.546 | + tools/install_pip.sh:main:43 : GetDistro 2022-04-04 11:14:53.548 | + functions-common:GetDistro:373 : GetOSVersion 2022-04-04 11:14:53.550 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2022-04-04 11:14:53.552 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2022-04-04 11:14:53.554 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2022-04-04 11:14:53.556 | + functions-common:_ensure_lsb_release:328 : return 2022-04-04 11:14:53.558 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2022-04-04 11:14:53.623 | + functions-common:GetOSVersion:352 : os_RELEASE=20.04 2022-04-04 11:14:53.625 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2022-04-04 11:14:53.692 | + functions-common:GetOSVersion:353 : os_CODENAME=focal 2022-04-04 11:14:53.694 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2022-04-04 11:14:53.759 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2022-04-04 11:14:53.761 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-04-04 11:14:53.763 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2022-04-04 11:14:53.764 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2022-04-04 11:14:53.766 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2022-04-04 11:14:53.769 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2022-04-04 11:14:53.770 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2022-04-04 11:14:53.772 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2022-04-04 11:14:53.774 | + functions-common:GetDistro:378 : DISTRO=focal 2022-04-04 11:14:53.776 | + functions-common:GetDistro:422 : typeset -xr DISTRO 2022-04-04 11:14:53.778 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-04-04 11:14:53.778 | Distro: focal 2022-04-04 11:14:53.780 | + tools/install_pip.sh:main:124 : get_versions 2022-04-04 11:14:53.782 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-04-04 11:14:53.785 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-04-04 11:14:53.787 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-04-04 11:14:53.790 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-04-04 11:14:53.790 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-04-04 11:14:54.355 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-04-04 11:14:54.357 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-04-04 11:14:54.357 | pip: 21.3.1 2022-04-04 11:14:54.359 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-04-04 11:14:54.361 | + tools/install_pip.sh:main:130 : is_fedora 2022-04-04 11:14:54.363 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-04-04 11:14:54.364 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-04-04 11:14:54.366 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-04-04 11:14:54.368 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-04-04 11:14:54.369 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-04-04 11:14:54.371 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-04-04 11:14:54.373 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-04-04 11:14:54.374 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-04-04 11:14:54.376 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-04-04 11:14:54.378 | + tools/install_pip.sh:main:142 : install_get_pip 2022-04-04 11:14:54.380 | + tools/install_pip.sh:install_get_pip:60 : [[ 3.8 = \3\.\6 ]] 2022-04-04 11:14:54.381 | + tools/install_pip.sh:install_get_pip:64 : _pip_url=https://bootstrap.pypa.io/get-pip.py 2022-04-04 11:14:54.383 | ++ tools/install_pip.sh:install_get_pip:65 : basename https://bootstrap.pypa.io/get-pip.py 2022-04-04 11:14:54.386 | + tools/install_pip.sh:install_get_pip:65 : _local_pip=/home/ubuntu/devstack/files/get-pip.py 2022-04-04 11:14:54.388 | + tools/install_pip.sh:install_get_pip:71 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2022-04-04 11:14:54.390 | + tools/install_pip.sh:install_get_pip:88 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2022-04-04 11:14:54.392 | + tools/install_pip.sh:install_get_pip:91 : local timecond= 2022-04-04 11:14:54.393 | + tools/install_pip.sh:install_get_pip:92 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2022-04-04 11:14:54.395 | + tools/install_pip.sh:install_get_pip:96 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2022-04-04 11:14:54.405 | % Total % Received % Xferd Average Speed Time Time Time Current 2022-04-04 11:14:54.405 | Dload Upload Total Spent Left Speed 2022-04-04 11:14:55.059 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 2596k 0 22712 0 0 59611 0 0:00:44 --:--:-- 0:00:44 59455 100 2596k 100 2596k 0 0 3970k 0 --:--:-- --:--:-- --:--:-- 3964k 2022-04-04 11:14:55.063 | + tools/install_pip.sh:install_get_pip:99 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2022-04-04 11:14:55.067 | + tools/install_pip.sh:install_get_pip:101 : sudo -H -E python3.8 /home/ubuntu/devstack/files/get-pip.py 2022-04-04 11:14:58.294 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:14:58.294 | from cryptography.utils import int_from_bytes 2022-04-04 11:14:58.294 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:14:58.294 | from cryptography.utils import int_from_bytes 2022-04-04 11:14:58.748 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:14:58.890 | Collecting pip 2022-04-04 11:14:58.902 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c6a/ca0f2f081363f/pip-22.0.4-py3-none-any.whl (2.1 MB) 2022-04-04 11:14:58.944 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 58.4 MB/s eta 0:00:00 2022-04-04 11:14:59.567 | Collecting setuptools 2022-04-04 11:14:59.578 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41a/face2e85b517c/setuptools-61.3.1-py3-none-any.whl (1.1 MB) 2022-04-04 11:14:59.606 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 52.4 MB/s eta 0:00:00 2022-04-04 11:15:01.280 | Installing collected packages: setuptools, pip 2022-04-04 11:15:02.107 | Attempting uninstall: pip 2022-04-04 11:15:02.108 | Found existing installation: pip 21.3.1 2022-04-04 11:15:02.387 | Uninstalling pip-21.3.1: 2022-04-04 11:15:02.428 | Successfully uninstalled pip-21.3.1 2022-04-04 11:15:04.494 | Successfully installed pip-22.0.4 setuptools-61.3.1 2022-04-04 11:15:04.495 | 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-04-04 11:15:04.778 | + tools/install_pip.sh:main:145 : set -x 2022-04-04 11:15:04.779 | + tools/install_pip.sh:main:149 : pip_install_gr setuptools 2022-04-04 11:15:04.781 | + inc/python:pip_install_gr:76 : local name=setuptools 2022-04-04 11:15:04.783 | + inc/python:pip_install_gr:77 : local clean_name 2022-04-04 11:15:04.785 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2022-04-04 11:15:04.787 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2022-04-04 11:15:04.789 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-04-04 11:15:04.791 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2022-04-04 11:15:04.791 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-04-04 11:15:04.795 | ++ 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-04-04 11:15:04.797 | ++ 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-04-04 11:15:04.799 | ++ 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-04-04 11:15:04.801 | + 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-04-04 11:15:04.803 | + 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-04-04 11:15:04.818 | 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-04-04 11:15:04.820 | + 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-04-04 11:15:05.578 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:15:05.578 | from cryptography.utils import int_from_bytes 2022-04-04 11:15:05.578 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:15:05.578 | from cryptography.utils import int_from_bytes 2022-04-04 11:15:06.780 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:15:08.387 | 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-04-04 11:15:08.398 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a49/230977aa6cfb9/setuptools-57.4.0-py3-none-any.whl (819 kB) 2022-04-04 11:15:08.417 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.0/819.0 KB 60.6 MB/s eta 0:00:00 2022-04-04 11:15:10.025 | Installing collected packages: setuptools 2022-04-04 11:15:10.025 | Attempting uninstall: setuptools 2022-04-04 11:15:10.027 | Found existing installation: setuptools 61.3.1 2022-04-04 11:15:10.164 | Uninstalling setuptools-61.3.1: 2022-04-04 11:15:10.409 | Successfully uninstalled setuptools-61.3.1 2022-04-04 11:15:11.143 | Successfully installed setuptools-57.4.0 2022-04-04 11:15:11.143 | 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-04-04 11:15:11.277 | + inc/python:pip_install:200 : result=0 2022-04-04 11:15:11.278 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:15:11.280 | + functions-common:time_stop:2309 : local name 2022-04-04 11:15:11.282 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:15:11.284 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:15:11.285 | + functions-common:time_stop:2312 : local total 2022-04-04 11:15:11.287 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:15:11.288 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:15:11.290 | + functions-common:time_stop:2316 : start_time=1649070904814 2022-04-04 11:15:11.292 | + functions-common:time_stop:2318 : [[ -z 1649070904814 ]] 2022-04-04 11:15:11.294 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:15:11.297 | + functions-common:time_stop:2321 : end_time=1649070911295 2022-04-04 11:15:11.298 | + functions-common:time_stop:2322 : elapsed_time=6481 2022-04-04 11:15:11.300 | + functions-common:time_stop:2323 : total=0 2022-04-04 11:15:11.302 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:15:11.303 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=6481 2022-04-04 11:15:11.305 | + inc/python:pip_install:203 : return 0 2022-04-04 11:15:11.307 | + tools/install_pip.sh:main:151 : get_versions 2022-04-04 11:15:11.309 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-04-04 11:15:11.313 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-04-04 11:15:11.315 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-04-04 11:15:11.317 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-04-04 11:15:11.318 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-04-04 11:15:11.947 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=22.0.4 2022-04-04 11:15:11.949 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 22.0.4' 2022-04-04 11:15:11.949 | pip: 22.0.4 2022-04-04 11:15:11.952 | + ./stack.sh:main:777 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-04-04 11:15:11.954 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-04-04 11:15:11.957 | + ./stack.sh:main:778 : fixup_all 2022-04-04 11:15:11.959 | + tools/fixup_stuff.sh:fixup_all:175 : fixup_keystone 2022-04-04 11:15:11.961 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2022-04-04 11:15:11.963 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2022-04-04 11:15:11.972 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2022-04-04 11:15:11.973 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2022-04-04 11:15:11.974 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2022-04-04 11:15:11.979 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2022-04-04 11:15:11.981 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2022-04-04 11:15:11.984 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2022-04-04 11:15:11.992 | net.ipv4.ip_local_reserved_ports = 35357,35358 2022-04-04 11:15:11.995 | + tools/fixup_stuff.sh:fixup_all:176 : fixup_ubuntu 2022-04-04 11:15:11.997 | + tools/fixup_stuff.sh:fixup_ubuntu:159 : is_ubuntu 2022-04-04 11:15:11.999 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:15:12.001 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:15:12.003 | + tools/fixup_stuff.sh:fixup_ubuntu:169 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.3.1.egg-info 2022-04-04 11:15:12.014 | + tools/fixup_stuff.sh:fixup_ubuntu:170 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-04-04 11:15:12.024 | + tools/fixup_stuff.sh:fixup_ubuntu:171 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-04-04 11:15:12.035 | + tools/fixup_stuff.sh:fixup_all:177 : fixup_fedora 2022-04-04 11:15:12.037 | + tools/fixup_stuff.sh:fixup_fedora:66 : is_fedora 2022-04-04 11:15:12.039 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-04-04 11:15:12.041 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-04-04 11:15:12.043 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-04-04 11:15:12.046 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-04-04 11:15:12.048 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-04-04 11:15:12.050 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-04-04 11:15:12.052 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-04-04 11:15:12.054 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-04-04 11:15:12.055 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-04-04 11:15:12.057 | + tools/fixup_stuff.sh:fixup_fedora:67 : return 2022-04-04 11:15:12.060 | + tools/fixup_stuff.sh:fixup_all:178 : fixup_suse 2022-04-04 11:15:12.062 | + tools/fixup_stuff.sh:fixup_suse:112 : is_suse 2022-04-04 11:15:12.064 | + functions-common:is_suse:462 : is_opensuse 2022-04-04 11:15:12.066 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-04-04 11:15:12.067 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-04 11:15:12.069 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-04-04 11:15:12.071 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-04-04 11:15:12.073 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-04 11:15:12.075 | + tools/fixup_stuff.sh:fixup_suse:113 : return 2022-04-04 11:15:12.078 | + ./stack.sh:main:781 : pip_install -U os-testr 2022-04-04 11:15:12.097 | Using python 3.8 to install os-testr 2022-04-04 11:15:12.099 | + 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-04-04 11:15:12.859 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:15:12.859 | from cryptography.utils import int_from_bytes 2022-04-04 11:15:12.859 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:15:12.859 | from cryptography.utils import int_from_bytes 2022-04-04 11:15:14.034 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:15:14.093 | Collecting os-testr 2022-04-04 11:15:14.101 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/785/f04c6c750390d/os_testr-2.0.1-py3-none-any.whl (46 kB) 2022-04-04 11:15:14.107 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.3/46.3 KB 44.1 MB/s eta 0:00:00 2022-04-04 11:15:14.119 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-04-04 11:15:14.156 | Collecting stestr>=1.0.0 2022-04-04 11:15:14.163 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a31/9580d7aa71f73/stestr-3.2.0-py3-none-any.whl (125 kB) 2022-04-04 11:15:14.171 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.8/125.8 KB 47.9 MB/s eta 0:00:00 2022-04-04 11:15:14.205 | Collecting python-subunit>=1.0.0 2022-04-04 11:15:14.212 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2022-04-04 11:15:14.219 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.1/106.1 KB 63.8 MB/s eta 0:00:00 2022-04-04 11:15:14.224 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.6.0) 2022-04-04 11:15:14.240 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-04-04 11:15:14.271 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (5.4.1) 2022-04-04 11:15:14.272 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.0.0) 2022-04-04 11:15:14.273 | Requirement already satisfied: cliff>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.9.0) 2022-04-04 11:15:14.277 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.12.1) 2022-04-04 11:15:14.315 | Collecting future 2022-04-04 11:15:14.323 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2022-04-04 11:15:14.341 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 829.2/829.2 KB 59.7 MB/s eta 0:00:00 2022-04-04 11:15:14.544 | Preparing metadata (setup.py): started 2022-04-04 11:15:15.235 | Preparing metadata (setup.py): finished with status 'done' 2022-04-04 11:15:15.265 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.4.0) 2022-04-04 11:15:15.266 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.1.2) 2022-04-04 11:15:15.267 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.7.2) 2022-04-04 11:15:15.269 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.4.0) 2022-04-04 11:15:15.270 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.4.7) 2022-04-04 11:15:15.285 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->stestr>=1.0.0->os-testr) (1.16.0) 2022-04-04 11:15:15.355 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (21.2.0) 2022-04-04 11:15:15.356 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.4.4) 2022-04-04 11:15:15.359 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.2.5) 2022-04-04 11:15:15.360 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.8.2) 2022-04-04 11:15:15.489 | Building wheels for collected packages: future 2022-04-04 11:15:15.490 | Building wheel for future (setup.py): started 2022-04-04 11:15:16.555 | Building wheel for future (setup.py): finished with status 'done' 2022-04-04 11:15:16.559 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=d0398486c56dd790f2653533f3f4ea471f2a14889706a13de53661c5b8863b77 2022-04-04 11:15:16.559 | Stored in directory: /root/.cache/pip/wheels/28/5f/d3/d195feb75503b53c2d3ab6230c977e5755765d711064d2e39f 2022-04-04 11:15:16.566 | Successfully built future 2022-04-04 11:15:17.941 | Installing collected packages: future, python-subunit, stestr, os-testr 2022-04-04 11:15:19.186 | Successfully installed future-0.18.2 os-testr-2.0.1 python-subunit-1.4.0 stestr-3.2.0 2022-04-04 11:15:19.186 | 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-04-04 11:15:19.354 | + inc/python:pip_install:200 : result=0 2022-04-04 11:15:19.356 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:15:19.358 | + functions-common:time_stop:2309 : local name 2022-04-04 11:15:19.360 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:15:19.362 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:15:19.364 | + functions-common:time_stop:2312 : local total 2022-04-04 11:15:19.366 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:15:19.368 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:15:19.370 | + functions-common:time_stop:2316 : start_time=1649070912091 2022-04-04 11:15:19.373 | + functions-common:time_stop:2318 : [[ -z 1649070912091 ]] 2022-04-04 11:15:19.375 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:15:19.379 | + functions-common:time_stop:2321 : end_time=1649070919377 2022-04-04 11:15:19.381 | + functions-common:time_stop:2322 : elapsed_time=7286 2022-04-04 11:15:19.383 | + functions-common:time_stop:2323 : total=0 2022-04-04 11:15:19.385 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:15:19.387 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=7286 2022-04-04 11:15:19.390 | + inc/python:pip_install:203 : return 0 2022-04-04 11:15:19.392 | + ./stack.sh:main:785 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-04-04 11:15:19.441 | + ./stack.sh:main:786 : sudo systemctl restart systemd-journald 2022-04-04 11:15:19.643 | + ./stack.sh:main:792 : install_infra 2022-04-04 11:15:19.645 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-04-04 11:15:19.648 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-04-04 11:15:19.650 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2022-04-04 11:15:22.754 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-04-04 11:15:22.757 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-04-04 11:15:22.778 | + 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-04-04 11:15:24.657 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:24.686 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:24.789 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:24.900 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:25.080 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:25.086 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:25.156 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:25.202 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:25.289 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:25.372 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:15:25.498 | Collecting pbr===5.6.0 2022-04-04 11:15:25.506 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c68/c661ac5cc8105/pbr-5.6.0-py2.py3-none-any.whl (111 kB) 2022-04-04 11:15:25.558 | Installing collected packages: pbr 2022-04-04 11:15:25.695 | Successfully installed pbr-5.6.0 2022-04-04 11:15:25.753 | + inc/python:pip_install:200 : result=0 2022-04-04 11:15:25.756 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:15:25.758 | + functions-common:time_stop:2309 : local name 2022-04-04 11:15:25.760 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:15:25.762 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:15:25.764 | + functions-common:time_stop:2312 : local total 2022-04-04 11:15:25.766 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:15:25.768 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:15:25.770 | + functions-common:time_stop:2316 : start_time=1649070922771 2022-04-04 11:15:25.772 | + functions-common:time_stop:2318 : [[ -z 1649070922771 ]] 2022-04-04 11:15:25.775 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:15:25.779 | + functions-common:time_stop:2321 : end_time=1649070925776 2022-04-04 11:15:25.781 | + functions-common:time_stop:2322 : elapsed_time=3005 2022-04-04 11:15:25.783 | + functions-common:time_stop:2323 : total=7286 2022-04-04 11:15:25.785 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:15:25.787 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=10291 2022-04-04 11:15:25.789 | + inc/python:pip_install:203 : return 0 2022-04-04 11:15:25.791 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-04-04 11:15:25.794 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-04-04 11:15:25.814 | + 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-04-04 11:15:27.673 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:27.702 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:27.805 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:27.916 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:28.093 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:28.099 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:28.169 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:28.214 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:28.298 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-04-04 11:15:28.381 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:15:28.384 | Processing /opt/stack/requirements 2022-04-04 11:15:29.707 | Collecting fixtures===3.0.0 2022-04-04 11:15:29.781 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2022-04-04 11:15:30.002 | Collecting PyYAML===5.4.1 2022-04-04 11:15:30.008 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8c1/be557ee92a20f/PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB) 2022-04-04 11:15:30.180 | Collecting requests===2.26.0 2022-04-04 11:15:30.186 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6c1/246513ecd5ecd/requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-04-04 11:15:30.279 | Collecting packaging===21.0 2022-04-04 11:15:30.284 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c86/254f9220d55e3/packaging-21.0-py3-none-any.whl (40 kB) 2022-04-04 11:15:30.347 | Collecting testtools===2.5.0 2022-04-04 11:15:30.353 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/798/525999f053e4d/testtools-2.5.0-py3-none-any.whl (181 kB) 2022-04-04 11:15:30.437 | Collecting idna===3.2 2022-04-04 11:15:30.444 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/144/75042e2849910/idna-3.2-py3-none-any.whl (59 kB) 2022-04-04 11:15:30.580 | Collecting pyparsing===2.4.7 2022-04-04 11:15:30.586 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2022-04-04 11:15:30.635 | Collecting six===1.16.0 2022-04-04 11:15:30.641 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ab/b2f1d86890a2d/six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-04-04 11:15:30.697 | Collecting charset-normalizer===2.0.4 2022-04-04 11:15:30.703 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0c8/911edd15d1922/charset_normalizer-2.0.4-py3-none-any.whl (36 kB) 2022-04-04 11:15:30.736 | Collecting Parsley>=1.2 2022-04-04 11:15:30.743 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-04-04 11:15:30.788 | Collecting beagle>=0.2.1 2022-04-04 11:15:30.794 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB) 2022-04-04 11:15:30.819 | Requirement already satisfied: pbr===5.6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (5.6.0) 2022-04-04 11:15:30.890 | Collecting urllib3===1.26.6 2022-04-04 11:15:30.897 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39f/b8672126159ac/urllib3-1.26.6-py2.py3-none-any.whl (138 kB) 2022-04-04 11:15:30.991 | Collecting certifi===2021.5.30 2022-04-04 11:15:30.997 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50b/1e4f8446b06f4/certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 2022-04-04 11:15:31.032 | Collecting extras===1.0.0 2022-04-04 11:15:31.038 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2022-04-04 11:15:31.120 | Collecting cliff===3.9.0 2022-04-04 11:15:31.126 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c0d/02ee970f978be/cliff-3.9.0-py3-none-any.whl (80 kB) 2022-04-04 11:15:31.199 | Collecting prettytable===0.7.2 2022-04-04 11:15:31.205 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2022-04-04 11:15:31.236 | Collecting autopage===0.4.0 2022-04-04 11:15:31.242 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9b8/c9c160bfbf3e6/autopage-0.4.0-py3-none-any.whl (20 kB) 2022-04-04 11:15:31.327 | Collecting stevedore===3.4.0 2022-04-04 11:15:31.333 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/920/ce6259f0b2498/stevedore-3.4.0-py3-none-any.whl (49 kB) 2022-04-04 11:15:31.490 | Collecting cmd2===2.1.2 2022-04-04 11:15:31.498 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d96/7708a62d1166c/cmd2-2.1.2-py3-none-any.whl (141 kB) 2022-04-04 11:15:31.623 | Collecting colorama===0.4.4 2022-04-04 11:15:31.629 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl (16 kB) 2022-04-04 11:15:31.677 | Collecting pyperclip===1.8.2 2022-04-04 11:15:31.684 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/767/6e3b8b98bc6fb/pyperclip-1.8.2-py3-none-any.whl (11 kB) 2022-04-04 11:15:31.721 | Collecting wcwidth===0.2.5 2022-04-04 11:15:31.727 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2022-04-04 11:15:31.781 | Collecting attrs===21.2.0 2022-04-04 11:15:31.787 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/149/e90d6d8ac20db/attrs-21.2.0-py2.py3-none-any.whl (53 kB) 2022-04-04 11:15:31.860 | Building wheels for collected packages: openstack-requirements 2022-04-04 11:15:31.861 | Building wheel for openstack-requirements (setup.py): started 2022-04-04 11:15:32.639 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-04-04 11:15:32.639 | ERROR: Command errored out with exit status 1: 2022-04-04 11:15:32.640 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-482c8pg4/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-482c8pg4/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-q29sb2rv 2022-04-04 11:15:32.640 | cwd: /tmp/pip-req-build-482c8pg4/ 2022-04-04 11:15:32.640 | Complete output (6 lines): 2022-04-04 11:15:32.640 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-04-04 11:15:32.640 | or: setup.py --help [cmd1 cmd2 ...] 2022-04-04 11:15:32.640 | or: setup.py --help-commands 2022-04-04 11:15:32.640 | or: setup.py cmd --help 2022-04-04 11:15:32.640 | 2022-04-04 11:15:32.640 | error: invalid command 'bdist_wheel' 2022-04-04 11:15:32.640 | ---------------------------------------- 2022-04-04 11:15:32.640 | ERROR: Failed building wheel for openstack-requirements 2022-04-04 11:15:32.640 | Running setup.py clean for openstack-requirements 2022-04-04 11:15:33.416 | Failed to build openstack-requirements 2022-04-04 11:15:33.639 | Installing collected packages: certifi, attrs, extras, testtools, six, fixtures, wcwidth, prettytable, urllib3, PyYAML, charset-normalizer, idna, requests, autopage, pyparsing, stevedore, colorama, pyperclip, cmd2, cliff, packaging, Parsley, beagle, openstack-requirements 2022-04-04 11:15:35.429 | Running setup.py install for openstack-requirements: started 2022-04-04 11:15:37.642 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-04-04 11:15:37.677 | Successfully installed Parsley-1.3 PyYAML-5.4.1 attrs-21.2.0 autopage-0.4.0 beagle-0.3.0 certifi-2021.5.30 charset-normalizer-2.0.4 cliff-3.9.0 cmd2-2.1.2 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 idna-3.2 openstack-requirements-1.2.1.dev4965 packaging-21.0 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.2 requests-2.26.0 six-1.16.0 stevedore-3.4.0 testtools-2.5.0 urllib3-1.26.6 wcwidth-0.2.5 2022-04-04 11:15:37.801 | + inc/python:pip_install:200 : result=0 2022-04-04 11:15:37.803 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:15:37.805 | + functions-common:time_stop:2309 : local name 2022-04-04 11:15:37.807 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:15:37.810 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:15:37.812 | + functions-common:time_stop:2312 : local total 2022-04-04 11:15:37.814 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:15:37.816 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:15:37.818 | + functions-common:time_stop:2316 : start_time=1649070925807 2022-04-04 11:15:37.819 | + functions-common:time_stop:2318 : [[ -z 1649070925807 ]] 2022-04-04 11:15:37.822 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:15:37.826 | + functions-common:time_stop:2321 : end_time=1649070937823 2022-04-04 11:15:37.828 | + functions-common:time_stop:2322 : elapsed_time=12016 2022-04-04 11:15:37.829 | + functions-common:time_stop:2323 : total=10291 2022-04-04 11:15:37.831 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:15:37.833 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=22307 2022-04-04 11:15:37.835 | + inc/python:pip_install:203 : return 0 2022-04-04 11:15:37.838 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-04-04 11:15:37.840 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-04-04 11:15:37.842 | + inc/python:use_library_from_git:250 : local name=pbr 2022-04-04 11:15:37.844 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:15:37.847 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:15:37.849 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-04-04 11:15:37.851 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:15:37.853 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-04-04 11:15:37.873 | Using python 3.8 to install pbr 2022-04-04 11:15:37.875 | + 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-04-04 11:15:38.637 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:15:38.637 | from cryptography.utils import int_from_bytes 2022-04-04 11:15:38.638 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:15:38.638 | from cryptography.utils import int_from_bytes 2022-04-04 11:15:39.819 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:15:39.828 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.6.0) 2022-04-04 11:15:41.477 | 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-04-04 11:15:41.604 | + inc/python:pip_install:200 : result=0 2022-04-04 11:15:41.606 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:15:41.608 | + functions-common:time_stop:2309 : local name 2022-04-04 11:15:41.610 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:15:41.612 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:15:41.614 | + functions-common:time_stop:2312 : local total 2022-04-04 11:15:41.616 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:15:41.618 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:15:41.620 | + functions-common:time_stop:2316 : start_time=1649070937867 2022-04-04 11:15:41.622 | + functions-common:time_stop:2318 : [[ -z 1649070937867 ]] 2022-04-04 11:15:41.624 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:15:41.628 | + functions-common:time_stop:2321 : end_time=1649070941626 2022-04-04 11:15:41.630 | + functions-common:time_stop:2322 : elapsed_time=3759 2022-04-04 11:15:41.632 | + functions-common:time_stop:2323 : total=22307 2022-04-04 11:15:41.634 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:15:41.636 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=26066 2022-04-04 11:15:41.639 | + inc/python:pip_install:203 : return 0 2022-04-04 11:15:41.641 | + ./stack.sh:main:795 : python3 -m venv /opt/stack/bindep-venv 2022-04-04 11:15:44.681 | + ./stack.sh:main:797 : /opt/stack/bindep-venv/bin/pip install bindep 2022-04-04 11:15:46.408 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:15:46.485 | Collecting bindep 2022-04-04 11:15:46.493 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/81f/df1ef59c504c3/bindep-2.10.2-py2.py3-none-any.whl (33 kB) 2022-04-04 11:15:46.596 | Collecting packaging; python_version >= "3.6" 2022-04-04 11:15:46.602 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB) 2022-04-04 11:15:46.747 | Collecting pbr>=2.0.0 2022-04-04 11:15:46.753 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/271/08648368782d0/pbr-5.8.1-py2.py3-none-any.whl (113 kB) 2022-04-04 11:15:46.816 | Collecting distro 2022-04-04 11:15:46.823 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d59/6311d707e692c/distro-1.7.0-py3-none-any.whl (20 kB) 2022-04-04 11:15:46.848 | Collecting Parsley 2022-04-04 11:15:46.855 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-04-04 11:15:47.034 | Collecting pyparsing!=3.0.5,>=2.0.2 2022-04-04 11:15:47.041 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a6c/06a88f252e6c3/pyparsing-3.0.7-py3-none-any.whl (98 kB) 2022-04-04 11:15:47.088 | Installing collected packages: pyparsing, packaging, pbr, distro, Parsley, bindep 2022-04-04 11:15:47.640 | Successfully installed Parsley-1.3 bindep-2.10.2 distro-1.7.0 packaging-21.3 pbr-5.8.1 pyparsing-3.0.7 2022-04-04 11:15:47.708 | + ./stack.sh:main:798 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-04-04 11:15:47.711 | + ./stack.sh:main:798 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-04-04 11:15:47.714 | ++ ./stack.sh:main:801 : _get_plugin_bindep_packages 2022-04-04 11:15:47.730 | + ./stack.sh:main:801 : pkgs= 2022-04-04 11:15:47.732 | + ./stack.sh:main:802 : [[ -n '' ]] 2022-04-04 11:15:47.734 | + ./stack.sh:main:809 : run_phase stack pre-install 2022-04-04 11:15:47.737 | + functions-common:run_phase:1737 : local mode=stack 2022-04-04 11:15:47.739 | + functions-common:run_phase:1738 : local phase=pre-install 2022-04-04 11:15:47.741 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-04-04 11:15:47.743 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-04-04 11:15:47.745 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-04-04 11:15:47.747 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-04-04 11:15:47.749 | + functions-common:run_phase:1747 : local extra 2022-04-04 11:15:47.752 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-04-04 11:15:47.756 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-04-04 11:15:47.758 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-04-04 11:15:47.760 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-04-04 11:15:47.763 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-04-04 11:15:47.765 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-04-04 11:15:47.778 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:15:47.780 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-04-04 11:15:47.782 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-04-04 11:15:47.784 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-04-04 11:15:47.786 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-04-04 11:15:47.788 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-04-04 11:15:47.790 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-04-04 11:15:47.792 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-04-04 11:15:47.794 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-04-04 11:15:47.796 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-04-04 11:15:47.798 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-04-04 11:15:47.800 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-04-04 11:15:47.802 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-04-04 11:15:47.804 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-04-04 11:15:47.806 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2022-04-04 11:15:47.808 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-04-04 11:15:47.811 | + functions-common:run_phase:1764 : run_plugins stack pre-install 2022-04-04 11:15:47.813 | + functions-common:run_plugins:1723 : local mode=stack 2022-04-04 11:15:47.815 | + functions-common:run_plugins:1724 : local phase=pre-install 2022-04-04 11:15:47.816 | + functions-common:run_plugins:1726 : local plugins= 2022-04-04 11:15:47.819 | + functions-common:run_plugins:1727 : local plugin 2022-04-04 11:15:47.821 | + ./stack.sh:main:812 : set_systemd_override DefaultLimitNOFILE 2048 2022-04-04 11:15:47.823 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-04-04 11:15:47.826 | + functions:set_systemd_override:821 : local value=2048 2022-04-04 11:15:47.828 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-04-04 11:15:47.830 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-04-04 11:15:47.876 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-04-04 11:15:47.876 | Set systemd system override for DefaultLimitNOFILE=2048 2022-04-04 11:15:47.878 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-04-04 11:15:48.244 | + ./stack.sh:main:814 : install_rpc_backend 2022-04-04 11:15:48.247 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-04-04 11:15:48.263 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:15:48.266 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-04-04 11:15:48.268 | + functions-common:install_package:1347 : update_package_repo 2022-04-04 11:15:48.270 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-04-04 11:15:48.272 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-04-04 11:15:48.275 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-04-04 11:15:48.277 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-04-04 11:15:48.279 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-04-04 11:15:48.282 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:15:48.284 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:15:48.286 | + functions-common:update_package_repo:1328 : apt_get_update 2022-04-04 11:15:48.288 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-04-04 11:15:48.291 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-04-04 11:15:48.293 | + functions-common:apt_get_update:1074 : return 2022-04-04 11:15:48.295 | + functions-common:install_package:1348 : real_install_package rabbitmq-server 2022-04-04 11:15:48.297 | + functions-common:real_install_package:1333 : is_ubuntu 2022-04-04 11:15:48.299 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:15:48.302 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:15:48.304 | + functions-common:real_install_package:1334 : apt_get install rabbitmq-server 2022-04-04 11:15:48.323 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-04-04 11:15:48.433 | Reading package lists... 2022-04-04 11:15:48.671 | Building dependency tree... 2022-04-04 11:15:48.673 | Reading state information... 2022-04-04 11:15:48.916 | The following packages were automatically installed and are no longer required: 2022-04-04 11:15:48.917 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-04 11:15:48.917 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-04 11:15:48.917 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-04 11:15:48.918 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-04 11:15:48.918 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-04 11:15:48.918 | python3-zope.interface 2022-04-04 11:15:48.918 | Use 'sudo apt autoremove' to remove them. 2022-04-04 11:15:48.918 | The following additional packages will be installed: 2022-04-04 11:15:48.918 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-04-04 11:15:48.918 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-04-04 11:15:48.918 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-04-04 11:15:48.919 | erlang-tools erlang-xmerl locales-all 2022-04-04 11:15:48.920 | Suggested packages: 2022-04-04 11:15:48.920 | erlang erlang-manpages erlang-doc 2022-04-04 11:15:48.989 | The following NEW packages will be installed: 2022-04-04 11:15:48.989 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-04-04 11:15:48.989 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-04-04 11:15:48.989 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-04-04 11:15:48.990 | erlang-tools erlang-xmerl locales-all rabbitmq-server 2022-04-04 11:15:49.317 | 0 upgraded, 19 newly installed, 0 to remove and 124 not upgraded. 2022-04-04 11:15:49.317 | Need to get 38.1 MB of archives. 2022-04-04 11:15:49.317 | After this operation, 276 MB of additional disk space will be used. 2022-04-04 11:15:49.317 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-base amd64 1:22.2.7+dfsg-1 [8,063 kB] 2022-04-04 11:15:51.076 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-asn1 amd64 1:22.2.7+dfsg-1 [712 kB] 2022-04-04 11:15:51.136 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-crypto amd64 1:22.2.7+dfsg-1 [137 kB] 2022-04-04 11:15:51.148 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-public-key amd64 1:22.2.7+dfsg-1 [567 kB] 2022-04-04 11:15:51.196 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-mnesia amd64 1:22.2.7+dfsg-1 [716 kB] 2022-04-04 11:15:51.394 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-runtime-tools amd64 1:22.2.7+dfsg-1 [182 kB] 2022-04-04 11:15:51.415 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ssl amd64 1:22.2.7+dfsg-1 [1,103 kB] 2022-04-04 11:15:51.618 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-eldap amd64 1:22.2.7+dfsg-1 [99.7 kB] 2022-04-04 11:15:51.620 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ftp amd64 1:22.2.7+dfsg-1 [68.8 kB] 2022-04-04 11:15:51.622 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tftp amd64 1:22.2.7+dfsg-1 [84.6 kB] 2022-04-04 11:15:51.624 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-inets amd64 1:22.2.7+dfsg-1 [577 kB] 2022-04-04 11:15:51.672 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-snmp amd64 1:22.2.7+dfsg-1 [1,538 kB] 2022-04-04 11:15:51.785 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-os-mon amd64 1:22.2.7+dfsg-1 [81.2 kB] 2022-04-04 11:15:51.792 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-parsetools amd64 1:22.2.7+dfsg-1 [151 kB] 2022-04-04 11:15:52.219 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-syntax-tools amd64 1:22.2.7+dfsg-1 [344 kB] 2022-04-04 11:15:52.225 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tools amd64 1:22.2.7+dfsg-1 [499 kB] 2022-04-04 11:15:52.232 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-xmerl amd64 1:22.2.7+dfsg-1 [1,113 kB] 2022-04-04 11:15:52.250 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 locales-all amd64 2.31-0ubuntu9.7 [10.6 MB] 2022-04-04 11:15:53.987 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rabbitmq-server all 3.8.2-0ubuntu1.3 [11.5 MB] 2022-04-04 11:15:56.296 | Fetched 38.1 MB in 7s (5,654 kB/s) 2022-04-04 11:15:56.405 | Selecting previously unselected package erlang-base. 2022-04-04 11:15:56.453 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81597 files and directories currently installed.) 2022-04-04 11:15:56.456 | Preparing to unpack .../00-erlang-base_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-04-04 11:15:56.490 | Unpacking erlang-base (1:22.2.7+dfsg-1) ... 2022-04-04 11:15:57.919 | Selecting previously unselected package erlang-asn1. 2022-04-04 11:15:57.927 | Preparing to unpack .../01-erlang-asn1_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-04-04 11:15:57.975 | Unpacking erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-04-04 11:15:58.399 | Selecting previously unselected package erlang-crypto. 2022-04-04 11:15:58.408 | Preparing to unpack .../02-erlang-crypto_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-04-04 11:15:58.467 | Unpacking erlang-crypto (1:22.2.7+dfsg-1) ... 2022-04-04 11:15:58.707 | Selecting previously unselected package erlang-public-key. 2022-04-04 11:15:58.716 | Preparing to unpack .../03-erlang-public-key_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-04-04 11:15:58.764 | Unpacking erlang-public-key (1:22.2.7+dfsg-1) ... 2022-04-04 11:15:59.062 | Selecting previously unselected package erlang-mnesia. 2022-04-04 11:15:59.070 | Preparing to unpack .../04-erlang-mnesia_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-04-04 11:15:59.113 | Unpacking erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-04-04 11:15:59.536 | Selecting previously unselected package erlang-runtime-tools. 2022-04-04 11:15:59.545 | Preparing to unpack .../05-erlang-runtime-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-04-04 11:15:59.581 | Unpacking erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-04-04 11:15:59.913 | Selecting previously unselected package erlang-ssl. 2022-04-04 11:15:59.947 | Preparing to unpack .../06-erlang-ssl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-04-04 11:16:00.038 | Unpacking erlang-ssl (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:00.421 | Selecting previously unselected package erlang-eldap. 2022-04-04 11:16:00.430 | Preparing to unpack .../07-erlang-eldap_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-04-04 11:16:00.473 | Unpacking erlang-eldap (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:00.759 | Selecting previously unselected package erlang-ftp. 2022-04-04 11:16:00.768 | Preparing to unpack .../08-erlang-ftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-04-04 11:16:00.815 | Unpacking erlang-ftp (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:01.118 | Selecting previously unselected package erlang-tftp. 2022-04-04 11:16:01.127 | Preparing to unpack .../09-erlang-tftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-04-04 11:16:01.158 | Unpacking erlang-tftp (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:01.478 | Selecting previously unselected package erlang-inets. 2022-04-04 11:16:01.487 | Preparing to unpack .../10-erlang-inets_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-04-04 11:16:01.512 | Unpacking erlang-inets (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:01.912 | Selecting previously unselected package erlang-snmp. 2022-04-04 11:16:01.921 | Preparing to unpack .../11-erlang-snmp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-04-04 11:16:01.970 | Unpacking erlang-snmp (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:02.547 | Selecting previously unselected package erlang-os-mon. 2022-04-04 11:16:02.556 | Preparing to unpack .../12-erlang-os-mon_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-04-04 11:16:02.609 | Unpacking erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:02.861 | Selecting previously unselected package erlang-parsetools. 2022-04-04 11:16:02.872 | Preparing to unpack .../13-erlang-parsetools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-04-04 11:16:02.912 | Unpacking erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:03.244 | Selecting previously unselected package erlang-syntax-tools. 2022-04-04 11:16:03.253 | Preparing to unpack .../14-erlang-syntax-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-04-04 11:16:03.301 | Unpacking erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:03.558 | Selecting previously unselected package erlang-tools. 2022-04-04 11:16:03.567 | Preparing to unpack .../15-erlang-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-04-04 11:16:03.615 | Unpacking erlang-tools (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:03.993 | Selecting previously unselected package erlang-xmerl. 2022-04-04 11:16:04.001 | Preparing to unpack .../16-erlang-xmerl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-04-04 11:16:04.055 | Unpacking erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:04.450 | Selecting previously unselected package locales-all. 2022-04-04 11:16:04.459 | Preparing to unpack .../17-locales-all_2.31-0ubuntu9.7_amd64.deb ... 2022-04-04 11:16:04.489 | Unpacking locales-all (2.31-0ubuntu9.7) ... 2022-04-04 11:16:09.147 | Selecting previously unselected package rabbitmq-server. 2022-04-04 11:16:09.159 | Preparing to unpack .../18-rabbitmq-server_3.8.2-0ubuntu1.3_all.deb ... 2022-04-04 11:16:09.198 | Unpacking rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-04-04 11:16:10.667 | Setting up erlang-base (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:11.512 | Created symlink /etc/systemd/system/multi-user.target.wants/epmd.service → /lib/systemd/system/epmd.service. 2022-04-04 11:16:11.512 | Created symlink /etc/systemd/system/sockets.target.wants/epmd.socket → /lib/systemd/system/epmd.socket. 2022-04-04 11:16:15.742 | Searching for services which depend on erlang and should be started... none found. 2022-04-04 11:16:15.814 | Setting up erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:15.969 | Setting up erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:16.111 | Setting up locales-all (2.31-0ubuntu9.7) ... 2022-04-04 11:16:16.254 | Setting up erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:16.408 | Setting up erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:16.568 | Setting up erlang-tftp (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:16.728 | Setting up erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:16.854 | Setting up erlang-crypto (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:16.981 | Setting up erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:17.100 | Setting up erlang-tools (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:17.254 | Setting up erlang-snmp (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:17.414 | Setting up erlang-public-key (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:17.574 | Setting up erlang-ssl (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:17.729 | Setting up erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:17.843 | Setting up erlang-eldap (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:17.991 | Setting up erlang-ftp (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:18.169 | Setting up erlang-inets (1:22.2.7+dfsg-1) ... 2022-04-04 11:16:18.340 | Setting up rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-04-04 11:16:18.681 | Adding group `rabbitmq' (GID 125) ... 2022-04-04 11:16:18.800 | Done. 2022-04-04 11:16:18.880 | Adding system user `rabbitmq' (UID 117) ... 2022-04-04 11:16:18.880 | Adding new user `rabbitmq' (UID 117) with group `rabbitmq' ... 2022-04-04 11:16:19.137 | Not creating home directory `/var/lib/rabbitmq'. 2022-04-04 11:16:19.398 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2022-04-04 11:16:26.654 | Processing triggers for man-db (2.9.1-1) ... 2022-04-04 11:16:27.397 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-04-04 11:16:35.165 | + functions-common:apt_get:1118 : result=0 2022-04-04 11:16:35.167 | + functions-common:apt_get:1121 : time_stop apt-get 2022-04-04 11:16:35.170 | + functions-common:time_stop:2309 : local name 2022-04-04 11:16:35.172 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:16:35.174 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:16:35.176 | + functions-common:time_stop:2312 : local total 2022-04-04 11:16:35.178 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:16:35.180 | + functions-common:time_stop:2315 : name=apt-get 2022-04-04 11:16:35.182 | + functions-common:time_stop:2316 : start_time=1649070948320 2022-04-04 11:16:35.184 | + functions-common:time_stop:2318 : [[ -z 1649070948320 ]] 2022-04-04 11:16:35.186 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:16:35.190 | + functions-common:time_stop:2321 : end_time=1649070995188 2022-04-04 11:16:35.192 | + functions-common:time_stop:2322 : elapsed_time=46868 2022-04-04 11:16:35.194 | + functions-common:time_stop:2323 : total=328193 2022-04-04 11:16:35.196 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:16:35.198 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=375061 2022-04-04 11:16:35.201 | + functions-common:apt_get:1122 : return 0 2022-04-04 11:16:35.203 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-04-04 11:16:35.205 | + functions-common:is_suse:462 : is_opensuse 2022-04-04 11:16:35.207 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-04-04 11:16:35.209 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-04 11:16:35.211 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-04-04 11:16:35.213 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-04-04 11:16:35.215 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-04 11:16:35.218 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-04-04 11:16:35.220 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-04-04 11:16:35.222 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-04-04 11:16:35.225 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-04-04 11:16:35.227 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-04-04 11:16:35.229 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-04-04 11:16:35.231 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-04-04 11:16:35.234 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-04-04 11:16:35.236 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-04-04 11:16:35.238 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-04-04 11:16:35.240 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-04-04 11:16:35.242 | + functions-common:is_suse:462 : is_opensuse 2022-04-04 11:16:35.244 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-04-04 11:16:35.246 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-04 11:16:35.248 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-04-04 11:16:35.251 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-04-04 11:16:35.253 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-04 11:16:35.255 | + ./stack.sh:main:815 : restart_rpc_backend 2022-04-04 11:16:35.258 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-04-04 11:16:35.277 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:16:35.280 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-04-04 11:16:35.283 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:16:35.285 | + ./stack.sh:echo_summary:432 : echo -e Starting RabbitMQ 2022-04-04 11:16:35.287 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-04-04 11:16:35.290 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-04-04 11:16:35.293 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-04-04 11:16:35.296 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-04-04 11:16:35.298 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-04-04 11:16:35.300 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-04-04 11:16:35.303 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-04-04 11:16:35.305 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-04-04 11:16:35.308 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-04-04 11:16:36.018 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-04-04 11:16:36.018 | user tags 2022-04-04 11:16:36.018 | guest [administrator]' 2022-04-04 11:16:36.021 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-04-04 11:16:36.021 | user tags 2022-04-04 11:16:36.021 | guest [administrator]' 2022-04-04 11:16:36.022 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-04-04 11:16:36.027 | + lib/rpc_backend:rabbit_setuser:176 : found= 2022-04-04 11:16:36.030 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2022-04-04 11:16:36.032 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2022-04-04 11:16:36.684 | Adding user "stackrabbit" ... 2022-04-04 11:16:36.752 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-04-04 11:16:37.404 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-04-04 11:16:37.462 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-04-04 11:16:37.464 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-04-04 11:16:38.118 | Changing password for user "stackrabbit" ... 2022-04-04 11:16:38.170 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-04-04 11:16:38.172 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-04-04 11:16:38.175 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-04-04 11:16:38.833 | Deleting user "guest" ... 2022-04-04 11:16:38.902 | + ./stack.sh:main:817 : is_service_enabled mysql postgresql 2022-04-04 11:16:38.917 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:16:38.920 | + ./stack.sh:main:818 : install_database 2022-04-04 11:16:38.922 | + lib/database:install_database:116 : install_database_mysql 2022-04-04 11:16:38.924 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2022-04-04 11:16:38.926 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:16:38.929 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:16:38.931 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2022-04-04 11:16:39.289 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-04-04 11:16:39.292 | + lib/databases/mysql:install_database_mysql:164 : cat 2022-04-04 11:16:39.297 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-04-04 11:16:39.300 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:16:39.302 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:16:39.305 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2022-04-04 11:16:39.307 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2022-04-04 11:16:39.309 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2022-04-04 11:16:39.314 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2022-04-04 11:16:39.316 | + functions-common:is_oraclelinux:434 : [[ -z Ubuntu ]] 2022-04-04 11:16:39.318 | + functions-common:is_oraclelinux:438 : '[' Ubuntu = OracleServer ']' 2022-04-04 11:16:39.321 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2022-04-04 11:16:39.323 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-04-04 11:16:39.325 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-04-04 11:16:39.327 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-04-04 11:16:39.330 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-04-04 11:16:39.332 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-04-04 11:16:39.334 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-04-04 11:16:39.336 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-04-04 11:16:39.338 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-04-04 11:16:39.340 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-04-04 11:16:39.343 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2022-04-04 11:16:39.345 | + functions-common:is_suse:462 : is_opensuse 2022-04-04 11:16:39.347 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-04-04 11:16:39.349 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-04 11:16:39.351 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-04-04 11:16:39.354 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-04-04 11:16:39.356 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-04 11:16:39.359 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2022-04-04 11:16:39.361 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:16:39.363 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:16:39.365 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2022-04-04 11:16:39.367 | + functions-common:install_package:1347 : update_package_repo 2022-04-04 11:16:39.370 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-04-04 11:16:39.372 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-04-04 11:16:39.374 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-04-04 11:16:39.377 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-04-04 11:16:39.379 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-04-04 11:16:39.381 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:16:39.383 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:16:39.386 | + functions-common:update_package_repo:1328 : apt_get_update 2022-04-04 11:16:39.388 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-04-04 11:16:39.390 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-04-04 11:16:39.392 | + functions-common:apt_get_update:1074 : return 2022-04-04 11:16:39.394 | + functions-common:install_package:1348 : real_install_package mysql-server 2022-04-04 11:16:39.396 | + functions-common:real_install_package:1333 : is_ubuntu 2022-04-04 11:16:39.399 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:16:39.401 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:16:39.403 | + functions-common:real_install_package:1334 : apt_get install mysql-server 2022-04-04 11:16:39.423 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-04-04 11:16:39.532 | Reading package lists... 2022-04-04 11:16:39.779 | Building dependency tree... 2022-04-04 11:16:39.781 | Reading state information... 2022-04-04 11:16:40.026 | The following packages were automatically installed and are no longer required: 2022-04-04 11:16:40.027 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-04 11:16:40.027 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-04 11:16:40.027 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-04 11:16:40.028 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-04 11:16:40.028 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-04 11:16:40.028 | python3-zope.interface 2022-04-04 11:16:40.028 | Use 'sudo apt autoremove' to remove them. 2022-04-04 11:16:40.028 | The following additional packages will be installed: 2022-04-04 11:16:40.028 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-04-04 11:16:40.029 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-04-04 11:16:40.029 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-04-04 11:16:40.029 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-04-04 11:16:40.029 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-04-04 11:16:40.029 | mysql-server-8.0 mysql-server-core-8.0 2022-04-04 11:16:40.030 | Suggested packages: 2022-04-04 11:16:40.031 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2022-04-04 11:16:40.106 | The following NEW packages will be installed: 2022-04-04 11:16:40.106 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-04-04 11:16:40.106 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-04-04 11:16:40.106 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-04-04 11:16:40.106 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-04-04 11:16:40.106 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-04-04 11:16:40.107 | mysql-server mysql-server-8.0 mysql-server-core-8.0 2022-04-04 11:16:40.223 | 0 upgraded, 24 newly installed, 0 to remove and 124 not upgraded. 2022-04-04 11:16:40.223 | Need to get 31.4 MB of archives. 2022-04-04 11:16:40.223 | After this operation, 262 MB of additional disk space will be used. 2022-04-04 11:16:40.223 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-core-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [4,429 kB] 2022-04-04 11:16:40.929 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [22.0 kB] 2022-04-04 11:16:40.931 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-core-2.1-7 amd64 2.1.11-stable-1 [89.1 kB] 2022-04-04 11:16:40.939 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-pthreads-2.1-7 amd64 2.1.11-stable-1 [7,372 B] 2022-04-04 11:16:40.940 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmecab2 amd64 0.996-10build1 [233 kB] 2022-04-04 11:16:40.960 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-core-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [18.0 MB] 2022-04-04 11:16:43.693 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [1,271 kB] 2022-04-04 11:16:43.759 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB] 2022-04-04 11:16:43.760 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB] 2022-04-04 11:16:43.814 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB] 2022-04-04 11:16:43.816 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-pm-perl all 4.46-1 [186 kB] 2022-04-04 11:16:43.819 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfcgi-perl amd64 0.79-1 [33.1 kB] 2022-04-04 11:16:43.823 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB] 2022-04-04 11:16:43.825 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2022-04-04 11:16:43.827 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2022-04-04 11:16:43.837 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB] 2022-04-04 11:16:43.842 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9,920 B] 2022-04-04 11:16:43.862 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2022-04-04 11:16:43.912 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] 2022-04-04 11:16:43.915 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB] 2022-04-04 11:16:43.966 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-utils amd64 0.996-10build1 [4,912 B] 2022-04-04 11:16:43.967 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic all 2.7.0-20070801+main-2.1 [6,714 kB] 2022-04-04 11:16:45.065 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic-utf8 all 2.7.0-20070801+main-2.1 [4,380 B] 2022-04-04 11:16:45.066 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server all 8.0.28-0ubuntu0.20.04.3 [9,544 B] 2022-04-04 11:16:45.562 | Preconfiguring packages ... 2022-04-04 11:16:45.787 | Fetched 31.4 MB in 5s (6,352 kB/s) 2022-04-04 11:16:45.888 | Selecting previously unselected package mysql-client-core-8.0. 2022-04-04 11:16:45.939 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90053 files and directories currently installed.) 2022-04-04 11:16:45.943 | Preparing to unpack .../00-mysql-client-core-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-04-04 11:16:45.990 | Unpacking mysql-client-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-04-04 11:16:47.281 | Selecting previously unselected package mysql-client-8.0. 2022-04-04 11:16:47.290 | Preparing to unpack .../01-mysql-client-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-04-04 11:16:47.327 | Unpacking mysql-client-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-04-04 11:16:47.687 | Selecting previously unselected package libevent-core-2.1-7:amd64. 2022-04-04 11:16:47.697 | Preparing to unpack .../02-libevent-core-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-04-04 11:16:47.778 | Unpacking libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-04-04 11:16:48.173 | Selecting previously unselected package libevent-pthreads-2.1-7:amd64. 2022-04-04 11:16:48.182 | Preparing to unpack .../03-libevent-pthreads-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-04-04 11:16:48.229 | Unpacking libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-04-04 11:16:48.613 | Selecting previously unselected package libmecab2:amd64. 2022-04-04 11:16:48.622 | Preparing to unpack .../04-libmecab2_0.996-10build1_amd64.deb ... 2022-04-04 11:16:48.675 | Unpacking libmecab2:amd64 (0.996-10build1) ... 2022-04-04 11:16:49.001 | Selecting previously unselected package mysql-server-core-8.0. 2022-04-04 11:16:49.011 | Preparing to unpack .../05-mysql-server-core-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-04-04 11:16:49.046 | Unpacking mysql-server-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-04-04 11:16:52.464 | Selecting previously unselected package mysql-server-8.0. 2022-04-04 11:16:52.473 | Preparing to unpack .../06-mysql-server-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-04-04 11:16:53.417 | Unpacking mysql-server-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-04-04 11:16:53.868 | Selecting previously unselected package libhtml-tagset-perl. 2022-04-04 11:16:53.878 | Preparing to unpack .../07-libhtml-tagset-perl_3.20-4_all.deb ... 2022-04-04 11:16:53.932 | Unpacking libhtml-tagset-perl (3.20-4) ... 2022-04-04 11:16:54.218 | Selecting previously unselected package liburi-perl. 2022-04-04 11:16:54.227 | Preparing to unpack .../08-liburi-perl_1.76-2_all.deb ... 2022-04-04 11:16:54.263 | Unpacking liburi-perl (1.76-2) ... 2022-04-04 11:16:54.566 | Selecting previously unselected package libhtml-parser-perl. 2022-04-04 11:16:54.576 | Preparing to unpack .../09-libhtml-parser-perl_3.72-5_amd64.deb ... 2022-04-04 11:16:54.612 | Unpacking libhtml-parser-perl (3.72-5) ... 2022-04-04 11:16:54.955 | Selecting previously unselected package libcgi-pm-perl. 2022-04-04 11:16:54.965 | Preparing to unpack .../10-libcgi-pm-perl_4.46-1_all.deb ... 2022-04-04 11:16:54.995 | Unpacking libcgi-pm-perl (4.46-1) ... 2022-04-04 11:16:55.286 | Selecting previously unselected package libfcgi-perl. 2022-04-04 11:16:55.296 | Preparing to unpack .../11-libfcgi-perl_0.79-1_amd64.deb ... 2022-04-04 11:16:55.326 | Unpacking libfcgi-perl (0.79-1) ... 2022-04-04 11:16:55.623 | Selecting previously unselected package libcgi-fast-perl. 2022-04-04 11:16:55.633 | Preparing to unpack .../12-libcgi-fast-perl_1%3a2.15-1_all.deb ... 2022-04-04 11:16:55.669 | Unpacking libcgi-fast-perl (1:2.15-1) ... 2022-04-04 11:16:55.949 | Selecting previously unselected package libencode-locale-perl. 2022-04-04 11:16:55.959 | Preparing to unpack .../13-libencode-locale-perl_1.05-1_all.deb ... 2022-04-04 11:16:56.006 | Unpacking libencode-locale-perl (1.05-1) ... 2022-04-04 11:16:56.275 | Selecting previously unselected package libhtml-template-perl. 2022-04-04 11:16:56.284 | Preparing to unpack .../14-libhtml-template-perl_2.97-1_all.deb ... 2022-04-04 11:16:56.332 | Unpacking libhtml-template-perl (2.97-1) ... 2022-04-04 11:16:56.629 | Selecting previously unselected package libtimedate-perl. 2022-04-04 11:16:56.639 | Preparing to unpack .../15-libtimedate-perl_2.3200-1_all.deb ... 2022-04-04 11:16:56.692 | Unpacking libtimedate-perl (2.3200-1) ... 2022-04-04 11:16:57.028 | Selecting previously unselected package libhttp-date-perl. 2022-04-04 11:16:57.038 | Preparing to unpack .../16-libhttp-date-perl_6.05-1_all.deb ... 2022-04-04 11:16:57.090 | Unpacking libhttp-date-perl (6.05-1) ... 2022-04-04 11:16:57.393 | Selecting previously unselected package libio-html-perl. 2022-04-04 11:16:57.403 | Preparing to unpack .../17-libio-html-perl_1.001-1_all.deb ... 2022-04-04 11:16:57.456 | Unpacking libio-html-perl (1.001-1) ... 2022-04-04 11:16:57.778 | Selecting previously unselected package liblwp-mediatypes-perl. 2022-04-04 11:16:57.788 | Preparing to unpack .../18-liblwp-mediatypes-perl_6.04-1_all.deb ... 2022-04-04 11:16:57.840 | Unpacking liblwp-mediatypes-perl (6.04-1) ... 2022-04-04 11:16:58.113 | Selecting previously unselected package libhttp-message-perl. 2022-04-04 11:16:58.123 | Preparing to unpack .../19-libhttp-message-perl_6.22-1_all.deb ... 2022-04-04 11:16:58.171 | Unpacking libhttp-message-perl (6.22-1) ... 2022-04-04 11:16:58.473 | Selecting previously unselected package mecab-utils. 2022-04-04 11:16:58.483 | Preparing to unpack .../20-mecab-utils_0.996-10build1_amd64.deb ... 2022-04-04 11:16:58.537 | Unpacking mecab-utils (0.996-10build1) ... 2022-04-04 11:16:58.817 | Selecting previously unselected package mecab-ipadic. 2022-04-04 11:16:58.827 | Preparing to unpack .../21-mecab-ipadic_2.7.0-20070801+main-2.1_all.deb ... 2022-04-04 11:16:58.868 | Unpacking mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-04-04 11:17:00.508 | Selecting previously unselected package mecab-ipadic-utf8. 2022-04-04 11:17:00.518 | Preparing to unpack .../22-mecab-ipadic-utf8_2.7.0-20070801+main-2.1_all.deb ... 2022-04-04 11:17:00.571 | Unpacking mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-04-04 11:17:00.868 | Selecting previously unselected package mysql-server. 2022-04-04 11:17:00.878 | Preparing to unpack .../23-mysql-server_8.0.28-0ubuntu0.20.04.3_all.deb ... 2022-04-04 11:17:00.931 | Unpacking mysql-server (8.0.28-0ubuntu0.20.04.3) ... 2022-04-04 11:17:01.271 | Setting up libmecab2:amd64 (0.996-10build1) ... 2022-04-04 11:17:01.502 | Setting up mysql-client-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-04-04 11:17:01.817 | Setting up libhtml-tagset-perl (3.20-4) ... 2022-04-04 11:17:01.943 | Setting up liblwp-mediatypes-perl (6.04-1) ... 2022-04-04 11:17:02.045 | Setting up libencode-locale-perl (1.05-1) ... 2022-04-04 11:17:02.160 | Setting up mecab-utils (0.996-10build1) ... 2022-04-04 11:17:02.274 | Setting up libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-04-04 11:17:02.400 | Setting up libio-html-perl (1.001-1) ... 2022-04-04 11:17:02.558 | Setting up libtimedate-perl (2.3200-1) ... 2022-04-04 11:17:02.765 | Setting up mysql-client-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-04-04 11:17:02.941 | Setting up libfcgi-perl (0.79-1) ... 2022-04-04 11:17:03.125 | Setting up liburi-perl (1.76-2) ... 2022-04-04 11:17:03.274 | Setting up libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-04-04 11:17:03.400 | Setting up libhttp-date-perl (6.05-1) ... 2022-04-04 11:17:03.594 | Setting up mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-04-04 11:17:03.715 | Compiling IPA dictionary for Mecab. This takes long time... 2022-04-04 11:17:03.719 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-04-04 11:17:03.719 | emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| 2022-04-04 11:17:03.719 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-04-04 11:17:03.720 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-04-04 11:17:03.860 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-04-04 11:17:03.860 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-04-04 11:17:03.860 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-04-04 11:17:03.860 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-04-04 11:17:03.868 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-04-04 11:17:03.956 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-04-04 11:17:03.957 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-04-04 11:17:03.957 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-04-04 11:17:03.983 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-04-04 11:17:04.027 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-04-04 11:17:04.310 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-04-04 11:17:04.317 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-04-04 11:17:04.407 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-04-04 11:17:04.407 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-04-04 11:17:04.408 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-04-04 11:17:04.408 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-04-04 11:17:04.412 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-04-04 11:17:04.412 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-04-04 11:17:04.457 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-04-04 11:17:04.648 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-04-04 11:17:04.649 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-04-04 11:17:04.649 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-04-04 11:17:04.649 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-04-04 11:17:04.652 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-04-04 11:17:04.652 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-04-04 11:17:05.073 | emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| 2022-04-04 11:17:05.191 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-04-04 11:17:05.497 | emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| 2022-04-04 11:17:05.502 | 2022-04-04 11:17:05.502 | done! 2022-04-04 11:17:05.508 | update-alternatives: using /var/lib/mecab/dic/ipadic to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-04-04 11:17:05.616 | Setting up mysql-server-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-04-04 11:17:05.771 | Setting up mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-04-04 11:17:05.875 | Compiling IPA dictionary for Mecab. This takes long time... 2022-04-04 11:17:05.879 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-04-04 11:17:05.879 | emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| 2022-04-04 11:17:05.880 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-04-04 11:17:05.880 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-04-04 11:17:06.088 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-04-04 11:17:06.088 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-04-04 11:17:06.089 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-04-04 11:17:06.089 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-04-04 11:17:06.100 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-04-04 11:17:06.234 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-04-04 11:17:06.235 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-04-04 11:17:06.236 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-04-04 11:17:06.276 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-04-04 11:17:06.349 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-04-04 11:17:06.847 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-04-04 11:17:06.857 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-04-04 11:17:06.966 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-04-04 11:17:06.967 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-04-04 11:17:06.968 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-04-04 11:17:06.968 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-04-04 11:17:06.977 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-04-04 11:17:06.978 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-04-04 11:17:07.068 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-04-04 11:17:07.358 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-04-04 11:17:07.358 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-04-04 11:17:07.359 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-04-04 11:17:07.359 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-04-04 11:17:07.363 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-04-04 11:17:07.363 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-04-04 11:17:07.870 | emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| 2022-04-04 11:17:08.004 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-04-04 11:17:08.310 | emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| 2022-04-04 11:17:08.315 | 2022-04-04 11:17:08.315 | done! 2022-04-04 11:17:08.322 | update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-04-04 11:17:08.445 | Setting up libhtml-parser-perl (3.72-5) ... 2022-04-04 11:17:08.565 | Setting up libhttp-message-perl (6.22-1) ... 2022-04-04 11:17:08.685 | Setting up mysql-server-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-04-04 11:17:10.050 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-04-04 11:17:10.117 | Renaming removed key_buffer and myisam-recover options (if present) 2022-04-04 11:17:49.350 | mysqld will log errors to /var/log/mysql/error.log 2022-04-04 11:17:50.775 | mysqld is running as pid 56605 2022-04-04 11:17:53.593 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2022-04-04 11:17:56.342 | Setting up libcgi-pm-perl (4.46-1) ... 2022-04-04 11:17:56.456 | Setting up libhtml-template-perl (2.97-1) ... 2022-04-04 11:17:56.594 | Setting up mysql-server (8.0.28-0ubuntu0.20.04.3) ... 2022-04-04 11:17:56.736 | Setting up libcgi-fast-perl (1:2.15-1) ... 2022-04-04 11:17:56.891 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-04-04 11:17:57.348 | Processing triggers for man-db (2.9.1-1) ... 2022-04-04 11:17:59.234 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-04-04 11:18:06.793 | + functions-common:apt_get:1118 : result=0 2022-04-04 11:18:06.795 | + functions-common:apt_get:1121 : time_stop apt-get 2022-04-04 11:18:06.798 | + functions-common:time_stop:2309 : local name 2022-04-04 11:18:06.800 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:18:06.802 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:18:06.804 | + functions-common:time_stop:2312 : local total 2022-04-04 11:18:06.806 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:18:06.808 | + functions-common:time_stop:2315 : name=apt-get 2022-04-04 11:18:06.813 | + functions-common:time_stop:2316 : start_time=1649070999421 2022-04-04 11:18:06.815 | + functions-common:time_stop:2318 : [[ -z 1649070999421 ]] 2022-04-04 11:18:06.818 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:18:06.822 | + functions-common:time_stop:2321 : end_time=1649071086820 2022-04-04 11:18:06.824 | + functions-common:time_stop:2322 : elapsed_time=87399 2022-04-04 11:18:06.826 | + functions-common:time_stop:2323 : total=375061 2022-04-04 11:18:06.828 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:18:06.830 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=462460 2022-04-04 11:18:06.832 | + functions-common:apt_get:1122 : return 0 2022-04-04 11:18:06.834 | + ./stack.sh:main:820 : '[' -n mysql ']' 2022-04-04 11:18:06.837 | + ./stack.sh:main:821 : install_database_python 2022-04-04 11:18:06.839 | + lib/database:install_database_python:121 : install_database_python_mysql 2022-04-04 11:18:06.841 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2022-04-04 11:18:06.844 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-04-04 11:18:06.846 | + inc/python:pip_install_gr:77 : local clean_name 2022-04-04 11:18:06.849 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-04-04 11:18:06.851 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-04-04 11:18:06.854 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-04-04 11:18:06.857 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-04-04 11:18:06.857 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-04-04 11:18:06.863 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-04-04 11:18:06.865 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-04-04 11:18:06.868 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-04-04 11:18:06.870 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-04-04 11:18:06.873 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-04-04 11:18:06.893 | Using python 3.8 to install PyMySQL 2022-04-04 11:18:06.895 | + 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-04-04 11:18:07.668 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:18:07.668 | from cryptography.utils import int_from_bytes 2022-04-04 11:18:07.668 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:18:07.668 | from cryptography.utils import int_from_bytes 2022-04-04 11:18:08.874 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:18:08.948 | Collecting PyMySQL 2022-04-04 11:18:08.955 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/c3a0c5013d5f0/PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2022-04-04 11:18:08.961 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/43.8 KB 42.9 MB/s eta 0:00:00 2022-04-04 11:18:10.490 | Installing collected packages: PyMySQL 2022-04-04 11:18:10.670 | Successfully installed PyMySQL-1.0.2 2022-04-04 11:18:10.670 | 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-04-04 11:18:10.798 | + inc/python:pip_install:200 : result=0 2022-04-04 11:18:10.800 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:18:10.802 | + functions-common:time_stop:2309 : local name 2022-04-04 11:18:10.804 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:18:10.809 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:18:10.812 | + functions-common:time_stop:2312 : local total 2022-04-04 11:18:10.814 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:18:10.816 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:18:10.818 | + functions-common:time_stop:2316 : start_time=1649071086888 2022-04-04 11:18:10.821 | + functions-common:time_stop:2318 : [[ -z 1649071086888 ]] 2022-04-04 11:18:10.824 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:18:10.828 | + functions-common:time_stop:2321 : end_time=1649071090826 2022-04-04 11:18:10.830 | + functions-common:time_stop:2322 : elapsed_time=3938 2022-04-04 11:18:10.833 | + functions-common:time_stop:2323 : total=26066 2022-04-04 11:18:10.835 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:18:10.837 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=30004 2022-04-04 11:18:10.839 | + inc/python:pip_install:203 : return 0 2022-04-04 11:18:10.841 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-04-04 11:18:10.844 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-04-04 11:18:10.846 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-04-04 11:18:10.848 | + ./stack.sh:main:824 : is_service_enabled neutron 2022-04-04 11:18:10.863 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:18:10.866 | + ./stack.sh:main:825 : install_neutron_agent_packages 2022-04-04 11:18:10.868 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2022-04-04 11:18:10.872 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-04 11:18:10.872 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-04-04 11:18:10.877 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-04 11:18:10.879 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-04-04 11:18:10.882 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,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-04-04 11:18:10.884 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-04-04 11:18:10.887 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2022-04-04 11:18:10.889 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2022-04-04 11:18:10.904 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:18:10.906 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2022-04-04 11:18:10.908 | + functions-common:install_package:1347 : update_package_repo 2022-04-04 11:18:10.910 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-04-04 11:18:10.912 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-04-04 11:18:10.915 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-04-04 11:18:10.917 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-04-04 11:18:10.919 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-04-04 11:18:10.922 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:18:10.924 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:18:10.926 | + functions-common:update_package_repo:1328 : apt_get_update 2022-04-04 11:18:10.928 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-04-04 11:18:10.930 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-04-04 11:18:10.933 | + functions-common:apt_get_update:1074 : return 2022-04-04 11:18:10.935 | + functions-common:install_package:1348 : real_install_package radvd 2022-04-04 11:18:10.937 | + functions-common:real_install_package:1333 : is_ubuntu 2022-04-04 11:18:10.939 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:18:10.942 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:18:10.944 | + functions-common:real_install_package:1334 : apt_get install radvd 2022-04-04 11:18:10.963 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-04-04 11:18:11.072 | Reading package lists... 2022-04-04 11:18:11.315 | Building dependency tree... 2022-04-04 11:18:11.316 | Reading state information... 2022-04-04 11:18:11.562 | The following packages were automatically installed and are no longer required: 2022-04-04 11:18:11.564 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-04 11:18:11.564 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-04 11:18:11.564 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-04 11:18:11.564 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-04 11:18:11.564 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-04 11:18:11.564 | python3-zope.interface 2022-04-04 11:18:11.564 | Use 'sudo apt autoremove' to remove them. 2022-04-04 11:18:11.630 | The following NEW packages will be installed: 2022-04-04 11:18:11.630 | radvd 2022-04-04 11:18:11.784 | 0 upgraded, 1 newly installed, 0 to remove and 124 not upgraded. 2022-04-04 11:18:11.784 | Need to get 59.0 kB of archives. 2022-04-04 11:18:11.784 | After this operation, 164 kB of additional disk space will be used. 2022-04-04 11:18:11.784 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 radvd amd64 1:2.17-2 [59.0 kB] 2022-04-04 11:18:12.487 | Fetched 59.0 kB in 0s (201 kB/s) 2022-04-04 11:18:12.714 | Selecting previously unselected package radvd. 2022-04-04 11:18:12.766 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90631 files and directories currently installed.) 2022-04-04 11:18:12.769 | Preparing to unpack .../radvd_1%3a2.17-2_amd64.deb ... 2022-04-04 11:18:12.816 | Unpacking radvd (1:2.17-2) ... 2022-04-04 11:18:13.223 | Setting up radvd (1:2.17-2) ... 2022-04-04 11:18:14.604 | Job for radvd.service failed because the control process exited with error code. 2022-04-04 11:18:14.604 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2022-04-04 11:18:14.606 | invoke-rc.d: initscript radvd, action "start" failed. 2022-04-04 11:18:14.617 | ● radvd.service - Router advertisement daemon for IPv6 2022-04-04 11:18:14.617 | Loaded: loaded (]8;;file://dv-neutron-835866-1-hyperv/lib/systemd/system/radvd.service/lib/systemd/system/radvd.service]8;;; disabled; vendor preset: enabled) 2022-04-04 11:18:14.617 | Active: failed (Result: exit-code) since Mon 2022-04-04 11:18:14 UTC; 14ms ago 2022-04-04 11:18:14.617 | Docs: ]8;;man:radvd(8)man:radvd(8)]8;; 2022-04-04 11:18:14.617 | Process: 57713 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2022-04-04 11:18:14.617 | 2022-04-04 11:18:14.617 | Apr 04 11:18:14 dv-neutron-835866-1-hyperv systemd[1]: Starting Router advertisement daemon for IPv6... 2022-04-04 11:18:14.618 | Apr 04 11:18:14 dv-neutron-835866-1-hyperv radvd[57713]: can't open /etc/radvd.conf: No such file or directory 2022-04-04 11:18:14.618 | Apr 04 11:18:14 dv-neutron-835866-1-hyperv radvd[57713]: Insecure file permissions, but continuing anyway 2022-04-04 11:18:14.618 | Apr 04 11:18:14 dv-neutron-835866-1-hyperv radvd[57713]: exiting, failed to read config file 2022-04-04 11:18:14.618 | Apr 04 11:18:14 dv-neutron-835866-1-hyperv systemd[1]: radvd.service: Control process exited, code=exited, status=1/FAILURE 2022-04-04 11:18:14.618 | Apr 04 11:18:14 dv-neutron-835866-1-hyperv systemd[1]: radvd.service: Failed with result 'exit-code'. 2022-04-04 11:18:14.618 | Apr 04 11:18:14 dv-neutron-835866-1-hyperv systemd[1]: Failed to start Router advertisement daemon for IPv6. 2022-04-04 11:18:14.691 | Processing triggers for man-db (2.9.1-1) ... 2022-04-04 11:18:14.978 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-04-04 11:18:22.730 | + functions-common:apt_get:1118 : result=0 2022-04-04 11:18:22.734 | + functions-common:apt_get:1121 : time_stop apt-get 2022-04-04 11:18:22.736 | + functions-common:time_stop:2309 : local name 2022-04-04 11:18:22.738 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:18:22.740 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:18:22.742 | + functions-common:time_stop:2312 : local total 2022-04-04 11:18:22.746 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:18:22.748 | + functions-common:time_stop:2315 : name=apt-get 2022-04-04 11:18:22.750 | + functions-common:time_stop:2316 : start_time=1649071090961 2022-04-04 11:18:22.753 | + functions-common:time_stop:2318 : [[ -z 1649071090961 ]] 2022-04-04 11:18:22.755 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:18:22.760 | + functions-common:time_stop:2321 : end_time=1649071102757 2022-04-04 11:18:22.763 | + functions-common:time_stop:2322 : elapsed_time=11796 2022-04-04 11:18:22.765 | + functions-common:time_stop:2323 : total=462460 2022-04-04 11:18:22.767 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:18:22.769 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=474256 2022-04-04 11:18:22.771 | + functions-common:apt_get:1122 : return 0 2022-04-04 11:18:22.773 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2022-04-04 11:18:22.789 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:18:22.791 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2022-04-04 11:18:22.793 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-04-04 11:18:22.796 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2022-04-04 11:18:22.816 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2022-04-04 11:18:22.818 | + functions-common:install_package:1347 : update_package_repo 2022-04-04 11:18:22.820 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-04-04 11:18:22.822 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-04-04 11:18:22.825 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-04-04 11:18:22.827 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-04-04 11:18:22.829 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-04-04 11:18:22.831 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:18:22.834 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:18:22.836 | + functions-common:update_package_repo:1328 : apt_get_update 2022-04-04 11:18:22.838 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-04-04 11:18:22.841 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-04-04 11:18:22.843 | + functions-common:apt_get_update:1074 : return 2022-04-04 11:18:22.846 | + functions-common:install_package:1348 : real_install_package fakeroot make openvswitch-switch 2022-04-04 11:18:22.849 | + functions-common:real_install_package:1333 : is_ubuntu 2022-04-04 11:18:22.851 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:18:22.853 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:18:22.855 | + functions-common:real_install_package:1334 : apt_get install fakeroot make openvswitch-switch 2022-04-04 11:18:22.875 | + functions-common:apt_get:1114 : 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-04-04 11:18:22.983 | Reading package lists... 2022-04-04 11:18:23.239 | Building dependency tree... 2022-04-04 11:18:23.240 | Reading state information... 2022-04-04 11:18:23.494 | fakeroot is already the newest version (1.24-1). 2022-04-04 11:18:23.494 | fakeroot set to manually installed. 2022-04-04 11:18:23.494 | make is already the newest version (4.2.1-1.2). 2022-04-04 11:18:23.494 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-04-04 11:18:23.494 | The following packages were automatically installed and are no longer required: 2022-04-04 11:18:23.496 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-04 11:18:23.496 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-04 11:18:23.496 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-04 11:18:23.496 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-04 11:18:23.496 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-04 11:18:23.496 | python3-zope.interface 2022-04-04 11:18:23.496 | Use 'sudo apt autoremove' to remove them. 2022-04-04 11:18:23.637 | 0 upgraded, 0 newly installed, 0 to remove and 124 not upgraded. 2022-04-04 11:18:23.642 | + functions-common:apt_get:1118 : result=0 2022-04-04 11:18:23.644 | + functions-common:apt_get:1121 : time_stop apt-get 2022-04-04 11:18:23.646 | + functions-common:time_stop:2309 : local name 2022-04-04 11:18:23.648 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:18:23.650 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:18:23.653 | + functions-common:time_stop:2312 : local total 2022-04-04 11:18:23.655 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:18:23.660 | + functions-common:time_stop:2315 : name=apt-get 2022-04-04 11:18:23.662 | + functions-common:time_stop:2316 : start_time=1649071102872 2022-04-04 11:18:23.664 | + functions-common:time_stop:2318 : [[ -z 1649071102872 ]] 2022-04-04 11:18:23.667 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:18:23.672 | + functions-common:time_stop:2321 : end_time=1649071103669 2022-04-04 11:18:23.674 | + functions-common:time_stop:2322 : elapsed_time=797 2022-04-04 11:18:23.677 | + functions-common:time_stop:2323 : total=474256 2022-04-04 11:18:23.681 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:18:23.683 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=475053 2022-04-04 11:18:23.685 | + functions-common:apt_get:1122 : return 0 2022-04-04 11:18:23.688 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2022-04-04 11:18:23.690 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:18:23.694 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:18:23.697 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2022-04-04 11:18:23.700 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2022-04-04 11:18:23.702 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2022-04-04 11:18:23.707 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=5.4.0-72-generic 2022-04-04 11:18:23.709 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2022-04-04 11:18:23.712 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 5.4.0-72-generic 2022-04-04 11:18:23.712 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2022-04-04 11:18:23.718 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=5.4 2022-04-04 11:18:23.720 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 5.4 '<' 3.13 2022-04-04 11:18:23.722 | + functions:vercmp:628 : local v1=5.4 2022-04-04 11:18:23.724 | + functions:vercmp:629 : local 'op=<' 2022-04-04 11:18:23.727 | + functions:vercmp:630 : local v2=3.13 2022-04-04 11:18:23.729 | + functions:vercmp:631 : local result 2022-04-04 11:18:23.732 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-04-04 11:18:23.733 | ++ functions:vercmp:635 : head -1 2022-04-04 11:18:23.733 | ++ functions:vercmp:635 : sort -V 2022-04-04 11:18:23.739 | + functions:vercmp:635 : result=3.13 2022-04-04 11:18:23.741 | + functions:vercmp:637 : case $op in 2022-04-04 11:18:23.743 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-04-04 11:18:23.746 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-04-04 11:18:23.748 | + functions:vercmp:648 : return 2022-04-04 11:18:23.750 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2022-04-04 11:18:23.753 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-04-04 11:18:23.755 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart openvswitch-switch 2022-04-04 11:18:24.082 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-04-04 11:18:24.084 | + inc/python:use_library_from_git:250 : local name=os-ken 2022-04-04 11:18:24.088 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:24.091 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:24.094 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2022-04-04 11:18:24.096 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:24.098 | + ./stack.sh:main:828 : is_service_enabled etcd3 2022-04-04 11:18:24.115 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:18:24.118 | + ./stack.sh:main:829 : install_etcd3 2022-04-04 11:18:24.120 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-04-04 11:18:24.120 | Installing etcd 2022-04-04 11:18:24.122 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-04-04 11:18:24.135 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-04-04 11:18:24.147 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-04-04 11:18:24.149 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-04-04 11:18:24.167 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-04-04 11:18:24.170 | ++ 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-04-04 11:18:24.173 | ++ 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-04-04 11:18:24.176 | +++ 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-04-04 11:18:24.180 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-04-04 11:18:24.182 | ++ 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-04-04 11:18:24.185 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-04-04 11:18:24.187 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-04-04 11:18:24.190 | --2022-04-04 11:18:24-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-04-04 11:18:24.225 | Resolving github.com (github.com)... 140.82.121.3 2022-04-04 11:18:24.269 | Connecting to github.com (github.com)|140.82.121.3|:443... connected. 2022-04-04 11:18:24.413 | HTTP request sent, awaiting response... 302 Found 2022-04-04 11:18:24.413 | Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220404%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220404T111628Z&X-Amz-Expires=300&X-Amz-Signature=b49fb65f2b269aff0c6c3f843c265aae4d8da0260df3f8c157cd6e767c136fdc&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following] 2022-04-04 11:18:24.413 | --2022-04-04 11:18:24-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220404%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220404T111628Z&X-Amz-Expires=300&X-Amz-Signature=b49fb65f2b269aff0c6c3f843c265aae4d8da0260df3f8c157cd6e767c136fdc&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream 2022-04-04 11:18:24.414 | Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... 2022-04-04 11:18:24.449 | Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected. 2022-04-04 11:18:24.670 | HTTP request sent, awaiting response... 200 OK 2022-04-04 11:18:24.670 | Length: 11350736 (11M) [application/octet-stream] 2022-04-04 11:18:24.670 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2022-04-04 11:18:24.832 | 2022-04-04 11:18:25.051 | 0K ........ .. 100% 28.5M=0.4s 2022-04-04 11:18:25.051 | 2022-04-04 11:18:25.051 | 2022-04-04 11:18:25 (28.5 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2022-04-04 11:18:25.051 | 2022-04-04 11:18:25.055 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2022-04-04 11:18:25.057 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-04-04 11:18:25.060 | ++ functions:get_extra_file:74 : return 2022-04-04 11:18:25.063 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-04-04 11:18:25.065 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-04-04 11:18:25.067 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2022-04-04 11:18:25.069 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2022-04-04 11:18:25.202 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2022-04-04 11:18:25.205 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2022-04-04 11:18:25.209 | etcd-v3.3.12-linux-amd64/ 2022-04-04 11:18:25.209 | etcd-v3.3.12-linux-amd64/README.md 2022-04-04 11:18:25.209 | etcd-v3.3.12-linux-amd64/Documentation/ 2022-04-04 11:18:25.209 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2022-04-04 11:18:25.209 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2022-04-04 11:18:25.209 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2022-04-04 11:18:25.209 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2022-04-04 11:18:25.209 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2022-04-04 11:18:25.210 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2022-04-04 11:18:25.210 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2022-04-04 11:18:25.210 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2022-04-04 11:18:25.210 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2022-04-04 11:18:25.210 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2022-04-04 11:18:25.210 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2022-04-04 11:18:25.210 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2022-04-04 11:18:25.210 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2022-04-04 11:18:25.210 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2022-04-04 11:18:25.210 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2022-04-04 11:18:25.210 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2022-04-04 11:18:25.211 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2022-04-04 11:18:25.212 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2022-04-04 11:18:25.213 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2022-04-04 11:18:25.213 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2022-04-04 11:18:25.213 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2022-04-04 11:18:25.213 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2022-04-04 11:18:25.213 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2022-04-04 11:18:25.213 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2022-04-04 11:18:25.213 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2022-04-04 11:18:25.213 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2022-04-04 11:18:25.213 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2022-04-04 11:18:25.213 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2022-04-04 11:18:25.213 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2022-04-04 11:18:25.213 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2022-04-04 11:18:25.213 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2022-04-04 11:18:25.213 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2022-04-04 11:18:25.213 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2022-04-04 11:18:25.213 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2022-04-04 11:18:25.214 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2022-04-04 11:18:25.214 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2022-04-04 11:18:25.214 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2022-04-04 11:18:25.214 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2022-04-04 11:18:25.214 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2022-04-04 11:18:25.214 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2022-04-04 11:18:25.214 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2022-04-04 11:18:25.214 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2022-04-04 11:18:25.214 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2022-04-04 11:18:25.214 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2022-04-04 11:18:25.214 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2022-04-04 11:18:25.214 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2022-04-04 11:18:25.214 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2022-04-04 11:18:25.214 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2022-04-04 11:18:25.214 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2022-04-04 11:18:25.214 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2022-04-04 11:18:25.215 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2022-04-04 11:18:25.215 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2022-04-04 11:18:25.215 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2022-04-04 11:18:25.215 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2022-04-04 11:18:25.215 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2022-04-04 11:18:25.215 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2022-04-04 11:18:25.215 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2022-04-04 11:18:25.215 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2022-04-04 11:18:25.215 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2022-04-04 11:18:25.215 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2022-04-04 11:18:25.215 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2022-04-04 11:18:25.215 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2022-04-04 11:18:25.215 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2022-04-04 11:18:25.215 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2022-04-04 11:18:25.215 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2022-04-04 11:18:25.215 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2022-04-04 11:18:25.216 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2022-04-04 11:18:25.216 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2022-04-04 11:18:25.216 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2022-04-04 11:18:25.216 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2022-04-04 11:18:25.216 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2022-04-04 11:18:25.216 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2022-04-04 11:18:25.216 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2022-04-04 11:18:25.216 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2022-04-04 11:18:25.216 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2022-04-04 11:18:25.216 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2022-04-04 11:18:25.217 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2022-04-04 11:18:25.217 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2022-04-04 11:18:25.217 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2022-04-04 11:18:25.217 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2022-04-04 11:18:25.217 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2022-04-04 11:18:25.217 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2022-04-04 11:18:25.217 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2022-04-04 11:18:25.217 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2022-04-04 11:18:25.217 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2022-04-04 11:18:25.217 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2022-04-04 11:18:25.217 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2022-04-04 11:18:25.218 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2022-04-04 11:18:25.218 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2022-04-04 11:18:25.219 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2022-04-04 11:18:25.219 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2022-04-04 11:18:25.219 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2022-04-04 11:18:25.219 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2022-04-04 11:18:25.219 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2022-04-04 11:18:25.220 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2022-04-04 11:18:25.220 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2022-04-04 11:18:25.220 | etcd-v3.3.12-linux-amd64/etcdctl 2022-04-04 11:18:25.406 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2022-04-04 11:18:25.406 | etcd-v3.3.12-linux-amd64/etcd 2022-04-04 11:18:25.637 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2022-04-04 11:18:25.675 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2022-04-04 11:18:25.707 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-04-04 11:18:25.709 | + ./stack.sh:main:838 : is_service_enabled tls-proxy 2022-04-04 11:18:25.726 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:18:25.728 | + ./stack.sh:main:848 : install_dstat 2022-04-04 11:18:25.731 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-04-04 11:18:25.746 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:18:25.748 | + ./stack.sh:main:854 : echo_summary 'Installing OpenStack project source' 2022-04-04 11:18:25.751 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:18:25.753 | + ./stack.sh:echo_summary:432 : echo -e Installing OpenStack project source 2022-04-04 11:18:25.755 | + ./stack.sh:main:857 : install_libs 2022-04-04 11:18:25.757 | + lib/libraries:install_libs:89 : _install_lib_from_source automaton 2022-04-04 11:18:25.760 | + lib/libraries:_install_lib_from_source:73 : local name=automaton 2022-04-04 11:18:25.762 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git automaton 2022-04-04 11:18:25.764 | + inc/python:use_library_from_git:250 : local name=automaton 2022-04-04 11:18:25.766 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:25.768 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:25.770 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-04-04 11:18:25.772 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:25.775 | + lib/libraries:install_libs:90 : _install_lib_from_source castellan 2022-04-04 11:18:25.777 | + lib/libraries:_install_lib_from_source:73 : local name=castellan 2022-04-04 11:18:25.779 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git castellan 2022-04-04 11:18:25.781 | + inc/python:use_library_from_git:250 : local name=castellan 2022-04-04 11:18:25.783 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:25.786 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:25.788 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-04-04 11:18:25.790 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:25.792 | + lib/libraries:install_libs:91 : _install_lib_from_source cliff 2022-04-04 11:18:25.795 | + lib/libraries:_install_lib_from_source:73 : local name=cliff 2022-04-04 11:18:25.797 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git cliff 2022-04-04 11:18:25.799 | + inc/python:use_library_from_git:250 : local name=cliff 2022-04-04 11:18:25.801 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:25.803 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:25.805 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-04-04 11:18:25.808 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:25.810 | + lib/libraries:install_libs:92 : _install_lib_from_source cursive 2022-04-04 11:18:25.812 | + lib/libraries:_install_lib_from_source:73 : local name=cursive 2022-04-04 11:18:25.814 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git cursive 2022-04-04 11:18:25.817 | + inc/python:use_library_from_git:250 : local name=cursive 2022-04-04 11:18:25.819 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:25.821 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:25.823 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-04-04 11:18:25.826 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:25.828 | + lib/libraries:install_libs:93 : _install_lib_from_source debtcollector 2022-04-04 11:18:25.831 | + lib/libraries:_install_lib_from_source:73 : local name=debtcollector 2022-04-04 11:18:25.833 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git debtcollector 2022-04-04 11:18:25.835 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-04-04 11:18:25.837 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:25.839 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:25.842 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-04-04 11:18:25.844 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:25.846 | + lib/libraries:install_libs:94 : _install_lib_from_source futurist 2022-04-04 11:18:25.848 | + lib/libraries:_install_lib_from_source:73 : local name=futurist 2022-04-04 11:18:25.851 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git futurist 2022-04-04 11:18:25.853 | + inc/python:use_library_from_git:250 : local name=futurist 2022-04-04 11:18:25.855 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:25.858 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:25.860 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-04-04 11:18:25.862 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:25.864 | + lib/libraries:install_libs:95 : _install_lib_from_source openstacksdk 2022-04-04 11:18:25.866 | + lib/libraries:_install_lib_from_source:73 : local name=openstacksdk 2022-04-04 11:18:25.869 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git openstacksdk 2022-04-04 11:18:25.871 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-04-04 11:18:25.873 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:25.875 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:25.877 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-04-04 11:18:25.879 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:25.881 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-lib 2022-04-04 11:18:25.884 | + lib/libraries:_install_lib_from_source:73 : local name=osc-lib 2022-04-04 11:18:25.887 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osc-lib 2022-04-04 11:18:25.889 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-04-04 11:18:25.891 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:25.893 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:25.895 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-04-04 11:18:25.897 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:25.899 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-placement 2022-04-04 11:18:25.902 | + lib/libraries:_install_lib_from_source:73 : local name=osc-placement 2022-04-04 11:18:25.904 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osc-placement 2022-04-04 11:18:25.907 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-04-04 11:18:25.909 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:25.911 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:25.913 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-04-04 11:18:25.915 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:25.917 | + lib/libraries:install_libs:98 : _install_lib_from_source os-client-config 2022-04-04 11:18:25.919 | + lib/libraries:_install_lib_from_source:73 : local name=os-client-config 2022-04-04 11:18:25.922 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-client-config 2022-04-04 11:18:25.924 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-04-04 11:18:25.926 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:25.928 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:25.931 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-04-04 11:18:25.933 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:25.935 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.cache 2022-04-04 11:18:25.937 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.cache 2022-04-04 11:18:25.939 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.cache 2022-04-04 11:18:25.941 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-04-04 11:18:25.944 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:25.946 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:25.948 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-04-04 11:18:25.951 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:25.953 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.concurrency 2022-04-04 11:18:25.955 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.concurrency 2022-04-04 11:18:25.957 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.concurrency 2022-04-04 11:18:25.959 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-04-04 11:18:25.962 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:25.964 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:25.966 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-04-04 11:18:25.969 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:25.971 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.config 2022-04-04 11:18:25.973 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.config 2022-04-04 11:18:25.975 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.config 2022-04-04 11:18:25.977 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-04-04 11:18:25.980 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:25.982 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:25.984 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-04-04 11:18:25.986 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:25.988 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.context 2022-04-04 11:18:25.991 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.context 2022-04-04 11:18:25.993 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.context 2022-04-04 11:18:25.995 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-04-04 11:18:25.999 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.001 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.003 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-04-04 11:18:26.005 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.008 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.db 2022-04-04 11:18:26.010 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.db 2022-04-04 11:18:26.013 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.db 2022-04-04 11:18:26.015 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-04-04 11:18:26.017 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.019 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.022 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-04-04 11:18:26.024 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.026 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.i18n 2022-04-04 11:18:26.029 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.i18n 2022-04-04 11:18:26.031 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.i18n 2022-04-04 11:18:26.033 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-04-04 11:18:26.035 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.037 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.040 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-04-04 11:18:26.042 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.044 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.log 2022-04-04 11:18:26.046 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.log 2022-04-04 11:18:26.048 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.log 2022-04-04 11:18:26.051 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-04-04 11:18:26.053 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.055 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.057 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-04-04 11:18:26.059 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.062 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.messaging 2022-04-04 11:18:26.064 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.messaging 2022-04-04 11:18:26.066 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.messaging 2022-04-04 11:18:26.068 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-04-04 11:18:26.070 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.072 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.075 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-04-04 11:18:26.077 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.079 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.middleware 2022-04-04 11:18:26.082 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.middleware 2022-04-04 11:18:26.084 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.middleware 2022-04-04 11:18:26.086 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-04-04 11:18:26.088 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.091 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.093 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-04-04 11:18:26.095 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.097 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.policy 2022-04-04 11:18:26.100 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.policy 2022-04-04 11:18:26.102 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.policy 2022-04-04 11:18:26.104 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-04-04 11:18:26.106 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.108 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.111 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-04-04 11:18:26.113 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.115 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.privsep 2022-04-04 11:18:26.117 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.privsep 2022-04-04 11:18:26.120 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.privsep 2022-04-04 11:18:26.122 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-04-04 11:18:26.124 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.126 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.128 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-04-04 11:18:26.131 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.133 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.reports 2022-04-04 11:18:26.135 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.reports 2022-04-04 11:18:26.138 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.reports 2022-04-04 11:18:26.140 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-04-04 11:18:26.142 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.145 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.147 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-04-04 11:18:26.149 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.151 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.rootwrap 2022-04-04 11:18:26.154 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.rootwrap 2022-04-04 11:18:26.156 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.rootwrap 2022-04-04 11:18:26.158 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-04-04 11:18:26.161 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.163 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.165 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-04-04 11:18:26.167 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.170 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.serialization 2022-04-04 11:18:26.172 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.serialization 2022-04-04 11:18:26.174 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.serialization 2022-04-04 11:18:26.176 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-04-04 11:18:26.179 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.181 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.183 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-04-04 11:18:26.185 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.188 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.service 2022-04-04 11:18:26.190 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.service 2022-04-04 11:18:26.192 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.service 2022-04-04 11:18:26.194 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-04-04 11:18:26.196 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.199 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.201 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-04-04 11:18:26.204 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.206 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.utils 2022-04-04 11:18:26.208 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.utils 2022-04-04 11:18:26.210 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.utils 2022-04-04 11:18:26.213 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-04-04 11:18:26.215 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.218 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.220 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-04-04 11:18:26.222 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.225 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.versionedobjects 2022-04-04 11:18:26.227 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.versionedobjects 2022-04-04 11:18:26.229 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.versionedobjects 2022-04-04 11:18:26.232 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-04-04 11:18:26.234 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.236 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.238 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-04-04 11:18:26.241 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.243 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.vmware 2022-04-04 11:18:26.245 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.vmware 2022-04-04 11:18:26.248 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.vmware 2022-04-04 11:18:26.250 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-04-04 11:18:26.252 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.255 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.257 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-04-04 11:18:26.260 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.262 | + lib/libraries:install_libs:117 : _install_lib_from_source osprofiler 2022-04-04 11:18:26.265 | + lib/libraries:_install_lib_from_source:73 : local name=osprofiler 2022-04-04 11:18:26.267 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osprofiler 2022-04-04 11:18:26.269 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-04-04 11:18:26.271 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.273 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.276 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-04-04 11:18:26.278 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.280 | + lib/libraries:install_libs:118 : _install_lib_from_source pycadf 2022-04-04 11:18:26.282 | + lib/libraries:_install_lib_from_source:73 : local name=pycadf 2022-04-04 11:18:26.285 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git pycadf 2022-04-04 11:18:26.287 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-04-04 11:18:26.289 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.291 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.293 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-04-04 11:18:26.296 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.298 | + lib/libraries:install_libs:119 : _install_lib_from_source stevedore 2022-04-04 11:18:26.300 | + lib/libraries:_install_lib_from_source:73 : local name=stevedore 2022-04-04 11:18:26.305 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git stevedore 2022-04-04 11:18:26.309 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-04-04 11:18:26.311 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.314 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.316 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-04-04 11:18:26.319 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.321 | + lib/libraries:install_libs:120 : _install_lib_from_source taskflow 2022-04-04 11:18:26.323 | + lib/libraries:_install_lib_from_source:73 : local name=taskflow 2022-04-04 11:18:26.326 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git taskflow 2022-04-04 11:18:26.328 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-04-04 11:18:26.331 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.333 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.335 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-04-04 11:18:26.337 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.340 | + lib/libraries:install_libs:121 : _install_lib_from_source tooz 2022-04-04 11:18:26.342 | + lib/libraries:_install_lib_from_source:73 : local name=tooz 2022-04-04 11:18:26.344 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git tooz 2022-04-04 11:18:26.346 | + inc/python:use_library_from_git:250 : local name=tooz 2022-04-04 11:18:26.349 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.351 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.353 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-04-04 11:18:26.355 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.358 | + lib/libraries:install_libs:125 : _install_lib_from_source os-brick 2022-04-04 11:18:26.360 | + lib/libraries:_install_lib_from_source:73 : local name=os-brick 2022-04-04 11:18:26.362 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-brick 2022-04-04 11:18:26.364 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-04-04 11:18:26.366 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.369 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.371 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-04-04 11:18:26.373 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.376 | + lib/libraries:install_libs:126 : _install_lib_from_source os-resource-classes 2022-04-04 11:18:26.378 | + lib/libraries:_install_lib_from_source:73 : local name=os-resource-classes 2022-04-04 11:18:26.382 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-resource-classes 2022-04-04 11:18:26.385 | + inc/python:use_library_from_git:250 : local name=os-resource-classes 2022-04-04 11:18:26.387 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.390 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.392 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-resource-classes, ]] 2022-04-04 11:18:26.394 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.396 | + lib/libraries:install_libs:127 : _install_lib_from_source os-traits 2022-04-04 11:18:26.399 | + lib/libraries:_install_lib_from_source:73 : local name=os-traits 2022-04-04 11:18:26.401 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-traits 2022-04-04 11:18:26.403 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-04-04 11:18:26.405 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.407 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.410 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-04-04 11:18:26.412 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.414 | + lib/libraries:install_libs:130 : _install_lib_from_source python-barbicanclient 2022-04-04 11:18:26.416 | + lib/libraries:_install_lib_from_source:73 : local name=python-barbicanclient 2022-04-04 11:18:26.419 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git python-barbicanclient 2022-04-04 11:18:26.421 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-04-04 11:18:26.423 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:26.426 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:26.428 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-04-04 11:18:26.430 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:26.432 | + lib/libraries:install_libs:137 : pip_install etcd3 2022-04-04 11:18:26.455 | Using python 3.8 to install etcd3 2022-04-04 11:18:26.457 | + 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-04-04 11:18:27.228 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:18:27.228 | from cryptography.utils import int_from_bytes 2022-04-04 11:18:27.228 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:18:27.228 | from cryptography.utils import int_from_bytes 2022-04-04 11:18:28.425 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:18:28.478 | Collecting etcd3 2022-04-04 11:18:28.486 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2022-04-04 11:18:28.492 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.9/63.9 KB 50.6 MB/s eta 0:00:00 2022-04-04 11:18:28.518 | Preparing metadata (setup.py): started 2022-04-04 11:18:29.184 | Preparing metadata (setup.py): finished with status 'done' 2022-04-04 11:18:31.002 | Collecting grpcio>=1.27.1 2022-04-04 11:18:31.023 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ed/1e52ad507a54d/grpcio-1.39.0-cp38-cp38-manylinux2014_x86_64.whl (4.3 MB) 2022-04-04 11:18:31.080 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 81.5 MB/s eta 0:00:00 2022-04-04 11:18:31.718 | Collecting protobuf>=3.6.1 2022-04-04 11:18:31.726 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/690/2a1e4b7a319ec/protobuf-3.17.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB) 2022-04-04 11:18:31.743 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 79.6 MB/s eta 0:00:00 2022-04-04 11:18:31.754 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2022-04-04 11:18:31.755 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-04-04 11:18:31.817 | Building wheels for collected packages: etcd3 2022-04-04 11:18:31.818 | Building wheel for etcd3 (setup.py): started 2022-04-04 11:18:32.582 | Building wheel for etcd3 (setup.py): finished with status 'done' 2022-04-04 11:18:32.583 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42889 sha256=06b5bc55ac8d9e8fa520645a98ccd16943c8745ef7735ddafb377fb657ccd571 2022-04-04 11:18:32.584 | Stored in directory: /root/.cache/pip/wheels/32/8a/31/1308d0452fdcc24ed454fa7c297cc2b924f30bfd57b1080bf1 2022-04-04 11:18:32.588 | Successfully built etcd3 2022-04-04 11:18:34.079 | Installing collected packages: protobuf, grpcio, etcd3 2022-04-04 11:18:34.900 | Successfully installed etcd3-0.12.0 grpcio-1.39.0 protobuf-3.17.3 2022-04-04 11:18:34.900 | 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-04-04 11:18:35.072 | + inc/python:pip_install:200 : result=0 2022-04-04 11:18:35.075 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:18:35.077 | + functions-common:time_stop:2309 : local name 2022-04-04 11:18:35.079 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:18:35.081 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:18:35.083 | + functions-common:time_stop:2312 : local total 2022-04-04 11:18:35.085 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:18:35.087 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:18:35.089 | + functions-common:time_stop:2316 : start_time=1649071106448 2022-04-04 11:18:35.092 | + functions-common:time_stop:2318 : [[ -z 1649071106448 ]] 2022-04-04 11:18:35.095 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:18:35.098 | + functions-common:time_stop:2321 : end_time=1649071115096 2022-04-04 11:18:35.100 | + functions-common:time_stop:2322 : elapsed_time=8648 2022-04-04 11:18:35.102 | + functions-common:time_stop:2323 : total=30004 2022-04-04 11:18:35.104 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:18:35.106 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=38652 2022-04-04 11:18:35.109 | + inc/python:pip_install:203 : return 0 2022-04-04 11:18:35.111 | + lib/libraries:install_libs:138 : pip_install etcd3gw 2022-04-04 11:18:35.133 | Using python 3.8 to install etcd3gw 2022-04-04 11:18:35.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 etcd3gw 2022-04-04 11:18:35.924 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:18:35.924 | from cryptography.utils import int_from_bytes 2022-04-04 11:18:35.924 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:18:35.924 | from cryptography.utils import int_from_bytes 2022-04-04 11:18:37.118 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:18:37.176 | Collecting etcd3gw 2022-04-04 11:18:37.184 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8e5/5b8d4b7856f17/etcd3gw-1.0.0-py3-none-any.whl (22 kB) 2022-04-04 11:18:37.196 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.6.0) 2022-04-04 11:18:37.197 | Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.16.0) 2022-04-04 11:18:37.199 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.26.0) 2022-04-04 11:18:37.200 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.0) 2022-04-04 11:18:37.233 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2021.5.30) 2022-04-04 11:18:37.236 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.2) 2022-04-04 11:18:37.238 | 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.6) 2022-04-04 11:18:37.240 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2.0.4) 2022-04-04 11:18:38.734 | Installing collected packages: etcd3gw 2022-04-04 11:18:38.915 | Successfully installed etcd3gw-1.0.0 2022-04-04 11:18:38.916 | 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-04-04 11:18:39.042 | + inc/python:pip_install:200 : result=0 2022-04-04 11:18:39.045 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:18:39.047 | + functions-common:time_stop:2309 : local name 2022-04-04 11:18:39.049 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:18:39.051 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:18:39.053 | + functions-common:time_stop:2312 : local total 2022-04-04 11:18:39.055 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:18:39.057 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:18:39.060 | + functions-common:time_stop:2316 : start_time=1649071115128 2022-04-04 11:18:39.062 | + functions-common:time_stop:2318 : [[ -z 1649071115128 ]] 2022-04-04 11:18:39.065 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:18:39.069 | + functions-common:time_stop:2321 : end_time=1649071119066 2022-04-04 11:18:39.071 | + functions-common:time_stop:2322 : elapsed_time=3938 2022-04-04 11:18:39.073 | + functions-common:time_stop:2323 : total=38652 2022-04-04 11:18:39.075 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:18:39.078 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=42590 2022-04-04 11:18:39.080 | + inc/python:pip_install:203 : return 0 2022-04-04 11:18:39.082 | + ./stack.sh:main:860 : install_apache_uwsgi 2022-04-04 11:18:39.084 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2022-04-04 11:18:39.087 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2022-04-04 11:18:39.089 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-04-04 11:18:39.091 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-04-04 11:18:39.093 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-04-04 11:18:39.096 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-04-04 11:18:39.098 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-04-04 11:18:39.100 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-04-04 11:18:39.102 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-04-04 11:18:39.104 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-04-04 11:18:39.106 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-04-04 11:18:39.109 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2022-04-04 11:18:39.111 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2022-04-04 11:18:39.113 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:18:39.115 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:18:39.118 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-04-04 11:18:39.120 | + lib/apache:install_apache_uwsgi:96 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-04-04 11:18:39.122 | + functions-common:install_package:1347 : update_package_repo 2022-04-04 11:18:39.125 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-04-04 11:18:39.127 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-04-04 11:18:39.129 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-04-04 11:18:39.131 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-04-04 11:18:39.134 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-04-04 11:18:39.136 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:18:39.139 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:18:39.141 | + functions-common:update_package_repo:1328 : apt_get_update 2022-04-04 11:18:39.143 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-04-04 11:18:39.145 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-04-04 11:18:39.148 | + functions-common:apt_get_update:1074 : return 2022-04-04 11:18:39.150 | + functions-common:install_package:1348 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-04-04 11:18:39.152 | + functions-common:real_install_package:1333 : is_ubuntu 2022-04-04 11:18:39.154 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:18:39.157 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:18:39.159 | + functions-common:real_install_package:1334 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-04-04 11:18:39.179 | + functions-common:apt_get:1114 : 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-04-04 11:18:39.287 | Reading package lists... 2022-04-04 11:18:39.522 | Building dependency tree... 2022-04-04 11:18:39.524 | Reading state information... 2022-04-04 11:18:39.763 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.10). 2022-04-04 11:18:39.764 | The following packages were automatically installed and are no longer required: 2022-04-04 11:18:39.765 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-04 11:18:39.765 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-04 11:18:39.765 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-04 11:18:39.765 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-04 11:18:39.765 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-04 11:18:39.765 | python3-zope.interface 2022-04-04 11:18:39.765 | Use 'sudo apt autoremove' to remove them. 2022-04-04 11:18:39.765 | The following additional packages will be installed: 2022-04-04 11:18:39.766 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi-core 2022-04-04 11:18:39.767 | Suggested packages: 2022-04-04 11:18:39.767 | uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators 2022-04-04 11:18:39.834 | The following NEW packages will be installed: 2022-04-04 11:18:39.834 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi uwsgi-core uwsgi-plugin-python3 2022-04-04 11:18:39.950 | 0 upgraded, 6 newly installed, 0 to remove and 124 not upgraded. 2022-04-04 11:18:39.950 | Need to get 1,306 kB of archives. 2022-04-04 11:18:39.950 | After this operation, 4,613 kB of additional disk space will be used. 2022-04-04 11:18:39.950 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 2022-04-04 11:18:40.225 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 2022-04-04 11:18:40.244 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 2022-04-04 11:18:40.284 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-core amd64 2.0.18-11ubuntu1 [523 kB] 2022-04-04 11:18:40.337 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi amd64 2.0.18-11ubuntu1 [17.6 kB] 2022-04-04 11:18:40.338 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-plugin-python3 amd64 2.0.18-11ubuntu1 [75.1 kB] 2022-04-04 11:18:40.892 | Fetched 1,306 kB in 1s (2,604 kB/s) 2022-04-04 11:18:41.103 | Selecting previously unselected package libnorm1:amd64. 2022-04-04 11:18:41.154 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90644 files and directories currently installed.) 2022-04-04 11:18:41.158 | Preparing to unpack .../0-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 2022-04-04 11:18:41.264 | Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-04-04 11:18:41.697 | Selecting previously unselected package libpgm-5.2-0:amd64. 2022-04-04 11:18:41.707 | Preparing to unpack .../1-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 2022-04-04 11:18:41.765 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-04-04 11:18:42.171 | Selecting previously unselected package libzmq5:amd64. 2022-04-04 11:18:42.181 | Preparing to unpack .../2-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 2022-04-04 11:18:42.233 | Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-04-04 11:18:42.642 | Selecting previously unselected package uwsgi-core. 2022-04-04 11:18:42.652 | Preparing to unpack .../3-uwsgi-core_2.0.18-11ubuntu1_amd64.deb ... 2022-04-04 11:18:42.696 | Unpacking uwsgi-core (2.0.18-11ubuntu1) ... 2022-04-04 11:18:43.345 | Selecting previously unselected package uwsgi. 2022-04-04 11:18:43.354 | Preparing to unpack .../4-uwsgi_2.0.18-11ubuntu1_amd64.deb ... 2022-04-04 11:18:43.407 | Unpacking uwsgi (2.0.18-11ubuntu1) ... 2022-04-04 11:18:43.819 | Selecting previously unselected package uwsgi-plugin-python3. 2022-04-04 11:18:43.828 | Preparing to unpack .../5-uwsgi-plugin-python3_2.0.18-11ubuntu1_amd64.deb ... 2022-04-04 11:18:43.885 | Unpacking uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-04-04 11:18:44.258 | Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-04-04 11:18:44.467 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-04-04 11:18:44.616 | Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-04-04 11:18:44.773 | Setting up uwsgi-core (2.0.18-11ubuntu1) ... 2022-04-04 11:18:44.961 | Setting up uwsgi (2.0.18-11ubuntu1) ... 2022-04-04 11:18:46.256 | Setting up uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-04-04 11:18:46.583 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-04-04 11:18:47.040 | Processing triggers for man-db (2.9.1-1) ... 2022-04-04 11:18:47.540 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-04-04 11:18:55.068 | + functions-common:apt_get:1118 : result=0 2022-04-04 11:18:55.070 | + functions-common:apt_get:1121 : time_stop apt-get 2022-04-04 11:18:55.072 | + functions-common:time_stop:2309 : local name 2022-04-04 11:18:55.074 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:18:55.077 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:18:55.079 | + functions-common:time_stop:2312 : local total 2022-04-04 11:18:55.081 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:18:55.083 | + functions-common:time_stop:2315 : name=apt-get 2022-04-04 11:18:55.085 | + functions-common:time_stop:2316 : start_time=1649071119176 2022-04-04 11:18:55.088 | + functions-common:time_stop:2318 : [[ -z 1649071119176 ]] 2022-04-04 11:18:55.090 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:18:55.094 | + functions-common:time_stop:2321 : end_time=1649071135092 2022-04-04 11:18:55.096 | + functions-common:time_stop:2322 : elapsed_time=15916 2022-04-04 11:18:55.098 | + functions-common:time_stop:2323 : total=475053 2022-04-04 11:18:55.100 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:18:55.103 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=490969 2022-04-04 11:18:55.105 | + functions-common:apt_get:1122 : return 0 2022-04-04 11:18:55.108 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-04-04 11:18:55.110 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:18:55.112 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:18:55.114 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-04-04 11:18:55.176 | Enabling module proxy. 2022-04-04 11:18:55.181 | To activate the new configuration, you need to run: 2022-04-04 11:18:55.182 | systemctl restart apache2 2022-04-04 11:18:55.186 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-04-04 11:18:55.246 | Considering dependency proxy for proxy_uwsgi: 2022-04-04 11:18:55.247 | Module proxy already enabled 2022-04-04 11:18:55.247 | Enabling module proxy_uwsgi. 2022-04-04 11:18:55.252 | To activate the new configuration, you need to run: 2022-04-04 11:18:55.252 | systemctl restart apache2 2022-04-04 11:18:55.257 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-04-04 11:18:55.259 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-04-04 11:18:55.262 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-04-04 11:18:55.264 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-04-04 11:18:55.392 | + ./stack.sh:main:863 : install_keystoneauth 2022-04-04 11:18:55.394 | + lib/keystone:install_keystoneauth:468 : use_library_from_git keystoneauth 2022-04-04 11:18:55.397 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-04-04 11:18:55.399 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:55.401 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:55.404 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-04-04 11:18:55.406 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:55.408 | + ./stack.sh:main:864 : install_keystoneclient 2022-04-04 11:18:55.411 | + lib/keystone:install_keystoneclient:476 : use_library_from_git python-keystoneclient 2022-04-04 11:18:55.413 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-04-04 11:18:55.416 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:55.418 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:55.421 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-04-04 11:18:55.423 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:55.425 | + ./stack.sh:main:865 : install_glanceclient 2022-04-04 11:18:55.428 | + lib/glance:install_glanceclient:505 : use_library_from_git python-glanceclient 2022-04-04 11:18:55.430 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-04-04 11:18:55.432 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:55.434 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:55.437 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-04-04 11:18:55.439 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:55.442 | + ./stack.sh:main:866 : install_cinderclient 2022-04-04 11:18:55.444 | + lib/cinder:install_cinderclient:481 : use_library_from_git python-brick-cinderclient-ext 2022-04-04 11:18:55.446 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-04-04 11:18:55.448 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:55.451 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:55.453 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-04-04 11:18:55.455 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:55.457 | + lib/cinder:install_cinderclient:486 : use_library_from_git python-cinderclient 2022-04-04 11:18:55.460 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-04-04 11:18:55.462 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:55.464 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:55.466 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-04-04 11:18:55.469 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:55.471 | + ./stack.sh:main:867 : install_novaclient 2022-04-04 11:18:55.474 | + lib/nova:install_novaclient:814 : use_library_from_git python-novaclient 2022-04-04 11:18:55.476 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-04-04 11:18:55.478 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:55.480 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:55.483 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-04-04 11:18:55.485 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:55.488 | + ./stack.sh:main:868 : is_service_enabled swift glance horizon 2022-04-04 11:18:55.504 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:18:55.506 | + ./stack.sh:main:869 : install_swiftclient 2022-04-04 11:18:55.508 | + lib/swift:install_swiftclient:752 : use_library_from_git python-swiftclient 2022-04-04 11:18:55.511 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-04-04 11:18:55.513 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:55.515 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:55.518 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-04-04 11:18:55.520 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:55.522 | + ./stack.sh:main:871 : is_service_enabled neutron nova horizon 2022-04-04 11:18:55.538 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:18:55.540 | + ./stack.sh:main:872 : install_neutronclient 2022-04-04 11:18:55.543 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2022-04-04 11:18:55.545 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-04-04 11:18:55.548 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:55.550 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:55.552 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-04-04 11:18:55.555 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:55.557 | + ./stack.sh:main:876 : install_keystonemiddleware 2022-04-04 11:18:55.559 | + lib/keystone:install_keystonemiddleware:486 : use_library_from_git keystonemiddleware 2022-04-04 11:18:55.561 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-04-04 11:18:55.564 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:18:55.566 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:18:55.568 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-04-04 11:18:55.571 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:18:55.573 | + lib/keystone:install_keystonemiddleware:491 : pip_install_gr keystonemiddleware 2022-04-04 11:18:55.575 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-04-04 11:18:55.577 | + inc/python:pip_install_gr:77 : local clean_name 2022-04-04 11:18:55.580 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-04-04 11:18:55.583 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-04-04 11:18:55.585 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-04-04 11:18:55.588 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-04-04 11:18:55.588 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-04-04 11:18:55.594 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-04-04 11:18:55.596 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-04-04 11:18:55.598 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-04-04 11:18:55.601 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-04-04 11:18:55.603 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-04-04 11:18:55.623 | Using python 3.8 to install keystonemiddleware 2022-04-04 11:18:55.625 | + 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-04-04 11:18:56.398 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:18:56.398 | from cryptography.utils import int_from_bytes 2022-04-04 11:18:56.398 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:18:56.398 | from cryptography.utils import int_from_bytes 2022-04-04 11:18:57.617 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:18:57.627 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.3.0) 2022-04-04 11:18:57.681 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.2.0) 2022-04-04 11:18:57.682 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.6.0) 2022-04-04 11:18:57.684 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.26.0) 2022-04-04 11:18:57.685 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.10.1) 2022-04-04 11:18:57.687 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-04-04 11:18:57.688 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2022-04-04 11:18:57.690 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.8.2) 2022-04-04 11:18:57.691 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.3.0) 2022-04-04 11:18:57.693 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.7.1) 2022-04-04 11:18:57.694 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2022-04-04 11:18:57.695 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.6.0) 2022-04-04 11:18:57.697 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-04-04 11:18:57.698 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0) 2022-04-04 11:18:57.700 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.3.2) 2022-04-04 11:18:57.761 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (0.1.16) 2022-04-04 11:18:57.763 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.4.0) 2022-04-04 11:18:57.765 | 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-04-04 11:18:57.805 | 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-04-04 11:18:57.845 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.3.0) 2022-04-04 11:18:57.848 | 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-04-04 11:18:57.849 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (5.4.1) 2022-04-04 11:18:57.850 | 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-04-04 11:18:57.902 | 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-04-04 11:18:57.903 | 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-04-04 11:18:57.913 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2021.1) 2022-04-04 11:18:57.915 | 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.2) 2022-04-04 11:18:57.931 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (2.4.7) 2022-04-04 11:18:57.933 | 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-04-04 11:18:57.934 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.0) 2022-04-04 11:18:58.026 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.0.4) 2022-04-04 11:18:58.028 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.2) 2022-04-04 11:18:58.033 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2021.5.30) 2022-04-04 11:18:58.034 | 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.6) 2022-04-04 11:18:58.086 | 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.12.1) 2022-04-04 11:18:58.101 | 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.0.9) 2022-04-04 11:18:59.574 | 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-04-04 11:18:59.714 | + inc/python:pip_install:200 : result=0 2022-04-04 11:18:59.716 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:18:59.718 | + functions-common:time_stop:2309 : local name 2022-04-04 11:18:59.720 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:18:59.722 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:18:59.724 | + functions-common:time_stop:2312 : local total 2022-04-04 11:18:59.726 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:18:59.728 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:18:59.730 | + functions-common:time_stop:2316 : start_time=1649071135618 2022-04-04 11:18:59.733 | + functions-common:time_stop:2318 : [[ -z 1649071135618 ]] 2022-04-04 11:18:59.736 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:18:59.740 | + functions-common:time_stop:2321 : end_time=1649071139737 2022-04-04 11:18:59.742 | + functions-common:time_stop:2322 : elapsed_time=4119 2022-04-04 11:18:59.744 | + functions-common:time_stop:2323 : total=42590 2022-04-04 11:18:59.746 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:18:59.749 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=46709 2022-04-04 11:18:59.752 | + inc/python:pip_install:203 : return 0 2022-04-04 11:18:59.754 | + lib/keystone:install_keystonemiddleware:495 : pip_install_gr python-memcached 2022-04-04 11:18:59.757 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-04-04 11:18:59.759 | + inc/python:pip_install_gr:77 : local clean_name 2022-04-04 11:18:59.762 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-04-04 11:18:59.765 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-04-04 11:18:59.767 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-04-04 11:18:59.771 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-04-04 11:18:59.771 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-04-04 11:18:59.777 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-04-04 11:18:59.779 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-04-04 11:18:59.781 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-04-04 11:18:59.784 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-04-04 11:18:59.786 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-04-04 11:18:59.809 | Using python 3.8 to install python-memcached 2022-04-04 11:18:59.812 | + 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-04-04 11:19:00.583 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:19:00.583 | from cryptography.utils import int_from_bytes 2022-04-04 11:19:00.583 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:19:00.583 | from cryptography.utils import int_from_bytes 2022-04-04 11:19:01.807 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:19:01.874 | Collecting python-memcached 2022-04-04 11:19:01.889 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2022-04-04 11:19:01.903 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2022-04-04 11:19:03.448 | Installing collected packages: python-memcached 2022-04-04 11:19:03.628 | Successfully installed python-memcached-1.59 2022-04-04 11:19:03.629 | 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-04-04 11:19:03.769 | + inc/python:pip_install:200 : result=0 2022-04-04 11:19:03.772 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:19:03.774 | + functions-common:time_stop:2309 : local name 2022-04-04 11:19:03.776 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:19:03.778 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:19:03.780 | + functions-common:time_stop:2312 : local total 2022-04-04 11:19:03.782 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:19:03.784 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:19:03.787 | + functions-common:time_stop:2316 : start_time=1649071139803 2022-04-04 11:19:03.790 | + functions-common:time_stop:2318 : [[ -z 1649071139803 ]] 2022-04-04 11:19:03.792 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:19:03.796 | + functions-common:time_stop:2321 : end_time=1649071143794 2022-04-04 11:19:03.798 | + functions-common:time_stop:2322 : elapsed_time=3991 2022-04-04 11:19:03.801 | + functions-common:time_stop:2323 : total=46709 2022-04-04 11:19:03.803 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:19:03.805 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=50700 2022-04-04 11:19:03.807 | + inc/python:pip_install:203 : return 0 2022-04-04 11:19:03.809 | + ./stack.sh:main:878 : is_service_enabled keystone 2022-04-04 11:19:03.826 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:19:03.828 | + ./stack.sh:main:879 : '[' 10.222.0.43 == 10.222.0.43 ']' 2022-04-04 11:19:03.831 | + ./stack.sh:main:880 : stack_install_service keystone 2022-04-04 11:19:03.833 | + lib/stack:stack_install_service:20 : local service=keystone 2022-04-04 11:19:03.835 | + lib/stack:stack_install_service:21 : type install_keystone 2022-04-04 11:19:03.838 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-04-04 11:19:03.840 | + lib/stack:stack_install_service:32 : install_keystone 2022-04-04 11:19:03.842 | + lib/keystone:install_keystone:501 : is_service_enabled ldap 2022-04-04 11:19:03.856 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:19:03.858 | + lib/keystone:install_keystone:505 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone stable/xena 2022-04-04 11:19:03.861 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/keystone.git 2022-04-04 11:19:03.862 | + functions-common:git_clone:524 : local git_dest=/opt/stack/keystone 2022-04-04 11:19:03.864 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-04-04 11:19:03.866 | + functions-common:git_clone:526 : local orig_dir 2022-04-04 11:19:03.869 | ++ functions-common:git_clone:527 : pwd 2022-04-04 11:19:03.871 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-04-04 11:19:03.874 | + functions-common:git_clone:528 : local git_clone_flags= 2022-04-04 11:19:03.876 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-04-04 11:19:03.891 | + functions-common:git_clone:530 : RECLONE=False 2022-04-04 11:19:03.893 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-04-04 11:19:03.895 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-04-04 11:19:03.898 | + functions-common:git_clone:544 : echo stable/xena 2022-04-04 11:19:03.898 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-04-04 11:19:03.903 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/keystone ]] 2022-04-04 11:19:03.905 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-04-04 11:19:03.907 | + functions-common:git_clone:592 : cd /opt/stack/keystone 2022-04-04 11:19:03.909 | + functions-common:git_clone:593 : git show --oneline 2022-04-04 11:19:03.910 | + functions-common:git_clone:593 : head -1 2022-04-04 11:19:03.912 | 20be02134 Merge "Fix typos in ec2 credential policies" into stable/xena 2022-04-04 11:19:03.915 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-04-04 11:19:03.917 | + lib/keystone:install_keystone:506 : setup_develop /opt/stack/keystone 2022-04-04 11:19:03.919 | + inc/python:setup_develop:338 : local bindep 2022-04-04 11:19:03.921 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-04-04 11:19:03.923 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-04-04 11:19:03.926 | + inc/python:setup_develop:344 : local extras= 2022-04-04 11:19:03.928 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-04-04 11:19:03.930 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-04-04 11:19:03.932 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-04-04 11:19:03.934 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-04-04 11:19:03.937 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-04-04 11:19:03.939 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-04-04 11:19:03.942 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-04-04 11:19:03.944 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-04-04 11:19:03.947 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-04-04 11:19:03.949 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-04-04 11:19:03.952 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-04-04 11:19:03.954 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-04-04 11:19:03.960 | + inc/python:_setup_package_with_constraints_edit:385 : name=keystone 2022-04-04 11:19:03.962 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-04-04 11:19:04.582 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/keystone -e 2022-04-04 11:19:04.585 | + inc/python:setup_package:418 : local bindep=0 2022-04-04 11:19:04.587 | + inc/python:setup_package:419 : local bindep_flag= 2022-04-04 11:19:04.589 | + inc/python:setup_package:420 : local bindep_profiles= 2022-04-04 11:19:04.591 | + inc/python:setup_package:421 : [[ /opt/stack/keystone == -bindep* ]] 2022-04-04 11:19:04.593 | + inc/python:setup_package:426 : local project_dir=/opt/stack/keystone 2022-04-04 11:19:04.595 | + inc/python:setup_package:427 : local flags=-e 2022-04-04 11:19:04.597 | + inc/python:setup_package:428 : local extras= 2022-04-04 11:19:04.600 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-04-04 11:19:04.602 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-04-04 11:19:04.604 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-04-04 11:19:04.606 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-04-04 11:19:04.608 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-04-04 11:19:04.610 | + inc/python:setup_package:446 : pip_install -e /opt/stack/keystone 2022-04-04 11:19:04.630 | Using python 3.8 to install /opt/stack/keystone 2022-04-04 11:19:04.632 | + 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-04-04 11:19:05.395 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:19:05.395 | from cryptography.utils import int_from_bytes 2022-04-04 11:19:05.395 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:19:05.395 | from cryptography.utils import int_from_bytes 2022-04-04 11:19:06.625 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:19:06.634 | Obtaining file:///opt/stack/keystone 2022-04-04 11:19:06.635 | Preparing metadata (setup.py): started 2022-04-04 11:19:08.085 | Preparing metadata (setup.py): finished with status 'done' 2022-04-04 11:19:08.228 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (5.6.0) 2022-04-04 11:19:08.230 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (1.8.7) 2022-04-04 11:19:08.304 | Collecting Flask!=0.11,>=1.0.2 2022-04-04 11:19:08.312 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a62/09ca15eb63fc9/Flask-2.0.1-py3-none-any.whl (94 kB) 2022-04-04 11:19:08.319 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.8/94.8 KB 62.9 MB/s eta 0:00:00 2022-04-04 11:19:08.362 | Collecting Flask-RESTful>=0.3.5 2022-04-04 11:19:08.368 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/497/0c49b6488e46c/Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2022-04-04 11:19:08.372 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.4.8) 2022-04-04 11:19:08.374 | Requirement already satisfied: SQLAlchemy>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (1.4.23) 2022-04-04 11:19:08.376 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (0.13.0) 2022-04-04 11:19:08.377 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.4.0) 2022-04-04 11:19:08.416 | Collecting passlib>=1.7.0 2022-04-04 11:19:08.424 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2022-04-04 11:19:08.438 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 525.6/525.6 KB 58.9 MB/s eta 0:00:00 2022-04-04 11:19:08.447 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (4.3.0) 2022-04-04 11:19:08.448 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (9.3.0) 2022-04-04 11:19:08.449 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.2.0) 2022-04-04 11:19:08.631 | Collecting scrypt>=0.8.0 2022-04-04 11:19:08.650 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ffc/de1d60a43e9d9/scrypt-0.8.18-cp38-cp38-manylinux2010_x86_64.whl (924 kB) 2022-04-04 11:19:08.668 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 924.8/924.8 KB 76.8 MB/s eta 0:00:00 2022-04-04 11:19:08.678 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (2.8.2) 2022-04-04 11:19:08.679 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (8.7.1) 2022-04-04 11:19:08.680 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.3.2) 2022-04-04 11:19:08.682 | Requirement already satisfied: oslo.messaging>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (12.9.3) 2022-04-04 11:19:08.683 | Requirement already satisfied: oslo.db>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (11.0.0) 2022-04-04 11:19:08.685 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (5.1.0) 2022-04-04 11:19:08.687 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (4.6.0) 2022-04-04 11:19:08.689 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (4.4.0) 2022-04-04 11:19:08.690 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.8.3) 2022-04-04 11:19:08.692 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (4.2.0) 2022-04-04 11:19:08.693 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (1.4.0) 2022-04-04 11:19:08.694 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (4.10.1) 2022-04-04 11:19:08.739 | Collecting oauthlib>=0.6.2 2022-04-04 11:19:08.748 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/42b/f6354c2ed8c6a/oauthlib-3.1.1-py2.py3-none-any.whl (146 kB) 2022-04-04 11:19:08.755 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.2/146.2 KB 71.9 MB/s eta 0:00:00 2022-04-04 11:19:08.815 | Collecting pysaml2>=5.0.0 2022-04-04 11:19:08.821 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/25b/c3be6dcf9e365/pysaml2-7.0.1-py2.py3-none-any.whl (398 kB) 2022-04-04 11:19:08.831 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 398.1/398.1 KB 68.6 MB/s eta 0:00:00 2022-04-04 11:19:08.896 | Collecting PyJWT>=1.6.1 2022-04-04 11:19:08.903 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/934/d73fbba91b048/PyJWT-2.1.0-py3-none-any.whl (16 kB) 2022-04-04 11:19:08.907 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (1.1.5) 2022-04-04 11:19:08.909 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from keystone==20.0.1.dev7) (3.2.0) 2022-04-04 11:19:08.910 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.1.1) 2022-04-04 11:19:08.911 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (1.0.2) 2022-04-04 11:19:08.913 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.4.2) 2022-04-04 11:19:08.914 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (2021.1) 2022-04-04 11:19:08.926 | Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.0.1.dev7) (1.16.0) 2022-04-04 11:19:08.928 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.0.1.dev7) (1.14.6) 2022-04-04 11:19:09.003 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.0.2->keystone==20.0.1.dev7) (5.0.9) 2022-04-04 11:19:09.082 | Collecting click>=7.1.2 2022-04-04 11:19:09.089 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fba/402a4a4733474/click-8.0.1-py3-none-any.whl (97 kB) 2022-04-04 11:19:09.096 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.4/97.4 KB 45.1 MB/s eta 0:00:00 2022-04-04 11:19:09.172 | Collecting Werkzeug>=2.0 2022-04-04 11:19:09.179 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6c1/ec500dcdba0ba/Werkzeug-2.0.1-py3-none-any.whl (288 kB) 2022-04-04 11:19:09.188 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 288.2/288.2 KB 79.7 MB/s eta 0:00:00 2022-04-04 11:19:09.227 | Collecting itsdangerous>=2.0 2022-04-04 11:19:09.234 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/517/4094b9637652b/itsdangerous-2.0.1-py3-none-any.whl (18 kB) 2022-04-04 11:19:09.238 | Requirement already satisfied: Jinja2>=3.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.0.1.dev7) (3.0.1) 2022-04-04 11:19:09.288 | Collecting aniso8601>=0.82 2022-04-04 11:19:09.296 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d2/b7ef82963909e/aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2022-04-04 11:19:09.301 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.8/52.8 KB 46.9 MB/s eta 0:00:00 2022-04-04 11:19:09.382 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (4.4.0) 2022-04-04 11:19:09.384 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (2.26.0) 2022-04-04 11:19:09.487 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.0.1.dev7) (0.8.0) 2022-04-04 11:19:09.488 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.0.1.dev7) (2.3.0) 2022-04-04 11:19:09.490 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.0.1.dev7) (1.5.0) 2022-04-04 11:19:09.492 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.0.1.dev7) (5.4.1) 2022-04-04 11:19:09.546 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.0.1.dev7) (0.5.0) 2022-04-04 11:19:09.548 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.0.1.dev7) (1.7.1) 2022-04-04 11:19:09.550 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.0.1.dev7) (2.0.1) 2022-04-04 11:19:09.603 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.0.1.dev7) (2.8.2) 2022-04-04 11:19:09.607 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.0.1.dev7) (0.9.6) 2022-04-04 11:19:09.664 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (2.6.1) 2022-04-04 11:19:09.667 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (2.4.0) 2022-04-04 11:19:09.668 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (0.3.1) 2022-04-04 11:19:09.671 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (5.1.0) 2022-04-04 11:19:09.672 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (5.0.8) 2022-04-04 11:19:09.674 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (4.2.2) 2022-04-04 11:19:09.694 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->keystone==20.0.1.dev7) (3.3.0) 2022-04-04 11:19:09.744 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->keystone==20.0.1.dev7) (0.7.2) 2022-04-04 11:19:09.765 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.0.1.dev7) (2.4.7) 2022-04-04 11:19:09.767 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.0.1.dev7) (21.0) 2022-04-04 11:19:09.769 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.0.1.dev7) (0.11.0) 2022-04-04 11:19:09.770 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.0.1.dev7) (0.1.16) 2022-04-04 11:19:09.825 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from osprofiler>=1.4.0->keystone==20.0.1.dev7) (4.4.1) 2022-04-04 11:19:09.938 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.0.1.dev7) (5.2.2) 2022-04-04 11:19:10.025 | Collecting xmlschema>=1.2.1 2022-04-04 11:19:10.033 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66a/17ba8c342703a/xmlschema-1.7.0-py3-none-any.whl (254 kB) 2022-04-04 11:19:10.043 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 254.8/254.8 KB 48.1 MB/s eta 0:00:00 2022-04-04 11:19:10.049 | Requirement already satisfied: pyOpenSSL in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.0.1.dev7) (20.0.1) 2022-04-04 11:19:10.080 | Collecting defusedxml 2022-04-04 11:19:10.090 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/2e7e428770286/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2022-04-04 11:19:10.282 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.3.0->keystone==20.0.1.dev7) (1.1.1) 2022-04-04 11:19:10.304 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.0.1.dev7) (0.4.1) 2022-04-04 11:19:10.305 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.0.1.dev7) (0.5.2) 2022-04-04 11:19:10.375 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==20.0.1.dev7) (1.1.5) 2022-04-04 11:19:10.395 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (5.0.0) 2022-04-04 11:19:10.468 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->keystone==20.0.1.dev7) (2.20) 2022-04-04 11:19:10.510 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==20.0.1.dev7) (1.12.1) 2022-04-04 11:19:10.622 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==20.0.1.dev7) (2.0.1) 2022-04-04 11:19:10.696 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (1.7.0) 2022-04-04 11:19:10.857 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==20.0.1.dev7) (0.14.1) 2022-04-04 11:19:10.887 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (0.11.0) 2022-04-04 11:19:10.928 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (3.5.0) 2022-04-04 11:19:10.930 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (2.5.1) 2022-04-04 11:19:10.932 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (2.1.1) 2022-04-04 11:19:10.934 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (0.31.1) 2022-04-04 11:19:10.937 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (3.0.0) 2022-04-04 11:19:10.938 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (1.3.2) 2022-04-04 11:19:11.115 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (3.2) 2022-04-04 11:19:11.117 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (2.0.4) 2022-04-04 11:19:11.119 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (1.26.6) 2022-04-04 11:19:11.121 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (2021.5.30) 2022-04-04 11:19:11.270 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.0.1.dev7) (2.5.0) 2022-04-04 11:19:11.432 | Collecting elementpath<3.0.0,>=2.2.2 2022-04-04 11:19:11.447 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f27/d7c045c4f1f30/elementpath-2.2.3-py3-none-any.whl (149 kB) 2022-04-04 11:19:11.470 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.0/150.0 KB 7.8 MB/s eta 0:00:00 2022-04-04 11:19:11.553 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->pysaml2>=5.0.0->keystone==20.0.1.dev7) (3.5.0) 2022-04-04 11:19:11.730 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (1.16.0) 2022-04-04 11:19:11.759 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==20.0.1.dev7) (1.6) 2022-04-04 11:19:11.903 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (57.4.0) 2022-04-04 11:19:11.996 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (0.7) 2022-04-04 11:19:12.034 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.0.1.dev7) (1.0.0) 2022-04-04 11:19:13.323 | Installing collected packages: scrypt, passlib, aniso8601, Werkzeug, PyJWT, oauthlib, itsdangerous, elementpath, defusedxml, click, xmlschema, Flask, Flask-RESTful, pysaml2, keystone 2022-04-04 11:19:14.362 | Attempting uninstall: PyJWT 2022-04-04 11:19:14.365 | Found existing installation: PyJWT 1.7.1 2022-04-04 11:19:14.376 | Uninstalling PyJWT-1.7.1: 2022-04-04 11:19:14.405 | Successfully uninstalled PyJWT-1.7.1 2022-04-04 11:19:14.504 | Attempting uninstall: oauthlib 2022-04-04 11:19:14.507 | Found existing installation: oauthlib 3.1.0 2022-04-04 11:19:14.520 | Uninstalling oauthlib-3.1.0: 2022-04-04 11:19:14.547 | Successfully uninstalled oauthlib-3.1.0 2022-04-04 11:19:15.205 | Attempting uninstall: click 2022-04-04 11:19:15.208 | Found existing installation: Click 7.0 2022-04-04 11:19:15.222 | Uninstalling Click-7.0: 2022-04-04 11:19:15.248 | Successfully uninstalled Click-7.0 2022-04-04 11:19:16.598 | Running setup.py develop for keystone 2022-04-04 11:19:18.583 | Successfully installed Flask-2.0.1 Flask-RESTful-0.3.9 PyJWT-2.1.0 Werkzeug-2.0.1 aniso8601-9.0.1 click-8.0.1 defusedxml-0.7.1 elementpath-2.2.3 itsdangerous-2.0.1 keystone oauthlib-3.1.1 passlib-1.7.4 pysaml2-7.0.1 scrypt-0.8.18 xmlschema-1.7.0 2022-04-04 11:19:18.584 | 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-04-04 11:19:18.757 | + inc/python:pip_install:200 : result=0 2022-04-04 11:19:18.759 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:19:18.761 | + functions-common:time_stop:2309 : local name 2022-04-04 11:19:18.763 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:19:18.765 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:19:18.767 | + functions-common:time_stop:2312 : local total 2022-04-04 11:19:18.769 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:19:18.771 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:19:18.773 | + functions-common:time_stop:2316 : start_time=1649071144624 2022-04-04 11:19:18.775 | + functions-common:time_stop:2318 : [[ -z 1649071144624 ]] 2022-04-04 11:19:18.778 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:19:18.782 | + functions-common:time_stop:2321 : end_time=1649071158779 2022-04-04 11:19:18.784 | + functions-common:time_stop:2322 : elapsed_time=14155 2022-04-04 11:19:18.786 | + functions-common:time_stop:2323 : total=50700 2022-04-04 11:19:18.788 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:19:18.790 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=64855 2022-04-04 11:19:18.792 | + inc/python:pip_install:203 : return 0 2022-04-04 11:19:18.794 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-04-04 11:19:18.797 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-04-04 11:19:18.799 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-04-04 11:19:18.816 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-04-04 11:19:18.828 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/keystone 2022-04-04 11:19:18.830 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2022-04-04 11:19:18.832 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:19:18.834 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:19:18.836 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-04-04 11:19:18.839 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:19:18.841 | + lib/keystone:install_keystone:508 : is_service_enabled ldap 2022-04-04 11:19:18.856 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:19:18.859 | + lib/keystone:install_keystone:512 : '[' uwsgi == mod_wsgi ']' 2022-04-04 11:19:18.862 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-04-04 11:19:18.864 | + ./stack.sh:main:881 : configure_keystone 2022-04-04 11:19:18.866 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2022-04-04 11:19:18.878 | + lib/keystone:configure_keystone:204 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2022-04-04 11:19:18.880 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-04-04 11:19:18.884 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2022-04-04 11:19:18.899 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:19:18.901 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2022-04-04 11:19:18.931 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-04-04 11:19:18.956 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-04-04 11:19:18.986 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2022-04-04 11:19:19.015 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2022-04-04 11:19:19.043 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2022-04-04 11:19:19.072 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-04-04 11:19:19.102 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-04-04 11:19:19.128 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-04-04 11:19:19.130 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-04-04 11:19:19.133 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-04-04 11:19:19.135 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-04-04 11:19:19.137 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-04-04 11:19:19.140 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-04-04 11:19:19.154 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:19:19.158 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-04-04 11:19:19.160 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-04-04 11:19:19.163 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-04-04 11:19:19.178 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:19:19.181 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2022-04-04 11:19:19.183 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2022-04-04 11:19:19.212 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-04-04 11:19:19.214 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-04-04 11:19:19.216 | + lib/keystone:configure_keystone:225 : local service_port=5000 2022-04-04 11:19:19.219 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2022-04-04 11:19:19.222 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2022-04-04 11:19:19.237 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:19:19.239 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.43/identity 2022-04-04 11:19:19.268 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.43/identity 2022-04-04 11:19:19.295 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2022-04-04 11:19:19.297 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2022-04-04 11:19:19.326 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2022-04-04 11:19:19.329 | ++ lib/database:database_connection_url:132 : local db=keystone 2022-04-04 11:19:19.331 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2022-04-04 11:19:19.333 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2022-04-04 11:19:19.335 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-04-04 11:19:19.338 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-04-04 11:19:19.367 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2022-04-04 11:19:19.369 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2022-04-04 11:19:19.371 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-04-04 11:19:19.374 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-04-04 11:19:19.376 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-04-04 11:19:19.393 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-04-04 11:19:19.395 | + functions:setup_systemd_logging:695 : local pidstr= 2022-04-04 11:19:19.397 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-04-04 11:19:19.399 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-04-04 11:19:19.402 | + 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-04-04 11:19:19.428 | + 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-04-04 11:19:19.455 | + 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-04-04 11:19:19.481 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-04-04 11:19:19.509 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-04-04 11:19:19.536 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2022-04-04 11:19:19.538 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-04-04 11:19:19.541 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-04-04 11:19:19.543 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-04-04 11:19:19.545 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2022-04-04 11:19:19.547 | + lib/apache:write_uwsgi_config:257 : local http= 2022-04-04 11:19:19.549 | + lib/apache:write_uwsgi_config:258 : local name= 2022-04-04 11:19:19.552 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2022-04-04 11:19:19.556 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2022-04-04 11:19:19.558 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-04-04 11:19:19.560 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-04-04 11:19:19.573 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-04-04 11:19:19.573 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-04-04 11:19:19.582 | d /var/run/uwsgi 0755 ubuntu root 2022-04-04 11:19:19.585 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-04-04 11:19:19.600 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-04-04 11:19:19.603 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-04-04 11:19:19.606 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-04-04 11:19:19.635 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-04-04 11:19:19.661 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-04-04 11:19:19.687 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-04-04 11:19:19.715 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-04-04 11:19:19.740 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-04-04 11:19:19.768 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-04-04 11:19:19.794 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-04-04 11:19:19.821 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-04-04 11:19:19.847 | + 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-04-04 11:19:19.873 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-04-04 11:19:19.899 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-04-04 11:19:19.925 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-04-04 11:19:19.951 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-04-04 11:19:19.954 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-04-04 11:19:19.957 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2022-04-04 11:19:19.959 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2022-04-04 11:19:19.962 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-04-04 11:19:19.964 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:19:19.966 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:19:19.969 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-04-04 11:19:19.971 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-04-04 11:19:19.973 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-04-04 11:19:19.999 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-04-04 11:19:20.026 | + 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-04-04 11:19:20.026 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-04-04 11:19:20.035 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-04-04 11:19:20.038 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2022-04-04 11:19:20.040 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2022-04-04 11:19:20.043 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-04-04 11:19:20.045 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-04-04 11:19:20.047 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-04-04 11:19:20.049 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:19:20.051 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:19:20.053 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-04-04 11:19:20.056 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-04-04 11:19:20.058 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:19:20.060 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:19:20.062 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2022-04-04 11:19:20.123 | Enabling site keystone-wsgi-public. 2022-04-04 11:19:20.128 | To activate the new configuration, you need to run: 2022-04-04 11:19:20.128 | systemctl reload apache2 2022-04-04 11:19:20.133 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-04-04 11:19:20.135 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-04-04 11:19:20.137 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-04-04 11:19:20.140 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-04-04 11:19:20.264 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2022-04-04 11:19:20.267 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2022-04-04 11:19:20.269 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2022-04-04 11:19:20.271 | + lib/apache:write_uwsgi_config:256 : local url=/identity_admin 2022-04-04 11:19:20.273 | + lib/apache:write_uwsgi_config:257 : local http= 2022-04-04 11:19:20.276 | + lib/apache:write_uwsgi_config:258 : local name= 2022-04-04 11:19:20.279 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-admin 2022-04-04 11:19:20.283 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-admin 2022-04-04 11:19:20.285 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-04-04 11:19:20.287 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-04-04 11:19:20.300 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-04-04 11:19:20.300 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-04-04 11:19:20.308 | d /var/run/uwsgi 0755 ubuntu root 2022-04-04 11:19:20.312 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-04-04 11:19:20.328 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2022-04-04 11:19:20.330 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2022-04-04 11:19:20.334 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2022-04-04 11:19:20.362 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2022-04-04 11:19:20.389 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2022-04-04 11:19:20.416 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2022-04-04 11:19:20.442 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2022-04-04 11:19:20.469 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2022-04-04 11:19:20.495 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2022-04-04 11:19:20.523 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2022-04-04 11:19:20.553 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2022-04-04 11:19:20.580 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-04-04 11:19:20.606 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2022-04-04 11:19:20.637 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2022-04-04 11:19:20.679 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2022-04-04 11:19:20.706 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-04-04 11:19:20.708 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-04-04 11:19:20.711 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-admin 2022-04-04 11:19:20.713 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-admin 2022-04-04 11:19:20.716 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-04-04 11:19:20.718 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:19:20.720 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:19:20.723 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-04-04 11:19:20.726 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-04-04 11:19:20.728 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2022-04-04 11:19:20.756 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2022-04-04 11:19:20.784 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin" retry=0 ' 2022-04-04 11:19:20.784 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-04-04 11:19:20.792 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin" retry=0 2022-04-04 11:19:20.796 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-admin 2022-04-04 11:19:20.798 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-admin 2022-04-04 11:19:20.801 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-04-04 11:19:20.803 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-04-04 11:19:20.805 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-04-04 11:19:20.807 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:19:20.810 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:19:20.812 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-04-04 11:19:20.815 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-04-04 11:19:20.817 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:19:20.819 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:19:20.821 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-admin 2022-04-04 11:19:20.897 | Enabling site keystone-wsgi-admin. 2022-04-04 11:19:20.902 | To activate the new configuration, you need to run: 2022-04-04 11:19:20.902 | systemctl reload apache2 2022-04-04 11:19:20.906 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-04-04 11:19:20.909 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-04-04 11:19:20.911 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-04-04 11:19:20.913 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-04-04 11:19:21.041 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-04-04 11:19:21.069 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-04-04 11:19:21.099 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-04-04 11:19:21.129 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2022-04-04 11:19:21.132 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-04-04 11:19:21.163 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-04-04 11:19:21.192 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-04-04 11:19:21.219 | + ./stack.sh:main:885 : is_service_enabled swift 2022-04-04 11:19:21.236 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:19:21.238 | + ./stack.sh:main:886 : is_service_enabled ceilometer 2022-04-04 11:19:21.254 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:19:21.256 | + ./stack.sh:main:889 : stack_install_service swift 2022-04-04 11:19:21.259 | + lib/stack:stack_install_service:20 : local service=swift 2022-04-04 11:19:21.261 | + lib/stack:stack_install_service:21 : type install_swift 2022-04-04 11:19:21.263 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-04-04 11:19:21.266 | + lib/stack:stack_install_service:32 : install_swift 2022-04-04 11:19:21.268 | + lib/swift:install_swift:742 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift stable/xena 2022-04-04 11:19:21.270 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/swift.git 2022-04-04 11:19:21.272 | + functions-common:git_clone:524 : local git_dest=/opt/stack/swift 2022-04-04 11:19:21.275 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-04-04 11:19:21.277 | + functions-common:git_clone:526 : local orig_dir 2022-04-04 11:19:21.279 | ++ functions-common:git_clone:527 : pwd 2022-04-04 11:19:21.283 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-04-04 11:19:21.285 | + functions-common:git_clone:528 : local git_clone_flags= 2022-04-04 11:19:21.287 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-04-04 11:19:21.303 | + functions-common:git_clone:530 : RECLONE=False 2022-04-04 11:19:21.305 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-04-04 11:19:21.307 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-04-04 11:19:21.310 | + functions-common:git_clone:544 : echo stable/xena 2022-04-04 11:19:21.310 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-04-04 11:19:21.315 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/swift ]] 2022-04-04 11:19:21.317 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-04-04 11:19:21.320 | + functions-common:git_clone:592 : cd /opt/stack/swift 2022-04-04 11:19:21.322 | + functions-common:git_clone:593 : git show --oneline 2022-04-04 11:19:21.323 | + functions-common:git_clone:593 : head -1 2022-04-04 11:19:21.326 | a1c33839e CI: remove swift-tox-func-encryption-py36-centos-8 job 2022-04-04 11:19:21.329 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-04-04 11:19:21.331 | + lib/swift:install_swift:745 : setup_develop /opt/stack/swift keystone 2022-04-04 11:19:21.334 | + inc/python:setup_develop:338 : local bindep 2022-04-04 11:19:21.336 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2022-04-04 11:19:21.339 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2022-04-04 11:19:21.341 | + inc/python:setup_develop:344 : local extras=keystone 2022-04-04 11:19:21.344 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-04-04 11:19:21.346 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-04-04 11:19:21.348 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2022-04-04 11:19:21.350 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2022-04-04 11:19:21.353 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-04-04 11:19:21.355 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2022-04-04 11:19:21.358 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2022-04-04 11:19:21.360 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-04-04 11:19:21.363 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2022-04-04 11:19:21.365 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-04-04 11:19:21.367 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-04-04 11:19:21.370 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-04-04 11:19:21.375 | + inc/python:_setup_package_with_constraints_edit:385 : name=swift 2022-04-04 11:19:21.378 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-04-04 11:19:22.013 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/swift -e keystone 2022-04-04 11:19:22.016 | + inc/python:setup_package:418 : local bindep=0 2022-04-04 11:19:22.018 | + inc/python:setup_package:419 : local bindep_flag= 2022-04-04 11:19:22.020 | + inc/python:setup_package:420 : local bindep_profiles= 2022-04-04 11:19:22.023 | + inc/python:setup_package:421 : [[ /opt/stack/swift == -bindep* ]] 2022-04-04 11:19:22.025 | + inc/python:setup_package:426 : local project_dir=/opt/stack/swift 2022-04-04 11:19:22.027 | + inc/python:setup_package:427 : local flags=-e 2022-04-04 11:19:22.029 | + inc/python:setup_package:428 : local extras=keystone 2022-04-04 11:19:22.032 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-04-04 11:19:22.034 | + inc/python:setup_package:432 : [[ -z keystone ]] 2022-04-04 11:19:22.036 | + inc/python:setup_package:437 : [[ ! -z keystone ]] 2022-04-04 11:19:22.038 | + inc/python:setup_package:438 : extras='[keystone]' 2022-04-04 11:19:22.040 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-04-04 11:19:22.043 | + inc/python:setup_package:446 : pip_install -e '/opt/stack/swift[keystone]' 2022-04-04 11:19:22.063 | Using python 3.8 to install /opt/stack/swift 2022-04-04 11:19:22.065 | + 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-04-04 11:19:22.830 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:19:22.830 | from cryptography.utils import int_from_bytes 2022-04-04 11:19:22.830 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:19:22.830 | from cryptography.utils import int_from_bytes 2022-04-04 11:19:24.048 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:19:24.056 | Obtaining file:///opt/stack/swift 2022-04-04 11:19:24.057 | Preparing metadata (setup.py): started 2022-04-04 11:19:25.358 | Preparing metadata (setup.py): finished with status 'done' 2022-04-04 11:19:25.467 | Requirement already satisfied: eventlet>=0.25.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev7) (0.31.1) 2022-04-04 11:19:25.469 | Requirement already satisfied: greenlet>=0.3.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev7) (1.1.1) 2022-04-04 11:19:25.470 | Requirement already satisfied: netifaces!=0.10.0,!=0.10.1,>=0.8 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev7) (0.11.0) 2022-04-04 11:19:25.471 | Requirement already satisfied: PasteDeploy>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev7) (2.1.1) 2022-04-04 11:19:26.173 | Collecting lxml>=3.4.1 2022-04-04 11:19:26.200 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1b3/8116b6e628118/lxml-4.6.3-cp38-cp38-manylinux2014_x86_64.whl (6.8 MB) 2022-04-04 11:19:26.290 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.8/6.8 MB 80.8 MB/s eta 0:00:00 2022-04-04 11:19:26.343 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev7) (2.26.0) 2022-04-04 11:19:26.344 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev7) (1.16.0) 2022-04-04 11:19:26.430 | Collecting xattr>=0.4 2022-04-04 11:19:26.437 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/bca828e04ef2d/xattr-0.9.7.tar.gz (13 kB) 2022-04-04 11:19:26.450 | Preparing metadata (setup.py): started 2022-04-04 11:19:27.160 | Preparing metadata (setup.py): finished with status 'done' 2022-04-04 11:19:27.199 | Collecting PyECLib>=1.3.1 2022-04-04 11:19:27.219 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2022-04-04 11:19:27.303 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.7/6.7 MB 83.8 MB/s eta 0:00:00 2022-04-04 11:19:27.511 | Preparing metadata (setup.py): started 2022-04-04 11:19:28.170 | Preparing metadata (setup.py): finished with status 'done' 2022-04-04 11:19:28.175 | Requirement already satisfied: cryptography>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev7) (3.4.8) 2022-04-04 11:19:28.176 | Requirement already satisfied: keystonemiddleware>=4.17.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev7) (9.3.0) 2022-04-04 11:19:28.252 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.0.2->swift==2.28.1.dev7) (1.14.6) 2022-04-04 11:19:28.262 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.0->swift==2.28.1.dev7) (1.16.0) 2022-04-04 11:19:28.319 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev7) (4.6.0) 2022-04-04 11:19:28.321 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev7) (5.1.0) 2022-04-04 11:19:28.322 | 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.28.1.dev7) (3.1.1) 2022-04-04 11:19:28.324 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev7) (8.7.1) 2022-04-04 11:19:28.325 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev7) (1.8.7) 2022-04-04 11:19:28.327 | 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.28.1.dev7) (4.2.0) 2022-04-04 11:19:28.329 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev7) (4.3.0) 2022-04-04 11:19:28.330 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev7) (4.4.0) 2022-04-04 11:19:28.332 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev7) (4.10.1) 2022-04-04 11:19:28.334 | 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.28.1.dev7) (5.6.0) 2022-04-04 11:19:28.335 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev7) (2.8.2) 2022-04-04 11:19:28.337 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev7) (3.3.2) 2022-04-04 11:19:28.362 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from PasteDeploy>=1.3.3->swift==2.28.1.dev7) (57.4.0) 2022-04-04 11:19:28.394 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.28.1.dev7) (1.26.6) 2022-04-04 11:19:28.397 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.28.1.dev7) (3.2) 2022-04-04 11:19:28.400 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.28.1.dev7) (2.0.4) 2022-04-04 11:19:28.402 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.28.1.dev7) (2021.5.30) 2022-04-04 11:19:28.426 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.0.2->swift==2.28.1.dev7) (2.20) 2022-04-04 11:19:28.518 | 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.28.1.dev7) (0.1.16) 2022-04-04 11:19:28.520 | 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.28.1.dev7) (3.4.0) 2022-04-04 11:19:28.521 | 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.28.1.dev7) (1.7.0) 2022-04-04 11:19:28.565 | 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.28.1.dev7) (1.1.5) 2022-04-04 11:19:28.611 | 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.28.1.dev7) (2.3.0) 2022-04-04 11:19:28.612 | 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.28.1.dev7) (5.4.1) 2022-04-04 11:19:28.614 | 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.28.1.dev7) (0.8.0) 2022-04-04 11:19:28.615 | 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.28.1.dev7) (1.5.0) 2022-04-04 11:19:28.677 | 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.28.1.dev7) (2.8.2) 2022-04-04 11:19:28.681 | 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.28.1.dev7) (0.9.6) 2022-04-04 11:19:28.696 | 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.28.1.dev7) (1.0.2) 2022-04-04 11:19:28.698 | 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.28.1.dev7) (2021.1) 2022-04-04 11:19:28.716 | 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.28.1.dev7) (2.4.7) 2022-04-04 11:19:28.718 | 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.28.1.dev7) (21.0) 2022-04-04 11:19:28.856 | 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.28.1.dev7) (1.12.1) 2022-04-04 11:19:28.874 | 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.28.1.dev7) (5.0.9) 2022-04-04 11:19:29.150 | Building wheels for collected packages: PyECLib, xattr 2022-04-04 11:19:29.151 | Building wheel for PyECLib (setup.py): started 2022-04-04 11:19:30.481 | Building wheel for PyECLib (setup.py): finished with status 'done' 2022-04-04 11:19:30.482 | Created wheel for PyECLib: filename=pyeclib-1.6.0-cp38-cp38-linux_x86_64.whl size=55558 sha256=0da81f467a3c8642ff641605c3024441e6c914d35c6276a075457fb4eb20bac8 2022-04-04 11:19:30.483 | Stored in directory: /root/.cache/pip/wheels/8d/84/e6/6a48e2f14c9392ac545275a5b87ce7ad21ff00ceacd6831bd5 2022-04-04 11:19:30.487 | Building wheel for xattr (setup.py): started 2022-04-04 11:19:31.904 | Building wheel for xattr (setup.py): finished with status 'done' 2022-04-04 11:19:31.906 | Created wheel for xattr: filename=xattr-0.9.7-cp38-cp38-linux_x86_64.whl size=33282 sha256=624132dc375c207b6a85bc91bd33ff25044f0bca354ee1859dca660d4f2cf821 2022-04-04 11:19:31.906 | Stored in directory: /root/.cache/pip/wheels/90/58/82/c0bf95f0215cd4d718b9b5bde6f88253eef46677a81e649467 2022-04-04 11:19:31.910 | Successfully built PyECLib xattr 2022-04-04 11:19:33.286 | Installing collected packages: PyECLib, lxml, xattr, swift 2022-04-04 11:19:33.837 | Running setup.py develop for swift 2022-04-04 11:19:35.695 | Successfully installed PyECLib-1.6.0 lxml-4.6.3 swift-2.28.1.dev7 xattr-0.9.7 2022-04-04 11:19:35.696 | 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-04-04 11:19:35.865 | + inc/python:pip_install:200 : result=0 2022-04-04 11:19:35.867 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:19:35.869 | + functions-common:time_stop:2309 : local name 2022-04-04 11:19:35.872 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:19:35.874 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:19:35.876 | + functions-common:time_stop:2312 : local total 2022-04-04 11:19:35.878 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:19:35.880 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:19:35.882 | + functions-common:time_stop:2316 : start_time=1649071162058 2022-04-04 11:19:35.884 | + functions-common:time_stop:2318 : [[ -z 1649071162058 ]] 2022-04-04 11:19:35.887 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:19:35.892 | + functions-common:time_stop:2321 : end_time=1649071175889 2022-04-04 11:19:35.894 | + functions-common:time_stop:2322 : elapsed_time=13831 2022-04-04 11:19:35.896 | + functions-common:time_stop:2323 : total=64855 2022-04-04 11:19:35.898 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:19:35.900 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=78686 2022-04-04 11:19:35.902 | + inc/python:pip_install:203 : return 0 2022-04-04 11:19:35.905 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-04-04 11:19:35.908 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-04-04 11:19:35.910 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-04-04 11:19:35.928 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-04-04 11:19:35.943 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/swift 2022-04-04 11:19:35.945 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2022-04-04 11:19:35.947 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:19:35.950 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:19:35.953 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-04-04 11:19:35.955 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:19:35.958 | + lib/swift:install_swift:746 : '[' False == True ']' 2022-04-04 11:19:35.960 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-04-04 11:19:35.962 | + ./stack.sh:main:890 : configure_swift 2022-04-04 11:19:35.964 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2022-04-04 11:19:35.966 | + lib/swift:configure_swift:335 : local node_number 2022-04-04 11:19:35.968 | + lib/swift:configure_swift:336 : local swift_node_config 2022-04-04 11:19:35.970 | + lib/swift:configure_swift:337 : local swift_log_dir 2022-04-04 11:19:35.972 | + lib/swift:configure_swift:340 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-04-04 11:19:36.849 | No object-server running 2022-04-04 11:19:36.849 | No container-sharder running 2022-04-04 11:19:36.849 | No account-server running 2022-04-04 11:19:36.849 | No object-replicator running 2022-04-04 11:19:36.849 | No object-updater running 2022-04-04 11:19:36.849 | No container-server running 2022-04-04 11:19:36.849 | No account-reaper running 2022-04-04 11:19:36.849 | No object-expirer running 2022-04-04 11:19:36.849 | No container-sync running 2022-04-04 11:19:36.849 | No container-replicator running 2022-04-04 11:19:36.849 | No container-reconciler running 2022-04-04 11:19:36.849 | No proxy-server running 2022-04-04 11:19:36.849 | No container-auditor running 2022-04-04 11:19:36.849 | No account-replicator running 2022-04-04 11:19:36.849 | No account-auditor running 2022-04-04 11:19:36.849 | No object-reconstructor running 2022-04-04 11:19:36.849 | No object-auditor running 2022-04-04 11:19:36.849 | No container-updater running 2022-04-04 11:19:36.904 | + lib/swift:configure_swift:340 : true 2022-04-04 11:19:36.906 | + lib/swift:configure_swift:342 : sudo install -d -o ubuntu /etc/swift 2022-04-04 11:19:36.919 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-04-04 11:19:36.931 | + lib/swift:configure_swift:345 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-04-04 11:19:36.934 | + lib/swift:configure_swift:358 : sudo tee /etc/rsyncd.conf 2022-04-04 11:19:36.934 | ++ lib/swift:configure_swift:354 : id -g -n ubuntu 2022-04-04 11:19:36.938 | + lib/swift:configure_swift:354 : sed -e ' 2022-04-04 11:19:36.938 | s/%GROUP%/ubuntu/; 2022-04-04 11:19:36.938 | s/%USER%/ubuntu/; 2022-04-04 11:19:36.938 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-04-04 11:19:36.939 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-04-04 11:19:36.942 | uid = ubuntu 2022-04-04 11:19:36.942 | gid = ubuntu 2022-04-04 11:19:36.942 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-04-04 11:19:36.942 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-04-04 11:19:36.942 | address = 127.0.0.1 2022-04-04 11:19:36.942 | 2022-04-04 11:19:36.942 | [account6612] 2022-04-04 11:19:36.942 | max connections = 25 2022-04-04 11:19:36.942 | path = /opt/stack/data/swift/1/node/ 2022-04-04 11:19:36.942 | read only = false 2022-04-04 11:19:36.942 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-04-04 11:19:36.942 | 2022-04-04 11:19:36.942 | [account6622] 2022-04-04 11:19:36.943 | max connections = 25 2022-04-04 11:19:36.943 | path = /opt/stack/data/swift/2/node/ 2022-04-04 11:19:36.943 | read only = false 2022-04-04 11:19:36.943 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-04-04 11:19:36.943 | 2022-04-04 11:19:36.943 | [account6632] 2022-04-04 11:19:36.943 | max connections = 25 2022-04-04 11:19:36.943 | path = /opt/stack/data/swift/3/node/ 2022-04-04 11:19:36.943 | read only = false 2022-04-04 11:19:36.943 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-04-04 11:19:36.943 | 2022-04-04 11:19:36.943 | [account6642] 2022-04-04 11:19:36.943 | max connections = 25 2022-04-04 11:19:36.943 | path = /opt/stack/data/swift/4/node/ 2022-04-04 11:19:36.943 | read only = false 2022-04-04 11:19:36.943 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-04-04 11:19:36.943 | 2022-04-04 11:19:36.943 | 2022-04-04 11:19:36.943 | [container6611] 2022-04-04 11:19:36.943 | max connections = 25 2022-04-04 11:19:36.943 | path = /opt/stack/data/swift/1/node/ 2022-04-04 11:19:36.943 | read only = false 2022-04-04 11:19:36.943 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-04-04 11:19:36.943 | 2022-04-04 11:19:36.943 | [container6621] 2022-04-04 11:19:36.943 | max connections = 25 2022-04-04 11:19:36.943 | path = /opt/stack/data/swift/2/node/ 2022-04-04 11:19:36.943 | read only = false 2022-04-04 11:19:36.943 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-04-04 11:19:36.943 | 2022-04-04 11:19:36.943 | [container6631] 2022-04-04 11:19:36.943 | max connections = 25 2022-04-04 11:19:36.943 | path = /opt/stack/data/swift/3/node/ 2022-04-04 11:19:36.943 | read only = false 2022-04-04 11:19:36.943 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-04-04 11:19:36.943 | 2022-04-04 11:19:36.944 | [container6641] 2022-04-04 11:19:36.944 | max connections = 25 2022-04-04 11:19:36.944 | path = /opt/stack/data/swift/4/node/ 2022-04-04 11:19:36.944 | read only = false 2022-04-04 11:19:36.944 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-04-04 11:19:36.944 | 2022-04-04 11:19:36.944 | 2022-04-04 11:19:36.944 | [object6613] 2022-04-04 11:19:36.944 | max connections = 25 2022-04-04 11:19:36.944 | path = /opt/stack/data/swift/1/node/ 2022-04-04 11:19:36.944 | read only = false 2022-04-04 11:19:36.944 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-04-04 11:19:36.944 | 2022-04-04 11:19:36.944 | [object6623] 2022-04-04 11:19:36.944 | max connections = 25 2022-04-04 11:19:36.944 | path = /opt/stack/data/swift/2/node/ 2022-04-04 11:19:36.944 | read only = false 2022-04-04 11:19:36.944 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-04-04 11:19:36.944 | 2022-04-04 11:19:36.944 | [object6633] 2022-04-04 11:19:36.944 | max connections = 25 2022-04-04 11:19:36.944 | path = /opt/stack/data/swift/3/node/ 2022-04-04 11:19:36.944 | read only = false 2022-04-04 11:19:36.944 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-04-04 11:19:36.944 | 2022-04-04 11:19:36.944 | [object6643] 2022-04-04 11:19:36.944 | max connections = 25 2022-04-04 11:19:36.944 | path = /opt/stack/data/swift/4/node/ 2022-04-04 11:19:36.944 | read only = false 2022-04-04 11:19:36.944 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-04-04 11:19:36.945 | + lib/swift:configure_swift:360 : is_ubuntu 2022-04-04 11:19:36.947 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:19:36.949 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:19:36.951 | + lib/swift:configure_swift:361 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-04-04 11:19:36.970 | + lib/swift:configure_swift:366 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-04-04 11:19:36.972 | + lib/swift:configure_swift:367 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-04-04 11:19:36.977 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-04-04 11:19:36.981 | + lib/swift:configure_swift:372 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-04-04 11:19:36.983 | + lib/swift:configure_swift:373 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-04-04 11:19:36.987 | + lib/swift:configure_swift:374 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-04-04 11:19:37.014 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.43:8080/v1/ 2022-04-04 11:19:37.039 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-04-04 11:19:37.056 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-04-04 11:19:37.083 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-04-04 11:19:37.100 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-04-04 11:19:37.126 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-04-04 11:19:37.145 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-04-04 11:19:37.179 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-04-04 11:19:37.196 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-04-04 11:19:37.223 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-04-04 11:19:37.240 | + lib/swift:configure_swift:390 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-04-04 11:19:37.267 | + lib/swift:configure_swift:392 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-04-04 11:19:37.284 | + lib/swift:configure_swift:393 : is_service_enabled tls-proxy 2022-04-04 11:19:37.298 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:19:37.300 | + lib/swift:configure_swift:396 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-04-04 11:19:37.327 | + lib/swift:configure_swift:402 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-04-04 11:19:37.353 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-04-04 11:19:37.379 | + lib/swift:configure_swift:406 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-04-04 11:19:37.406 | + lib/swift:configure_swift:409 : is_service_enabled ceilometer 2022-04-04 11:19:37.420 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:19:37.422 | + lib/swift:configure_swift:420 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-04-04 11:19:37.447 | + lib/swift:configure_swift:426 : is_service_enabled s3api 2022-04-04 11:19:37.462 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:19:37.464 | + lib/swift:configure_swift:429 : is_service_enabled keystone 2022-04-04 11:19:37.482 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:19:37.484 | + lib/swift:configure_swift:430 : swift_pipeline+=' authtoken' 2022-04-04 11:19:37.486 | + lib/swift:configure_swift:431 : is_service_enabled s3api 2022-04-04 11:19:37.501 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:19:37.503 | + lib/swift:configure_swift:436 : swift_pipeline+=' keystoneauth' 2022-04-04 11:19:37.505 | + lib/swift:configure_swift:439 : swift_pipeline+=' tempauth ' 2022-04-04 11:19:37.507 | + lib/swift:configure_swift:441 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-04-04 11:19:37.512 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-04-04 11:19:37.524 | + lib/swift:configure_swift:444 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-04-04 11:19:37.550 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-04-04 11:19:37.577 | + lib/swift:configure_swift:448 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-04-04 11:19:37.605 | + lib/swift:configure_swift:453 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-04-04 11:19:37.633 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-04-04 11:19:37.659 | + lib/swift:configure_swift:456 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-04-04 11:19:37.661 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/swift/proxy-server.conf 2022-04-04 11:19:37.663 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=swift 2022-04-04 11:19:37.665 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=filter:authtoken 2022-04-04 11:19:37.667 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-04-04 11:19:37.693 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-04-04 11:19:37.719 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.43/identity 2022-04-04 11:19:37.745 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-04-04 11:19:37.772 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-04-04 11:19:37.797 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-04-04 11:19:37.824 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-04-04 11:19:37.849 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-04-04 11:19:37.876 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-04-04 11:19:37.902 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-04-04 11:19:37.928 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-04-04 11:19:37.954 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-04-04 11:19:37.981 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-04-04 11:19:38.007 | + lib/swift:configure_swift:461 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-04-04 11:19:38.036 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-04-04 11:19:38.064 | + lib/swift:configure_swift:467 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-04-04 11:19:38.081 | + lib/swift:configure_swift:468 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-04-04 11:19:38.107 | + lib/swift:configure_swift:471 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-04-04 11:19:38.134 | + lib/swift:configure_swift:473 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-04-04 11:19:38.138 | + lib/swift:configure_swift:474 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-04-04 11:19:38.165 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-04-04 11:19:38.192 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-04-04 11:19:38.218 | + lib/swift:configure_swift:478 : local node_number 2022-04-04 11:19:38.220 | + lib/swift:configure_swift:479 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-04-04 11:19:38.222 | + lib/swift:configure_swift:480 : local swift_node_config=/etc/swift/object-server/1.conf 2022-04-04 11:19:38.224 | + lib/swift:configure_swift:481 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-04-04 11:19:38.228 | + lib/swift:configure_swift:482 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-04-04 11:19:38.231 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2022-04-04 11:19:38.233 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-04-04 11:19:38.235 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2022-04-04 11:19:38.237 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2022-04-04 11:19:38.239 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-04-04 11:19:38.242 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-04-04 11:19:38.244 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-04-04 11:19:38.261 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-04-04 11:19:38.289 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-04-04 11:19:38.307 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-04-04 11:19:38.333 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-04-04 11:19:38.351 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-04-04 11:19:38.378 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-04-04 11:19:38.396 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-04-04 11:19:38.423 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-04-04 11:19:38.440 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-04-04 11:19:38.467 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-04-04 11:19:38.485 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-04-04 11:19:38.512 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-04-04 11:19:38.530 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-04-04 11:19:38.558 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-04-04 11:19:38.575 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-04-04 11:19:38.603 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-04-04 11:19:38.620 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-04-04 11:19:38.646 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf 2022-04-04 11:19:38.651 | + lib/swift:configure_swift:483 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-04-04 11:19:38.669 | + lib/swift:configure_swift:484 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-04-04 11:19:38.696 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-04-04 11:19:38.724 | + lib/swift:configure_swift:487 : swift_node_config=/etc/swift/container-server/1.conf 2022-04-04 11:19:38.726 | + lib/swift:configure_swift:488 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-04-04 11:19:38.730 | + lib/swift:configure_swift:489 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-04-04 11:19:38.732 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2022-04-04 11:19:38.735 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-04-04 11:19:38.737 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2022-04-04 11:19:38.739 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2022-04-04 11:19:38.741 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-04-04 11:19:38.743 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-04-04 11:19:38.745 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-04-04 11:19:38.762 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-04-04 11:19:38.791 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-04-04 11:19:38.808 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-04-04 11:19:38.835 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-04-04 11:19:38.852 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-04-04 11:19:38.881 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-04-04 11:19:38.899 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-04-04 11:19:38.926 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-04-04 11:19:38.943 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-04-04 11:19:38.972 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-04-04 11:19:38.990 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-04-04 11:19:39.017 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-04-04 11:19:39.034 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-04-04 11:19:39.062 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-04-04 11:19:39.079 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-04-04 11:19:39.106 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-04-04 11:19:39.124 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-04-04 11:19:39.154 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf 2022-04-04 11:19:39.160 | + lib/swift:configure_swift:490 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-04-04 11:19:39.178 | + lib/swift:configure_swift:491 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-04-04 11:19:39.207 | + lib/swift:configure_swift:493 : swift_node_config=/etc/swift/account-server/1.conf 2022-04-04 11:19:39.209 | + lib/swift:configure_swift:494 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-04-04 11:19:39.213 | + lib/swift:configure_swift:495 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-04-04 11:19:39.216 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2022-04-04 11:19:39.218 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-04-04 11:19:39.220 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2022-04-04 11:19:39.223 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2022-04-04 11:19:39.225 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-04-04 11:19:39.227 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-04-04 11:19:39.229 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-04-04 11:19:39.247 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-04-04 11:19:39.274 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-04-04 11:19:39.291 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-04-04 11:19:39.318 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-04-04 11:19:39.336 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-04-04 11:19:39.363 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-04-04 11:19:39.380 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-04-04 11:19:39.408 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-04-04 11:19:39.425 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-04-04 11:19:39.452 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-04-04 11:19:39.469 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-04-04 11:19:39.499 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-04-04 11:19:39.517 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-04-04 11:19:39.544 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-04-04 11:19:39.562 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-04-04 11:19:39.589 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-04-04 11:19:39.606 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-04-04 11:19:39.633 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf 2022-04-04 11:19:39.638 | + lib/swift:configure_swift:496 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-04-04 11:19:39.655 | + lib/swift:configure_swift:497 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-04-04 11:19:39.682 | + lib/swift:configure_swift:501 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-04-04 11:19:39.709 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-04-04 11:19:39.737 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-04-04 11:19:39.763 | + lib/swift:configure_swift:505 : testfile=/etc/swift/test.conf 2022-04-04 11:19:39.766 | + lib/swift:configure_swift:506 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-04-04 11:19:39.770 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-04-04 11:19:39.798 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-04-04 11:19:39.824 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-04-04 11:19:39.853 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-04-04 11:19:39.881 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-04-04 11:19:39.909 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-04-04 11:19:39.936 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-04-04 11:19:39.962 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test password4 testing4 2022-04-04 11:19:39.989 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-04-04 11:19:40.016 | + lib/swift:configure_swift:519 : is_service_enabled keystone 2022-04-04 11:19:40.031 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:19:40.033 | + lib/swift:configure_swift:520 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-04-04 11:19:40.051 | + lib/swift:configure_swift:521 : local auth_vers 2022-04-04 11:19:40.054 | ++ lib/swift:configure_swift:522 : iniget /etc/swift/test.conf func_test auth_version 2022-04-04 11:19:40.073 | + lib/swift:configure_swift:522 : auth_vers=3 2022-04-04 11:19:40.075 | + lib/swift:configure_swift:523 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.43 2022-04-04 11:19:40.102 | + lib/swift:configure_swift:524 : [[ http == \h\t\t\p\s ]] 2022-04-04 11:19:40.104 | + lib/swift:configure_swift:527 : iniset /etc/swift/test.conf func_test auth_port 80 2022-04-04 11:19:40.130 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.43/identity 2022-04-04 11:19:40.158 | + lib/swift:configure_swift:530 : [[ 3 == \3 ]] 2022-04-04 11:19:40.161 | + lib/swift:configure_swift:531 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-04-04 11:19:40.187 | + lib/swift:configure_swift:535 : is_service_enabled tls-proxy 2022-04-04 11:19:40.202 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:19:40.204 | + lib/swift:configure_swift:541 : local user_group 2022-04-04 11:19:40.207 | ++ lib/swift:configure_swift:542 : id -g ubuntu 2022-04-04 11:19:40.211 | + lib/swift:configure_swift:542 : user_group=1000 2022-04-04 11:19:40.214 | + lib/swift:configure_swift:543 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-04-04 11:19:40.226 | + lib/swift:configure_swift:545 : local swift_log_dir=/opt/stack/data/swift/logs 2022-04-04 11:19:40.228 | + lib/swift:configure_swift:546 : sudo rm -rf /opt/stack/data/swift/logs 2022-04-04 11:19:40.239 | + lib/swift:configure_swift:547 : local swift_log_group=adm 2022-04-04 11:19:40.241 | + lib/swift:configure_swift:548 : is_suse 2022-04-04 11:19:40.243 | + functions-common:is_suse:462 : is_opensuse 2022-04-04 11:19:40.246 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-04-04 11:19:40.248 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-04 11:19:40.250 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-04-04 11:19:40.252 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-04-04 11:19:40.254 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-04 11:19:40.256 | + lib/swift:configure_swift:551 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-04-04 11:19:40.269 | + lib/swift:configure_swift:553 : [[ False != \F\a\l\s\e ]] 2022-04-04 11:19:40.271 | + lib/swift:configure_swift:561 : '[' False == True ']' 2022-04-04 11:19:40.273 | + ./stack.sh:main:893 : is_service_enabled s3api 2022-04-04 11:19:40.290 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:19:40.293 | + ./stack.sh:main:899 : is_service_enabled g-api n-api 2022-04-04 11:19:40.312 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:19:40.314 | + ./stack.sh:main:901 : stack_install_service glance 2022-04-04 11:19:40.316 | + lib/stack:stack_install_service:20 : local service=glance 2022-04-04 11:19:40.319 | + lib/stack:stack_install_service:21 : type install_glance 2022-04-04 11:19:40.321 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-04-04 11:19:40.323 | + lib/stack:stack_install_service:32 : install_glance 2022-04-04 11:19:40.326 | + lib/glance:install_glance:514 : glance_store_extras=() 2022-04-04 11:19:40.328 | + lib/glance:install_glance:514 : local glance_store_extras 2022-04-04 11:19:40.331 | + lib/glance:install_glance:516 : is_service_enabled cinder 2022-04-04 11:19:40.347 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:19:40.349 | + lib/glance:install_glance:517 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-04-04 11:19:40.352 | + lib/glance:install_glance:520 : is_service_enabled swift 2022-04-04 11:19:40.368 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:19:40.371 | + lib/glance:install_glance:521 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-04-04 11:19:40.374 | + lib/glance:install_glance:526 : use_library_from_git glance_store 2022-04-04 11:19:40.376 | + inc/python:use_library_from_git:250 : local name=glance_store 2022-04-04 11:19:40.379 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:19:40.381 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:19:40.384 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2022-04-04 11:19:40.387 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:19:40.390 | ++ lib/glance:install_glance:532 : join_extras swift cinder 2022-04-04 11:19:40.392 | ++ inc/python:join_extras:29 : local IFS=, 2022-04-04 11:19:40.395 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-04-04 11:19:40.398 | + lib/glance:install_glance:532 : pip_install_gr_extras glance-store swift,cinder 2022-04-04 11:19:40.400 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-04-04 11:19:40.403 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-04-04 11:19:40.405 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-04-04 11:19:40.408 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-04-04 11:19:40.411 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2022-04-04 11:19:40.413 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2022-04-04 11:19:40.417 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-04-04 11:19:40.417 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2022-04-04 11:19:40.423 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2022-04-04 11:19:40.425 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2022-04-04 11:19:40.428 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2022-04-04 11:19:40.430 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-04-04 11:19:40.433 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-04-04 11:19:40.454 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-04-04 11:19:40.456 | + 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-04-04 11:19:41.228 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:19:41.228 | from cryptography.utils import int_from_bytes 2022-04-04 11:19:41.228 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:19:41.228 | from cryptography.utils import int_from_bytes 2022-04-04 11:19:42.442 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:19:42.540 | Collecting glance-store[cinder,swift]!=0.29.0 2022-04-04 11:19:42.548 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9aa/f7b7857f97a8a/glance_store-2.7.0-py3-none-any.whl (227 kB) 2022-04-04 11:19:42.559 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.7/227.7 KB 40.7 MB/s eta 0:00:00 2022-04-04 11:19:42.650 | 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-04-04 11:19:42.651 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.26.0) 2022-04-04 11:19:42.652 | 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-04-04 11:19:42.654 | 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.2.0) 2022-04-04 11:19:42.656 | 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.3.0) 2022-04-04 11:19:42.657 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.4.0) 2022-04-04 11:19:42.659 | 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.31.1) 2022-04-04 11:19:42.660 | 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.10.1) 2022-04-04 11:19:42.662 | 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.7.1) 2022-04-04 11:19:42.663 | 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-04-04 11:19:42.664 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.4.0) 2022-04-04 11:19:42.666 | 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.4.1) 2022-04-04 11:19:42.794 | Collecting os-brick>=2.6.0 2022-04-04 11:19:42.802 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/342/222fe4d51e93e/os_brick-5.0.2-py3-none-any.whl (258 kB) 2022-04-04 11:19:42.810 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 258.1/258.1 KB 74.6 MB/s eta 0:00:00 2022-04-04 11:19:42.819 | 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.6.2) 2022-04-04 11:19:42.821 | 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-04-04 11:19:42.896 | Collecting python-cinderclient>=4.1.0 2022-04-04 11:19:42.903 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5fb/3243abb3c7902/python_cinderclient-8.1.0-py3-none-any.whl (253 kB) 2022-04-04 11:19:42.911 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 253.9/253.9 KB 75.1 MB/s eta 0:00:00 2022-04-04 11:19:42.920 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.19.1) 2022-04-04 11:19:42.975 | Collecting python-swiftclient>=3.2.0 2022-04-04 11:19:42.982 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/07c/63cf223127b70/python_swiftclient-3.12.0-py2.py3-none-any.whl (86 kB) 2022-04-04 11:19:42.989 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.9/86.9 KB 33.8 MB/s eta 0:00:00 2022-04-04 11:19:43.002 | 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.1) 2022-04-04 11:19:43.003 | Requirement already satisfied: dnspython<2.0.0,>=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) (1.16.0) 2022-04-04 11:19:43.008 | Requirement already satisfied: pyparsing<3,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance-store[cinder,swift]!=0.29.0) (2.4.7) 2022-04-04 11:19:43.106 | 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.6.0) 2022-04-04 11:19:43.107 | 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) (0.1.16) 2022-04-04 11:19:43.109 | 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-04-04 11:19:43.133 | Requirement already satisfied: oslo.log>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (4.6.0) 2022-04-04 11:19:43.136 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.6.1) 2022-04-04 11:19:43.138 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (5.5.0) 2022-04-04 11:19:43.139 | 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-04-04 11:19:43.142 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.3.2) 2022-04-04 11:19:43.155 | 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.14.1) 2022-04-04 11:19:43.206 | 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-04-04 11:19:43.207 | 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) (5.4.1) 2022-04-04 11:19:43.209 | 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.3.0) 2022-04-04 11:19:43.210 | 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-04-04 11:19:43.231 | 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.14.6) 2022-04-04 11:19:43.234 | 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.2) 2022-04-04 11:19:43.249 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder,swift]!=0.29.0) (2021.1) 2022-04-04 11:19:43.267 | 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.0) 2022-04-04 11:19:43.269 | 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-04-04 11:19:43.288 | 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.5) 2022-04-04 11:19:43.290 | 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) (0.7.2) 2022-04-04 11:19:43.372 | 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.4) 2022-04-04 11:19:43.376 | 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.2) 2022-04-04 11:19:43.377 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2021.5.30) 2022-04-04 11:19:43.378 | 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.6) 2022-04-04 11:19:43.429 | 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.20) 2022-04-04 11:19:43.457 | 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.12.1) 2022-04-04 11:19:43.486 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->glance-store[cinder,swift]!=0.29.0) (1.6) 2022-04-04 11:19:43.659 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.9.6) 2022-04-04 11:19:43.662 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.8.2) 2022-04-04 11:19:43.695 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-04-04 11:19:43.696 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.1) 2022-04-04 11:19:43.698 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.1.1) 2022-04-04 11:19:43.700 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.0.0) 2022-04-04 11:19:43.703 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.3.2) 2022-04-04 11:19:43.705 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.8.7) 2022-04-04 11:19:43.917 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.0) 2022-04-04 11:19:43.956 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (57.4.0) 2022-04-04 11:19:44.040 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.7) 2022-04-04 11:19:44.171 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.0.0) 2022-04-04 11:19:45.755 | Installing collected packages: python-swiftclient, python-cinderclient, glance-store, os-brick 2022-04-04 11:19:47.298 | Successfully installed glance-store-2.7.0 os-brick-5.0.2 python-cinderclient-8.1.0 python-swiftclient-3.12.0 2022-04-04 11:19:47.299 | 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-04-04 11:19:47.442 | + inc/python:pip_install:200 : result=0 2022-04-04 11:19:47.444 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:19:47.447 | + functions-common:time_stop:2309 : local name 2022-04-04 11:19:47.449 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:19:47.451 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:19:47.454 | + functions-common:time_stop:2312 : local total 2022-04-04 11:19:47.456 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:19:47.458 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:19:47.461 | + functions-common:time_stop:2316 : start_time=1649071180448 2022-04-04 11:19:47.463 | + functions-common:time_stop:2318 : [[ -z 1649071180448 ]] 2022-04-04 11:19:47.466 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:19:47.470 | + functions-common:time_stop:2321 : end_time=1649071187467 2022-04-04 11:19:47.472 | + functions-common:time_stop:2322 : elapsed_time=7019 2022-04-04 11:19:47.474 | + functions-common:time_stop:2323 : total=78686 2022-04-04 11:19:47.477 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:19:47.479 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=85705 2022-04-04 11:19:47.481 | + inc/python:pip_install:203 : return 0 2022-04-04 11:19:47.484 | + lib/glance:install_glance:533 : copy_rootwrap /usr/local/etc/glance 2022-04-04 11:19:47.486 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-04-04 11:19:47.489 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-04-04 11:19:47.502 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-04-04 11:19:47.506 | + lib/glance:install_glance:536 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance stable/xena 2022-04-04 11:19:47.509 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/glance.git 2022-04-04 11:19:47.511 | + functions-common:git_clone:524 : local git_dest=/opt/stack/glance 2022-04-04 11:19:47.513 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-04-04 11:19:47.516 | + functions-common:git_clone:526 : local orig_dir 2022-04-04 11:19:47.519 | ++ functions-common:git_clone:527 : pwd 2022-04-04 11:19:47.521 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-04-04 11:19:47.524 | + functions-common:git_clone:528 : local git_clone_flags= 2022-04-04 11:19:47.526 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-04-04 11:19:47.542 | + functions-common:git_clone:530 : RECLONE=False 2022-04-04 11:19:47.544 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-04-04 11:19:47.547 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-04-04 11:19:47.550 | + functions-common:git_clone:544 : echo stable/xena 2022-04-04 11:19:47.550 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-04-04 11:19:47.555 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/glance ]] 2022-04-04 11:19:47.557 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-04-04 11:19:47.559 | + functions-common:git_clone:592 : cd /opt/stack/glance 2022-04-04 11:19:47.563 | + functions-common:git_clone:593 : git show --oneline 2022-04-04 11:19:47.563 | + functions-common:git_clone:593 : head -1 2022-04-04 11:19:47.571 | 881b24a2a Update qcow test to use qcow2 instead 2022-04-04 11:19:47.574 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-04-04 11:19:47.577 | + lib/glance:install_glance:538 : setup_develop /opt/stack/glance 2022-04-04 11:19:47.579 | + inc/python:setup_develop:338 : local bindep 2022-04-04 11:19:47.582 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2022-04-04 11:19:47.584 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2022-04-04 11:19:47.587 | + inc/python:setup_develop:344 : local extras= 2022-04-04 11:19:47.589 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-04-04 11:19:47.592 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-04-04 11:19:47.594 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2022-04-04 11:19:47.596 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2022-04-04 11:19:47.599 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-04-04 11:19:47.601 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-04-04 11:19:47.604 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2022-04-04 11:19:47.607 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-04-04 11:19:47.610 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2022-04-04 11:19:47.612 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-04-04 11:19:47.615 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-04-04 11:19:47.618 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-04-04 11:19:47.623 | + inc/python:_setup_package_with_constraints_edit:385 : name=glance 2022-04-04 11:19:47.626 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-04-04 11:19:48.250 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/glance -e 2022-04-04 11:19:48.253 | + inc/python:setup_package:418 : local bindep=0 2022-04-04 11:19:48.255 | + inc/python:setup_package:419 : local bindep_flag= 2022-04-04 11:19:48.257 | + inc/python:setup_package:420 : local bindep_profiles= 2022-04-04 11:19:48.260 | + inc/python:setup_package:421 : [[ /opt/stack/glance == -bindep* ]] 2022-04-04 11:19:48.262 | + inc/python:setup_package:426 : local project_dir=/opt/stack/glance 2022-04-04 11:19:48.265 | + inc/python:setup_package:427 : local flags=-e 2022-04-04 11:19:48.267 | + inc/python:setup_package:428 : local extras= 2022-04-04 11:19:48.269 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-04-04 11:19:48.271 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-04-04 11:19:48.274 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-04-04 11:19:48.276 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-04-04 11:19:48.278 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-04-04 11:19:48.281 | + inc/python:setup_package:446 : pip_install -e /opt/stack/glance 2022-04-04 11:19:48.302 | Using python 3.8 to install /opt/stack/glance 2022-04-04 11:19:48.304 | + 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-04-04 11:19:49.075 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:19:49.076 | from cryptography.utils import int_from_bytes 2022-04-04 11:19:49.076 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:19:49.076 | from cryptography.utils import int_from_bytes 2022-04-04 11:19:50.352 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:19:50.361 | Obtaining file:///opt/stack/glance 2022-04-04 11:19:50.362 | Preparing metadata (setup.py): started 2022-04-04 11:19:51.545 | Preparing metadata (setup.py): finished with status 'done' 2022-04-04 11:19:51.700 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (5.6.0) 2022-04-04 11:19:51.702 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (0.7.1) 2022-04-04 11:19:51.704 | Requirement already satisfied: SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (1.4.23) 2022-04-04 11:19:51.705 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (0.31.1) 2022-04-04 11:19:51.707 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (2.1.1) 2022-04-04 11:19:51.708 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (2.5.1) 2022-04-04 11:19:51.709 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (1.8.7) 2022-04-04 11:19:51.711 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (0.4.1) 2022-04-04 11:19:51.712 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (1.7.1) 2022-04-04 11:19:51.714 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (0.19.1) 2022-04-04 11:19:51.715 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (8.7.1) 2022-04-04 11:19:51.717 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (4.4.1) 2022-04-04 11:19:51.718 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (3.3.2) 2022-04-04 11:19:51.720 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (1.4.0) 2022-04-04 11:19:51.721 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (4.10.1) 2022-04-04 11:19:51.722 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (3.4.0) 2022-04-04 11:19:51.724 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (2.4.0) 2022-04-04 11:19:51.835 | Collecting taskflow>=4.0.0 2022-04-04 11:19:51.843 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7ca/d2110e911814c/taskflow-4.6.2-py3-none-any.whl (492 kB) 2022-04-04 11:19:51.857 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 492.3/492.3 KB 61.1 MB/s eta 0:00:00 2022-04-04 11:19:51.868 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (4.4.0) 2022-04-04 11:19:51.869 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (9.3.0) 2022-04-04 11:19:51.912 | Collecting WSME>=0.8.0 2022-04-04 11:19:51.920 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d5/cb5c593970ef6/WSME-0.11.0-py3-none-any.whl (59 kB) 2022-04-04 11:19:51.926 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 KB 50.1 MB/s eta 0:00:00 2022-04-04 11:19:51.930 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (0.7.2) 2022-04-04 11:19:51.931 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (3.5.0) 2022-04-04 11:19:51.933 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance==23.0.1.dev2) (3.2.0) 2022-04-04 11:19:51.934 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (4.3.0) 2022-04-04 11:19:51.936 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (20.0.1) 2022-04-04 11:19:51.938 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (1.16.0) 2022-04-04 11:19:51.939 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (11.0.0) 2022-04-04 11:19:51.941 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (5.1.0) 2022-04-04 11:19:51.977 | Collecting oslo.limit>=1.0.0 2022-04-04 11:19:51.983 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/95e/ef416d7ada135/oslo.limit-1.4.0-py3-none-any.whl (18 kB) 2022-04-04 11:19:51.988 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (4.6.0) 2022-04-04 11:19:51.989 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (12.9.3) 2022-04-04 11:19:51.991 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (4.4.0) 2022-04-04 11:19:51.992 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (2.3.0) 2022-04-04 11:19:51.994 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (3.8.3) 2022-04-04 11:19:52.023 | Collecting retrying!=1.3.0,>=1.2.3 2022-04-04 11:19:52.030 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2022-04-04 11:19:52.034 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (3.4.2) 2022-04-04 11:19:52.035 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (2.7.0) 2022-04-04 11:19:52.036 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (2.3.0) 2022-04-04 11:19:52.038 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (3.4.8) 2022-04-04 11:19:52.068 | Collecting cursive>=0.2.1 2022-04-04 11:19:52.074 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2022-04-04 11:19:52.079 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (0.1.16) 2022-04-04 11:19:52.080 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev2) (5.5.0) 2022-04-04 11:19:52.152 | Collecting castellan>=0.17.0 2022-04-04 11:19:52.158 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ff2/b23f5f380b8d3/castellan-3.9.1-py3-none-any.whl (94 kB) 2022-04-04 11:19:52.164 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.8/94.8 KB 60.9 MB/s eta 0:00:00 2022-04-04 11:19:52.219 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.0.1.dev2) (5.2.2) 2022-04-04 11:19:52.220 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.0.1.dev2) (1.1.5) 2022-04-04 11:19:52.245 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==23.0.1.dev2) (2.26.0) 2022-04-04 11:19:52.302 | Collecting python-barbicanclient>=4.5.2 2022-04-04 11:19:52.309 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/830/28b145bf26f45/python_barbicanclient-5.2.0-py3-none-any.whl (82 kB) 2022-04-04 11:19:52.316 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.8/82.8 KB 58.7 MB/s eta 0:00:00 2022-04-04 11:19:52.365 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.6.1->glance==23.0.1.dev2) (1.14.6) 2022-04-04 11:19:52.397 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from cursive>=0.2.1->glance==23.0.1.dev2) (4.2.0) 2022-04-04 11:19:52.409 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->glance==23.0.1.dev2) (1.12.1) 2022-04-04 11:19:52.425 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==23.0.1.dev2) (1.1.1) 2022-04-04 11:19:52.426 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==23.0.1.dev2) (1.16.0) 2022-04-04 11:19:52.511 | Requirement already satisfied: pyparsing<3,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance==23.0.1.dev2) (2.4.7) 2022-04-04 11:19:52.590 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance==23.0.1.dev2) (1.7.0) 2022-04-04 11:19:52.642 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==23.0.1.dev2) (3.1.1) 2022-04-04 11:19:52.646 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==23.0.1.dev2) (2.8.2) 2022-04-04 11:19:52.681 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance==23.0.1.dev2) (0.14.1) 2022-04-04 11:19:52.726 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.0.1.dev2) (1.5.0) 2022-04-04 11:19:52.728 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.0.1.dev2) (0.8.0) 2022-04-04 11:19:52.729 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.0.1.dev2) (5.4.1) 2022-04-04 11:19:52.789 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.0.1.dev2) (0.13.0) 2022-04-04 11:19:52.791 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.0.1.dev2) (0.5.0) 2022-04-04 11:19:52.794 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.0.1.dev2) (2.0.1) 2022-04-04 11:19:52.821 | Requirement already satisfied: openstacksdk>=0.31.1 in /usr/local/lib/python3.8/dist-packages (from oslo.limit>=1.0.0->glance==23.0.1.dev2) (0.59.0) 2022-04-04 11:19:52.870 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==23.0.1.dev2) (0.9.6) 2022-04-04 11:19:52.872 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==23.0.1.dev2) (2.8.2) 2022-04-04 11:19:52.935 | 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==23.0.1.dev2) (0.3.1) 2022-04-04 11:19:52.937 | 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==23.0.1.dev2) (4.2.2) 2022-04-04 11:19:52.938 | 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==23.0.1.dev2) (2.6.1) 2022-04-04 11:19:52.940 | 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==23.0.1.dev2) (5.0.8) 2022-04-04 11:19:52.942 | 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==23.0.1.dev2) (5.1.0) 2022-04-04 11:19:52.968 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.0.1.dev2) (3.2.0) 2022-04-04 11:19:52.970 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.0.1.dev2) (3.3.0) 2022-04-04 11:19:52.973 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.0.1.dev2) (3.0.1) 2022-04-04 11:19:53.015 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from oslo.reports>=1.18.0->glance==23.0.1.dev2) (5.8.0) 2022-04-04 11:19:53.058 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.0.1.dev2) (21.0) 2022-04-04 11:19:53.061 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.0.1.dev2) (2021.1) 2022-04-04 11:19:53.063 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.0.1.dev2) (0.11.0) 2022-04-04 11:19:53.142 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->glance==23.0.1.dev2) (57.4.0) 2022-04-04 11:19:53.301 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->glance==23.0.1.dev2) (0.7) 2022-04-04 11:19:53.630 | Collecting automaton>=1.9.0 2022-04-04 11:19:53.637 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/879/3d7762932dc6e/automaton-2.4.0-py3-none-any.whl (22 kB) 2022-04-04 11:19:53.719 | Collecting networkx>=2.1.0 2022-04-04 11:19:53.730 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5fc/b7004be69e8fb/networkx-2.6.2-py3-none-any.whl (1.9 MB) 2022-04-04 11:19:53.763 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 66.6 MB/s eta 0:00:00 2022-04-04 11:19:53.790 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==23.0.1.dev2) (6.3.1) 2022-04-04 11:19:53.821 | Collecting pydot>=1.2.4 2022-04-04 11:19:53.827 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66c/98190c65b8d2e/pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2022-04-04 11:19:53.945 | Collecting simplegeneric 2022-04-04 11:19:53.952 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2022-04-04 11:19:53.958 | Preparing metadata (setup.py): started 2022-04-04 11:19:54.601 | Preparing metadata (setup.py): finished with status 'done' 2022-04-04 11:19:54.633 | 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==23.0.1.dev2) (5.0.0) 2022-04-04 11:19:54.757 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==23.0.1.dev2) (2.20) 2022-04-04 11:19:54.811 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->glance==23.0.1.dev2) (1.6) 2022-04-04 11:19:54.871 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==23.0.1.dev2) (2.0.1) 2022-04-04 11:19:55.096 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev2) (5.0.9) 2022-04-04 11:19:55.097 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev2) (1.4.4) 2022-04-04 11:19:55.100 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev2) (0.10.0) 2022-04-04 11:19:55.101 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev2) (2.5.0) 2022-04-04 11:19:55.102 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev2) (1.1.5) 2022-04-04 11:19:55.104 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev2) (1.32) 2022-04-04 11:19:55.106 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev2) (1.4.0) 2022-04-04 11:19:55.234 | 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==23.0.1.dev2) (0.11.0) 2022-04-04 11:19:55.269 | 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==23.0.1.dev2) (1.0.2) 2022-04-04 11:19:55.320 | 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==23.0.1.dev2) (3.0.0) 2022-04-04 11:19:55.323 | 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==23.0.1.dev2) (1.3.2) 2022-04-04 11:19:55.574 | 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==23.0.1.dev2) (3.9.0) 2022-04-04 11:19:55.771 | 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==23.0.1.dev2) (3.2) 2022-04-04 11:19:55.774 | 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==23.0.1.dev2) (2.0.4) 2022-04-04 11:19:55.775 | 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==23.0.1.dev2) (1.26.6) 2022-04-04 11:19:55.777 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.0.1.dev2) (2021.5.30) 2022-04-04 11:19:55.852 | 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==23.0.1.dev2) (0.5.2) 2022-04-04 11:19:56.009 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==23.0.1.dev2) (2.5.0) 2022-04-04 11:19:56.104 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=0.9.6->glance==23.0.1.dev2) (3.5.0) 2022-04-04 11:19:56.323 | 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==23.0.1.dev2) (2.1.2) 2022-04-04 11:19:56.330 | 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==23.0.1.dev2) (0.4.0) 2022-04-04 11:19:56.559 | 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.0.0->glance==23.0.1.dev2) (2.1) 2022-04-04 11:19:56.877 | 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==23.0.1.dev2) (1.0.0) 2022-04-04 11:19:57.202 | Requirement already satisfied: colorama>=0.3.7 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==23.0.1.dev2) (0.4.4) 2022-04-04 11:19:57.203 | 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==23.0.1.dev2) (21.2.0) 2022-04-04 11:19:57.205 | Requirement already satisfied: wcwidth>=0.1.7 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==23.0.1.dev2) (0.2.5) 2022-04-04 11:19:57.206 | 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==23.0.1.dev2) (1.8.2) 2022-04-04 11:19:57.630 | Building wheels for collected packages: simplegeneric 2022-04-04 11:19:57.645 | Building wheel for simplegeneric (setup.py): started 2022-04-04 11:19:58.361 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2022-04-04 11:19:58.362 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5078 sha256=500aaeab71492586912953b92139a21acb781fe70b20b6ad9114100e1bb444d1 2022-04-04 11:19:58.362 | Stored in directory: /root/.cache/pip/wheels/f3/a8/ee/6324574b66e0f2250abcbce52f472ccaa2f407b879bdd61bdb 2022-04-04 11:19:58.366 | Successfully built simplegeneric 2022-04-04 11:19:59.239 | Installing collected packages: simplegeneric, WSME, retrying, pydot, networkx, automaton, taskflow, python-barbicanclient, oslo.limit, castellan, cursive, glance 2022-04-04 11:20:02.450 | Running setup.py develop for glance 2022-04-04 11:20:04.546 | Successfully installed WSME-0.11.0 automaton-2.4.0 castellan-3.9.1 cursive-0.2.2 glance networkx-2.6.2 oslo.limit-1.4.0 pydot-1.4.2 python-barbicanclient-5.2.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-4.6.2 2022-04-04 11:20:04.547 | 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-04-04 11:20:04.714 | + inc/python:pip_install:200 : result=0 2022-04-04 11:20:04.717 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:20:04.719 | + functions-common:time_stop:2309 : local name 2022-04-04 11:20:04.721 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:20:04.723 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:20:04.726 | + functions-common:time_stop:2312 : local total 2022-04-04 11:20:04.728 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:20:04.730 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:20:04.733 | + functions-common:time_stop:2316 : start_time=1649071188297 2022-04-04 11:20:04.735 | + functions-common:time_stop:2318 : [[ -z 1649071188297 ]] 2022-04-04 11:20:04.738 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:20:04.742 | + functions-common:time_stop:2321 : end_time=1649071204739 2022-04-04 11:20:04.744 | + functions-common:time_stop:2322 : elapsed_time=16442 2022-04-04 11:20:04.746 | + functions-common:time_stop:2323 : total=85705 2022-04-04 11:20:04.748 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:20:04.751 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=102147 2022-04-04 11:20:04.753 | + inc/python:pip_install:203 : return 0 2022-04-04 11:20:04.755 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-04-04 11:20:04.758 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-04-04 11:20:04.760 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-04-04 11:20:04.778 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-04-04 11:20:04.790 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/glance 2022-04-04 11:20:04.793 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2022-04-04 11:20:04.796 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:20:04.798 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:20:04.800 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-04-04 11:20:04.803 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:20:04.805 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-04-04 11:20:04.808 | + ./stack.sh:main:902 : configure_glance 2022-04-04 11:20:04.810 | + lib/glance:configure_glance:330 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-04-04 11:20:04.822 | + lib/glance:configure_glance:333 : local dburl 2022-04-04 11:20:04.825 | ++ lib/glance:configure_glance:334 : database_connection_url glance 2022-04-04 11:20:04.827 | ++ lib/database:database_connection_url:132 : local db=glance 2022-04-04 11:20:04.830 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2022-04-04 11:20:04.832 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=glance 2022-04-04 11:20:04.834 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-04-04 11:20:04.837 | + lib/glance:configure_glance:334 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-04-04 11:20:04.839 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-04-04 11:20:04.868 | + lib/glance:configure_glance:337 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-04-04 11:20:04.898 | + lib/glance:configure_glance:338 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-04-04 11:20:04.924 | + lib/glance:configure_glance:339 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-04-04 11:20:04.952 | + lib/glance:configure_glance:340 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-04-04 11:20:04.981 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-04-04 11:20:05.011 | + lib/glance:configure_glance:342 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-04-04 11:20:05.013 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/glance/glance-api.conf 2022-04-04 11:20:05.016 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=glance 2022-04-04 11:20:05.018 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2022-04-04 11:20:05.020 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-04-04 11:20:05.049 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-04-04 11:20:05.075 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.43/identity 2022-04-04 11:20:05.102 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-04-04 11:20:05.129 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-04-04 11:20:05.157 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-04-04 11:20:05.184 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-04-04 11:20:05.218 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-04-04 11:20:05.245 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-04-04 11:20:05.275 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-04-04 11:20:05.302 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-04-04 11:20:05.333 | + lib/glance:configure_glance:344 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-04-04 11:20:05.335 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-04-04 11:20:05.338 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-04-04 11:20:05.340 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-04-04 11:20:05.342 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-04-04 11:20:05.345 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-04-04 11:20:05.360 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:20:05.363 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-04-04 11:20:05.366 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-04-04 11:20:05.368 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-04-04 11:20:05.385 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:20:05.387 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2022-04-04 11:20:05.390 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2022-04-04 11:20:05.417 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-04-04 11:20:05.420 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-04-04 11:20:05.422 | + lib/glance:configure_glance:345 : '[' libvirt = libvirt ']' 2022-04-04 11:20:05.424 | + lib/glance:configure_glance:345 : '[' kvm = parallels ']' 2022-04-04 11:20:05.426 | + lib/glance:configure_glance:349 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-04-04 11:20:05.455 | + lib/glance:configure_glance:350 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-04-04 11:20:05.482 | + lib/glance:configure_glance:353 : configure_glance_store False False 2022-04-04 11:20:05.484 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-04-04 11:20:05.486 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-04-04 11:20:05.489 | + lib/glance:configure_glance_store:254 : local be 2022-04-04 11:20:05.491 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-04-04 11:20:05.493 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-04-04 11:20:05.495 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-04-04 11:20:05.527 | + lib/glance:configure_glance:356 : '[' -n '' ']' 2022-04-04 11:20:05.529 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.43 2022-04-04 11:20:05.561 | + lib/glance:configure_glance:363 : [[ False == \F\a\l\s\e ]] 2022-04-04 11:20:05.563 | + lib/glance:configure_glance:365 : is_service_enabled s-proxy 2022-04-04 11:20:05.579 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:20:05.581 | + lib/glance:configure_glance:366 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-04-04 11:20:05.609 | + lib/glance:configure_glance:367 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-04-04 11:20:05.637 | + lib/glance:configure_glance:369 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-04-04 11:20:05.665 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-04-04 11:20:05.692 | + lib/glance:configure_glance:371 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-04-04 11:20:05.720 | + lib/glance:configure_glance:372 : is_service_enabled tls-proxy 2022-04-04 11:20:05.736 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:20:05.738 | + lib/glance:configure_glance:375 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-04-04 11:20:05.766 | + lib/glance:configure_glance:377 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-04-04 11:20:05.795 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-04-04 11:20:05.822 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.43/identity/v3 2022-04-04 11:20:05.850 | + lib/glance:configure_glance:381 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-04-04 11:20:05.877 | + lib/glance:configure_glance:387 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.43/image 2022-04-04 11:20:05.905 | + lib/glance:configure_glance:389 : is_service_enabled tls-proxy 2022-04-04 11:20:05.921 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:20:05.923 | + lib/glance:configure_glance:395 : setup_logging /etc/glance/glance-api.conf 2022-04-04 11:20:05.925 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-04-04 11:20:05.928 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-04-04 11:20:05.930 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-04-04 11:20:05.947 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-04-04 11:20:05.949 | + functions:setup_systemd_logging:695 : local pidstr= 2022-04-04 11:20:05.952 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-04-04 11:20:05.954 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-04-04 11:20:05.957 | + 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-04-04 11:20:05.983 | + 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-04-04 11:20:06.011 | + 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-04-04 11:20:06.039 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-04-04 11:20:06.066 | + lib/glance:configure_glance:397 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-04-04 11:20:06.070 | + lib/glance:configure_glance:400 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-04-04 11:20:06.100 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-04-04 11:20:06.128 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-04-04 11:20:06.156 | + lib/glance:configure_glance:403 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.43/identity 2022-04-04 11:20:06.183 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-04-04 11:20:06.211 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-04-04 11:20:06.238 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-04-04 11:20:06.266 | + lib/glance:configure_glance:409 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-04-04 11:20:06.297 | + lib/glance:configure_glance:412 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-04-04 11:20:06.326 | + lib/glance:configure_glance:413 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-04-04 11:20:06.356 | + lib/glance:configure_glance:414 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-04-04 11:20:06.393 | + lib/glance:configure_glance:416 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-04-04 11:20:06.398 | + lib/glance:configure_glance:418 : 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-04-04 11:20:06.404 | + lib/glance:configure_glance:420 : is_service_enabled tls-proxy 2022-04-04 11:20:06.420 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:20:06.422 | + lib/glance:configure_glance:428 : [[ False == False ]] 2022-04-04 11:20:06.425 | + lib/glance:configure_glance:429 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-04-04 11:20:06.427 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2022-04-04 11:20:06.429 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-04-04 11:20:06.431 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2022-04-04 11:20:06.434 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2022-04-04 11:20:06.438 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2022-04-04 11:20:06.441 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2022-04-04 11:20:06.444 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-04-04 11:20:06.473 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2022-04-04 11:20:06.475 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-04-04 11:20:06.478 | ++ functions:get_random_port:837 : true 2022-04-04 11:20:06.480 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-04-04 11:20:06.483 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-04-04 11:20:06.485 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-04-04 11:20:06.556 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-04-04 11:20:06.558 | ++ functions:get_random_port:841 : break 2 2022-04-04 11:20:06.564 | ++ functions:get_random_port:845 : echo 60999 2022-04-04 11:20:06.568 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2022-04-04 11:20:06.570 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-04-04 11:20:06.596 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-04-04 11:20:06.623 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-04-04 11:20:06.649 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-04-04 11:20:06.677 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-04-04 11:20:06.703 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-04-04 11:20:06.729 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-04-04 11:20:06.756 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-04-04 11:20:06.783 | + 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-04-04 11:20:06.810 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-04-04 11:20:06.836 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-04-04 11:20:06.866 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-04-04 11:20:06.894 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-04-04 11:20:06.922 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-04-04 11:20:06.948 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-04-04 11:20:06.979 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-04-04 11:20:07.006 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-04-04 11:20:07.033 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-04-04 11:20:07.060 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-04-04 11:20:07.087 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2022-04-04 11:20:07.090 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2022-04-04 11:20:07.092 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-04-04 11:20:07.095 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:20:07.097 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:20:07.099 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-04-04 11:20:07.101 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2022-04-04 11:20:07.159 | proxy (enabled by site administrator) 2022-04-04 11:20:07.162 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2022-04-04 11:20:07.164 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2022-04-04 11:20:07.167 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-04-04 11:20:07.169 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:20:07.171 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:20:07.175 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-04-04 11:20:07.177 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2022-04-04 11:20:07.230 | No module matches proxy_http 2022-04-04 11:20:07.233 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2022-04-04 11:20:07.298 | Considering dependency proxy for proxy_http: 2022-04-04 11:20:07.298 | Module proxy already enabled 2022-04-04 11:20:07.298 | Enabling module proxy_http. 2022-04-04 11:20:07.304 | To activate the new configuration, you need to run: 2022-04-04 11:20:07.304 | systemctl restart apache2 2022-04-04 11:20:07.308 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2022-04-04 11:20:07.310 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-04-04 11:20:07.312 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-04-04 11:20:07.315 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-04-04 11:20:07.443 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2022-04-04 11:20:07.446 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2022-04-04 11:20:07.449 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2022-04-04 11:20:07.454 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-04-04 11:20:07.454 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:20:07.456 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:20:07.459 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-04-04 11:20:07.462 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-04-04 11:20:07.465 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2022-04-04 11:20:07.465 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-04-04 11:20:07.474 | KeepAlive Off 2022-04-04 11:20:07.479 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-04-04 11:20:07.479 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2022-04-04 11:20:07.489 | SetEnv proxy-sendchunked 1 2022-04-04 11:20:07.493 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-04-04 11:20:07.494 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-04-04 11:20:07.502 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-04-04 11:20:07.506 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2022-04-04 11:20:07.508 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2022-04-04 11:20:07.510 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-04-04 11:20:07.513 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-04-04 11:20:07.516 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-04-04 11:20:07.518 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:20:07.521 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:20:07.523 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-04-04 11:20:07.525 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-04-04 11:20:07.528 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:20:07.530 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:20:07.532 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2022-04-04 11:20:07.593 | Enabling site glance-wsgi-api. 2022-04-04 11:20:07.598 | To activate the new configuration, you need to run: 2022-04-04 11:20:07.598 | systemctl reload apache2 2022-04-04 11:20:07.602 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2022-04-04 11:20:07.605 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-04-04 11:20:07.607 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-04-04 11:20:07.609 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-04-04 11:20:07.741 | ++ lib/glance:configure_glance:432 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-04-04 11:20:07.746 | + lib/glance:configure_glance:432 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-04-04 11:20:07.776 | + lib/glance:configure_glance:442 : [[ False == True ]] 2022-04-04 11:20:07.778 | + ./stack.sh:main:905 : is_service_enabled cinder 2022-04-04 11:20:07.796 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:20:07.799 | + ./stack.sh:main:907 : stack_install_service cinder 2022-04-04 11:20:07.801 | + lib/stack:stack_install_service:20 : local service=cinder 2022-04-04 11:20:07.803 | + lib/stack:stack_install_service:21 : type install_cinder 2022-04-04 11:20:07.806 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-04-04 11:20:07.808 | + lib/stack:stack_install_service:32 : install_cinder 2022-04-04 11:20:07.811 | + lib/cinder:install_cinder:463 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder stable/xena 2022-04-04 11:20:07.814 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/cinder.git 2022-04-04 11:20:07.816 | + functions-common:git_clone:524 : local git_dest=/opt/stack/cinder 2022-04-04 11:20:07.818 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-04-04 11:20:07.820 | + functions-common:git_clone:526 : local orig_dir 2022-04-04 11:20:07.823 | ++ functions-common:git_clone:527 : pwd 2022-04-04 11:20:07.826 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-04-04 11:20:07.828 | + functions-common:git_clone:528 : local git_clone_flags= 2022-04-04 11:20:07.831 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-04-04 11:20:07.847 | + functions-common:git_clone:530 : RECLONE=False 2022-04-04 11:20:07.849 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-04-04 11:20:07.851 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-04-04 11:20:07.854 | + functions-common:git_clone:544 : echo stable/xena 2022-04-04 11:20:07.854 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-04-04 11:20:07.860 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/cinder ]] 2022-04-04 11:20:07.862 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-04-04 11:20:07.864 | + functions-common:git_clone:592 : cd /opt/stack/cinder 2022-04-04 11:20:07.867 | + functions-common:git_clone:593 : git show --oneline 2022-04-04 11:20:07.867 | + functions-common:git_clone:593 : head -1 2022-04-04 11:20:07.873 | 59b8b516c Merge "Doc: Typos in Spectrum Virtulize family user guide" into stable/xena 2022-04-04 11:20:07.876 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-04-04 11:20:07.879 | + lib/cinder:install_cinder:464 : setup_develop /opt/stack/cinder 2022-04-04 11:20:07.881 | + inc/python:setup_develop:338 : local bindep 2022-04-04 11:20:07.883 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2022-04-04 11:20:07.886 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2022-04-04 11:20:07.889 | + inc/python:setup_develop:344 : local extras= 2022-04-04 11:20:07.891 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-04-04 11:20:07.893 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-04-04 11:20:07.896 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2022-04-04 11:20:07.898 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2022-04-04 11:20:07.900 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-04-04 11:20:07.903 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-04-04 11:20:07.906 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2022-04-04 11:20:07.908 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-04-04 11:20:07.911 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2022-04-04 11:20:07.913 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-04-04 11:20:07.916 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-04-04 11:20:07.919 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-04-04 11:20:07.925 | + inc/python:_setup_package_with_constraints_edit:385 : name=cinder 2022-04-04 11:20:07.927 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-04-04 11:20:08.557 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/cinder -e 2022-04-04 11:20:08.560 | + inc/python:setup_package:418 : local bindep=0 2022-04-04 11:20:08.562 | + inc/python:setup_package:419 : local bindep_flag= 2022-04-04 11:20:08.565 | + inc/python:setup_package:420 : local bindep_profiles= 2022-04-04 11:20:08.567 | + inc/python:setup_package:421 : [[ /opt/stack/cinder == -bindep* ]] 2022-04-04 11:20:08.569 | + inc/python:setup_package:426 : local project_dir=/opt/stack/cinder 2022-04-04 11:20:08.572 | + inc/python:setup_package:427 : local flags=-e 2022-04-04 11:20:08.574 | + inc/python:setup_package:428 : local extras= 2022-04-04 11:20:08.577 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-04-04 11:20:08.579 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-04-04 11:20:08.581 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-04-04 11:20:08.583 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-04-04 11:20:08.586 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-04-04 11:20:08.588 | + inc/python:setup_package:446 : pip_install -e /opt/stack/cinder 2022-04-04 11:20:08.608 | Using python 3.8 to install /opt/stack/cinder 2022-04-04 11:20:08.611 | + 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-04-04 11:20:09.390 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:20:09.390 | from cryptography.utils import int_from_bytes 2022-04-04 11:20:09.390 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:20:09.390 | from cryptography.utils import int_from_bytes 2022-04-04 11:20:10.652 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:20:10.664 | Obtaining file:///opt/stack/cinder 2022-04-04 11:20:10.665 | Preparing metadata (setup.py): started 2022-04-04 11:20:12.540 | Preparing metadata (setup.py): finished with status 'done' 2022-04-04 11:20:12.751 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (5.6.0) 2022-04-04 11:20:12.752 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (5.0.9) 2022-04-04 11:20:12.754 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (0.31.1) 2022-04-04 11:20:12.755 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (1.1.1) 2022-04-04 11:20:12.757 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (0.19.1) 2022-04-04 11:20:12.758 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (0.1.16) 2022-04-04 11:20:12.760 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from cinder==19.1.0) (3.2.0) 2022-04-04 11:20:12.761 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (4.4.0) 2022-04-04 11:20:12.762 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (9.3.0) 2022-04-04 11:20:12.764 | Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (4.6.3) 2022-04-04 11:20:12.871 | Collecting oauth2client>=4.1.3 2022-04-04 11:20:12.879 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2022-04-04 11:20:12.887 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.2/98.2 KB 45.4 MB/s eta 0:00:00 2022-04-04 11:20:12.892 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (8.7.1) 2022-04-04 11:20:12.893 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (4.4.1) 2022-04-04 11:20:12.895 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (3.3.2) 2022-04-04 11:20:12.896 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (11.0.0) 2022-04-04 11:20:12.898 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (4.6.0) 2022-04-04 11:20:12.899 | Requirement already satisfied: oslo.messaging>=12.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (12.9.3) 2022-04-04 11:20:12.901 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (4.4.0) 2022-04-04 11:20:12.902 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (3.8.3) 2022-04-04 11:20:12.904 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (2.6.2) 2022-04-04 11:20:12.905 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (2.3.0) 2022-04-04 11:20:12.907 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (6.3.1) 2022-04-04 11:20:12.908 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (4.2.0) 2022-04-04 11:20:12.910 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (2.6.1) 2022-04-04 11:20:12.911 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (1.4.0) 2022-04-04 11:20:12.912 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (4.10.1) 2022-04-04 11:20:12.914 | Requirement already satisfied: oslo.versionedobjects>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (2.5.0) 2022-04-04 11:20:12.915 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (3.4.2) 2022-04-04 11:20:12.917 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (21.0) 2022-04-04 11:20:13.029 | Collecting paramiko>=2.7.2 2022-04-04 11:20:13.036 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4f3/e316fef2ac628/paramiko-2.7.2-py2.py3-none-any.whl (206 kB) 2022-04-04 11:20:13.044 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 206.8/206.8 KB 77.4 MB/s eta 0:00:00 2022-04-04 11:20:13.049 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (3.5.0) 2022-04-04 11:20:13.051 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (2.1.1) 2022-04-04 11:20:13.052 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (5.8.0) 2022-04-04 11:20:13.054 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (2.4.7) 2022-04-04 11:20:13.055 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (5.2.0) 2022-04-04 11:20:13.131 | Collecting python-glanceclient>=3.2.2 2022-04-04 11:20:13.139 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e0/05004ead1893b/python_glanceclient-3.5.0-py3-none-any.whl (198 kB) 2022-04-04 11:20:13.146 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198.0/198.0 KB 74.9 MB/s eta 0:00:00 2022-04-04 11:20:13.152 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (4.3.0) 2022-04-04 11:20:13.153 | Requirement already satisfied: python-novaclient>=17.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (17.6.0) 2022-04-04 11:20:13.155 | Requirement already satisfied: python-swiftclient>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (3.12.0) 2022-04-04 11:20:13.157 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (2021.1) 2022-04-04 11:20:13.158 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (2.26.0) 2022-04-04 11:20:13.159 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (2.5.1) 2022-04-04 11:20:13.161 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (4.6.2) 2022-04-04 11:20:13.199 | Collecting rtslib-fb>=2.1.74 2022-04-04 11:20:13.206 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ae4/ad808e784a407/rtslib_fb-2.1.74-py3-none-any.whl (85 kB) 2022-04-04 11:20:13.212 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.4/85.4 KB 61.0 MB/s eta 0:00:00 2022-04-04 11:20:13.215 | Requirement already satisfied: six>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (1.16.0) 2022-04-04 11:20:13.217 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (1.4.23) 2022-04-04 11:20:13.218 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (0.13.0) 2022-04-04 11:20:13.220 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (3.4.0) 2022-04-04 11:20:13.256 | Collecting tabulate>=0.8.7 2022-04-04 11:20:13.263 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d7c/013fe7abbc5e4/tabulate-0.8.9-py3-none-any.whl (25 kB) 2022-04-04 11:20:13.268 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (6.3.1) 2022-04-04 11:20:13.269 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (1.8.7) 2022-04-04 11:20:13.270 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (5.1.0) 2022-04-04 11:20:13.371 | Collecting oslo.vmware>=3.8.0 2022-04-04 11:20:13.379 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30c/b02e2a511f34a/oslo.vmware-3.9.2-py3-none-any.whl (491 kB) 2022-04-04 11:20:13.391 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 491.6/491.6 KB 78.2 MB/s eta 0:00:00 2022-04-04 11:20:13.398 | Requirement already satisfied: os-brick>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (5.0.2) 2022-04-04 11:20:13.400 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (5.5.0) 2022-04-04 11:20:13.402 | Requirement already satisfied: tooz>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (2.9.0) 2022-04-04 11:20:13.542 | Collecting google-api-python-client>=1.11.0 2022-04-04 11:20:13.572 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/042/71ac5d8bb1218/google_api_python_client-2.19.0-py2.py3-none-any.whl (7.4 MB) 2022-04-04 11:20:13.665 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.4/7.4 MB 83.4 MB/s eta 0:00:00 2022-04-04 11:20:13.723 | Requirement already satisfied: castellan>=3.6.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (3.9.1) 2022-04-04 11:20:13.724 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (3.4.8) 2022-04-04 11:20:13.726 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0) (0.2.2) 2022-04-04 11:20:13.764 | Collecting zstd>=1.4.5.1 2022-04-04 11:20:13.771 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8d3/388a15135c481/zstd-1.5.0.2.tar.gz (528 kB) 2022-04-04 11:20:13.782 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 528.9/528.9 KB 83.4 MB/s eta 0:00:00 2022-04-04 11:20:13.865 | Preparing metadata (setup.py): started 2022-04-04 11:20:14.477 | Preparing metadata (setup.py): finished with status 'done' 2022-04-04 11:20:15.313 | Collecting boto3>=1.16.51 2022-04-04 11:20:15.322 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/461/f659c06f9f566/boto3-1.18.33-py3-none-any.whl (131 kB) 2022-04-04 11:20:15.329 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.6/131.6 KB 69.1 MB/s eta 0:00:00 2022-04-04 11:20:15.348 | Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==19.1.0) (0.10.0) 2022-04-04 11:20:16.432 | Collecting botocore<1.22.0,>=1.21.33 2022-04-04 11:20:16.459 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b32/1b570a0da4c62/botocore-1.21.33-py3-none-any.whl (7.8 MB) 2022-04-04 11:20:16.557 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/7.8 MB 83.4 MB/s eta 0:00:00 2022-04-04 11:20:16.676 | Collecting s3transfer<0.6.0,>=0.5.0 2022-04-04 11:20:16.683 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c1/dc369814391a6/s3transfer-0.5.0-py3-none-any.whl (79 kB) 2022-04-04 11:20:16.689 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.2/79.2 KB 40.1 MB/s eta 0:00:00 2022-04-04 11:20:16.756 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=3.1->cinder==19.1.0) (1.14.6) 2022-04-04 11:20:16.835 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->cinder==19.1.0) (1.16.0) 2022-04-04 11:20:16.959 | Collecting google-auth<3.0.0dev,>=1.16.0 2022-04-04 11:20:16.966 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cde/472372e030e1e/google_auth-2.0.2-py2.py3-none-any.whl (152 kB) 2022-04-04 11:20:16.973 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.3/152.3 KB 72.1 MB/s eta 0:00:00 2022-04-04 11:20:17.011 | Collecting uritemplate<4dev,>=3.0.0 2022-04-04 11:20:17.017 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/076/20c3f3f8eed1f/uritemplate-3.0.1-py2.py3-none-any.whl (15 kB) 2022-04-04 11:20:17.049 | Collecting google-auth-httplib2>=0.1.0 2022-04-04 11:20:17.056 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31e/49c36c6b5643b/google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2022-04-04 11:20:17.162 | Collecting google-api-core<3.0.0dev,>=1.21.0 2022-04-04 11:20:17.169 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/d41f72a70dd70/google_api_core-2.0.1-py2.py3-none-any.whl (92 kB) 2022-04-04 11:20:17.175 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.5/92.5 KB 61.9 MB/s eta 0:00:00 2022-04-04 11:20:17.271 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=4.2.1->cinder==19.1.0) (1.7.0) 2022-04-04 11:20:17.329 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.1.0) (2.8.2) 2022-04-04 11:20:17.332 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.1.0) (3.1.1) 2022-04-04 11:20:17.410 | Collecting rsa>=3.1.4 2022-04-04 11:20:17.417 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/78f/9a9bf4e7be0c5/rsa-4.7.2-py3-none-any.whl (34 kB) 2022-04-04 11:20:17.508 | Collecting pyasn1-modules>=0.0.5 2022-04-04 11:20:17.524 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2022-04-04 11:20:17.531 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 KB 71.3 MB/s eta 0:00:00 2022-04-04 11:20:17.641 | Collecting pyasn1>=0.1.7 2022-04-04 11:20:17.648 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2022-04-04 11:20:17.654 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 KB 58.0 MB/s eta 0:00:00 2022-04-04 11:20:17.712 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->cinder==19.1.0) (0.14.1) 2022-04-04 11:20:17.759 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0) (0.8.0) 2022-04-04 11:20:17.761 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0) (5.4.1) 2022-04-04 11:20:17.763 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0) (1.5.0) 2022-04-04 11:20:17.764 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0) (2.3.0) 2022-04-04 11:20:17.824 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0) (0.5.0) 2022-04-04 11:20:17.826 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0) (2.0.1) 2022-04-04 11:20:17.827 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0) (1.7.1) 2022-04-04 11:20:17.889 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.1.0) (0.9.6) 2022-04-04 11:20:17.891 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.1.0) (2.8.2) 2022-04-04 11:20:17.954 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0) (5.0.8) 2022-04-04 11:20:17.957 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0) (5.1.0) 2022-04-04 11:20:17.958 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0) (2.4.0) 2022-04-04 11:20:17.960 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0) (0.3.1) 2022-04-04 11:20:17.963 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0) (4.2.2) 2022-04-04 11:20:17.987 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0) (3.2.0) 2022-04-04 11:20:17.989 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0) (3.0.1) 2022-04-04 11:20:17.991 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0) (3.3.0) 2022-04-04 11:20:18.039 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->cinder==19.1.0) (1.0.2) 2022-04-04 11:20:18.124 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.1.0) (3.0.0) 2022-04-04 11:20:18.125 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.1.0) (1.3.2) 2022-04-04 11:20:18.153 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==19.1.0) (0.7.2) 2022-04-04 11:20:18.180 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->cinder==19.1.0) (0.11.0) 2022-04-04 11:20:18.246 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.8.0->cinder==19.1.0) (1.26.6) 2022-04-04 11:20:18.281 | Collecting suds-jurko>=0.6 2022-04-04 11:20:18.288 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454 kB) 2022-04-04 11:20:18.300 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 454.5/454.5 KB 64.9 MB/s eta 0:00:00 2022-04-04 11:20:18.556 | Collecting pynacl>=1.0.1 2022-04-04 11:20:18.565 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30f/9b96db44e09b3/PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) 2022-04-04 11:20:18.583 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 961.1/961.1 KB 76.9 MB/s eta 0:00:00 2022-04-04 11:20:18.618 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=3.4.3->cinder==19.1.0) (57.4.0) 2022-04-04 11:20:18.755 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=5.0.1->cinder==19.1.0) (3.9.0) 2022-04-04 11:20:18.831 | Collecting warlock<2,>=1.2.0 2022-04-04 11:20:18.836 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl (9.8 kB) 2022-04-04 11:20:18.841 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.0) (1.12.1) 2022-04-04 11:20:18.843 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.0) (20.0.1) 2022-04-04 11:20:19.046 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.0) (2.0.4) 2022-04-04 11:20:19.047 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.0) (2021.5.30) 2022-04-04 11:20:19.051 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.0) (3.2) 2022-04-04 11:20:19.087 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.4.1->cinder==19.1.0) (0.7) 2022-04-04 11:20:19.156 | Collecting pyudev>=0.16.1 2022-04-04 11:20:19.162 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63 kB) 2022-04-04 11:20:19.168 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.5/63.5 KB 53.3 MB/s eta 0:00:00 2022-04-04 11:20:19.385 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.0) (0.5.2) 2022-04-04 11:20:19.386 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.0) (0.4.1) 2022-04-04 11:20:19.533 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0) (1.4.2) 2022-04-04 11:20:19.536 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0) (2.4.0) 2022-04-04 11:20:19.538 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0) (2.6.2) 2022-04-04 11:20:19.670 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=2.7.1->cinder==19.1.0) (0.12.1) 2022-04-04 11:20:19.787 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0) (1.1.5) 2022-04-04 11:20:19.790 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0) (5.2.2) 2022-04-04 11:20:19.827 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=12.5.0->cinder==19.1.0) (5.0.0) 2022-04-04 11:20:20.079 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==19.1.0) (2.20) 2022-04-04 11:20:20.160 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0) (0.4.0) 2022-04-04 11:20:20.161 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0) (2.1.2) 2022-04-04 11:20:20.281 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=4.4.0->cinder==19.1.0) (1.6) 2022-04-04 11:20:20.326 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.1.0) (2.5.0) 2022-04-04 11:20:20.458 | Requirement already satisfied: protobuf>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core<3.0.0dev,>=1.21.0->google-api-python-client>=1.11.0->cinder==19.1.0) (3.17.3) 2022-04-04 11:20:20.569 | Collecting googleapis-common-protos<2.0dev,>=1.6.0 2022-04-04 11:20:20.576 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f6d/561ab8fb16b30/googleapis_common_protos-1.53.0-py2.py3-none-any.whl (198 kB) 2022-04-04 11:20:20.585 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198.2/198.2 KB 47.3 MB/s eta 0:00:00 2022-04-04 11:20:20.779 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==19.1.0) (2.0.1) 2022-04-04 11:20:21.210 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==19.1.0) (1.1.5) 2022-04-04 11:20:21.262 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=12.5.0->cinder==19.1.0) (0.11.0) 2022-04-04 11:20:22.714 | Requirement already satisfied: jsonpatch<2,>=0.10 in /usr/local/lib/python3.8/dist-packages (from warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.1.0) (1.32) 2022-04-04 11:20:23.001 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0) (0.4.4) 2022-04-04 11:20:23.002 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0) (21.2.0) 2022-04-04 11:20:23.004 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0) (0.2.5) 2022-04-04 11:20:23.006 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0) (1.8.2) 2022-04-04 11:20:23.162 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch<2,>=0.10->warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.1.0) (2.1) 2022-04-04 11:20:23.413 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.1.0) (1.0.0) 2022-04-04 11:20:23.487 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0) (3.5.0) 2022-04-04 11:20:24.155 | Building wheels for collected packages: zstd 2022-04-04 11:20:24.156 | Building wheel for zstd (setup.py): started 2022-04-04 11:21:25.088 | Building wheel for zstd (setup.py): still running... 2022-04-04 11:21:33.259 | Building wheel for zstd (setup.py): finished with status 'done' 2022-04-04 11:21:33.276 | Created wheel for zstd: filename=zstd-1.5.0.2-cp38-cp38-linux_x86_64.whl size=2349334 sha256=5b2981bc9ced86375467d5cd0158b27c4fa9b6f52dea196cd1e15e95bc7a7847 2022-04-04 11:21:33.276 | Stored in directory: /root/.cache/pip/wheels/44/cf/d0/167a454a4b3d5833a5666b8512dbe0bcc20ef0424d943b6c7a 2022-04-04 11:21:33.280 | Successfully built zstd 2022-04-04 11:21:34.265 | Installing collected packages: zstd, tabulate, suds-jurko, pyasn1, uritemplate, rsa, pyudev, pyasn1-modules, warlock, rtslib-fb, pynacl, oauth2client, googleapis-common-protos, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, python-glanceclient, oslo.vmware, google-api-python-client, boto3, cinder 2022-04-04 11:21:35.883 | Attempting uninstall: pynacl 2022-04-04 11:21:35.887 | Found existing installation: PyNaCl 1.3.0 2022-04-04 11:21:35.903 | Uninstalling PyNaCl-1.3.0: 2022-04-04 11:21:35.929 | Successfully uninstalled PyNaCl-1.3.0 2022-04-04 11:21:39.616 | Running setup.py develop for cinder 2022-04-04 11:21:43.013 | Successfully installed boto3-1.18.33 botocore-1.21.33 cinder google-api-core-2.0.1 google-api-python-client-2.19.0 google-auth-2.0.2 google-auth-httplib2-0.1.0 googleapis-common-protos-1.53.0 oauth2client-4.1.3 oslo.vmware-3.9.2 paramiko-2.7.2 pyasn1-0.4.8 pyasn1-modules-0.2.8 pynacl-1.4.0 python-glanceclient-3.5.0 pyudev-0.22.0 rsa-4.7.2 rtslib-fb-2.1.74 s3transfer-0.5.0 suds-jurko-0.6 tabulate-0.8.9 uritemplate-3.0.1 warlock-1.3.3 zstd-1.5.0.2 2022-04-04 11:21:43.014 | 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-04-04 11:21:43.296 | + inc/python:pip_install:200 : result=0 2022-04-04 11:21:43.298 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:21:43.300 | + functions-common:time_stop:2309 : local name 2022-04-04 11:21:43.302 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:21:43.304 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:21:43.307 | + functions-common:time_stop:2312 : local total 2022-04-04 11:21:43.309 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:21:43.311 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:21:43.313 | + functions-common:time_stop:2316 : start_time=1649071208603 2022-04-04 11:21:43.315 | + functions-common:time_stop:2318 : [[ -z 1649071208603 ]] 2022-04-04 11:21:43.318 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:21:43.322 | + functions-common:time_stop:2321 : end_time=1649071303320 2022-04-04 11:21:43.324 | + functions-common:time_stop:2322 : elapsed_time=94717 2022-04-04 11:21:43.326 | + functions-common:time_stop:2323 : total=102147 2022-04-04 11:21:43.328 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:21:43.331 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=196864 2022-04-04 11:21:43.333 | + inc/python:pip_install:203 : return 0 2022-04-04 11:21:43.336 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-04-04 11:21:43.338 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-04-04 11:21:43.340 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-04-04 11:21:43.359 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-04-04 11:21:43.370 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/cinder 2022-04-04 11:21:43.373 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2022-04-04 11:21:43.375 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:21:43.378 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:21:43.380 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-04-04 11:21:43.383 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:21:43.385 | + lib/cinder:install_cinder:465 : [[ lioadm == \t\g\t\a\d\m ]] 2022-04-04 11:21:43.387 | + lib/cinder:install_cinder:467 : [[ lioadm == \l\i\o\a\d\m ]] 2022-04-04 11:21:43.390 | + lib/cinder:install_cinder:468 : is_ubuntu 2022-04-04 11:21:43.392 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:21:43.394 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:21:43.397 | + lib/cinder:install_cinder:470 : sudo mkdir -p /etc/target 2022-04-04 11:21:43.409 | + lib/cinder:install_cinder:472 : install_package targetcli-fb 2022-04-04 11:21:43.411 | + functions-common:install_package:1347 : update_package_repo 2022-04-04 11:21:43.414 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-04-04 11:21:43.416 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-04-04 11:21:43.419 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-04-04 11:21:43.421 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-04-04 11:21:43.424 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-04-04 11:21:43.426 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:21:43.428 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:21:43.431 | + functions-common:update_package_repo:1328 : apt_get_update 2022-04-04 11:21:43.433 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-04-04 11:21:43.435 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-04-04 11:21:43.438 | + functions-common:apt_get_update:1074 : return 2022-04-04 11:21:43.440 | + functions-common:install_package:1348 : real_install_package targetcli-fb 2022-04-04 11:21:43.443 | + functions-common:real_install_package:1333 : is_ubuntu 2022-04-04 11:21:43.446 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:21:43.448 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:21:43.450 | + functions-common:real_install_package:1334 : apt_get install targetcli-fb 2022-04-04 11:21:43.472 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2022-04-04 11:21:43.579 | Reading package lists... 2022-04-04 11:21:43.822 | Building dependency tree... 2022-04-04 11:21:43.824 | Reading state information... 2022-04-04 11:21:44.072 | The following packages were automatically installed and are no longer required: 2022-04-04 11:21:44.073 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-04 11:21:44.073 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-04 11:21:44.073 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-04 11:21:44.073 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-04 11:21:44.073 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-04 11:21:44.073 | python3-zope.interface 2022-04-04 11:21:44.073 | Use 'sudo apt autoremove' to remove them. 2022-04-04 11:21:44.074 | The following additional packages will be installed: 2022-04-04 11:21:44.074 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2022-04-04 11:21:44.074 | python3-urwid 2022-04-04 11:21:44.075 | Suggested packages: 2022-04-04 11:21:44.076 | python-pyparsing-doc python-urwid-doc 2022-04-04 11:21:44.142 | The following NEW packages will be installed: 2022-04-04 11:21:44.143 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2022-04-04 11:21:44.143 | python3-urwid targetcli-fb 2022-04-04 11:21:44.292 | 0 upgraded, 6 newly installed, 0 to remove and 124 not upgraded. 2022-04-04 11:21:44.292 | Need to get 356 kB of archives. 2022-04-04 11:21:44.292 | After this operation, 2,294 kB of additional disk space will be used. 2022-04-04 11:21:44.292 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyparsing all 2.4.6-1 [61.3 kB] 2022-04-04 11:21:44.518 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-urwid amd64 2.0.1-3 [159 kB] 2022-04-04 11:21:44.642 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-configshell-fb all 1:1.1.27-0ubuntu1 [28.0 kB] 2022-04-04 11:21:44.657 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyudev all 0.21.0-3ubuntu1 [37.1 kB] 2022-04-04 11:21:44.668 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-rtslib-fb all 2.1.71-0ubuntu1.1 [36.4 kB] 2022-04-04 11:21:44.680 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 targetcli-fb all 1:2.1.51-0ubuntu1 [35.1 kB] 2022-04-04 11:21:45.246 | Fetched 356 kB in 1s (661 kB/s) 2022-04-04 11:21:45.397 | Selecting previously unselected package python3-pyparsing. 2022-04-04 11:21:45.448 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90882 files and directories currently installed.) 2022-04-04 11:21:45.451 | Preparing to unpack .../0-python3-pyparsing_2.4.6-1_all.deb ... 2022-04-04 11:21:45.493 | Unpacking python3-pyparsing (2.4.6-1) ... 2022-04-04 11:21:45.791 | Selecting previously unselected package python3-urwid. 2022-04-04 11:21:45.800 | Preparing to unpack .../1-python3-urwid_2.0.1-3_amd64.deb ... 2022-04-04 11:21:45.847 | Unpacking python3-urwid (2.0.1-3) ... 2022-04-04 11:21:46.162 | Selecting previously unselected package python3-configshell-fb. 2022-04-04 11:21:46.173 | Preparing to unpack .../2-python3-configshell-fb_1%3a1.1.27-0ubuntu1_all.deb ... 2022-04-04 11:21:46.219 | Unpacking python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2022-04-04 11:21:46.585 | Selecting previously unselected package python3-pyudev. 2022-04-04 11:21:46.595 | Preparing to unpack .../3-python3-pyudev_0.21.0-3ubuntu1_all.deb ... 2022-04-04 11:21:46.630 | Unpacking python3-pyudev (0.21.0-3ubuntu1) ... 2022-04-04 11:21:46.922 | Selecting previously unselected package python3-rtslib-fb. 2022-04-04 11:21:46.933 | Preparing to unpack .../4-python3-rtslib-fb_2.1.71-0ubuntu1.1_all.deb ... 2022-04-04 11:21:46.962 | Unpacking python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2022-04-04 11:21:47.356 | Selecting previously unselected package targetcli-fb. 2022-04-04 11:21:47.366 | Preparing to unpack .../5-targetcli-fb_1%3a2.1.51-0ubuntu1_all.deb ... 2022-04-04 11:21:47.396 | Unpacking targetcli-fb (1:2.1.51-0ubuntu1) ... 2022-04-04 11:21:47.728 | Setting up python3-urwid (2.0.1-3) ... 2022-04-04 11:21:48.181 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:141: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-04-04 11:21:48.181 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-04-04 11:21:48.181 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:145: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-04-04 11:21:48.181 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-04-04 11:21:48.181 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:149: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-04-04 11:21:48.181 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-04-04 11:21:48.181 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:232: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-04-04 11:21:48.181 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-04-04 11:21:48.350 | Setting up python3-pyparsing (2.4.6-1) ... 2022-04-04 11:21:48.796 | Setting up python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2022-04-04 11:21:49.253 | Setting up python3-pyudev (0.21.0-3ubuntu1) ... 2022-04-04 11:21:49.641 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2022-04-04 11:21:51.047 | Setting up targetcli-fb (1:2.1.51-0ubuntu1) ... 2022-04-04 11:21:51.674 | Created symlink /etc/systemd/system/multi-user.target.wants/targetclid.service → /lib/systemd/system/targetclid.service. 2022-04-04 11:21:51.674 | Created symlink /etc/systemd/system/sockets.target.wants/targetclid.socket → /lib/systemd/system/targetclid.socket. 2022-04-04 11:21:53.665 | Processing triggers for man-db (2.9.1-1) ... 2022-04-04 11:21:53.927 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-04-04 11:22:02.327 | + functions-common:apt_get:1118 : result=0 2022-04-04 11:22:02.330 | + functions-common:apt_get:1121 : time_stop apt-get 2022-04-04 11:22:02.332 | + functions-common:time_stop:2309 : local name 2022-04-04 11:22:02.335 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:22:02.337 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:22:02.340 | + functions-common:time_stop:2312 : local total 2022-04-04 11:22:02.342 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:22:02.344 | + functions-common:time_stop:2315 : name=apt-get 2022-04-04 11:22:02.347 | + functions-common:time_stop:2316 : start_time=1649071303469 2022-04-04 11:22:02.349 | + functions-common:time_stop:2318 : [[ -z 1649071303469 ]] 2022-04-04 11:22:02.353 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:22:02.357 | + functions-common:time_stop:2321 : end_time=1649071322354 2022-04-04 11:22:02.359 | + functions-common:time_stop:2322 : elapsed_time=18885 2022-04-04 11:22:02.362 | + functions-common:time_stop:2323 : total=490969 2022-04-04 11:22:02.364 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:22:02.366 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=509854 2022-04-04 11:22:02.369 | + functions-common:apt_get:1122 : return 0 2022-04-04 11:22:02.372 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-04-04 11:22:02.374 | + ./stack.sh:main:908 : configure_cinder 2022-04-04 11:22:02.376 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-04-04 11:22:02.389 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-04-04 11:22:02.392 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-04-04 11:22:02.394 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-04-04 11:22:02.397 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-04-04 11:22:02.400 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-04-04 11:22:02.400 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-04-04 11:22:02.404 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-04-04 11:22:02.406 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-04-04 11:22:02.408 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-04-04 11:22:02.410 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-04-04 11:22:02.412 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-04-04 11:22:02.415 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-04-04 11:22:02.417 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-04-04 11:22:02.419 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-04-04 11:22:02.430 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-04-04 11:22:02.442 | + 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-04-04 11:22:02.454 | + 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-04-04 11:22:02.467 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-04-04 11:22:02.481 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-04-04 11:22:02.484 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-04-04 11:22:02.488 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.cjZ8OYbzQH 2022-04-04 11:22:02.490 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-04-04 11:22:02.493 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-04-04 11:22:02.496 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-04-04 11:22:02.498 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.cjZ8OYbzQH 2022-04-04 11:22:02.502 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.cjZ8OYbzQH 2022-04-04 11:22:02.513 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.cjZ8OYbzQH /etc/sudoers.d/cinder-rootwrap 2022-04-04 11:22:02.525 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-04-04 11:22:02.529 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-04-04 11:22:02.531 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-04-04 11:22:02.533 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-04-04 11:22:02.535 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-04-04 11:22:02.537 | + 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-04-04 11:22:02.540 | + 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-04-04 11:22:02.542 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-04-04 11:22:02.545 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-04-04 11:22:02.549 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-04-04 11:22:02.553 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-04-04 11:22:02.572 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-04-04 11:22:02.590 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-04-04 11:22:02.608 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-04-04 11:22:02.626 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-04-04 11:22:02.649 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-04-04 11:22:02.668 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-04-04 11:22:02.685 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-04-04 11:22:02.703 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-04-04 11:22:02.706 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/cinder/cinder.conf 2022-04-04 11:22:02.708 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=cinder 2022-04-04 11:22:02.710 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2022-04-04 11:22:02.713 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-04-04 11:22:02.741 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-04-04 11:22:02.771 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.43/identity 2022-04-04 11:22:02.798 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-04-04 11:22:02.825 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-04-04 11:22:02.852 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-04-04 11:22:02.879 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-04-04 11:22:02.906 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-04-04 11:22:02.939 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-04-04 11:22:02.967 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-04-04 11:22:02.994 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-04-04 11:22:03.024 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-04-04 11:22:03.052 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-04-04 11:22:03.055 | ++ lib/database:database_connection_url:132 : local db=cinder 2022-04-04 11:22:03.058 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql cinder 2022-04-04 11:22:03.060 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=cinder 2022-04-04 11:22:03.062 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-04-04 11:22:03.065 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-04-04 11:22:03.094 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-04-04 11:22:03.125 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-04-04 11:22:03.152 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-04-04 11:22:03.180 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-04-04 11:22:03.209 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-04-04 11:22:03.237 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-04-04 11:22:03.267 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-04-04 11:22:03.270 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.43 2022-04-04 11:22:03.297 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-04-04 11:22:03.328 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-04-04 11:22:03.335 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key 246d1061d05820a8bbe01192d400badd 2022-04-04 11:22:03.363 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-04-04 11:22:03.366 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-04-04 11:22:03.393 | + lib/cinder:configure_cinder:294 : is_service_enabled c-vol 2022-04-04 11:22:03.409 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:03.412 | + lib/cinder:configure_cinder:294 : [[ -n lvm:lvmdriver-1 ]] 2022-04-04 11:22:03.414 | + lib/cinder:configure_cinder:295 : local enabled_backends= 2022-04-04 11:22:03.417 | + lib/cinder:configure_cinder:296 : local default_name= 2022-04-04 11:22:03.419 | + lib/cinder:configure_cinder:297 : local be be_name be_type 2022-04-04 11:22:03.421 | + lib/cinder:configure_cinder:298 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-04-04 11:22:03.424 | + lib/cinder:configure_cinder:299 : be_type=lvm 2022-04-04 11:22:03.426 | + lib/cinder:configure_cinder:300 : be_name=lvmdriver-1 2022-04-04 11:22:03.428 | + lib/cinder:configure_cinder:301 : type configure_cinder_backend_lvm 2022-04-04 11:22:03.431 | + lib/cinder:configure_cinder:302 : configure_cinder_backend_lvm lvmdriver-1 2022-04-04 11:22:03.433 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2022-04-04 11:22:03.435 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2022-04-04 11:22:03.465 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2022-04-04 11:22:03.493 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2022-04-04 11:22:03.520 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm 2022-04-04 11:22:03.548 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2022-04-04 11:22:03.575 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2022-04-04 11:22:03.603 | + lib/cinder:configure_cinder:304 : [[ -z '' ]] 2022-04-04 11:22:03.605 | + lib/cinder:configure_cinder:305 : default_name=lvmdriver-1 2022-04-04 11:22:03.607 | + lib/cinder:configure_cinder:307 : enabled_backends+=lvmdriver-1, 2022-04-04 11:22:03.610 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2022-04-04 11:22:03.637 | + lib/cinder:configure_cinder:310 : [[ -n lvmdriver-1 ]] 2022-04-04 11:22:03.639 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2022-04-04 11:22:03.667 | + lib/cinder:configure_cinder:313 : configure_cinder_image_volume_cache 2022-04-04 11:22:03.670 | + lib/cinder:configure_cinder_image_volume_cache:616 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2022-04-04 11:22:03.672 | + lib/cinder:configure_cinder_image_volume_cache:617 : local be_name=lvmdriver-1 2022-04-04 11:22:03.674 | + lib/cinder:configure_cinder_image_volume_cache:619 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2022-04-04 11:22:03.702 | + lib/cinder:configure_cinder_image_volume_cache:621 : [[ -n '' ]] 2022-04-04 11:22:03.705 | + lib/cinder:configure_cinder_image_volume_cache:625 : [[ -n '' ]] 2022-04-04 11:22:03.707 | + lib/cinder:configure_cinder:316 : is_service_enabled c-bak 2022-04-04 11:22:03.724 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:03.726 | + lib/cinder:configure_cinder:316 : [[ -n swift ]] 2022-04-04 11:22:03.728 | + lib/cinder:configure_cinder:317 : type configure_cinder_backup_swift 2022-04-04 11:22:03.731 | + lib/cinder:configure_cinder:318 : configure_cinder_backup_swift 2022-04-04 11:22:03.733 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 : iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver 2022-04-04 11:22:03.761 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.43:8080/v1/AUTH_ 2022-04-04 11:22:03.789 | + lib/cinder:configure_cinder:324 : is_service_enabled ceilometer 2022-04-04 11:22:03.811 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:22:03.813 | + lib/cinder:configure_cinder:328 : is_service_enabled tls-proxy 2022-04-04 11:22:03.830 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:22:03.832 | + lib/cinder:configure_cinder:342 : '[' False '!=' False ']' 2022-04-04 11:22:03.834 | + lib/cinder:configure_cinder:346 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-04-04 11:22:03.837 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-04-04 11:22:03.839 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-04-04 11:22:03.842 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-04-04 11:22:03.844 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-04-04 11:22:03.846 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-04-04 11:22:03.862 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:03.865 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-04-04 11:22:03.867 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-04-04 11:22:03.869 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-04-04 11:22:03.885 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:03.888 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2022-04-04 11:22:03.890 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2022-04-04 11:22:03.918 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-04-04 11:22:03.920 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-04-04 11:22:03.923 | + lib/cinder:configure_cinder:349 : setup_logging /etc/cinder/cinder.conf True 2022-04-04 11:22:03.925 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-04-04 11:22:03.927 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-04-04 11:22:03.930 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-04-04 11:22:03.947 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-04-04 11:22:03.950 | + functions:setup_systemd_logging:695 : local pidstr= 2022-04-04 11:22:03.952 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-04-04 11:22:03.954 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-04-04 11:22:03.957 | + 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-04-04 11:22:03.985 | + 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-04-04 11:22:04.013 | + 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-04-04 11:22:04.040 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-04-04 11:22:04.068 | + lib/cinder:configure_cinder:351 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-04-04 11:22:04.071 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-04-04 11:22:04.073 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2022-04-04 11:22:04.076 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2022-04-04 11:22:04.078 | + lib/apache:write_uwsgi_config:257 : local http= 2022-04-04 11:22:04.080 | + lib/apache:write_uwsgi_config:258 : local name= 2022-04-04 11:22:04.083 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2022-04-04 11:22:04.087 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2022-04-04 11:22:04.089 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-04-04 11:22:04.092 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-04-04 11:22:04.104 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-04-04 11:22:04.104 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-04-04 11:22:04.112 | d /var/run/uwsgi 0755 ubuntu root 2022-04-04 11:22:04.116 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-04-04 11:22:04.131 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-04-04 11:22:04.135 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-04-04 11:22:04.138 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-04-04 11:22:04.166 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-04-04 11:22:04.193 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-04-04 11:22:04.221 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-04-04 11:22:04.248 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-04-04 11:22:04.275 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-04-04 11:22:04.301 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-04-04 11:22:04.329 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-04-04 11:22:04.355 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-04-04 11:22:04.382 | + 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-04-04 11:22:04.409 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-04-04 11:22:04.437 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-04-04 11:22:04.463 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-04-04 11:22:04.490 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-04-04 11:22:04.493 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-04-04 11:22:04.496 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2022-04-04 11:22:04.498 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2022-04-04 11:22:04.501 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-04-04 11:22:04.503 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:22:04.505 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:22:04.508 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-04-04 11:22:04.511 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-04-04 11:22:04.513 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-04-04 11:22:04.539 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-04-04 11:22:04.567 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-04-04 11:22:04.568 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-04-04 11:22:04.576 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-04-04 11:22:04.579 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2022-04-04 11:22:04.581 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2022-04-04 11:22:04.584 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-04-04 11:22:04.586 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-04-04 11:22:04.588 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-04-04 11:22:04.591 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:22:04.593 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:22:04.595 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-04-04 11:22:04.597 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-04-04 11:22:04.600 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:22:04.602 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:22:04.605 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2022-04-04 11:22:04.666 | Enabling site cinder-wsgi. 2022-04-04 11:22:04.671 | To activate the new configuration, you need to run: 2022-04-04 11:22:04.671 | systemctl reload apache2 2022-04-04 11:22:04.675 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-04-04 11:22:04.678 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-04-04 11:22:04.680 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-04-04 11:22:04.683 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-04-04 11:22:04.814 | + lib/cinder:configure_cinder:353 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-04-04 11:22:04.819 | + lib/cinder:configure_cinder:357 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-04-04 11:22:04.847 | + lib/cinder:configure_cinder:359 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.43/image 2022-04-04 11:22:04.875 | + lib/cinder:configure_cinder:360 : is_service_enabled tls-proxy 2022-04-04 11:22:04.891 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:22:04.893 | + lib/cinder:configure_cinder:366 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-04-04 11:22:04.896 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/cinder/cinder.conf 2022-04-04 11:22:04.898 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=nova 2022-04-04 11:22:04.901 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=nova 2022-04-04 11:22:04.903 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-04-04 11:22:04.934 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf nova interface public 2022-04-04 11:22:04.961 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.43/identity 2022-04-04 11:22:04.988 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf nova username nova 2022-04-04 11:22:05.015 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-04-04 11:22:05.043 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-04-04 11:22:05.070 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/cinder/cinder.conf nova project_name service 2022-04-04 11:22:05.097 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-04-04 11:22:05.130 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-04-04 11:22:05.158 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-04-04 11:22:05.185 | + lib/cinder:configure_cinder:367 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-04-04 11:22:05.213 | + lib/cinder:configure_cinder:368 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-04-04 11:22:05.241 | + lib/cinder:configure_cinder:370 : [[ ! -z '' ]] 2022-04-04 11:22:05.244 | + lib/cinder:configure_cinder:372 : is_service_enabled etcd3 2022-04-04 11:22:05.262 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:05.264 | + lib/cinder:configure_cinder:373 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.43:2379 2022-04-04 11:22:05.296 | + lib/cinder:configure_cinder:376 : [[ False == True ]] 2022-04-04 11:22:05.299 | + ./stack.sh:main:911 : is_service_enabled neutron 2022-04-04 11:22:05.316 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:05.319 | + ./stack.sh:main:913 : stack_install_service neutron 2022-04-04 11:22:05.321 | + lib/stack:stack_install_service:20 : local service=neutron 2022-04-04 11:22:05.323 | + lib/stack:stack_install_service:21 : type install_neutron 2022-04-04 11:22:05.326 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-04-04 11:22:05.328 | + lib/stack:stack_install_service:32 : install_neutron 2022-04-04 11:22:05.330 | + lib/neutron:install_neutron:657 : is_neutron_legacy_enabled 2022-04-04 11:22:05.334 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-04 11:22:05.334 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-04-04 11:22:05.340 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-04 11:22:05.342 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-04-04 11:22:05.345 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,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-04-04 11:22:05.347 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-04-04 11:22:05.349 | + lib/neutron:install_neutron:659 : install_mutnauq 2022-04-04 11:22:05.352 | + lib/neutron-legacy:install_mutnauq:441 : use_library_from_git neutron-lib 2022-04-04 11:22:05.355 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2022-04-04 11:22:05.357 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:22:05.360 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:22:05.362 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2022-04-04 11:22:05.365 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:22:05.368 | + lib/neutron-legacy:install_mutnauq:446 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron stable/xena 2022-04-04 11:22:05.370 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/neutron.git 2022-04-04 11:22:05.372 | + functions-common:git_clone:524 : local git_dest=/opt/stack/neutron 2022-04-04 11:22:05.374 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-04-04 11:22:05.377 | + functions-common:git_clone:526 : local orig_dir 2022-04-04 11:22:05.379 | ++ functions-common:git_clone:527 : pwd 2022-04-04 11:22:05.382 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-04-04 11:22:05.384 | + functions-common:git_clone:528 : local git_clone_flags= 2022-04-04 11:22:05.387 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-04-04 11:22:05.403 | + functions-common:git_clone:530 : RECLONE=False 2022-04-04 11:22:05.405 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-04-04 11:22:05.407 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-04-04 11:22:05.410 | + functions-common:git_clone:544 : echo stable/xena 2022-04-04 11:22:05.410 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-04-04 11:22:05.416 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/neutron ]] 2022-04-04 11:22:05.418 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-04-04 11:22:05.420 | + functions-common:git_clone:592 : cd /opt/stack/neutron 2022-04-04 11:22:05.423 | + functions-common:git_clone:593 : git show --oneline 2022-04-04 11:22:05.424 | + functions-common:git_clone:593 : head -1 2022-04-04 11:22:05.429 | 18e05b5b2a Clean duplicated QoS bandwidth related methods in ovs_lib module 2022-04-04 11:22:05.432 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-04-04 11:22:05.435 | + lib/neutron-legacy:install_mutnauq:447 : setup_develop /opt/stack/neutron 2022-04-04 11:22:05.437 | + inc/python:setup_develop:338 : local bindep 2022-04-04 11:22:05.440 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2022-04-04 11:22:05.442 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2022-04-04 11:22:05.445 | + inc/python:setup_develop:344 : local extras= 2022-04-04 11:22:05.447 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-04-04 11:22:05.449 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-04-04 11:22:05.452 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2022-04-04 11:22:05.454 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2022-04-04 11:22:05.457 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-04-04 11:22:05.459 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-04-04 11:22:05.462 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2022-04-04 11:22:05.465 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-04-04 11:22:05.467 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2022-04-04 11:22:05.470 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-04-04 11:22:05.472 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-04-04 11:22:05.475 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-04-04 11:22:05.482 | + inc/python:_setup_package_with_constraints_edit:385 : name=neutron 2022-04-04 11:22:05.484 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-04-04 11:22:06.113 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/neutron -e 2022-04-04 11:22:06.116 | + inc/python:setup_package:418 : local bindep=0 2022-04-04 11:22:06.119 | + inc/python:setup_package:419 : local bindep_flag= 2022-04-04 11:22:06.121 | + inc/python:setup_package:420 : local bindep_profiles= 2022-04-04 11:22:06.123 | + inc/python:setup_package:421 : [[ /opt/stack/neutron == -bindep* ]] 2022-04-04 11:22:06.126 | + inc/python:setup_package:426 : local project_dir=/opt/stack/neutron 2022-04-04 11:22:06.128 | + inc/python:setup_package:427 : local flags=-e 2022-04-04 11:22:06.130 | + inc/python:setup_package:428 : local extras= 2022-04-04 11:22:06.133 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-04-04 11:22:06.135 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-04-04 11:22:06.137 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-04-04 11:22:06.140 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-04-04 11:22:06.142 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-04-04 11:22:06.144 | + inc/python:setup_package:446 : pip_install -e /opt/stack/neutron 2022-04-04 11:22:06.165 | Using python 3.8 to install /opt/stack/neutron 2022-04-04 11:22:06.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/neutron 2022-04-04 11:22:06.963 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:22:06.963 | from cryptography.utils import int_from_bytes 2022-04-04 11:22:06.963 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:22:06.963 | from cryptography.utils import int_from_bytes 2022-04-04 11:22:08.267 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:22:08.276 | Obtaining file:///opt/stack/neutron 2022-04-04 11:22:08.277 | Preparing metadata (setup.py): started 2022-04-04 11:22:10.366 | Preparing metadata (setup.py): finished with status 'done' 2022-04-04 11:22:10.462 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (5.6.0) 2022-04-04 11:22:10.463 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (3.5.0) 2022-04-04 11:22:10.465 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (2.1.1) 2022-04-04 11:22:10.466 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (2.5.1) 2022-04-04 11:22:10.468 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (2.3.0) 2022-04-04 11:22:10.469 | Requirement already satisfied: decorator>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (5.0.9) 2022-04-04 11:22:10.471 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (0.31.1) 2022-04-04 11:22:10.472 | Requirement already satisfied: pecan>=1.3.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (1.3.3) 2022-04-04 11:22:10.473 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (0.19.1) 2022-04-04 11:22:10.475 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (2.26.0) 2022-04-04 11:22:10.476 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (3.0.1) 2022-04-04 11:22:10.478 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (9.3.0) 2022-04-04 11:22:10.479 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (0.8.0) 2022-04-04 11:22:10.482 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (0.11.0) 2022-04-04 11:22:10.484 | Requirement already satisfied: neutron-lib>=2.15.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (2.15.2) 2022-04-04 11:22:10.485 | Requirement already satisfied: python-neutronclient>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (7.6.0) 2022-04-04 11:22:10.487 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (6.3.1) 2022-04-04 11:22:10.491 | Requirement already satisfied: SQLAlchemy>=1.3.23 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (1.4.23) 2022-04-04 11:22:10.492 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (1.8.7) 2022-04-04 11:22:10.494 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (4.4.0) 2022-04-04 11:22:10.495 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (1.7.1) 2022-04-04 11:22:10.496 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (3.4.0) 2022-04-04 11:22:10.498 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (2.8.2) 2022-04-04 11:22:10.499 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (4.4.1) 2022-04-04 11:22:10.501 | Requirement already satisfied: oslo.config>=8.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (8.7.1) 2022-04-04 11:22:10.502 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (3.3.2) 2022-04-04 11:22:10.503 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (11.0.0) 2022-04-04 11:22:10.505 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (5.1.0) 2022-04-04 11:22:10.507 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (4.6.0) 2022-04-04 11:22:10.509 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (12.9.3) 2022-04-04 11:22:10.511 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (4.4.0) 2022-04-04 11:22:10.512 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (3.8.3) 2022-04-04 11:22:10.514 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (2.6.2) 2022-04-04 11:22:10.515 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (2.3.0) 2022-04-04 11:22:10.517 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (6.3.1) 2022-04-04 11:22:10.518 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (4.2.0) 2022-04-04 11:22:10.519 | Requirement already satisfied: oslo.service>=1.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (2.6.1) 2022-04-04 11:22:10.521 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (1.4.0) 2022-04-04 11:22:10.523 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (4.10.1) 2022-04-04 11:22:10.525 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (2.5.0) 2022-04-04 11:22:10.526 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (3.4.2) 2022-04-04 11:22:10.527 | Requirement already satisfied: os-ken>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (2.1.0) 2022-04-04 11:22:10.530 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (1.1.0) 2022-04-04 11:22:10.531 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (2.13.3) 2022-04-04 11:22:10.533 | Requirement already satisfied: ovsdbapp>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (1.12.0) 2022-04-04 11:22:10.534 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (21.0) 2022-04-04 11:22:10.536 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (5.8.0) 2022-04-04 11:22:10.537 | Requirement already satisfied: pyroute2>=0.6.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (0.6.4) 2022-04-04 11:22:10.540 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (20.0.1) 2022-04-04 11:22:10.541 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (17.6.0) 2022-04-04 11:22:10.542 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (0.59.0) 2022-04-04 11:22:10.544 | Requirement already satisfied: python-designateclient>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (4.3.0) 2022-04-04 11:22:10.545 | Requirement already satisfied: os-vif>=1.15.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (2.6.0) 2022-04-04 11:22:10.546 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (2.4.0) 2022-04-04 11:22:10.548 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev103) (2.9.0) 2022-04-04 11:22:10.563 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.1.dev103) (1.1.5) 2022-04-04 11:22:10.565 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.1.dev103) (5.2.2) 2022-04-04 11:22:10.576 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==19.1.1.dev103) (1.16.0) 2022-04-04 11:22:10.577 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==19.1.1.dev103) (1.12.1) 2022-04-04 11:22:10.590 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->neutron==19.1.1.dev103) (1.16.0) 2022-04-04 11:22:10.592 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->neutron==19.1.1.dev103) (1.1.1) 2022-04-04 11:22:10.605 | Requirement already satisfied: pyparsing<3,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->neutron==19.1.1.dev103) (2.4.7) 2022-04-04 11:22:10.612 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->neutron==19.1.1.dev103) (2.0.1) 2022-04-04 11:22:10.704 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.1.dev103) (0.1.16) 2022-04-04 11:22:10.705 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.1.dev103) (1.7.0) 2022-04-04 11:22:10.760 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.1.dev103) (4.3.0) 2022-04-04 11:22:10.766 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.1.dev103) (3.1.1) 2022-04-04 11:22:10.818 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.15.0->neutron==19.1.1.dev103) (1.2.2) 2022-04-04 11:22:10.822 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.15.0->neutron==19.1.1.dev103) (2.6.0) 2022-04-04 11:22:10.853 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev103) (3.4.8) 2022-04-04 11:22:10.854 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev103) (2.5.0) 2022-04-04 11:22:10.855 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev103) (1.32) 2022-04-04 11:22:10.859 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev103) (1.4.0) 2022-04-04 11:22:10.860 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev103) (5.4.1) 2022-04-04 11:22:10.862 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev103) (1.4.4) 2022-04-04 11:22:10.864 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev103) (0.10.0) 2022-04-04 11:22:10.865 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev103) (1.1.5) 2022-04-04 11:22:10.884 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from os-ken>=2.0.0->neutron==19.1.1.dev103) (1.0.2) 2022-04-04 11:22:10.982 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->neutron==19.1.1.dev103) (0.14.1) 2022-04-04 11:22:11.029 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.0.0->neutron==19.1.1.dev103) (1.5.0) 2022-04-04 11:22:11.092 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.1.dev103) (0.13.0) 2022-04-04 11:22:11.094 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.1.dev103) (2.0.1) 2022-04-04 11:22:11.096 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.1.dev103) (0.5.0) 2022-04-04 11:22:11.155 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.1.dev103) (0.9.6) 2022-04-04 11:22:11.157 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.1.dev103) (2.8.2) 2022-04-04 11:22:11.218 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.1.dev103) (5.1.0) 2022-04-04 11:22:11.223 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.1.dev103) (4.2.2) 2022-04-04 11:22:11.225 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.1.dev103) (0.3.1) 2022-04-04 11:22:11.226 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.1.dev103) (5.0.8) 2022-04-04 11:22:11.250 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.1.dev103) (3.2.0) 2022-04-04 11:22:11.251 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.1.dev103) (3.3.0) 2022-04-04 11:22:11.300 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.3.0->neutron==19.1.1.dev103) (1.14.6) 2022-04-04 11:22:11.357 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->neutron==19.1.1.dev103) (2021.1) 2022-04-04 11:22:11.389 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=1.31.0->neutron==19.1.1.dev103) (3.0.0) 2022-04-04 11:22:11.393 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=1.31.0->neutron==19.1.1.dev103) (1.3.2) 2022-04-04 11:22:11.417 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==19.1.1.dev103) (0.7.2) 2022-04-04 11:22:11.561 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->neutron==19.1.1.dev103) (2.4.0) 2022-04-04 11:22:11.632 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->neutron==19.1.1.dev103) (57.4.0) 2022-04-04 11:22:11.709 | Requirement already satisfied: WebTest>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.1.dev103) (3.0.0) 2022-04-04 11:22:11.711 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.1.dev103) (0.3.5) 2022-04-04 11:22:11.829 | Requirement already satisfied: pyroute2.ethtool==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev103) (0.6.4) 2022-04-04 11:22:11.830 | Requirement already satisfied: pyroute2.nftables==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev103) (0.6.4) 2022-04-04 11:22:11.831 | Requirement already satisfied: pyroute2.ndb==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev103) (0.6.4) 2022-04-04 11:22:11.833 | Requirement already satisfied: pyroute2.ipset==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev103) (0.6.4) 2022-04-04 11:22:11.834 | Requirement already satisfied: pyroute2.nslink==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev103) (0.6.4) 2022-04-04 11:22:11.836 | Requirement already satisfied: pyroute2.ipdb==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev103) (0.6.4) 2022-04-04 11:22:11.837 | Requirement already satisfied: pyroute2.core==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev103) (0.6.4) 2022-04-04 11:22:12.045 | Requirement already satisfied: jsonschema>=2.6.0 in /usr/lib/python3/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.1.dev103) (3.2.0) 2022-04-04 11:22:12.047 | Requirement already satisfied: osc-lib>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.1.dev103) (2.4.2) 2022-04-04 11:22:12.049 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.1.dev103) (3.9.0) 2022-04-04 11:22:12.092 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=6.7.0->neutron==19.1.1.dev103) (3.17.5) 2022-04-04 11:22:12.098 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=6.7.0->neutron==19.1.1.dev103) (2.1.0) 2022-04-04 11:22:12.196 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.1.dev103) (2.0.4) 2022-04-04 11:22:12.198 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.1.dev103) (2021.5.30) 2022-04-04 11:22:12.199 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.1.dev103) (1.26.6) 2022-04-04 11:22:12.202 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.1.dev103) (3.2) 2022-04-04 11:22:12.239 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->neutron==19.1.1.dev103) (0.7) 2022-04-04 11:22:12.587 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->neutron==19.1.1.dev103) (0.12.1) 2022-04-04 11:22:12.665 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==19.1.1.dev103) (5.0.0) 2022-04-04 11:22:12.858 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==19.1.1.dev103) (2.20) 2022-04-04 11:22:12.937 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev103) (0.4.0) 2022-04-04 11:22:12.939 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev103) (2.1.2) 2022-04-04 11:22:13.118 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->neutron==19.1.1.dev103) (1.6) 2022-04-04 11:22:13.160 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=1.31.0->neutron==19.1.1.dev103) (2.5.0) 2022-04-04 11:22:13.333 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==19.1.1.dev103) (2.1) 2022-04-04 11:22:13.862 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==19.1.1.dev103) (0.11.0) 2022-04-04 11:22:14.494 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.1.dev103) (0.4.1) 2022-04-04 11:22:14.496 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.1.dev103) (0.5.2) 2022-04-04 11:22:14.799 | Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.1.dev103) (4.9.3) 2022-04-04 11:22:14.801 | Requirement already satisfied: waitress>=0.8.5 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.1.dev103) (2.0.0) 2022-04-04 11:22:14.962 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=1.6.5->neutron==19.1.1.dev103) (3.5.0) 2022-04-04 11:22:15.145 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev103) (1.8.2) 2022-04-04 11:22:15.146 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev103) (0.4.4) 2022-04-04 11:22:15.148 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev103) (0.2.5) 2022-04-04 11:22:15.149 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev103) (21.2.0) 2022-04-04 11:22:15.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>=1.31.0->neutron==19.1.1.dev103) (1.0.0) 2022-04-04 11:22:15.562 | Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.8/dist-packages (from beautifulsoup4->WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.1.dev103) (2.2.1) 2022-04-04 11:22:17.127 | Installing collected packages: neutron 2022-04-04 11:22:17.127 | Attempting uninstall: neutron 2022-04-04 11:22:17.130 | Found existing installation: neutron 19.1.0 2022-04-04 11:22:18.544 | Uninstalling neutron-19.1.0: 2022-04-04 11:22:18.620 | Successfully uninstalled neutron-19.1.0 2022-04-04 11:22:18.622 | Running setup.py develop for neutron 2022-04-04 11:22:22.307 | Successfully installed neutron 2022-04-04 11:22:22.307 | 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-04-04 11:22:22.474 | + inc/python:pip_install:200 : result=0 2022-04-04 11:22:22.476 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:22:22.479 | + functions-common:time_stop:2309 : local name 2022-04-04 11:22:22.481 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:22:22.483 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:22:22.485 | + functions-common:time_stop:2312 : local total 2022-04-04 11:22:22.487 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:22:22.490 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:22:22.492 | + functions-common:time_stop:2316 : start_time=1649071326159 2022-04-04 11:22:22.494 | + functions-common:time_stop:2318 : [[ -z 1649071326159 ]] 2022-04-04 11:22:22.497 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:22:22.501 | + functions-common:time_stop:2321 : end_time=1649071342498 2022-04-04 11:22:22.503 | + functions-common:time_stop:2322 : elapsed_time=16339 2022-04-04 11:22:22.505 | + functions-common:time_stop:2323 : total=196864 2022-04-04 11:22:22.507 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:22:22.510 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=213203 2022-04-04 11:22:22.513 | + inc/python:pip_install:203 : return 0 2022-04-04 11:22:22.515 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-04-04 11:22:22.518 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-04-04 11:22:22.520 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-04-04 11:22:22.539 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-04-04 11:22:22.551 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/neutron 2022-04-04 11:22:22.553 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2022-04-04 11:22:22.556 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:22:22.558 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:22:22.560 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-04-04 11:22:22.563 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:22:22.565 | + lib/neutron-legacy:install_mutnauq:449 : [[ openvswitch == \o\v\n ]] 2022-04-04 11:22:22.568 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-04-04 11:22:22.570 | + ./stack.sh:main:916 : is_service_enabled nova 2022-04-04 11:22:22.587 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:22.590 | + ./stack.sh:main:918 : stack_install_service nova 2022-04-04 11:22:22.592 | + lib/stack:stack_install_service:20 : local service=nova 2022-04-04 11:22:22.595 | + lib/stack:stack_install_service:21 : type install_nova 2022-04-04 11:22:22.597 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-04-04 11:22:22.600 | + lib/stack:stack_install_service:32 : install_nova 2022-04-04 11:22:22.602 | + lib/nova:install_nova:825 : use_library_from_git os-vif 2022-04-04 11:22:22.604 | + inc/python:use_library_from_git:250 : local name=os-vif 2022-04-04 11:22:22.607 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:22:22.609 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:22:22.611 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-vif, ]] 2022-04-04 11:22:22.613 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:22:22.616 | + lib/nova:install_nova:830 : is_service_enabled n-cpu 2022-04-04 11:22:22.631 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:22:22.634 | + lib/nova:install_nova:834 : is_service_enabled n-novnc 2022-04-04 11:22:22.650 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:22:22.652 | + lib/nova:install_nova:846 : is_service_enabled n-spice 2022-04-04 11:22:22.668 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:22:22.670 | + lib/nova:install_nova:858 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova stable/xena 2022-04-04 11:22:22.673 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/nova.git 2022-04-04 11:22:22.675 | + functions-common:git_clone:524 : local git_dest=/opt/stack/nova 2022-04-04 11:22:22.677 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-04-04 11:22:22.679 | + functions-common:git_clone:526 : local orig_dir 2022-04-04 11:22:22.682 | ++ functions-common:git_clone:527 : pwd 2022-04-04 11:22:22.684 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-04-04 11:22:22.686 | + functions-common:git_clone:528 : local git_clone_flags= 2022-04-04 11:22:22.689 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-04-04 11:22:22.705 | + functions-common:git_clone:530 : RECLONE=False 2022-04-04 11:22:22.707 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-04-04 11:22:22.709 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-04-04 11:22:22.713 | + functions-common:git_clone:544 : echo stable/xena 2022-04-04 11:22:22.713 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-04-04 11:22:22.718 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/nova ]] 2022-04-04 11:22:22.720 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-04-04 11:22:22.722 | + functions-common:git_clone:592 : cd /opt/stack/nova 2022-04-04 11:22:22.725 | + functions-common:git_clone:593 : git show --oneline 2022-04-04 11:22:22.725 | + functions-common:git_clone:593 : head -1 2022-04-04 11:22:22.752 | af3d43d71d Merge "Revert "Revert resize: wait for events according to hybrid plug"" into stable/xena 2022-04-04 11:22:22.756 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-04-04 11:22:22.759 | + lib/nova:install_nova:859 : setup_develop /opt/stack/nova 2022-04-04 11:22:22.761 | + inc/python:setup_develop:338 : local bindep 2022-04-04 11:22:22.764 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2022-04-04 11:22:22.766 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2022-04-04 11:22:22.768 | + inc/python:setup_develop:344 : local extras= 2022-04-04 11:22:22.771 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-04-04 11:22:22.773 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-04-04 11:22:22.776 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2022-04-04 11:22:22.779 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2022-04-04 11:22:22.781 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-04-04 11:22:22.783 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-04-04 11:22:22.786 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2022-04-04 11:22:22.789 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-04-04 11:22:22.791 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2022-04-04 11:22:22.794 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-04-04 11:22:22.796 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-04-04 11:22:22.799 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-04-04 11:22:22.805 | + inc/python:_setup_package_with_constraints_edit:385 : name=nova 2022-04-04 11:22:22.808 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2022-04-04 11:22:23.450 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/nova -e 2022-04-04 11:22:23.452 | + inc/python:setup_package:418 : local bindep=0 2022-04-04 11:22:23.454 | + inc/python:setup_package:419 : local bindep_flag= 2022-04-04 11:22:23.457 | + inc/python:setup_package:420 : local bindep_profiles= 2022-04-04 11:22:23.459 | + inc/python:setup_package:421 : [[ /opt/stack/nova == -bindep* ]] 2022-04-04 11:22:23.461 | + inc/python:setup_package:426 : local project_dir=/opt/stack/nova 2022-04-04 11:22:23.463 | + inc/python:setup_package:427 : local flags=-e 2022-04-04 11:22:23.465 | + inc/python:setup_package:428 : local extras= 2022-04-04 11:22:23.468 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-04-04 11:22:23.470 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-04-04 11:22:23.472 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-04-04 11:22:23.474 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-04-04 11:22:23.477 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-04-04 11:22:23.479 | + inc/python:setup_package:446 : pip_install -e /opt/stack/nova 2022-04-04 11:22:23.500 | Using python 3.8 to install /opt/stack/nova 2022-04-04 11:22:23.502 | + 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-04-04 11:22:24.302 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:22:24.302 | from cryptography.utils import int_from_bytes 2022-04-04 11:22:24.302 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:22:24.302 | from cryptography.utils import int_from_bytes 2022-04-04 11:22:25.605 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:22:25.614 | Obtaining file:///opt/stack/nova 2022-04-04 11:22:25.615 | Preparing metadata (setup.py): started 2022-04-04 11:22:28.620 | Preparing metadata (setup.py): finished with status 'done' 2022-04-04 11:22:28.833 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (5.6.0) 2022-04-04 11:22:28.834 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (1.4.23) 2022-04-04 11:22:28.836 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (5.0.9) 2022-04-04 11:22:28.838 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (0.31.1) 2022-04-04 11:22:28.839 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (3.0.1) 2022-04-04 11:22:28.841 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (9.3.0) 2022-04-04 11:22:28.842 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (4.6.3) 2022-04-04 11:22:28.843 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (2.5.1) 2022-04-04 11:22:28.845 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (3.4.8) 2022-04-04 11:22:28.846 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (1.8.7) 2022-04-04 11:22:28.847 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (1.1.1) 2022-04-04 11:22:28.849 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (2.1.1) 2022-04-04 11:22:28.850 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (3.5.0) 2022-04-04 11:22:28.853 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (0.7.2) 2022-04-04 11:22:28.854 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (0.13.0) 2022-04-04 11:22:28.855 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (1.7.1) 2022-04-04 11:22:28.857 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (0.8.0) 2022-04-04 11:22:28.858 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (0.11.0) 2022-04-04 11:22:28.860 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (2.7.2) 2022-04-04 11:22:28.861 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (0.1.16) 2022-04-04 11:22:28.862 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from nova==24.1.1.dev3) (3.2.0) 2022-04-04 11:22:28.864 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (8.1.0) 2022-04-04 11:22:28.865 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (4.4.0) 2022-04-04 11:22:28.867 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (7.6.0) 2022-04-04 11:22:28.868 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (3.5.0) 2022-04-04 11:22:28.869 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (2.26.0) 2022-04-04 11:22:28.871 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (3.4.0) 2022-04-04 11:22:28.928 | Collecting websockify>=0.9.0 2022-04-04 11:22:28.935 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/736/dc7a57bdf18d4/websockify-0.10.0-py3-none-any.whl (38 kB) 2022-04-04 11:22:28.941 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (2.8.2) 2022-04-04 11:22:28.942 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (4.4.1) 2022-04-04 11:22:28.944 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (8.7.1) 2022-04-04 11:22:28.946 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (3.3.2) 2022-04-04 11:22:28.947 | Requirement already satisfied: oslo.log>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (4.6.0) 2022-04-04 11:22:28.949 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (2.3.0) 2022-04-04 11:22:28.950 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (4.2.0) 2022-04-04 11:22:28.952 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (1.4.0) 2022-04-04 11:22:28.953 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (4.10.1) 2022-04-04 11:22:28.954 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (11.0.0) 2022-04-04 11:22:28.956 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (6.3.1) 2022-04-04 11:22:28.957 | Requirement already satisfied: oslo.messaging>=10.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (12.9.3) 2022-04-04 11:22:28.959 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (3.8.3) 2022-04-04 11:22:28.960 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (2.6.2) 2022-04-04 11:22:28.962 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (5.1.0) 2022-04-04 11:22:28.964 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (2.6.1) 2022-04-04 11:22:28.965 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (1.5.0) 2022-04-04 11:22:28.966 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (4.4.0) 2022-04-04 11:22:28.968 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (5.8.0) 2022-04-04 11:22:28.969 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (2.5.0) 2022-04-04 11:22:28.971 | Requirement already satisfied: os-brick>=4.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (5.0.2) 2022-04-04 11:22:28.972 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (1.1.0) 2022-04-04 11:22:28.974 | Requirement already satisfied: os-traits>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (2.6.0) 2022-04-04 11:22:28.975 | Requirement already satisfied: os-vif>=1.15.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (2.6.0) 2022-04-04 11:22:28.977 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (5.5.0) 2022-04-04 11:22:28.978 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (3.9.1) 2022-04-04 11:22:29.014 | Collecting microversion-parse>=0.2.1 2022-04-04 11:22:29.021 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2022-04-04 11:22:29.085 | Collecting os-xenapi>=0.3.4 2022-04-04 11:22:29.093 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b4d/9a2c858018977/os_xenapi-0.3.4-py2.py3-none-any.whl (137 kB) 2022-04-04 11:22:29.105 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.4/137.4 KB 29.6 MB/s eta 0:00:00 2022-04-04 11:22:29.110 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (2.9.0) 2022-04-04 11:22:29.111 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (0.2.2) 2022-04-04 11:22:29.166 | Collecting pypowervm>=1.1.15 2022-04-04 11:22:29.176 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b3b/12598607ad9d3/pypowervm-1.1.24-py2.py3-none-any.whl (1.1 MB) 2022-04-04 11:22:29.207 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 40.6 MB/s eta 0:00:00 2022-04-04 11:22:29.222 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (1.3.3) 2022-04-04 11:22:29.224 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (1.7.0) 2022-04-04 11:22:29.225 | Requirement already satisfied: taskflow>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (4.6.2) 2022-04-04 11:22:29.227 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (2.8.2) 2022-04-04 11:22:29.260 | Collecting zVMCloudConnector>=1.3.0 2022-04-04 11:22:29.267 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f24/a37d5a0206e79/zVMCloudConnector-1.4.1.tar.gz (238 kB) 2022-04-04 11:22:29.278 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.6/238.6 KB 45.4 MB/s eta 0:00:00 2022-04-04 11:22:29.345 | Preparing metadata (setup.py): started 2022-04-04 11:22:30.082 | Preparing metadata (setup.py): finished with status 'done' 2022-04-04 11:22:30.086 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (2.4.0) 2022-04-04 11:22:30.088 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (0.59.0) 2022-04-04 11:22:30.090 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.1.dev3) (5.4.1) 2022-04-04 11:22:30.106 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.1.1.dev3) (5.2.2) 2022-04-04 11:22:30.107 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.1.1.dev3) (1.1.5) 2022-04-04 11:22:30.130 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.16.0->nova==24.1.1.dev3) (5.2.0) 2022-04-04 11:22:30.173 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->nova==24.1.1.dev3) (1.14.6) 2022-04-04 11:22:30.205 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==24.1.1.dev3) (1.16.0) 2022-04-04 11:22:30.207 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==24.1.1.dev3) (1.16.0) 2022-04-04 11:22:30.231 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->nova==24.1.1.dev3) (2.0.1) 2022-04-04 11:22:30.358 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==24.1.1.dev3) (4.3.0) 2022-04-04 11:22:30.362 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==24.1.1.dev3) (3.1.1) 2022-04-04 11:22:30.420 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.1.dev3) (1.4.4) 2022-04-04 11:22:30.421 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.1.dev3) (1.1.5) 2022-04-04 11:22:30.424 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.1.dev3) (1.32) 2022-04-04 11:22:30.425 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.1.dev3) (0.10.0) 2022-04-04 11:22:30.428 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.1.dev3) (1.4.0) 2022-04-04 11:22:30.429 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.1.dev3) (2.5.0) 2022-04-04 11:22:30.451 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=4.3.1->nova==24.1.1.dev3) (6.3.1) 2022-04-04 11:22:30.503 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.1.dev3) (1.12.0) 2022-04-04 11:22:30.506 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.1.dev3) (0.6.4) 2022-04-04 11:22:30.507 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.1.dev3) (2.3.0) 2022-04-04 11:22:30.606 | Collecting Babel!=2.4.0,>=2.3.4 2022-04-04 11:22:30.627 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ab4/9e12b91d937cd/Babel-2.9.1-py2.py3-none-any.whl (8.8 MB) 2022-04-04 11:22:30.775 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.8/8.8 MB 61.9 MB/s eta 0:00:00 2022-04-04 11:22:30.909 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->nova==24.1.1.dev3) (0.14.1) 2022-04-04 11:22:31.028 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==24.1.1.dev3) (0.5.0) 2022-04-04 11:22:31.032 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==24.1.1.dev3) (2.0.1) 2022-04-04 11:22:31.095 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->nova==24.1.1.dev3) (0.9.6) 2022-04-04 11:22:31.158 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.1.dev3) (5.0.8) 2022-04-04 11:22:31.166 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.1.dev3) (0.3.1) 2022-04-04 11:22:31.167 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.1.dev3) (5.1.0) 2022-04-04 11:22:31.169 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.1.dev3) (4.2.2) 2022-04-04 11:22:31.210 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==24.1.1.dev3) (3.2.0) 2022-04-04 11:22:31.216 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==24.1.1.dev3) (3.3.0) 2022-04-04 11:22:31.267 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->nova==24.1.1.dev3) (1.0.2) 2022-04-04 11:22:31.327 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=4.1.0->nova==24.1.1.dev3) (2021.1) 2022-04-04 11:22:31.361 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->nova==24.1.1.dev3) (1.3.2) 2022-04-04 11:22:31.365 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->nova==24.1.1.dev3) (3.0.0) 2022-04-04 11:22:31.421 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->nova==24.1.1.dev3) (2.4.7) 2022-04-04 11:22:31.423 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->nova==24.1.1.dev3) (21.0) 2022-04-04 11:22:31.516 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.1->nova==24.1.1.dev3) (1.4.0) 2022-04-04 11:22:31.544 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->nova==24.1.1.dev3) (57.4.0) 2022-04-04 11:22:31.741 | Requirement already satisfied: pyasn1 in /usr/local/lib/python3.8/dist-packages (from pypowervm>=1.1.15->nova==24.1.1.dev3) (0.4.8) 2022-04-04 11:22:31.743 | Requirement already satisfied: pyasn1-modules in /usr/local/lib/python3.8/dist-packages (from pypowervm>=1.1.15->nova==24.1.1.dev3) (0.2.8) 2022-04-04 11:22:31.789 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient!=4.0.0,>=3.3.0->nova==24.1.1.dev3) (3.17.5) 2022-04-04 11:22:31.862 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.1.dev3) (1.12.1) 2022-04-04 11:22:31.865 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.1.dev3) (1.3.3) 2022-04-04 11:22:31.868 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.1.dev3) (20.0.1) 2022-04-04 11:22:31.913 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.1.dev3) (2.1.0) 2022-04-04 11:22:31.918 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.1.dev3) (2.4.2) 2022-04-04 11:22:31.919 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.1.dev3) (3.9.0) 2022-04-04 11:22:32.012 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.1.dev3) (2.0.4) 2022-04-04 11:22:32.015 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.1.dev3) (3.2) 2022-04-04 11:22:32.016 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.1.dev3) (1.26.6) 2022-04-04 11:22:32.017 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.1.dev3) (2021.5.30) 2022-04-04 11:22:32.118 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->nova==24.1.1.dev3) (0.7) 2022-04-04 11:22:32.304 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==24.1.1.dev3) (0.4.1) 2022-04-04 11:22:32.306 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==24.1.1.dev3) (0.5.2) 2022-04-04 11:22:32.424 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.1.dev3) (1.4.2) 2022-04-04 11:22:32.428 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.1.dev3) (2.4.0) 2022-04-04 11:22:32.430 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.1.dev3) (2.6.2) 2022-04-04 11:22:32.518 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->nova==24.1.1.dev3) (0.12.1) 2022-04-04 11:22:33.442 | Collecting numpy 2022-04-04 11:22:33.483 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7fd/c7689daf3b845/numpy-1.21.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.8 MB) 2022-04-04 11:22:33.700 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.8/15.8 MB 75.2 MB/s eta 0:00:00 2022-04-04 11:22:33.862 | Requirement already satisfied: PyJWT>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from zVMCloudConnector>=1.3.0->nova==24.1.1.dev3) (2.1.0) 2022-04-04 11:22:33.902 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=10.3.0->nova==24.1.1.dev3) (5.0.0) 2022-04-04 11:22:34.196 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==24.1.1.dev3) (2.20) 2022-04-04 11:22:34.279 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.1.dev3) (0.4.0) 2022-04-04 11:22:34.282 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.1.dev3) (2.1.2) 2022-04-04 11:22:34.452 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=4.4.0->nova==24.1.1.dev3) (1.6) 2022-04-04 11:22:34.500 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->nova==24.1.1.dev3) (2.5.0) 2022-04-04 11:22:34.619 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==24.1.1.dev3) (2.1) 2022-04-04 11:22:35.061 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=10.3.0->nova==24.1.1.dev3) (0.11.0) 2022-04-04 11:22:35.112 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==24.1.1.dev3) (2.13.3) 2022-04-04 11:22:35.561 | Requirement already satisfied: pyroute2.ndb==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.1.dev3) (0.6.4) 2022-04-04 11:22:35.563 | Requirement already satisfied: pyroute2.ethtool==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.1.dev3) (0.6.4) 2022-04-04 11:22:35.565 | Requirement already satisfied: pyroute2.ipset==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.1.dev3) (0.6.4) 2022-04-04 11:22:35.567 | Requirement already satisfied: pyroute2.ipdb==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.1.dev3) (0.6.4) 2022-04-04 11:22:35.568 | Requirement already satisfied: pyroute2.core==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.1.dev3) (0.6.4) 2022-04-04 11:22:35.569 | Requirement already satisfied: pyroute2.nftables==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.1.dev3) (0.6.4) 2022-04-04 11:22:35.571 | Requirement already satisfied: pyroute2.nslink==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.1.dev3) (0.6.4) 2022-04-04 11:22:36.863 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=1.5.0->nova==24.1.1.dev3) (3.5.0) 2022-04-04 11:22:37.280 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.1.dev3) (21.2.0) 2022-04-04 11:22:37.281 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.1.dev3) (0.2.5) 2022-04-04 11:22:37.283 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.1.dev3) (1.8.2) 2022-04-04 11:22:37.284 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.1.dev3) (0.4.4) 2022-04-04 11:22:37.439 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==24.1.1.dev3) (2.4.0) 2022-04-04 11:22:37.596 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->nova==24.1.1.dev3) (1.0.0) 2022-04-04 11:22:38.250 | Building wheels for collected packages: zVMCloudConnector 2022-04-04 11:22:38.251 | Building wheel for zVMCloudConnector (setup.py): started 2022-04-04 11:22:39.236 | Building wheel for zVMCloudConnector (setup.py): finished with status 'done' 2022-04-04 11:22:39.239 | Created wheel for zVMCloudConnector: filename=zVMCloudConnector-1.4.1-py3-none-any.whl size=303900 sha256=5c85dbf619451747026c6614d666f46c3b2cda2067fee8132131f5d7fe06965b 2022-04-04 11:22:39.240 | Stored in directory: /root/.cache/pip/wheels/2a/0d/26/6a5dd74b24937acbd678e55297c0aa8f409dd980f39a3170dd 2022-04-04 11:22:39.246 | Successfully built zVMCloudConnector 2022-04-04 11:22:40.201 | Installing collected packages: numpy, microversion-parse, Babel, zVMCloudConnector, websockify, pypowervm, os-xenapi, nova 2022-04-04 11:22:45.582 | Running setup.py develop for nova 2022-04-04 11:22:49.808 | Successfully installed Babel-2.9.1 microversion-parse-1.0.1 nova numpy-1.21.2 os-xenapi-0.3.4 pypowervm-1.1.24 websockify-0.10.0 zVMCloudConnector-1.4.1 2022-04-04 11:22:49.808 | 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-04-04 11:22:50.008 | + inc/python:pip_install:200 : result=0 2022-04-04 11:22:50.011 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:22:50.013 | + functions-common:time_stop:2309 : local name 2022-04-04 11:22:50.015 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:22:50.017 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:22:50.019 | + functions-common:time_stop:2312 : local total 2022-04-04 11:22:50.021 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:22:50.023 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:22:50.026 | + functions-common:time_stop:2316 : start_time=1649071343495 2022-04-04 11:22:50.028 | + functions-common:time_stop:2318 : [[ -z 1649071343495 ]] 2022-04-04 11:22:50.031 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:22:50.035 | + functions-common:time_stop:2321 : end_time=1649071370032 2022-04-04 11:22:50.037 | + functions-common:time_stop:2322 : elapsed_time=26537 2022-04-04 11:22:50.039 | + functions-common:time_stop:2323 : total=213203 2022-04-04 11:22:50.042 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:22:50.044 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=239740 2022-04-04 11:22:50.046 | + inc/python:pip_install:203 : return 0 2022-04-04 11:22:50.048 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-04-04 11:22:50.051 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-04-04 11:22:50.053 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-04-04 11:22:50.071 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-04-04 11:22:50.083 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/nova 2022-04-04 11:22:50.085 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2022-04-04 11:22:50.088 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:22:50.090 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:22:50.093 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-04-04 11:22:50.095 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:22:50.098 | + lib/nova:install_nova:860 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2022-04-04 11:22:50.111 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-04-04 11:22:50.113 | + ./stack.sh:main:919 : configure_nova 2022-04-04 11:22:50.116 | + lib/nova:configure_nova:241 : sudo install -d -o ubuntu /etc/nova 2022-04-04 11:22:50.128 | + lib/nova:configure_nova:243 : configure_rootwrap nova 2022-04-04 11:22:50.130 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-04-04 11:22:50.132 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-04-04 11:22:50.136 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-04-04 11:22:50.137 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-04-04 11:22:50.141 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-04-04 11:22:50.144 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-04-04 11:22:50.146 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-04-04 11:22:50.148 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-04-04 11:22:50.151 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-04-04 11:22:50.154 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-04-04 11:22:50.156 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-04-04 11:22:50.158 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-04-04 11:22:50.170 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-04-04 11:22:50.182 | + 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-04-04 11:22:50.194 | + 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-04-04 11:22:50.207 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-04-04 11:22:50.220 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-04-04 11:22:50.223 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-04-04 11:22:50.227 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.vijvW38RDF 2022-04-04 11:22:50.229 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-04-04 11:22:50.231 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-04-04 11:22:50.234 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-04-04 11:22:50.236 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-04-04 11:22:50.239 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-04-04 11:22:50.241 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.vijvW38RDF 2022-04-04 11:22:50.245 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.vijvW38RDF 2022-04-04 11:22:50.256 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.vijvW38RDF /etc/sudoers.d/nova-rootwrap 2022-04-04 11:22:50.269 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-04-04 11:22:50.273 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-04-04 11:22:50.276 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-04-04 11:22:50.279 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-04-04 11:22:50.281 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-04-04 11:22:50.284 | + 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-04-04 11:22:50.286 | + 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-04-04 11:22:50.289 | + lib/nova:configure_nova:245 : [[ 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-04-04 11:22:50.291 | + lib/nova:configure_nova:247 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-04-04 11:22:50.295 | + lib/nova:configure_nova:250 : is_service_enabled n-cpu 2022-04-04 11:22:50.312 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:22:50.314 | + lib/nova:configure_nova:330 : create_nova_conf 2022-04-04 11:22:50.317 | + lib/nova:create_nova_conf:397 : rm -f /opt/stack/nova/bin/nova.conf 2022-04-04 11:22:50.320 | + lib/nova:create_nova_conf:400 : rm -f /etc/nova/nova.conf 2022-04-04 11:22:50.324 | + lib/nova:create_nova_conf:401 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-04-04 11:22:50.352 | + lib/nova:create_nova_conf:402 : '[' True == True ']' 2022-04-04 11:22:50.355 | + lib/nova:create_nova_conf:403 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-04-04 11:22:50.380 | + lib/nova:create_nova_conf:405 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-04-04 11:22:50.409 | + lib/nova:create_nova_conf:406 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-04-04 11:22:50.434 | + lib/nova:create_nova_conf:407 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-04-04 11:22:50.464 | + lib/nova:create_nova_conf:408 : iniset /etc/nova/nova.conf scheduler workers 2 2022-04-04 11:22:50.492 | + lib/nova:create_nova_conf:409 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-04-04 11:22:50.521 | + lib/nova:create_nova_conf:410 : [[ 4 == 6 ]] 2022-04-04 11:22:50.523 | + lib/nova:create_nova_conf:413 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.43 2022-04-04 11:22:50.549 | + lib/nova:create_nova_conf:415 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-04-04 11:22:50.575 | + lib/nova:create_nova_conf:416 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-04-04 11:22:50.606 | + lib/nova:create_nova_conf:417 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-04-04 11:22:50.632 | + lib/nova:create_nova_conf:418 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-04-04 11:22:50.658 | + lib/nova:create_nova_conf:420 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-04-04 11:22:50.687 | + lib/nova:create_nova_conf:422 : is_fedora 2022-04-04 11:22:50.690 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-04-04 11:22:50.692 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-04-04 11:22:50.694 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-04-04 11:22:50.696 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-04-04 11:22:50.698 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-04-04 11:22:50.701 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-04-04 11:22:50.703 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-04-04 11:22:50.705 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-04-04 11:22:50.707 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-04-04 11:22:50.709 | + lib/nova:create_nova_conf:422 : is_suse 2022-04-04 11:22:50.711 | + functions-common:is_suse:462 : is_opensuse 2022-04-04 11:22:50.714 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-04-04 11:22:50.716 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-04 11:22:50.718 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-04-04 11:22:50.720 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-04-04 11:22:50.723 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-04 11:22:50.725 | + lib/nova:create_nova_conf:431 : is_service_enabled n-api n-cond n-sched 2022-04-04 11:22:50.741 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:50.743 | + lib/nova:create_nova_conf:435 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-04-04 11:22:50.745 | + lib/nova:create_nova_conf:438 : local db=nova_cell0 2022-04-04 11:22:50.747 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-04-04 11:22:50.774 | ++ lib/nova:create_nova_conf:444 : database_connection_url nova_cell0 2022-04-04 11:22:50.776 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2022-04-04 11:22:50.778 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2022-04-04 11:22:50.781 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2022-04-04 11:22:50.783 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-04-04 11:22:50.785 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-04-04 11:22:50.815 | ++ lib/nova:create_nova_conf:445 : database_connection_url nova_api 2022-04-04 11:22:50.817 | ++ lib/database:database_connection_url:132 : local db=nova_api 2022-04-04 11:22:50.819 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_api 2022-04-04 11:22:50.822 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_api 2022-04-04 11:22:50.824 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-04-04 11:22:50.826 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-04-04 11:22:50.856 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf cache enabled True 2022-04-04 11:22:50.885 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-04-04 11:22:50.911 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-04-04 11:22:50.939 | + lib/nova:create_nova_conf:455 : is_service_enabled n-api 2022-04-04 11:22:50.954 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:50.956 | + lib/nova:create_nova_conf:456 : is_service_enabled n-api-meta 2022-04-04 11:22:50.971 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:50.975 | ++ lib/nova:create_nova_conf:458 : sed s/,metadata// 2022-04-04 11:22:50.975 | ++ lib/nova:create_nova_conf:458 : echo osapi_compute,metadata 2022-04-04 11:22:50.980 | + lib/nova:create_nova_conf:458 : NOVA_ENABLED_APIS=osapi_compute 2022-04-04 11:22:50.983 | + lib/nova:create_nova_conf:460 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-04-04 11:22:51.009 | + lib/nova:create_nova_conf:461 : is_service_enabled tls-proxy 2022-04-04 11:22:51.025 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:22:51.027 | + lib/nova:create_nova_conf:467 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-04-04 11:22:51.029 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/nova/nova.conf 2022-04-04 11:22:51.031 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=nova 2022-04-04 11:22:51.034 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2022-04-04 11:22:51.036 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-04-04 11:22:51.065 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-04-04 11:22:51.091 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.43/identity 2022-04-04 11:22:51.119 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-04-04 11:22:51.145 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-04-04 11:22:51.171 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-04-04 11:22:51.198 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-04-04 11:22:51.224 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-04-04 11:22:51.251 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-04-04 11:22:51.277 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-04-04 11:22:51.304 | + lib/nova:create_nova_conf:470 : is_service_enabled cinder 2022-04-04 11:22:51.320 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:51.322 | + lib/nova:create_nova_conf:471 : configure_cinder_access 2022-04-04 11:22:51.324 | + lib/nova:configure_cinder_access:592 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-04-04 11:22:51.354 | + lib/nova:configure_cinder_access:593 : iniset /etc/nova/nova.conf cinder auth_type password 2022-04-04 11:22:51.380 | + lib/nova:configure_cinder_access:594 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.43/identity 2022-04-04 11:22:51.407 | + lib/nova:configure_cinder_access:601 : iniset /etc/nova/nova.conf cinder username nova 2022-04-04 11:22:51.433 | + lib/nova:configure_cinder_access:602 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-04-04 11:22:51.459 | + lib/nova:configure_cinder_access:603 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-04-04 11:22:51.487 | + lib/nova:configure_cinder_access:604 : iniset /etc/nova/nova.conf cinder project_name service 2022-04-04 11:22:51.513 | + lib/nova:configure_cinder_access:605 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-04-04 11:22:51.539 | + lib/nova:configure_cinder_access:606 : is_service_enabled tls-proxy 2022-04-04 11:22:51.555 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:22:51.557 | + lib/nova:create_nova_conf:474 : '[' -n /opt/stack/data/nova ']' 2022-04-04 11:22:51.559 | + lib/nova:create_nova_conf:475 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-04-04 11:22:51.586 | + lib/nova:create_nova_conf:476 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-04-04 11:22:51.617 | + lib/nova:create_nova_conf:478 : '[' -n /opt/stack/data/nova/instances ']' 2022-04-04 11:22:51.619 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-04-04 11:22:51.645 | + lib/nova:create_nova_conf:481 : '[' False '!=' False ']' 2022-04-04 11:22:51.647 | + lib/nova:create_nova_conf:484 : '[' False '!=' False ']' 2022-04-04 11:22:51.650 | + lib/nova:create_nova_conf:489 : is_suse 2022-04-04 11:22:51.652 | + functions-common:is_suse:462 : is_opensuse 2022-04-04 11:22:51.654 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-04-04 11:22:51.657 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-04 11:22:51.659 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-04-04 11:22:51.661 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-04-04 11:22:51.663 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-04 11:22:51.666 | + lib/nova:create_nova_conf:494 : setup_logging /etc/nova/nova.conf 2022-04-04 11:22:51.668 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2022-04-04 11:22:51.671 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2022-04-04 11:22:51.673 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-04-04 11:22:51.689 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-04-04 11:22:51.691 | + functions:setup_systemd_logging:695 : local pidstr= 2022-04-04 11:22:51.693 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-04-04 11:22:51.695 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-04-04 11:22:51.698 | + 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-04-04 11:22:51.725 | + 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-04-04 11:22:51.751 | + 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-04-04 11:22:51.779 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-04-04 11:22:51.805 | + lib/nova:create_nova_conf:496 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-04-04 11:22:51.834 | + lib/nova:create_nova_conf:498 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-04-04 11:22:51.836 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2022-04-04 11:22:51.839 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-04-04 11:22:51.841 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2022-04-04 11:22:51.843 | + lib/apache:write_uwsgi_config:257 : local http= 2022-04-04 11:22:51.846 | + lib/apache:write_uwsgi_config:258 : local name= 2022-04-04 11:22:51.848 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2022-04-04 11:22:51.852 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2022-04-04 11:22:51.854 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-04-04 11:22:51.857 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-04-04 11:22:51.869 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-04-04 11:22:51.869 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-04-04 11:22:51.877 | d /var/run/uwsgi 0755 ubuntu root 2022-04-04 11:22:51.880 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-04-04 11:22:51.896 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-04-04 11:22:51.898 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-04-04 11:22:51.903 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-04-04 11:22:51.930 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-04-04 11:22:51.958 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-04-04 11:22:51.984 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-04-04 11:22:52.011 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-04-04 11:22:52.037 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-04-04 11:22:52.063 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-04-04 11:22:52.090 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-04-04 11:22:52.116 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-04-04 11:22:52.144 | + 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-04-04 11:22:52.170 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-04-04 11:22:52.196 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-04-04 11:22:52.222 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-04-04 11:22:52.248 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-04-04 11:22:52.251 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-04-04 11:22:52.254 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2022-04-04 11:22:52.256 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2022-04-04 11:22:52.258 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-04-04 11:22:52.261 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:22:52.263 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:22:52.266 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-04-04 11:22:52.268 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-04-04 11:22:52.270 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-04-04 11:22:52.297 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-04-04 11:22:52.324 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-04-04 11:22:52.324 | + 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-04-04 11:22:52.333 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-04-04 11:22:52.336 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2022-04-04 11:22:52.338 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2022-04-04 11:22:52.341 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-04-04 11:22:52.343 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-04-04 11:22:52.345 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-04-04 11:22:52.347 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:22:52.349 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:22:52.351 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-04-04 11:22:52.354 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-04-04 11:22:52.356 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:22:52.358 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:22:52.360 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2022-04-04 11:22:52.422 | Enabling site nova-api-wsgi. 2022-04-04 11:22:52.428 | To activate the new configuration, you need to run: 2022-04-04 11:22:52.428 | systemctl reload apache2 2022-04-04 11:22:52.432 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-04-04 11:22:52.435 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-04-04 11:22:52.437 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-04-04 11:22:52.439 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-04-04 11:22:52.569 | + lib/nova:create_nova_conf:499 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2022-04-04 11:22:52.571 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-04-04 11:22:52.574 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-04-04 11:22:52.576 | + lib/apache:write_uwsgi_config:256 : local url= 2022-04-04 11:22:52.578 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2022-04-04 11:22:52.580 | + lib/apache:write_uwsgi_config:258 : local name= 2022-04-04 11:22:52.583 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2022-04-04 11:22:52.588 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2022-04-04 11:22:52.590 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-04-04 11:22:52.592 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-04-04 11:22:52.605 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-04-04 11:22:52.605 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-04-04 11:22:52.614 | d /var/run/uwsgi 0755 ubuntu root 2022-04-04 11:22:52.617 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-04-04 11:22:52.634 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-04-04 11:22:52.637 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-04-04 11:22:52.641 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-04-04 11:22:52.670 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-04-04 11:22:52.697 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-04-04 11:22:52.723 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-04-04 11:22:52.750 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-04-04 11:22:52.776 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-04-04 11:22:52.802 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-04-04 11:22:52.829 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-04-04 11:22:52.856 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-04-04 11:22:52.883 | + 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-04-04 11:22:52.910 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-04-04 11:22:52.937 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-04-04 11:22:52.964 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-04-04 11:22:52.990 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2022-04-04 11:22:52.992 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-04-04 11:22:53.020 | + lib/nova:create_nova_conf:501 : is_service_enabled ceilometer 2022-04-04 11:22:53.035 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:22:53.038 | + lib/nova:create_nova_conf:509 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-04-04 11:22:53.068 | ++ lib/nova:create_nova_conf:510 : get_notification_url 2022-04-04 11:22:53.070 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-04-04 11:22:53.073 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-04-04 11:22:53.089 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:53.091 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2022-04-04 11:22:53.094 | + lib/nova:create_nova_conf:510 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2022-04-04 11:22:53.124 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-04-04 11:22:53.154 | + lib/nova:create_nova_conf:512 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-04-04 11:22:53.156 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-04-04 11:22:53.159 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-04-04 11:22:53.161 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-04-04 11:22:53.163 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-04-04 11:22:53.166 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-04-04 11:22:53.182 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:53.185 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-04-04 11:22:53.187 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-04-04 11:22:53.190 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-04-04 11:22:53.205 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:53.207 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2022-04-04 11:22:53.210 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2022-04-04 11:22:53.237 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-04-04 11:22:53.239 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-04-04 11:22:53.242 | + lib/nova:create_nova_conf:514 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-04-04 11:22:53.269 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-04-04 11:22:53.297 | + lib/nova:create_nova_conf:517 : iniset /etc/nova/nova.conf conductor workers 2 2022-04-04 11:22:53.327 | + lib/nova:create_nova_conf:519 : is_service_enabled tls-proxy 2022-04-04 11:22:53.342 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:22:53.345 | + lib/nova:create_nova_conf:524 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-04-04 11:22:53.372 | + lib/nova:create_nova_conf:526 : '[' True == True ']' 2022-04-04 11:22:53.375 | + lib/nova:create_nova_conf:527 : init_nova_service_user_conf 2022-04-04 11:22:53.377 | + lib/nova:init_nova_service_user_conf:728 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2022-04-04 11:22:53.410 | + lib/nova:init_nova_service_user_conf:729 : iniset /etc/nova/nova.conf service_user auth_type password 2022-04-04 11:22:53.437 | + lib/nova:init_nova_service_user_conf:730 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.43/identity 2022-04-04 11:22:53.464 | + lib/nova:init_nova_service_user_conf:731 : iniset /etc/nova/nova.conf service_user username nova 2022-04-04 11:22:53.491 | + lib/nova:init_nova_service_user_conf:732 : iniset /etc/nova/nova.conf service_user password Passw0rd 2022-04-04 11:22:53.519 | + lib/nova:init_nova_service_user_conf:733 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2022-04-04 11:22:53.546 | + lib/nova:init_nova_service_user_conf:734 : iniset /etc/nova/nova.conf service_user project_name service 2022-04-04 11:22:53.574 | + lib/nova:init_nova_service_user_conf:735 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2022-04-04 11:22:53.601 | + lib/nova:init_nova_service_user_conf:736 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2022-04-04 11:22:53.629 | + lib/nova:create_nova_conf:530 : is_service_enabled n-cond 2022-04-04 11:22:53.645 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:53.648 | ++ lib/nova:create_nova_conf:531 : seq 1 1 2022-04-04 11:22:53.653 | + lib/nova:create_nova_conf:531 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-04-04 11:22:53.655 | + lib/nova:create_nova_conf:532 : local conf 2022-04-04 11:22:53.657 | + lib/nova:create_nova_conf:533 : local vhost 2022-04-04 11:22:53.660 | ++ lib/nova:create_nova_conf:534 : conductor_conf 1 2022-04-04 11:22:53.663 | ++ lib/nova:conductor_conf:740 : local cell=1 2022-04-04 11:22:53.665 | ++ lib/nova:conductor_conf:741 : echo /etc/nova/nova_cell1.conf 2022-04-04 11:22:53.668 | + lib/nova:create_nova_conf:534 : conf=/etc/nova/nova_cell1.conf 2022-04-04 11:22:53.671 | + lib/nova:create_nova_conf:535 : vhost=nova_cell1 2022-04-04 11:22:53.673 | + lib/nova:create_nova_conf:537 : rm -f /etc/nova/nova_cell1.conf 2022-04-04 11:22:53.677 | ++ lib/nova:create_nova_conf:538 : database_connection_url nova_cell1 2022-04-04 11:22:53.680 | ++ lib/database:database_connection_url:132 : local db=nova_cell1 2022-04-04 11:22:53.682 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell1 2022-04-04 11:22:53.684 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell1 2022-04-04 11:22:53.686 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-04-04 11:22:53.689 | + lib/nova:create_nova_conf:538 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-04-04 11:22:53.727 | + lib/nova:create_nova_conf:539 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-04-04 11:22:53.758 | + lib/nova:create_nova_conf:540 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-04-04 11:22:53.788 | + lib/nova:create_nova_conf:542 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-04-04 11:22:53.791 | + lib/nova:create_nova_conf:545 : rpc_backend_add_vhost nova_cell1 2022-04-04 11:22:53.793 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-04-04 11:22:53.795 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-04-04 11:22:53.811 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:53.814 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-04-04 11:22:53.814 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-04-04 11:22:54.502 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z ']' 2022-04-04 11:22:54.504 | + lib/rpc_backend:rpc_backend_add_vhost:128 : sudo rabbitmqctl add_vhost nova_cell1 2022-04-04 11:22:55.154 | Adding vhost "nova_cell1" ... 2022-04-04 11:22:55.357 | + lib/rpc_backend:rpc_backend_add_vhost:129 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2022-04-04 11:22:56.022 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" ... 2022-04-04 11:22:56.078 | + lib/nova:create_nova_conf:546 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-04-04 11:22:56.080 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-04-04 11:22:56.082 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-04-04 11:22:56.084 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-04-04 11:22:56.087 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-04-04 11:22:56.090 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-04-04 11:22:56.106 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:56.109 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-04-04 11:22:56.111 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-04-04 11:22:56.114 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-04-04 11:22:56.129 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:56.131 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/nova_cell1 2022-04-04 11:22:56.134 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/nova_cell1 2022-04-04 11:22:56.162 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-04-04 11:22:56.164 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-04-04 11:22:56.166 | + lib/nova:create_nova_conf:550 : is_service_enabled placement placement-client 2022-04-04 11:22:56.182 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:56.184 | + lib/nova:create_nova_conf:551 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-04-04 11:22:56.187 | + lib/nova:configure_placement_nova_compute:579 : local conf=/etc/nova/nova_cell1.conf 2022-04-04 11:22:56.189 | + lib/nova:configure_placement_nova_compute:580 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-04-04 11:22:56.219 | + lib/nova:configure_placement_nova_compute:581 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.43/identity 2022-04-04 11:22:56.245 | + lib/nova:configure_placement_nova_compute:582 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-04-04 11:22:56.272 | + lib/nova:configure_placement_nova_compute:583 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-04-04 11:22:56.299 | + lib/nova:configure_placement_nova_compute:584 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-04-04 11:22:56.326 | + lib/nova:configure_placement_nova_compute:585 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-04-04 11:22:56.353 | + lib/nova:configure_placement_nova_compute:586 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-04-04 11:22:56.381 | + lib/nova:configure_placement_nova_compute:587 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-04-04 11:22:56.411 | + lib/nova:create_nova_conf:555 : setup_logging /etc/nova/nova_cell1.conf 2022-04-04 11:22:56.413 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-04-04 11:22:56.416 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2022-04-04 11:22:56.419 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-04-04 11:22:56.437 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-04-04 11:22:56.439 | + functions:setup_systemd_logging:695 : local pidstr= 2022-04-04 11:22:56.441 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-04-04 11:22:56.443 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-04-04 11:22:56.445 | + 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-04-04 11:22:56.473 | + 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-04-04 11:22:56.500 | + 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-04-04 11:22:56.528 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-04-04 11:22:56.554 | + lib/nova:create_nova_conf:562 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-04-04 11:22:56.558 | ++ lib/nova:create_nova_conf:565 : seq 1 1 2022-04-04 11:22:56.562 | + lib/nova:create_nova_conf:565 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-04-04 11:22:56.564 | + lib/nova:create_nova_conf:566 : local conf 2022-04-04 11:22:56.566 | + lib/nova:create_nova_conf:567 : local offset 2022-04-04 11:22:56.569 | ++ lib/nova:create_nova_conf:568 : conductor_conf 1 2022-04-04 11:22:56.571 | ++ lib/nova:conductor_conf:740 : local cell=1 2022-04-04 11:22:56.574 | ++ lib/nova:conductor_conf:741 : echo /etc/nova/nova_cell1.conf 2022-04-04 11:22:56.577 | + lib/nova:create_nova_conf:568 : conf=/etc/nova/nova_cell1.conf 2022-04-04 11:22:56.579 | + lib/nova:create_nova_conf:569 : offset=0 2022-04-04 11:22:56.581 | + lib/nova:create_nova_conf:570 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-04-04 11:22:56.584 | + lib/nova:configure_console_proxies:677 : local conf=/etc/nova/nova_cell1.conf 2022-04-04 11:22:56.586 | + lib/nova:configure_console_proxies:678 : local offset=0 2022-04-04 11:22:56.588 | + lib/nova:configure_console_proxies:682 : offset=0 2022-04-04 11:22:56.590 | + lib/nova:configure_console_proxies:684 : is_service_enabled n-novnc 2022-04-04 11:22:56.605 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:22:56.608 | + lib/nova:configure_console_proxies:684 : '[' False '!=' False ']' 2022-04-04 11:22:56.610 | + lib/nova:configure_console_proxies:716 : is_service_enabled n-spice 2022-04-04 11:22:56.625 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:22:56.628 | + lib/nova:configure_console_proxies:721 : is_service_enabled n-sproxy 2022-04-04 11:22:56.644 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:22:56.646 | + lib/nova:configure_nova:332 : is_service_enabled n-cpu 2022-04-04 11:22:56.662 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:22:56.665 | + ./stack.sh:main:922 : is_service_enabled placement 2022-04-04 11:22:56.681 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:22:56.684 | + ./stack.sh:main:924 : stack_install_service placement 2022-04-04 11:22:56.687 | + lib/stack:stack_install_service:20 : local service=placement 2022-04-04 11:22:56.689 | + lib/stack:stack_install_service:21 : type install_placement 2022-04-04 11:22:56.691 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-04-04 11:22:56.694 | + lib/stack:stack_install_service:32 : install_placement 2022-04-04 11:22:56.696 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-04-04 11:22:56.700 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2022-04-04 11:22:56.702 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:22:56.705 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:22:56.707 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2022-04-04 11:22:56.710 | + functions-common:install_package:1347 : update_package_repo 2022-04-04 11:22:56.712 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-04-04 11:22:56.714 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-04-04 11:22:56.717 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-04-04 11:22:56.719 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-04-04 11:22:56.722 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-04-04 11:22:56.724 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:22:56.726 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:22:56.729 | + functions-common:update_package_repo:1328 : apt_get_update 2022-04-04 11:22:56.731 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-04-04 11:22:56.735 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-04-04 11:22:56.737 | + functions-common:apt_get_update:1074 : return 2022-04-04 11:22:56.740 | + functions-common:install_package:1348 : real_install_package apache2 2022-04-04 11:22:56.742 | + functions-common:real_install_package:1333 : is_ubuntu 2022-04-04 11:22:56.745 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:22:56.747 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:22:56.750 | + functions-common:real_install_package:1334 : apt_get install apache2 2022-04-04 11:22:56.772 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2022-04-04 11:22:56.880 | Reading package lists... 2022-04-04 11:22:57.120 | Building dependency tree... 2022-04-04 11:22:57.121 | Reading state information... 2022-04-04 11:22:57.364 | apache2 is already the newest version (2.4.41-4ubuntu3.10). 2022-04-04 11:22:57.364 | The following packages were automatically installed and are no longer required: 2022-04-04 11:22:57.365 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-04 11:22:57.365 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-04 11:22:57.365 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-04 11:22:57.365 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-04 11:22:57.365 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-04 11:22:57.365 | python3-zope.interface 2022-04-04 11:22:57.365 | Use 'sudo apt autoremove' to remove them. 2022-04-04 11:22:57.476 | 0 upgraded, 0 newly installed, 0 to remove and 124 not upgraded. 2022-04-04 11:22:57.481 | + functions-common:apt_get:1118 : result=0 2022-04-04 11:22:57.483 | + functions-common:apt_get:1121 : time_stop apt-get 2022-04-04 11:22:57.486 | + functions-common:time_stop:2309 : local name 2022-04-04 11:22:57.488 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:22:57.490 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:22:57.492 | + functions-common:time_stop:2312 : local total 2022-04-04 11:22:57.495 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:22:57.497 | + functions-common:time_stop:2315 : name=apt-get 2022-04-04 11:22:57.499 | + functions-common:time_stop:2316 : start_time=1649071376769 2022-04-04 11:22:57.502 | + functions-common:time_stop:2318 : [[ -z 1649071376769 ]] 2022-04-04 11:22:57.505 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:22:57.509 | + functions-common:time_stop:2321 : end_time=1649071377506 2022-04-04 11:22:57.512 | + functions-common:time_stop:2322 : elapsed_time=737 2022-04-04 11:22:57.514 | + functions-common:time_stop:2323 : total=509854 2022-04-04 11:22:57.516 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:22:57.519 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=510591 2022-04-04 11:22:57.521 | + functions-common:apt_get:1122 : return 0 2022-04-04 11:22:57.523 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2022-04-04 11:22:57.526 | + functions-common:is_package_installed:1356 : [[ -z libapache2-mod-wsgi ]] 2022-04-04 11:22:57.529 | + functions-common:is_package_installed:1360 : [[ -z deb ]] 2022-04-04 11:22:57.531 | + functions-common:is_package_installed:1364 : [[ deb = \d\e\b ]] 2022-04-04 11:22:57.534 | + functions-common:is_package_installed:1365 : dpkg -s libapache2-mod-wsgi 2022-04-04 11:22:57.556 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2022-04-04 11:22:57.558 | + functions-common:install_package:1347 : update_package_repo 2022-04-04 11:22:57.561 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-04-04 11:22:57.563 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-04-04 11:22:57.566 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-04-04 11:22:57.568 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-04-04 11:22:57.570 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-04-04 11:22:57.573 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:22:57.575 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:22:57.578 | + functions-common:update_package_repo:1328 : apt_get_update 2022-04-04 11:22:57.580 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-04-04 11:22:57.582 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-04-04 11:22:57.585 | + functions-common:apt_get_update:1074 : return 2022-04-04 11:22:57.587 | + functions-common:install_package:1348 : real_install_package libapache2-mod-wsgi-py3 2022-04-04 11:22:57.590 | + functions-common:real_install_package:1333 : is_ubuntu 2022-04-04 11:22:57.592 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:22:57.595 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:22:57.597 | + functions-common:real_install_package:1334 : apt_get install libapache2-mod-wsgi-py3 2022-04-04 11:22:57.619 | + functions-common:apt_get:1114 : 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-04-04 11:22:57.729 | Reading package lists... 2022-04-04 11:22:57.966 | Building dependency tree... 2022-04-04 11:22:57.968 | Reading state information... 2022-04-04 11:22:58.213 | The following packages were automatically installed and are no longer required: 2022-04-04 11:22:58.214 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-04-04 11:22:58.214 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-04-04 11:22:58.214 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-04-04 11:22:58.215 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-04-04 11:22:58.215 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-04-04 11:22:58.215 | python3-zope.interface 2022-04-04 11:22:58.215 | Use 'sudo apt autoremove' to remove them. 2022-04-04 11:22:58.280 | The following NEW packages will be installed: 2022-04-04 11:22:58.281 | libapache2-mod-wsgi-py3 2022-04-04 11:22:58.405 | 0 upgraded, 1 newly installed, 0 to remove and 124 not upgraded. 2022-04-04 11:22:58.405 | Need to get 93.3 kB of archives. 2022-04-04 11:22:58.405 | After this operation, 300 kB of additional disk space will be used. 2022-04-04 11:22:58.405 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapache2-mod-wsgi-py3 amd64 4.6.8-1ubuntu3 [93.3 kB] 2022-04-04 11:22:59.101 | Fetched 93.3 kB in 0s (359 kB/s) 2022-04-04 11:22:59.290 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2022-04-04 11:22:59.342 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 91051 files and directories currently installed.) 2022-04-04 11:22:59.346 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.6.8-1ubuntu3_amd64.deb ... 2022-04-04 11:22:59.375 | Unpacking libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3) ... 2022-04-04 11:22:59.697 | Setting up libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3) ... 2022-04-04 11:23:00.061 | apache2_invoke: Enable module wsgi 2022-04-04 11:23:08.664 | + functions-common:apt_get:1118 : result=0 2022-04-04 11:23:08.667 | + functions-common:apt_get:1121 : time_stop apt-get 2022-04-04 11:23:08.669 | + functions-common:time_stop:2309 : local name 2022-04-04 11:23:08.672 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:23:08.675 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:23:08.678 | + functions-common:time_stop:2312 : local total 2022-04-04 11:23:08.683 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:23:08.685 | + functions-common:time_stop:2315 : name=apt-get 2022-04-04 11:23:08.687 | + functions-common:time_stop:2316 : start_time=1649071377616 2022-04-04 11:23:08.689 | + functions-common:time_stop:2318 : [[ -z 1649071377616 ]] 2022-04-04 11:23:08.692 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:23:08.697 | + functions-common:time_stop:2321 : end_time=1649071388694 2022-04-04 11:23:08.699 | + functions-common:time_stop:2322 : elapsed_time=11078 2022-04-04 11:23:08.702 | + functions-common:time_stop:2323 : total=510591 2022-04-04 11:23:08.704 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:23:08.706 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=521669 2022-04-04 11:23:08.709 | + functions-common:apt_get:1122 : return 0 2022-04-04 11:23:08.711 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2022-04-04 11:23:08.713 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2022-04-04 11:23:08.716 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-04-04 11:23:08.718 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:23:08.721 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:23:08.723 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-04-04 11:23:08.725 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2022-04-04 11:23:08.781 | wsgi (enabled by maintainer script) 2022-04-04 11:23:08.784 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-04-04 11:23:08.787 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-04-04 11:23:08.789 | + inc/python:pip_install_gr:77 : local clean_name 2022-04-04 11:23:08.792 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-04-04 11:23:08.795 | ++ inc/python:get_from_global_requirements:225 : local package=osc-placement 2022-04-04 11:23:08.797 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-04-04 11:23:08.801 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-04-04 11:23:08.801 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-04-04 11:23:08.806 | ++ inc/python:get_from_global_requirements:227 : required_pkg='osc-placement ' 2022-04-04 11:23:08.809 | ++ inc/python:get_from_global_requirements:228 : [[ osc-placement == '' ]] 2022-04-04 11:23:08.812 | ++ inc/python:get_from_global_requirements:231 : echo osc-placement 2022-04-04 11:23:08.814 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-04-04 11:23:08.817 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-04-04 11:23:08.839 | Using python 3.8 to install osc-placement 2022-04-04 11:23:08.841 | + 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-04-04 11:23:09.652 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:23:09.652 | from cryptography.utils import int_from_bytes 2022-04-04 11:23:09.652 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:23:09.652 | from cryptography.utils import int_from_bytes 2022-04-04 11:23:10.967 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:23:11.041 | Collecting osc-placement 2022-04-04 11:23:11.049 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c6d/5a64a2d64386f/osc_placement-3.1.1-py3-none-any.whl (63 kB) 2022-04-04 11:23:11.056 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.1/63.1 KB 52.3 MB/s eta 0:00:00 2022-04-04 11:23:11.072 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.10.1) 2022-04-04 11:23:11.074 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (5.6.0) 2022-04-04 11:23:11.075 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (2.4.2) 2022-04-04 11:23:11.076 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (3.17.5) 2022-04-04 11:23:11.078 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (1.16.0) 2022-04-04 11:23:11.079 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.4.0) 2022-04-04 11:23:11.141 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.26.0) 2022-04-04 11:23:11.143 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (0.1.16) 2022-04-04 11:23:11.144 | 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-04-04 11:23:11.146 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (3.4.0) 2022-04-04 11:23:11.159 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (3.9.0) 2022-04-04 11:23:11.162 | 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-04-04 11:23:11.163 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (0.59.0) 2022-04-04 11:23:11.178 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2021.1) 2022-04-04 11:23:11.180 | 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-04-04 11:23:11.181 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.3.0) 2022-04-04 11:23:11.183 | 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-04-04 11:23:11.184 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (21.0) 2022-04-04 11:23:11.186 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.4.7) 2022-04-04 11:23:11.212 | 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.4.0) 2022-04-04 11:23:11.214 | 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) (0.7.2) 2022-04-04 11:23:11.215 | 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) (5.4.1) 2022-04-04 11:23:11.217 | 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.1.2) 2022-04-04 11:23:11.229 | 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.12.1) 2022-04-04 11:23:11.268 | 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-04-04 11:23:11.270 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (0.10.0) 2022-04-04 11:23:11.271 | 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.0.9) 2022-04-04 11:23:11.274 | 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-04-04 11:23:11.276 | 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) (3.4.8) 2022-04-04 11:23:11.278 | 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-04-04 11:23:11.279 | 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-04-04 11:23:11.280 | 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-04-04 11:23:11.369 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2021.5.30) 2022-04-04 11:23:11.372 | 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.4) 2022-04-04 11:23:11.374 | 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.6) 2022-04-04 11:23:11.377 | 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.2) 2022-04-04 11:23:11.472 | 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-04-04 11:23:11.473 | 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.2.0) 2022-04-04 11:23:11.475 | 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-04-04 11:23:11.476 | Requirement already satisfied: colorama>=0.3.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.4.4) 2022-04-04 11:23:11.522 | 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.14.6) 2022-04-04 11:23:11.564 | 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.1) 2022-04-04 11:23:11.717 | 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.20) 2022-04-04 11:23:13.758 | Installing collected packages: osc-placement 2022-04-04 11:23:14.034 | Successfully installed osc-placement-3.1.1 2022-04-04 11:23:14.034 | 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-04-04 11:23:14.181 | + inc/python:pip_install:200 : result=0 2022-04-04 11:23:14.184 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:23:14.186 | + functions-common:time_stop:2309 : local name 2022-04-04 11:23:14.188 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:23:14.191 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:23:14.193 | + functions-common:time_stop:2312 : local total 2022-04-04 11:23:14.196 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:23:14.198 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:23:14.200 | + functions-common:time_stop:2316 : start_time=1649071388833 2022-04-04 11:23:14.203 | + functions-common:time_stop:2318 : [[ -z 1649071388833 ]] 2022-04-04 11:23:14.206 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:23:14.210 | + functions-common:time_stop:2321 : end_time=1649071394208 2022-04-04 11:23:14.213 | + functions-common:time_stop:2322 : elapsed_time=5375 2022-04-04 11:23:14.215 | + functions-common:time_stop:2323 : total=239740 2022-04-04 11:23:14.217 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:23:14.220 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=245115 2022-04-04 11:23:14.222 | + inc/python:pip_install:203 : return 0 2022-04-04 11:23:14.225 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement stable/xena 2022-04-04 11:23:14.227 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/placement.git 2022-04-04 11:23:14.230 | + functions-common:git_clone:524 : local git_dest=/opt/stack/placement 2022-04-04 11:23:14.232 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-04-04 11:23:14.235 | + functions-common:git_clone:526 : local orig_dir 2022-04-04 11:23:14.238 | ++ functions-common:git_clone:527 : pwd 2022-04-04 11:23:14.240 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-04-04 11:23:14.243 | + functions-common:git_clone:528 : local git_clone_flags= 2022-04-04 11:23:14.246 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-04-04 11:23:14.263 | + functions-common:git_clone:530 : RECLONE=False 2022-04-04 11:23:14.265 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-04-04 11:23:14.267 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-04-04 11:23:14.270 | + functions-common:git_clone:544 : echo stable/xena 2022-04-04 11:23:14.270 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-04-04 11:23:14.276 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/placement ]] 2022-04-04 11:23:14.278 | + functions-common:git_clone:559 : [[ False = \T\r\u\e ]] 2022-04-04 11:23:14.281 | + functions-common:git_clone:565 : git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/xena 2022-04-04 11:23:14.283 | + functions-common:git_timed:617 : local count=0 2022-04-04 11:23:14.285 | + functions-common:git_timed:618 : local timeout=0 2022-04-04 11:23:14.288 | + functions-common:git_timed:620 : [[ -n 0 ]] 2022-04-04 11:23:14.290 | + functions-common:git_timed:621 : timeout=0 2022-04-04 11:23:14.293 | + functions-common:git_timed:624 : time_start git_timed 2022-04-04 11:23:14.295 | + functions-common:time_start:2295 : local name=git_timed 2022-04-04 11:23:14.297 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:23:14.299 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:23:14.302 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:23:14.306 | + functions-common:time_start:2300 : _TIME_START[$name]=1649071394304 2022-04-04 11:23:14.309 | + functions-common:git_timed:625 : timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/xena 2022-04-04 11:23:14.312 | Cloning into '/opt/stack/placement'... 2022-04-04 11:23:25.259 | + functions-common:git_timed:639 : time_stop git_timed 2022-04-04 11:23:25.262 | + functions-common:time_stop:2309 : local name 2022-04-04 11:23:25.265 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:23:25.267 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:23:25.269 | + functions-common:time_stop:2312 : local total 2022-04-04 11:23:25.271 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:23:25.274 | + functions-common:time_stop:2315 : name=git_timed 2022-04-04 11:23:25.276 | + functions-common:time_stop:2316 : start_time=1649071394304 2022-04-04 11:23:25.278 | + functions-common:time_stop:2318 : [[ -z 1649071394304 ]] 2022-04-04 11:23:25.281 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:23:25.285 | + functions-common:time_stop:2321 : end_time=1649071405283 2022-04-04 11:23:25.287 | + functions-common:time_stop:2322 : elapsed_time=10979 2022-04-04 11:23:25.290 | + functions-common:time_stop:2323 : total=0 2022-04-04 11:23:25.292 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:23:25.294 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=10979 2022-04-04 11:23:25.297 | + functions-common:git_clone:592 : cd /opt/stack/placement 2022-04-04 11:23:25.300 | + functions-common:git_clone:593 : git show --oneline 2022-04-04 11:23:25.300 | + functions-common:git_clone:593 : head -1 2022-04-04 11:23:25.303 | 7422ed4d Use 'functional-without-sample-db-tests' tox env for placement nova job 2022-04-04 11:23:25.305 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-04-04 11:23:25.308 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-04-04 11:23:25.311 | + inc/python:setup_develop:338 : local bindep 2022-04-04 11:23:25.313 | + inc/python:setup_develop:339 : [[ /opt/stack/placement == -bindep* ]] 2022-04-04 11:23:25.315 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/placement 2022-04-04 11:23:25.318 | + inc/python:setup_develop:344 : local extras= 2022-04-04 11:23:25.320 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-04-04 11:23:25.323 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-04-04 11:23:25.325 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/placement == -bindep* ]] 2022-04-04 11:23:25.328 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/placement 2022-04-04 11:23:25.330 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-04-04 11:23:25.332 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-04-04 11:23:25.335 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/placement 2022-04-04 11:23:25.338 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-04-04 11:23:25.341 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/placement 2022-04-04 11:23:25.343 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-04-04 11:23:25.345 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-04-04 11:23:25.348 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-04-04 11:23:25.354 | + inc/python:_setup_package_with_constraints_edit:385 : name=openstack-placement 2022-04-04 11:23:25.357 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2022-04-04 11:23:25.972 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/placement -e 2022-04-04 11:23:25.975 | + inc/python:setup_package:418 : local bindep=0 2022-04-04 11:23:25.977 | + inc/python:setup_package:419 : local bindep_flag= 2022-04-04 11:23:25.980 | + inc/python:setup_package:420 : local bindep_profiles= 2022-04-04 11:23:25.983 | + inc/python:setup_package:421 : [[ /opt/stack/placement == -bindep* ]] 2022-04-04 11:23:25.985 | + inc/python:setup_package:426 : local project_dir=/opt/stack/placement 2022-04-04 11:23:25.987 | + inc/python:setup_package:427 : local flags=-e 2022-04-04 11:23:25.990 | + inc/python:setup_package:428 : local extras= 2022-04-04 11:23:25.992 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-04-04 11:23:25.995 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-04-04 11:23:25.997 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-04-04 11:23:25.999 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-04-04 11:23:26.002 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-04-04 11:23:26.004 | + inc/python:setup_package:446 : pip_install -e /opt/stack/placement 2022-04-04 11:23:26.025 | Using python 3.8 to install /opt/stack/placement 2022-04-04 11:23:26.027 | + 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-04-04 11:23:26.836 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:23:26.836 | from cryptography.utils import int_from_bytes 2022-04-04 11:23:26.837 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:23:26.837 | from cryptography.utils import int_from_bytes 2022-04-04 11:23:28.142 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:23:28.151 | Obtaining file:///opt/stack/placement 2022-04-04 11:23:28.152 | Preparing metadata (setup.py): started 2022-04-04 11:23:29.467 | Preparing metadata (setup.py): finished with status 'done' 2022-04-04 11:23:29.605 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (5.6.0) 2022-04-04 11:23:29.607 | Requirement already satisfied: SQLAlchemy>=1.2.19 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (1.4.23) 2022-04-04 11:23:29.608 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (9.3.0) 2022-04-04 11:23:29.609 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (2.5.1) 2022-04-04 11:23:29.611 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (1.8.7) 2022-04-04 11:23:29.612 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from openstack-placement==6.0.1.dev1) (3.2.0) 2022-04-04 11:23:29.613 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (2.26.0) 2022-04-04 11:23:29.616 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (57.4.0) 2022-04-04 11:23:29.617 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (4.4.1) 2022-04-04 11:23:29.618 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (8.7.1) 2022-04-04 11:23:29.620 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (3.3.2) 2022-04-04 11:23:29.621 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (4.6.0) 2022-04-04 11:23:29.623 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (4.2.0) 2022-04-04 11:23:29.624 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (4.10.1) 2022-04-04 11:23:29.626 | Requirement already satisfied: oslo.db>=4.40.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (11.0.0) 2022-04-04 11:23:29.627 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (3.8.3) 2022-04-04 11:23:29.629 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (4.4.0) 2022-04-04 11:23:29.630 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (1.4.0) 2022-04-04 11:23:29.631 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (1.1.0) 2022-04-04 11:23:29.633 | Requirement already satisfied: os-traits>=2.6.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (2.6.0) 2022-04-04 11:23:29.634 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (1.0.1) 2022-04-04 11:23:29.700 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (3.1.1) 2022-04-04 11:23:29.703 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (2.8.2) 2022-04-04 11:23:29.705 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (4.3.0) 2022-04-04 11:23:29.707 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (4.4.0) 2022-04-04 11:23:29.709 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (1.16.0) 2022-04-04 11:23:29.710 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (5.1.0) 2022-04-04 11:23:29.731 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==6.0.1.dev1) (0.14.1) 2022-04-04 11:23:29.772 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (0.8.0) 2022-04-04 11:23:29.774 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (3.4.0) 2022-04-04 11:23:29.775 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (5.4.1) 2022-04-04 11:23:29.776 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (2.3.0) 2022-04-04 11:23:29.778 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (1.5.0) 2022-04-04 11:23:29.858 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (0.13.0) 2022-04-04 11:23:29.860 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (1.7.1) 2022-04-04 11:23:29.862 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (0.5.0) 2022-04-04 11:23:29.864 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (2.0.1) 2022-04-04 11:23:29.907 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==6.0.1.dev1) (2.8.2) 2022-04-04 11:23:29.911 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==6.0.1.dev1) (0.9.6) 2022-04-04 11:23:29.929 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (3.2.0) 2022-04-04 11:23:29.931 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (3.3.0) 2022-04-04 11:23:29.933 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (3.0.1) 2022-04-04 11:23:29.958 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==6.0.1.dev1) (1.0.2) 2022-04-04 11:23:29.961 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==6.0.1.dev1) (2021.1) 2022-04-04 11:23:29.974 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==6.0.1.dev1) (0.7.2) 2022-04-04 11:23:29.991 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.0.1.dev1) (0.11.0) 2022-04-04 11:23:29.994 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.0.1.dev1) (2.4.7) 2022-04-04 11:23:29.995 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.0.1.dev1) (21.0) 2022-04-04 11:23:29.997 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.0.1.dev1) (0.1.16) 2022-04-04 11:23:30.039 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.0.1.dev1) (2021.5.30) 2022-04-04 11:23:30.042 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.0.1.dev1) (3.2) 2022-04-04 11:23:30.044 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.0.1.dev1) (2.0.4) 2022-04-04 11:23:30.046 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.0.1.dev1) (1.26.6) 2022-04-04 11:23:30.063 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->openstack-placement==6.0.1.dev1) (0.7) 2022-04-04 11:23:30.190 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.2.19->openstack-placement==6.0.1.dev1) (1.1.1) 2022-04-04 11:23:30.228 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (1.1.5) 2022-04-04 11:23:30.230 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (5.2.2) 2022-04-04 11:23:30.248 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (1.14.6) 2022-04-04 11:23:30.285 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (1.12.1) 2022-04-04 11:23:30.298 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->openstack-placement==6.0.1.dev1) (1.6) 2022-04-04 11:23:30.344 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (2.0.1) 2022-04-04 11:23:30.411 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (1.7.0) 2022-04-04 11:23:30.494 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (1.1.5) 2022-04-04 11:23:30.725 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (0.5.2) 2022-04-04 11:23:30.726 | Requirement already satisfied: decorator in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (5.0.9) 2022-04-04 11:23:30.727 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (0.4.1) 2022-04-04 11:23:30.804 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (2.5.0) 2022-04-04 11:23:30.856 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (2.20) 2022-04-04 11:23:31.023 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (3.5.0) 2022-04-04 11:23:31.088 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (1.0.0) 2022-04-04 11:23:31.090 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (3.0.0) 2022-04-04 11:23:32.932 | Installing collected packages: openstack-placement 2022-04-04 11:23:32.934 | Running setup.py develop for openstack-placement 2022-04-04 11:23:35.006 | Successfully installed openstack-placement 2022-04-04 11:23:35.006 | 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-04-04 11:23:35.155 | + inc/python:pip_install:200 : result=0 2022-04-04 11:23:35.157 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:23:35.159 | + functions-common:time_stop:2309 : local name 2022-04-04 11:23:35.162 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:23:35.164 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:23:35.166 | + functions-common:time_stop:2312 : local total 2022-04-04 11:23:35.168 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:23:35.170 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:23:35.172 | + functions-common:time_stop:2316 : start_time=1649071406020 2022-04-04 11:23:35.175 | + functions-common:time_stop:2318 : [[ -z 1649071406020 ]] 2022-04-04 11:23:35.177 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:23:35.181 | + functions-common:time_stop:2321 : end_time=1649071415179 2022-04-04 11:23:35.183 | + functions-common:time_stop:2322 : elapsed_time=9159 2022-04-04 11:23:35.186 | + functions-common:time_stop:2323 : total=245115 2022-04-04 11:23:35.188 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:23:35.190 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=254274 2022-04-04 11:23:35.192 | + inc/python:pip_install:203 : return 0 2022-04-04 11:23:35.195 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-04-04 11:23:35.197 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-04-04 11:23:35.200 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-04-04 11:23:35.219 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-04-04 11:23:35.240 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/placement 2022-04-04 11:23:35.243 | + inc/python:use_library_from_git:250 : local name=/opt/stack/placement 2022-04-04 11:23:35.245 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:23:35.247 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:23:35.250 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-04-04 11:23:35.252 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:23:35.255 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-04-04 11:23:35.257 | + ./stack.sh:main:925 : configure_placement 2022-04-04 11:23:35.260 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-04-04 11:23:35.273 | + lib/placement:configure_placement:107 : create_placement_conf 2022-04-04 11:23:35.275 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-04-04 11:23:35.280 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-04-04 11:23:35.282 | ++ lib/database:database_connection_url:132 : local db=placement 2022-04-04 11:23:35.286 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql placement 2022-04-04 11:23:35.289 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=placement 2022-04-04 11:23:35.291 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2022-04-04 11:23:35.294 | + lib/placement:create_placement_conf:97 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2022-04-04 11:23:35.326 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-04-04 11:23:35.357 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-04-04 11:23:35.389 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-04-04 11:23:35.391 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/placement/placement.conf 2022-04-04 11:23:35.393 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=placement 2022-04-04 11:23:35.396 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2022-04-04 11:23:35.398 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-04-04 11:23:35.429 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-04-04 11:23:35.457 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.43/identity 2022-04-04 11:23:35.486 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-04-04 11:23:35.515 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-04-04 11:23:35.544 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-04-04 11:23:35.572 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-04-04 11:23:35.600 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-04-04 11:23:35.629 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-04-04 11:23:35.661 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-04-04 11:23:35.689 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-04-04 11:23:35.692 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2022-04-04 11:23:35.694 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2022-04-04 11:23:35.697 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-04-04 11:23:35.714 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-04-04 11:23:35.717 | + functions:setup_systemd_logging:695 : local pidstr= 2022-04-04 11:23:35.719 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-04-04 11:23:35.722 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-04-04 11:23:35.724 | + 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-04-04 11:23:35.753 | + 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-04-04 11:23:35.781 | + 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-04-04 11:23:35.810 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-04-04 11:23:35.838 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-04-04 11:23:35.840 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-04-04 11:23:35.843 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2022-04-04 11:23:35.845 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2022-04-04 11:23:35.848 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2022-04-04 11:23:35.850 | + lib/apache:write_uwsgi_config:257 : local http= 2022-04-04 11:23:35.853 | + lib/apache:write_uwsgi_config:258 : local name= 2022-04-04 11:23:35.856 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2022-04-04 11:23:35.860 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2022-04-04 11:23:35.863 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-04-04 11:23:35.865 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-04-04 11:23:35.877 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-04-04 11:23:35.878 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-04-04 11:23:35.886 | d /var/run/uwsgi 0755 ubuntu root 2022-04-04 11:23:35.890 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-04-04 11:23:35.906 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2022-04-04 11:23:35.909 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2022-04-04 11:23:35.913 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-04-04 11:23:35.942 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-04-04 11:23:35.972 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-04-04 11:23:36.001 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-04-04 11:23:36.030 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-04-04 11:23:36.058 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-04-04 11:23:36.086 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-04-04 11:23:36.114 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-04-04 11:23:36.142 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-04-04 11:23:36.170 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-04-04 11:23:36.198 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-04-04 11:23:36.226 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-04-04 11:23:36.254 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-04-04 11:23:36.282 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-04-04 11:23:36.285 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-04-04 11:23:36.288 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2022-04-04 11:23:36.290 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2022-04-04 11:23:36.293 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-04-04 11:23:36.295 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:23:36.297 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:23:36.300 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2022-04-04 11:23:36.303 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-04-04 11:23:36.305 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-04-04 11:23:36.337 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-04-04 11:23:36.365 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2022-04-04 11:23:36.365 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-04-04 11:23:36.374 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-04-04 11:23:36.378 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2022-04-04 11:23:36.380 | + lib/apache:enable_apache_site:203 : local site=placement-api 2022-04-04 11:23:36.382 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-04-04 11:23:36.385 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-04-04 11:23:36.390 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-04-04 11:23:36.392 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:23:36.395 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:23:36.397 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-04-04 11:23:36.399 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-04-04 11:23:36.402 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:23:36.404 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:23:36.407 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2022-04-04 11:23:36.468 | Enabling site placement-api. 2022-04-04 11:23:36.473 | To activate the new configuration, you need to run: 2022-04-04 11:23:36.473 | systemctl reload apache2 2022-04-04 11:23:36.478 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-04-04 11:23:36.480 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-04-04 11:23:36.483 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-04-04 11:23:36.485 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-04-04 11:23:36.624 | + ./stack.sh:main:932 : is_service_enabled placement placement-client 2022-04-04 11:23:36.644 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:23:36.646 | + ./stack.sh:main:933 : is_service_enabled n-cpu 2022-04-04 11:23:36.666 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:23:36.669 | + ./stack.sh:main:933 : is_service_enabled n-sch 2022-04-04 11:23:36.687 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:23:36.689 | + ./stack.sh:main:934 : configure_placement_nova_compute 2022-04-04 11:23:36.691 | + lib/nova:configure_placement_nova_compute:579 : local conf=/etc/nova/nova.conf 2022-04-04 11:23:36.694 | + lib/nova:configure_placement_nova_compute:580 : iniset /etc/nova/nova.conf placement auth_type password 2022-04-04 11:23:36.726 | + lib/nova:configure_placement_nova_compute:581 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.43/identity 2022-04-04 11:23:36.754 | + lib/nova:configure_placement_nova_compute:582 : iniset /etc/nova/nova.conf placement username placement 2022-04-04 11:23:36.783 | + lib/nova:configure_placement_nova_compute:583 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-04-04 11:23:36.812 | + lib/nova:configure_placement_nova_compute:584 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-04-04 11:23:36.841 | + lib/nova:configure_placement_nova_compute:585 : iniset /etc/nova/nova.conf placement project_name service 2022-04-04 11:23:36.869 | + lib/nova:configure_placement_nova_compute:586 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-04-04 11:23:36.898 | + lib/nova:configure_placement_nova_compute:587 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-04-04 11:23:36.926 | + ./stack.sh:main:938 : is_service_enabled horizon 2022-04-04 11:23:36.943 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:23:36.945 | + ./stack.sh:main:943 : is_service_enabled tls-proxy 2022-04-04 11:23:36.962 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:23:36.965 | + ./stack.sh:main:951 : run_phase stack install 2022-04-04 11:23:36.968 | + functions-common:run_phase:1737 : local mode=stack 2022-04-04 11:23:36.970 | + functions-common:run_phase:1738 : local phase=install 2022-04-04 11:23:36.972 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-04-04 11:23:36.975 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-04-04 11:23:36.977 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-04-04 11:23:36.980 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-04-04 11:23:36.982 | + functions-common:run_phase:1747 : local extra 2022-04-04 11:23:36.985 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-04-04 11:23:36.989 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-04-04 11:23:36.992 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-04-04 11:23:36.994 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-04-04 11:23:36.997 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-04-04 11:23:37.000 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-04-04 11:23:37.021 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:23:37.023 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-04-04 11:23:37.025 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-04-04 11:23:37.027 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-04-04 11:23:37.030 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-04-04 11:23:37.032 | ++ ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:23:37.034 | ++ ./stack.sh:echo_summary:432 : echo -e Installing Tempest 2022-04-04 11:23:37.036 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2022-04-04 11:23:37.038 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2022-04-04 11:23:37.098 | ++ inc/async:async_inner:63 : install_tempest 2022-04-04 11:23:37.134 | [17761 Async install_tempest:77817]: running: install_tempest 2022-04-04 11:23:37.137 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-04-04 11:23:37.140 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-04-04 11:23:37.143 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2022-04-04 11:23:37.145 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-04-04 11:23:37.147 | + functions-common:run_phase:1764 : run_plugins stack install 2022-04-04 11:23:37.150 | + functions-common:run_plugins:1723 : local mode=stack 2022-04-04 11:23:37.153 | + functions-common:run_plugins:1724 : local phase=install 2022-04-04 11:23:37.156 | + functions-common:run_plugins:1726 : local plugins= 2022-04-04 11:23:37.159 | + functions-common:run_plugins:1727 : local plugin 2022-04-04 11:23:37.161 | + ./stack.sh:main:954 : use_library_from_git python-openstackclient 2022-04-04 11:23:37.164 | + inc/python:use_library_from_git:250 : local name=python-openstackclient 2022-04-04 11:23:37.167 | + inc/python:use_library_from_git:251 : local enabled=1 2022-04-04 11:23:37.169 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-04-04 11:23:37.172 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-openstackclient, ]] 2022-04-04 11:23:37.174 | + inc/python:use_library_from_git:253 : return 1 2022-04-04 11:23:37.177 | + ./stack.sh:main:958 : pip_install_gr python-openstackclient 2022-04-04 11:23:37.179 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2022-04-04 11:23:37.182 | + inc/python:pip_install_gr:77 : local clean_name 2022-04-04 11:23:37.186 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2022-04-04 11:23:37.188 | ++ inc/python:get_from_global_requirements:225 : local package=python-openstackclient 2022-04-04 11:23:37.191 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-04-04 11:23:37.195 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-04-04 11:23:37.197 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2022-04-04 11:23:37.203 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-openstackclient ' 2022-04-04 11:23:37.206 | ++ inc/python:get_from_global_requirements:228 : [[ python-openstackclient == '' ]] 2022-04-04 11:23:37.208 | ++ inc/python:get_from_global_requirements:231 : echo python-openstackclient 2022-04-04 11:23:37.211 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2022-04-04 11:23:37.214 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2022-04-04 11:23:37.235 | Using python 3.8 to install python-openstackclient 2022-04-04 11:23:37.237 | + 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-04-04 11:23:38.059 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:23:38.060 | from cryptography.utils import int_from_bytes 2022-04-04 11:23:38.060 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:23:38.060 | from cryptography.utils import int_from_bytes 2022-04-04 11:23:39.364 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:23:39.490 | Collecting python-openstackclient 2022-04-04 11:23:39.500 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/eb8/97db56787f64c/python_openstackclient-5.6.0-py3-none-any.whl (972 kB) 2022-04-04 11:23:39.521 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 972.2/972.2 KB 60.6 MB/s eta 0:00:00 2022-04-04 11:23:39.557 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.4.0) 2022-04-04 11:23:39.559 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (2.4.2) 2022-04-04 11:23:39.561 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.9.0) 2022-04-04 11:23:39.562 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.1.0) 2022-04-04 11:23:39.563 | Requirement already satisfied: openstacksdk>=0.56.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.59.0) 2022-04-04 11:23:39.565 | Requirement already satisfied: python-novaclient>=17.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (17.6.0) 2022-04-04 11:23:39.566 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.6.0) 2022-04-04 11:23:39.568 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (8.1.0) 2022-04-04 11:23:39.569 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.1.16) 2022-04-04 11:23:39.570 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.3.0) 2022-04-04 11:23:39.572 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.10.1) 2022-04-04 11:23:39.585 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (5.4.1) 2022-04-04 11:23:39.587 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.7.2) 2022-04-04 11:23:39.588 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.1.2) 2022-04-04 11:23:39.590 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.7) 2022-04-04 11:23:39.591 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.4.0) 2022-04-04 11:23:39.618 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.4.4) 2022-04-04 11:23:39.619 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (0.10.0) 2022-04-04 11:23:39.621 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (5.0.9) 2022-04-04 11:23:39.623 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.4.0) 2022-04-04 11:23:39.624 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.1.5) 2022-04-04 11:23:39.625 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (4.4.0) 2022-04-04 11:23:39.627 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (2.5.0) 2022-04-04 11:23:39.628 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (0.11.0) 2022-04-04 11:23:39.630 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.7.0) 2022-04-04 11:23:39.631 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.32) 2022-04-04 11:23:39.633 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (3.4.8) 2022-04-04 11:23:39.649 | 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.5) 2022-04-04 11:23:39.667 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.3.0) 2022-04-04 11:23:39.669 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2021.1) 2022-04-04 11:23:39.671 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (21.0) 2022-04-04 11:23:39.673 | 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-04-04 11:23:39.696 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.26.0) 2022-04-04 11:23:39.714 | 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-04-04 11:23:39.716 | 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.2.0) 2022-04-04 11:23:39.719 | 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.7.1) 2022-04-04 11:23:39.842 | 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-04-04 11:23:39.843 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.4.4) 2022-04-04 11:23:39.845 | 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-04-04 11:23:39.846 | 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.2.0) 2022-04-04 11:23:39.891 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.56.0->python-openstackclient) (1.14.6) 2022-04-04 11:23:39.906 | 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.12.1) 2022-04-04 11:23:39.940 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.56.0->python-openstackclient) (2.1) 2022-04-04 11:23:40.121 | 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-04-04 11:23:40.138 | 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.2) 2022-04-04 11:23:40.230 | 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.2) 2022-04-04 11:23:40.232 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2021.5.30) 2022-04-04 11:23:40.240 | 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.6) 2022-04-04 11:23:40.240 | 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.4) 2022-04-04 11:23:40.360 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.56.0->python-openstackclient) (2.20) 2022-04-04 11:23:42.480 | Installing collected packages: python-openstackclient 2022-04-04 11:23:44.032 | WARNING: Ignoring invalid distribution -istlib (/usr/local/lib/python3.8/dist-packages) 2022-04-04 11:23:44.033 | Successfully installed python-openstackclient-5.6.0 2022-04-04 11:23:44.033 | 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-04-04 11:23:44.189 | + inc/python:pip_install:200 : result=0 2022-04-04 11:23:44.192 | + inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:23:44.194 | + functions-common:time_stop:2309 : local name 2022-04-04 11:23:44.197 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:23:44.199 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:23:44.202 | + functions-common:time_stop:2312 : local total 2022-04-04 11:23:44.204 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:23:44.206 | + functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:23:44.208 | + functions-common:time_stop:2316 : start_time=1649071417229 2022-04-04 11:23:44.211 | + functions-common:time_stop:2318 : [[ -z 1649071417229 ]] 2022-04-04 11:23:44.214 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:23:44.218 | + functions-common:time_stop:2321 : end_time=1649071424216 2022-04-04 11:23:44.221 | + functions-common:time_stop:2322 : elapsed_time=6987 2022-04-04 11:23:44.223 | + functions-common:time_stop:2323 : total=254274 2022-04-04 11:23:44.225 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:23:44.227 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=261261 2022-04-04 11:23:44.230 | + inc/python:pip_install:203 : return 0 2022-04-04 11:23:44.232 | + ./stack.sh:main:963 : install_oscwrap 2022-04-04 11:23:44.236 | ++ functions-common:install_oscwrap:2354 : mktemp 2022-04-04 11:23:44.240 | + functions-common:install_oscwrap:2354 : OSCWRAP_TIMER_FILE=/tmp/tmp.TGYrSFEdei 2022-04-04 11:23:44.242 | + functions-common:install_oscwrap:2357 : shopt -s expand_aliases 2022-04-04 11:23:44.245 | + functions-common:install_oscwrap:2360 : unalias -a 2022-04-04 11:23:44.247 | + functions-common:install_oscwrap:2362 : alias openstack=oscwrap 2022-04-04 11:23:44.250 | + ./stack.sh:main:968 : [[ False != \F\a\l\s\e ]] 2022-04-04 11:23:44.253 | + ./stack.sh:main:1008 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-04-04 11:23:44.257 | + ./stack.sh:main:1016 : is_service_enabled mysql postgresql 2022-04-04 11:23:44.279 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:23:44.282 | + ./stack.sh:main:1017 : configure_database 2022-04-04 11:23:44.285 | + lib/database:configure_database:126 : configure_database_mysql 2022-04-04 11:23:44.289 | + lib/databases/mysql:configure_database_mysql:69 : local my_conf mysql slow_log 2022-04-04 11:23:44.292 | + lib/databases/mysql:configure_database_mysql:70 : echo_summary 'Configuring and starting MySQL' 2022-04-04 11:23:44.294 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:23:44.296 | + ./stack.sh:echo_summary:432 : echo -e Configuring and starting MySQL 2022-04-04 11:23:44.299 | + lib/databases/mysql:configure_database_mysql:72 : is_ubuntu 2022-04-04 11:23:44.301 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:23:44.303 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:23:44.306 | + lib/databases/mysql:configure_database_mysql:73 : my_conf=/etc/mysql/my.cnf 2022-04-04 11:23:44.308 | + lib/databases/mysql:configure_database_mysql:87 : is_fedora 2022-04-04 11:23:44.310 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-04-04 11:23:44.312 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-04-04 11:23:44.320 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-04-04 11:23:44.320 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-04-04 11:23:44.320 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-04-04 11:23:44.321 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-04-04 11:23:44.323 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-04-04 11:23:44.326 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-04-04 11:23:44.328 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-04-04 11:23:44.330 | + lib/databases/mysql:configure_database_mysql:87 : is_suse 2022-04-04 11:23:44.333 | + functions-common:is_suse:462 : is_opensuse 2022-04-04 11:23:44.335 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-04-04 11:23:44.337 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-04 11:23:44.343 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-04-04 11:23:44.343 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-04-04 11:23:44.345 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-04 11:23:44.347 | + lib/databases/mysql:configure_database_mysql:95 : sudo mysqladmin -u root password Passw0rd 2022-04-04 11:23:44.363 | mysqladmin: connect to server at 'localhost' failed 2022-04-04 11:23:44.363 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2022-04-04 11:23:44.366 | + lib/databases/mysql:configure_database_mysql:95 : true 2022-04-04 11:23:44.369 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2022-04-04 11:23:44.371 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:23:44.374 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:23:44.376 | + lib/databases/mysql:configure_database_mysql:99 : '[' mysql == mariadb ']' 2022-04-04 11:23:44.378 | + lib/databases/mysql:configure_database_mysql:102 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2022-04-04 11:23:44.381 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2022-04-04 11:23:44.385 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:23:44.386 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:23:44.389 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2022-04-04 11:23:44.394 | + lib/databases/mysql:configure_database_mysql:113 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';' 2022-04-04 11:23:44.406 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:23:44.539 | + lib/databases/mysql:configure_database_mysql:115 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2022-04-04 11:23:44.552 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:23:44.655 | ++ lib/databases/mysql:configure_database_mysql:121 : ipv6_unquote 0.0.0.0 2022-04-04 11:23:44.659 | ++ functions-common:ipv6_unquote:2107 : tr -d '[]' 2022-04-04 11:23:44.659 | ++ functions-common:ipv6_unquote:2107 : echo 0.0.0.0 2022-04-04 11:23:44.664 | + lib/databases/mysql:configure_database_mysql:121 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2022-04-04 11:23:44.724 | + lib/databases/mysql:configure_database_mysql:122 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2022-04-04 11:23:44.774 | + lib/databases/mysql:configure_database_mysql:123 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2022-04-04 11:23:44.825 | + lib/databases/mysql:configure_database_mysql:124 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2022-04-04 11:23:44.876 | + lib/databases/mysql:configure_database_mysql:126 : [[ False == \T\r\u\e ]] 2022-04-04 11:23:44.878 | + lib/databases/mysql:configure_database_mysql:146 : restart_service mysql 2022-04-04 11:23:44.881 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-04-04 11:23:44.883 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart mysql 2022-04-04 11:23:48.827 | + ./stack.sh:main:1021 : save_stackenv 1021 2022-04-04 11:23:48.847 | + functions-common:save_stackenv:60 : local tag=1021 2022-04-04 11:23:48.872 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-04-04 11:23:48.899 | + functions-common:save_stackenv:62 : time_stamp=2022-04-04-112348 2022-04-04 11:23:48.914 | + functions-common:save_stackenv:63 : echo '# 2022-04-04-112348 1021' 2022-04-04 11:23:48.931 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:23:48.955 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-04-04 11:23:48.975 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:23:49.003 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-04-04 11:23:49.019 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:23:49.039 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-04-04 11:23:49.055 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:23:49.075 | + 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-04-04 11:23:49.091 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:23:49.108 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.43 2022-04-04 11:23:49.114 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:23:49.117 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.43/identity 2022-04-04 11:23:49.120 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:23:49.122 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-04-04-110920 2022-04-04 11:23:49.125 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:23:49.138 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-04-04 11:23:49.141 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:23:49.143 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.43 2022-04-04 11:23:49.146 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:23:49.148 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-04-04 11:23:49.151 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:23:49.154 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-04-04 11:23:49.156 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:23:49.158 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-04-04 11:23:49.161 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:23:49.163 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-04-04 11:23:49.166 | + ./stack.sh:main:1033 : [[ True == \T\r\u\e ]] 2022-04-04 11:23:49.168 | + ./stack.sh:main:1034 : [[ -f /sys/kernel/mm/ksm/run ]] 2022-04-04 11:23:49.171 | + ./stack.sh:main:1035 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2022-04-04 11:23:49.184 | + ./stack.sh:main:1047 : start_dstat 2022-04-04 11:23:49.190 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-04-04 11:23:49.190 | + functions-common:run_process:1564 : local service=dstat 2022-04-04 11:23:49.192 | + functions-common:run_process:1565 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-04-04 11:23:49.195 | + functions-common:run_process:1566 : local group= 2022-04-04 11:23:49.197 | + functions-common:run_process:1567 : local user= 2022-04-04 11:23:49.199 | + functions-common:run_process:1569 : local name=dstat 2022-04-04 11:23:49.202 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:23:49.204 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:23:49.207 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:23:49.209 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:23:49.214 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:23:49.219 | + functions-common:time_start:2300 : _TIME_START[$name]=1649071429214 2022-04-04 11:23:49.223 | + functions-common:run_process:1572 : is_service_enabled dstat 2022-04-04 11:23:49.244 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:23:49.246 | + functions-common:run_process:1573 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2022-04-04 11:23:49.249 | + functions-common:_run_under_systemd:1529 : local service=dstat 2022-04-04 11:23:49.251 | + functions-common:_run_under_systemd:1530 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-04-04 11:23:49.253 | + functions-common:_run_under_systemd:1531 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-04-04 11:23:49.268 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-04-04 11:23:49.268 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-04-04 11:23:49.268 | + functions-common:_common_systemd_pitfalls:1504 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2022-04-04 11:23:49.268 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2022-04-04 11:23:49.268 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@dstat.service 2022-04-04 11:23:49.268 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:23:49.271 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:23:49.273 | + functions-common:_run_under_systemd:1538 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2022-04-04 11:23:49.276 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2022-04-04 11:23:49.279 | + functions-common:write_user_unit_file:1446 : local service=devstack@dstat.service 2022-04-04 11:23:49.281 | + functions-common:write_user_unit_file:1447 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-04-04 11:23:49.284 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:23:49.286 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:23:49.294 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:23:49.296 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:23:49.298 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@dstat.service 2022-04-04 11:23:49.300 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:23:49.305 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2022-04-04 11:23:49.385 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2022-04-04 11:23:49.463 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-04-04 11:23:49.525 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2022-04-04 11:23:49.587 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2022-04-04 11:23:49.656 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:23:49.717 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:23:49.719 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2022-04-04 11:23:49.792 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:23:50.208 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@dstat.service 2022-04-04 11:23:50.221 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2022-04-04 11:23:50.618 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@dstat.service 2022-04-04 11:23:50.647 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:23:50.660 | + functions-common:time_stop:2309 : local name 2022-04-04 11:23:50.665 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:23:50.667 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:23:50.670 | + functions-common:time_stop:2312 : local total 2022-04-04 11:23:50.673 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:23:50.675 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:23:50.678 | + functions-common:time_stop:2316 : start_time=1649071429214 2022-04-04 11:23:50.680 | + functions-common:time_stop:2318 : [[ -z 1649071429214 ]] 2022-04-04 11:23:50.685 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:23:50.688 | + functions-common:time_stop:2321 : end_time=1649071430685 2022-04-04 11:23:50.690 | + functions-common:time_stop:2322 : elapsed_time=1471 2022-04-04 11:23:50.693 | + functions-common:time_stop:2323 : total=0 2022-04-04 11:23:50.695 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:23:50.698 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=1471 2022-04-04 11:23:50.700 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2022-04-04 11:23:50.703 | + functions-common:run_process:1564 : local service=memory_tracker 2022-04-04 11:23:50.705 | + functions-common:run_process:1565 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2022-04-04 11:23:50.708 | + functions-common:run_process:1566 : local group= 2022-04-04 11:23:50.710 | + functions-common:run_process:1567 : local user=root 2022-04-04 11:23:50.713 | + functions-common:run_process:1569 : local name=memory_tracker 2022-04-04 11:23:50.716 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:23:50.718 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:23:50.721 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:23:50.723 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:23:50.726 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:23:50.731 | + functions-common:time_start:2300 : _TIME_START[$name]=1649071430728 2022-04-04 11:23:50.734 | + functions-common:run_process:1572 : is_service_enabled memory_tracker 2022-04-04 11:23:50.754 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:23:50.757 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:23:50.760 | + functions-common:time_stop:2309 : local name 2022-04-04 11:23:50.765 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:23:50.768 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:23:50.770 | + functions-common:time_stop:2312 : local total 2022-04-04 11:23:50.773 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:23:50.775 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:23:50.778 | + functions-common:time_stop:2316 : start_time=1649071430728 2022-04-04 11:23:50.780 | + functions-common:time_stop:2318 : [[ -z 1649071430728 ]] 2022-04-04 11:23:50.784 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:23:50.788 | + functions-common:time_stop:2321 : end_time=1649071430785 2022-04-04 11:23:50.790 | + functions-common:time_stop:2322 : elapsed_time=57 2022-04-04 11:23:50.794 | + functions-common:time_stop:2323 : total=1471 2022-04-04 11:23:50.796 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:23:50.799 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=1528 2022-04-04 11:23:50.802 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2022-04-04 11:23:50.822 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:23:50.824 | + ./stack.sh:main:1051 : is_service_enabled tcpdump 2022-04-04 11:23:50.850 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:23:50.853 | + ./stack.sh:main:1059 : is_service_enabled etcd3 2022-04-04 11:23:50.873 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:23:50.876 | + ./stack.sh:main:1060 : start_etcd3 2022-04-04 11:23:50.878 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2022-04-04 11:23:50.881 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-neutron-835866-1-hyperv --data-dir /opt/stack/data/etcd' 2022-04-04 11:23:50.883 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2022-04-04 11:23:50.886 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-neutron-835866-1-hyperv=http://10.222.0.43:2380' 2022-04-04 11:23:50.889 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.43:2380' 2022-04-04 11:23:50.892 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.43:2379' 2022-04-04 11:23:50.894 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2022-04-04 11:23:50.897 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2022-04-04 11:23:50.900 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.43:2379' 2022-04-04 11:23:50.903 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2022-04-04 11:23:50.906 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2022-04-04 11:23:50.908 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-04-04 11:23:50.911 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-neutron-835866-1-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-835866-1-hyperv=http://10.222.0.43:2380 --initial-advertise-peer-urls http://10.222.0.43:2380 --advertise-client-urls http://10.222.0.43:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.43:2379 --debug' '' root 2022-04-04 11:23:50.913 | + functions-common:write_user_unit_file:1446 : local service=devstack@etcd.service 2022-04-04 11:23:50.916 | + functions-common:write_user_unit_file:1447 : local 'command=/opt/stack/bin/etcd --name dv-neutron-835866-1-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-835866-1-hyperv=http://10.222.0.43:2380 --initial-advertise-peer-urls http://10.222.0.43:2380 --advertise-client-urls http://10.222.0.43:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.43:2379 --debug' 2022-04-04 11:23:50.918 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:23:50.921 | + functions-common:write_user_unit_file:1449 : local user=root 2022-04-04 11:23:50.923 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:23:50.926 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:23:50.943 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-04-04 11:23:50.949 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:23:50.954 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2022-04-04 11:23:51.108 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2022-04-04 11:23:51.172 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-neutron-835866-1-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-835866-1-hyperv=http://10.222.0.43:2380 --initial-advertise-peer-urls http://10.222.0.43:2380 --advertise-client-urls http://10.222.0.43:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.43:2379 --debug' 2022-04-04 11:23:51.224 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2022-04-04 11:23:51.276 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2022-04-04 11:23:51.333 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:23:51.385 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:23:51.389 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2022-04-04 11:23:51.457 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:23:51.855 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2022-04-04 11:23:51.909 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2022-04-04 11:23:51.963 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2022-04-04 11:23:52.023 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2022-04-04 11:23:52.088 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2022-04-04 11:23:52.096 | ++ functions-common:is_arch:428 : uname -m 2022-04-04 11:23:52.100 | + functions-common:is_arch:428 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-04-04 11:23:52.103 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2022-04-04 11:23:52.502 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2022-04-04 11:23:52.515 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2022-04-04 11:23:52.911 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2022-04-04 11:23:53.184 | + ./stack.sh:main:1071 : cat 2022-04-04 11:23:53.189 | + ./stack.sh:main:1086 : is_service_enabled tls-proxy 2022-04-04 11:23:53.207 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:23:53.210 | + ./stack.sh:main:1091 : source /home/ubuntu/devstack/userrc_early 2022-04-04 11:23:53.213 | ++ userrc_early:source:4 : export OS_IDENTITY_API_VERSION=3 2022-04-04 11:23:53.215 | ++ userrc_early:source:4 : OS_IDENTITY_API_VERSION=3 2022-04-04 11:23:53.218 | ++ userrc_early:source:5 : export OS_AUTH_URL=http://10.222.0.43/identity 2022-04-04 11:23:53.221 | ++ userrc_early:source:5 : OS_AUTH_URL=http://10.222.0.43/identity 2022-04-04 11:23:53.224 | ++ userrc_early:source:6 : export OS_USERNAME=admin 2022-04-04 11:23:53.226 | ++ userrc_early:source:6 : OS_USERNAME=admin 2022-04-04 11:23:53.229 | ++ userrc_early:source:7 : export OS_USER_DOMAIN_ID=default 2022-04-04 11:23:53.232 | ++ userrc_early:source:7 : OS_USER_DOMAIN_ID=default 2022-04-04 11:23:53.234 | ++ userrc_early:source:8 : export OS_PASSWORD=Passw0rd 2022-04-04 11:23:53.237 | ++ userrc_early:source:8 : OS_PASSWORD=Passw0rd 2022-04-04 11:23:53.239 | ++ userrc_early:source:9 : export OS_PROJECT_NAME=admin 2022-04-04 11:23:53.242 | ++ userrc_early:source:9 : OS_PROJECT_NAME=admin 2022-04-04 11:23:53.244 | ++ userrc_early:source:10 : export OS_PROJECT_DOMAIN_ID=default 2022-04-04 11:23:53.247 | ++ userrc_early:source:10 : OS_PROJECT_DOMAIN_ID=default 2022-04-04 11:23:53.251 | ++ userrc_early:source:11 : export OS_REGION_NAME=RegionOne 2022-04-04 11:23:53.253 | ++ userrc_early:source:11 : OS_REGION_NAME=RegionOne 2022-04-04 11:23:53.257 | + ./stack.sh:main:1093 : is_service_enabled keystone 2022-04-04 11:23:53.276 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:23:53.278 | + ./stack.sh:main:1094 : echo_summary 'Starting Keystone' 2022-04-04 11:23:53.281 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:23:53.283 | + ./stack.sh:echo_summary:432 : echo -e Starting Keystone 2022-04-04 11:23:53.285 | + ./stack.sh:main:1096 : '[' 10.222.0.43 == 10.222.0.43 ']' 2022-04-04 11:23:53.288 | + ./stack.sh:main:1097 : init_keystone 2022-04-04 11:23:53.290 | + lib/keystone:init_keystone:443 : is_service_enabled ldap 2022-04-04 11:23:53.312 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:23:53.314 | + lib/keystone:init_keystone:447 : [[ True == True ]] 2022-04-04 11:23:53.316 | + lib/keystone:init_keystone:449 : recreate_database keystone 2022-04-04 11:23:53.318 | + lib/database:recreate_database:110 : local db=keystone 2022-04-04 11:23:53.321 | + lib/database:recreate_database:111 : recreate_database_mysql keystone 2022-04-04 11:23:53.323 | + lib/databases/mysql:recreate_database_mysql:63 : local db=keystone 2022-04-04 11:23:53.326 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2022-04-04 11:23:53.330 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:23:53.390 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2022-04-04 11:23:53.395 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:23:53.498 | + lib/keystone:init_keystone:452 : time_start dbsync 2022-04-04 11:23:53.501 | + functions-common:time_start:2295 : local name=dbsync 2022-04-04 11:23:53.503 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:23:53.505 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:23:53.510 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:23:53.515 | + functions-common:time_start:2300 : _TIME_START[$name]=1649071433510 2022-04-04 11:23:53.517 | + lib/keystone:init_keystone:454 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2022-04-04 11:23:57.585 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:23:57.586 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.586 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.586 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.586 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.586 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.587 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.587 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.587 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.587 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.587 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.587 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.587 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.588 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.588 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.588 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.589 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.589 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.589 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.589 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.589 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.589 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.589 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.592 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.592 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.592 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.593 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.593 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.593 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.593 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.593 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.593 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.593 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.594 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.594 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.594 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.594 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.594 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.594 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.594 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.597 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.597 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.597 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.597 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.597 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.599 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:23:57.599 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:23:57.628 | 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=79631) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-04-04 11:23:57.638 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:23:57.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.646 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.646 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.646 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.646 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.646 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.646 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.646 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.649 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.649 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.649 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.649 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.649 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.649 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.650 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.650 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.650 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.651 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:23:57.652 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:23:57.681 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:23:57.682 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.682 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.687 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.687 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.687 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.689 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.689 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.689 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.691 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.691 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.691 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.691 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.691 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.691 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.691 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.692 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.692 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.692 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.692 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.692 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.692 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.692 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.693 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.693 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.693 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.694 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.694 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.694 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.694 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.694 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.694 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.694 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.695 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.695 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.695 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.695 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.695 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:57.695 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:57.695 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:23:57.696 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:23:58.152 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:23:58.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:23:58.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:23:58.175 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:23:58.175 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:23:58.183 | INFO migrate.versioning.api [-] 66 -> 67...  2022-04-04 11:24:15.006 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:15.006 | INFO migrate.versioning.api [-] 67 -> 68...  2022-04-04 11:24:15.092 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:15.092 | INFO migrate.versioning.api [-] 68 -> 69...  2022-04-04 11:24:15.160 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:15.160 | INFO migrate.versioning.api [-] 69 -> 70...  2022-04-04 11:24:15.229 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:15.229 | INFO migrate.versioning.api [-] 70 -> 71...  2022-04-04 11:24:15.469 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:15.469 | INFO migrate.versioning.api [-] 71 -> 72...  2022-04-04 11:24:15.519 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:15.520 | INFO migrate.versioning.api [-] 72 -> 73...  2022-04-04 11:24:17.485 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:17.485 | INFO migrate.versioning.api [-] 73 -> 74...  2022-04-04 11:24:17.869 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:17.869 | INFO migrate.versioning.api [-] 74 -> 75...  2022-04-04 11:24:18.377 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:18.377 | INFO migrate.versioning.api [-] 75 -> 76...  2022-04-04 11:24:18.457 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:18.457 | INFO migrate.versioning.api [-] 76 -> 77...  2022-04-04 11:24:18.531 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:18.531 | INFO migrate.versioning.api [-] 77 -> 78...  2022-04-04 11:24:18.628 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:18.629 | INFO migrate.versioning.api [-] 78 -> 79...  2022-04-04 11:24:18.686 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:18.686 | INFO migrate.versioning.api [-] 79 -> 80...  2022-04-04 11:24:18.765 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:18.765 | INFO migrate.versioning.api [-] 80 -> 81...  2022-04-04 11:24:19.227 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:19.227 | INFO migrate.versioning.api [-] 81 -> 82...  2022-04-04 11:24:21.451 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:21.451 | INFO migrate.versioning.api [-] 82 -> 83...  2022-04-04 11:24:23.754 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:23.754 | INFO migrate.versioning.api [-] 83 -> 84...  2022-04-04 11:24:24.446 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:24.446 | INFO migrate.versioning.api [-] 84 -> 85...  2022-04-04 11:24:25.715 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:25.715 | INFO migrate.versioning.api [-] 85 -> 86...  2022-04-04 11:24:26.039 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:26.039 | INFO migrate.versioning.api [-] 86 -> 87...  2022-04-04 11:24:27.622 | ++ inc/async:async_inner:64 : rc=0 2022-04-04 11:24:27.648 | [77817 Async install_tempest:77817]: finished successfully 2022-04-04 11:24:28.051 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:28.051 | INFO migrate.versioning.api [-] 87 -> 88...  2022-04-04 11:24:28.640 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:28.641 | INFO migrate.versioning.api [-] 88 -> 89...  2022-04-04 11:24:28.880 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:28.880 | INFO migrate.versioning.api [-] 89 -> 90...  2022-04-04 11:24:29.925 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:29.925 | INFO migrate.versioning.api [-] 90 -> 91...  2022-04-04 11:24:31.704 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:31.704 | INFO migrate.versioning.api [-] 91 -> 92...  2022-04-04 11:24:33.348 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:33.348 | INFO migrate.versioning.api [-] 92 -> 93...  2022-04-04 11:24:35.371 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:35.371 | INFO migrate.versioning.api [-] 93 -> 94...  2022-04-04 11:24:37.204 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:37.204 | INFO migrate.versioning.api [-] 94 -> 95...  2022-04-04 11:24:38.611 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:38.611 | INFO migrate.versioning.api [-] 95 -> 96...  2022-04-04 11:24:38.691 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:38.691 | INFO migrate.versioning.api [-] 96 -> 97...  2022-04-04 11:24:38.766 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:38.766 | INFO migrate.versioning.api [-] 97 -> 98...  2022-04-04 11:24:38.862 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:38.862 | INFO migrate.versioning.api [-] 98 -> 99...  2022-04-04 11:24:38.947 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:38.947 | INFO migrate.versioning.api [-] 99 -> 100...  2022-04-04 11:24:39.005 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:39.005 | INFO migrate.versioning.api [-] 100 -> 101...  2022-04-04 11:24:39.073 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:39.073 | INFO migrate.versioning.api [-] 101 -> 102...  2022-04-04 11:24:39.376 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:39.376 | INFO migrate.versioning.api [-] 102 -> 103...  2022-04-04 11:24:39.971 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:39.972 | INFO migrate.versioning.api [-] 103 -> 104...  2022-04-04 11:24:40.063 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:40.063 | INFO migrate.versioning.api [-] 104 -> 105...  2022-04-04 11:24:40.627 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:40.627 | INFO migrate.versioning.api [-] 105 -> 106...  2022-04-04 11:24:41.502 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:41.502 | INFO migrate.versioning.api [-] 106 -> 107...  2022-04-04 11:24:42.016 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:42.016 | INFO migrate.versioning.api [-] 107 -> 108...  2022-04-04 11:24:42.485 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:42.485 | INFO migrate.versioning.api [-] 108 -> 109...  2022-04-04 11:24:42.782 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:42.783 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:24:42.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.786 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.786 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.786 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.786 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.786 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.788 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.788 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.788 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.788 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.788 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.788 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.788 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.791 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.791 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.791 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.792 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.792 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.792 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.792 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.793 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.793 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.793 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.794 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.794 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.794 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.796 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.796 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.796 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.797 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.797 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.797 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:24:42.797 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:24:42.798 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:24:42.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.799 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.799 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.800 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.800 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.800 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.800 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.812 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:24:42.812 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:24:42.814 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:24:42.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.818 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.818 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.818 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.818 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.818 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.818 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.818 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.819 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.819 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.819 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.819 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.822 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.822 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.822 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.822 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.822 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.822 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.822 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.823 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.823 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.823 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.825 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:24:42.825 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:24:42.833 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:24:42.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.835 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.835 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.835 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.836 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.836 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.836 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.836 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.838 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.838 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.838 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.838 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.838 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.838 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.839 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.839 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.839 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.839 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.846 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.846 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.846 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.858 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:24:42.858 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:24:42.941 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:24:42.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.948 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.948 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.948 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.965 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:24:42.965 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:24:42.965 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:24:42.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.968 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.968 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.968 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.968 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.968 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.968 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.968 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.971 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.971 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.972 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.972 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.972 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.989 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:24:42.990 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:24:42.997 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:24:42.998 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.998 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.998 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.998 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.998 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.999 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.999 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.999 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.999 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.999 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:42.999 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:42.999 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.000 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.000 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.000 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:24:43.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:24:43.021 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:24:43.021 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:24:43.028 | INFO migrate.versioning.api [-] 0 -> 1...  2022-04-04 11:24:43.101 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:43.101 | INFO migrate.versioning.api [-] 1 -> 2...  2022-04-04 11:24:43.199 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:43.199 | INFO migrate.versioning.api [-] 2 -> 3...  2022-04-04 11:24:44.382 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:44.382 | INFO migrate.versioning.api [-] 3 -> 4...  2022-04-04 11:24:44.433 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:44.433 | INFO migrate.versioning.api [-] 4 -> 5...  2022-04-04 11:24:44.485 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:44.485 | INFO migrate.versioning.api [-] 5 -> 6...  2022-04-04 11:24:44.536 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:44.537 | INFO migrate.versioning.api [-] 6 -> 7...  2022-04-04 11:24:44.588 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:44.588 | INFO migrate.versioning.api [-] 7 -> 8...  2022-04-04 11:24:44.633 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:44.633 | INFO migrate.versioning.api [-] 8 -> 9...  2022-04-04 11:24:44.679 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:44.680 | INFO migrate.versioning.api [-] 9 -> 10...  2022-04-04 11:24:45.765 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:45.765 | INFO migrate.versioning.api [-] 10 -> 11...  2022-04-04 11:24:45.816 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:45.817 | INFO migrate.versioning.api [-] 11 -> 12...  2022-04-04 11:24:47.348 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:47.348 | INFO migrate.versioning.api [-] 12 -> 13...  2022-04-04 11:24:47.411 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:47.411 | INFO migrate.versioning.api [-] 13 -> 14...  2022-04-04 11:24:48.702 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:48.702 | INFO migrate.versioning.api [-] 14 -> 15...  2022-04-04 11:24:48.748 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:48.748 | INFO migrate.versioning.api [-] 15 -> 16...  2022-04-04 11:24:49.114 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:49.114 | INFO migrate.versioning.api [-] 16 -> 17...  2022-04-04 11:24:49.188 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:49.188 | INFO migrate.versioning.api [-] 17 -> 18...  2022-04-04 11:24:49.291 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:49.291 | INFO migrate.versioning.api [-] 18 -> 19...  2022-04-04 11:24:49.388 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:49.388 | INFO migrate.versioning.api [-] 19 -> 20...  2022-04-04 11:24:49.456 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:49.457 | INFO migrate.versioning.api [-] 20 -> 21...  2022-04-04 11:24:49.502 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:49.502 | INFO migrate.versioning.api [-] 21 -> 22...  2022-04-04 11:24:49.794 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:49.794 | INFO migrate.versioning.api [-] 22 -> 23...  2022-04-04 11:24:50.102 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:50.102 | INFO migrate.versioning.api [-] 23 -> 24...  2022-04-04 11:24:50.897 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:50.897 | INFO migrate.versioning.api [-] 24 -> 25...  2022-04-04 11:24:50.976 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:50.976 | INFO migrate.versioning.api [-] 25 -> 26...  2022-04-04 11:24:51.062 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:51.062 | INFO migrate.versioning.api [-] 26 -> 27...  2022-04-04 11:24:51.131 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:51.131 | INFO migrate.versioning.api [-] 27 -> 28...  2022-04-04 11:24:51.187 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:51.187 | INFO migrate.versioning.api [-] 28 -> 29...  2022-04-04 11:24:51.273 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:51.273 | INFO migrate.versioning.api [-] 29 -> 30...  2022-04-04 11:24:51.764 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:51.764 | INFO migrate.versioning.api [-] 30 -> 31...  2022-04-04 11:24:52.125 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:52.125 | INFO migrate.versioning.api [-] 31 -> 32...  2022-04-04 11:24:52.788 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:52.788 | INFO migrate.versioning.api [-] 32 -> 33...  2022-04-04 11:24:55.125 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:55.125 | INFO migrate.versioning.api [-] 33 -> 34...  2022-04-04 11:24:56.016 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:56.016 | INFO migrate.versioning.api [-] 34 -> 35...  2022-04-04 11:24:56.398 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:56.398 | INFO migrate.versioning.api [-] 35 -> 36...  2022-04-04 11:24:56.719 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:56.719 | INFO migrate.versioning.api [-] 36 -> 37...  2022-04-04 11:24:56.770 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:56.770 | INFO migrate.versioning.api [-] 37 -> 38...  2022-04-04 11:24:56.816 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:56.816 | INFO migrate.versioning.api [-] 38 -> 39...  2022-04-04 11:24:56.874 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:56.874 | INFO migrate.versioning.api [-] 39 -> 40...  2022-04-04 11:24:56.924 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:56.924 | INFO migrate.versioning.api [-] 40 -> 41...  2022-04-04 11:24:56.970 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:56.970 | INFO migrate.versioning.api [-] 41 -> 42...  2022-04-04 11:24:57.022 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:57.023 | INFO migrate.versioning.api [-] 42 -> 43...  2022-04-04 11:24:57.079 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:57.079 | INFO migrate.versioning.api [-] 43 -> 44...  2022-04-04 11:24:57.158 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:57.158 | INFO migrate.versioning.api [-] 44 -> 45...  2022-04-04 11:24:57.942 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:57.942 | INFO migrate.versioning.api [-] 45 -> 46...  2022-04-04 11:24:57.993 | INFO migrate.versioning.api [-] done 2022-04-04 11:24:57.993 | INFO migrate.versioning.api [-] 46 -> 47...  2022-04-04 11:25:02.130 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:02.130 | INFO migrate.versioning.api [-] 47 -> 48...  2022-04-04 11:25:03.822 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:03.823 | INFO migrate.versioning.api [-] 48 -> 49...  2022-04-04 11:25:03.894 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:03.895 | INFO migrate.versioning.api [-] 49 -> 50...  2022-04-04 11:25:03.959 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:03.959 | INFO migrate.versioning.api [-] 50 -> 51...  2022-04-04 11:25:04.027 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:04.028 | INFO migrate.versioning.api [-] 51 -> 52...  2022-04-04 11:25:04.102 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:04.102 | INFO migrate.versioning.api [-] 52 -> 53...  2022-04-04 11:25:04.622 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:04.622 | INFO migrate.versioning.api [-] 53 -> 54...  2022-04-04 11:25:04.690 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:04.690 | INFO migrate.versioning.api [-] 54 -> 55...  2022-04-04 11:25:05.112 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:05.112 | INFO migrate.versioning.api [-] 55 -> 56...  2022-04-04 11:25:05.999 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:05.999 | INFO migrate.versioning.api [-] 56 -> 57...  2022-04-04 11:25:06.050 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:06.050 | INFO migrate.versioning.api [-] 57 -> 58...  2022-04-04 11:25:06.102 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:06.102 | INFO migrate.versioning.api [-] 58 -> 59...  2022-04-04 11:25:06.153 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:06.153 | INFO migrate.versioning.api [-] 59 -> 60...  2022-04-04 11:25:06.228 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:06.228 | INFO migrate.versioning.api [-] 60 -> 61...  2022-04-04 11:25:06.324 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:06.325 | INFO migrate.versioning.api [-] 61 -> 62...  2022-04-04 11:25:06.986 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:06.986 | INFO migrate.versioning.api [-] 62 -> 63...  2022-04-04 11:25:07.049 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:07.049 | INFO migrate.versioning.api [-] 63 -> 64...  2022-04-04 11:25:07.599 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:07.599 | INFO migrate.versioning.api [-] 64 -> 65...  2022-04-04 11:25:09.016 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:09.016 | INFO migrate.versioning.api [-] 65 -> 66...  2022-04-04 11:25:09.816 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:09.816 | INFO migrate.versioning.api [-] 66 -> 67...  2022-04-04 11:25:09.896 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:09.896 | INFO migrate.versioning.api [-] 67 -> 68...  2022-04-04 11:25:09.958 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:09.959 | INFO migrate.versioning.api [-] 68 -> 69...  2022-04-04 11:25:10.016 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:10.016 | INFO migrate.versioning.api [-] 69 -> 70...  2022-04-04 11:25:10.067 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:10.067 | INFO migrate.versioning.api [-] 70 -> 71...  2022-04-04 11:25:10.117 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:10.117 | INFO migrate.versioning.api [-] 71 -> 72...  2022-04-04 11:25:10.180 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:10.180 | INFO migrate.versioning.api [-] 72 -> 73...  2022-04-04 11:25:11.005 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:11.005 | INFO migrate.versioning.api [-] 73 -> 74...  2022-04-04 11:25:11.056 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:11.056 | INFO migrate.versioning.api [-] 74 -> 75...  2022-04-04 11:25:11.096 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:11.096 | INFO migrate.versioning.api [-] 75 -> 76...  2022-04-04 11:25:11.159 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:11.159 | INFO migrate.versioning.api [-] 76 -> 77...  2022-04-04 11:25:11.237 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:11.237 | INFO migrate.versioning.api [-] 77 -> 78...  2022-04-04 11:25:11.329 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:11.329 | INFO migrate.versioning.api [-] 78 -> 79...  2022-04-04 11:25:12.302 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:12.302 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:25:12.303 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.303 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.303 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.304 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.304 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.304 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.304 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.322 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.322 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.322 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.325 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:25:12.325 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:25:12.326 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:25:12.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.332 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.332 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.332 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.334 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.334 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.334 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.350 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:25:12.350 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:25:12.350 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:25:12.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.357 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.357 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.357 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.357 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.357 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.357 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.357 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.361 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.361 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.361 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.361 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.361 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.361 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.361 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.362 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.362 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.362 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.362 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.362 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.362 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.362 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.363 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.363 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.363 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.363 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.368 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.368 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.368 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.368 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.368 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:25:12.375 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:25:12.381 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:25:12.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.384 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.384 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.384 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.384 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.393 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.393 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.393 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.395 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.395 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.395 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.395 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.395 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.395 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.395 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.396 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.396 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.396 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.396 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.396 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.396 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.396 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.397 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.397 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.397 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.400 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.400 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.400 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.400 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.400 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.400 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.400 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.401 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.401 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.401 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.402 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.402 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.402 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.402 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.402 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.402 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.402 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.403 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.403 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.403 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.403 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.403 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.403 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.403 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.404 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.404 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.404 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.404 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.404 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.404 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.404 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.405 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.405 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:25:12.405 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:25:12.523 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:25:12.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.526 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.526 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.526 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.526 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.527 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.527 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.527 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.527 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.527 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.527 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.527 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.528 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.528 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.528 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.529 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.529 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.529 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.529 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.529 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.529 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.529 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.530 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.530 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.530 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.530 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.530 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.530 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.530 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.531 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.531 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.531 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.531 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.531 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.531 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.531 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.532 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.532 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.532 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.533 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.533 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.533 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.534 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.534 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.534 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.534 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.534 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.534 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.534 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.535 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.535 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.535 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.535 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.535 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.535 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.535 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.538 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.538 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.538 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.538 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.538 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.538 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.538 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.539 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.539 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.539 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.539 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.539 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.539 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.541 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.547 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:25:12.547 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:25:12.548 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:25:12.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.552 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.552 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.552 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.552 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.552 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.552 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.552 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.554 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.554 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.554 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.554 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.554 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.554 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.554 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.555 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.555 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.555 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.555 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.555 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.555 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.555 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.556 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.556 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.556 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.556 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.556 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.556 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.556 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.557 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.557 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.557 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.557 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.557 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.557 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.557 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.558 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.558 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.558 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.558 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.558 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.558 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.558 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.560 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.560 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.560 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.560 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.560 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.560 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.560 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.561 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.561 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.561 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.561 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.561 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.561 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.561 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.562 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.562 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.562 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.562 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.562 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.562 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.562 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.565 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.565 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.565 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.565 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.565 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.565 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.565 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.567 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.567 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.567 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.567 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.567 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.567 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.567 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.571 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.571 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:25:12.571 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:25:12.578 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:25:12.579 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.579 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.579 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.579 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.583 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.583 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.583 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.583 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.583 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.583 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.583 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.583 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.585 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.585 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.585 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.585 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.585 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.585 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.585 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.586 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.586 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.586 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.586 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.586 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.586 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.586 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.587 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.587 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.587 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.587 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.587 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.587 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.587 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.588 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.588 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.589 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.589 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.589 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.589 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.589 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.592 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.592 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.592 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.593 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.593 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.593 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.593 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.593 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.593 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.593 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.594 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.594 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.594 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.594 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.594 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.594 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.594 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.597 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.597 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.597 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.597 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.597 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.597 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.597 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.600 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.600 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.600 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.600 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.600 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.600 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.600 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.601 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.601 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.601 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.601 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.601 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.601 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.601 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.602 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.602 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.602 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:12.602 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:12.602 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:25:12.602 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:25:12.610 | INFO migrate.versioning.api [-] 0 -> 1...  2022-04-04 11:25:12.667 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:12.667 | INFO migrate.versioning.api [-] 1 -> 2...  2022-04-04 11:25:12.714 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:12.714 | INFO migrate.versioning.api [-] 2 -> 3...  2022-04-04 11:25:12.787 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:12.788 | INFO migrate.versioning.api [-] 3 -> 4...  2022-04-04 11:25:12.862 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:12.862 | INFO migrate.versioning.api [-] 4 -> 5...  2022-04-04 11:25:12.940 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:12.940 | INFO migrate.versioning.api [-] 5 -> 6...  2022-04-04 11:25:12.987 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:12.987 | INFO migrate.versioning.api [-] 6 -> 7...  2022-04-04 11:25:13.061 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:13.062 | INFO migrate.versioning.api [-] 7 -> 8...  2022-04-04 11:25:13.125 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:13.125 | INFO migrate.versioning.api [-] 8 -> 9...  2022-04-04 11:25:13.204 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:13.204 | INFO migrate.versioning.api [-] 9 -> 10...  2022-04-04 11:25:13.290 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:13.290 | INFO migrate.versioning.api [-] 10 -> 11...  2022-04-04 11:25:13.376 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:13.376 | INFO migrate.versioning.api [-] 11 -> 12...  2022-04-04 11:25:13.455 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:13.456 | INFO migrate.versioning.api [-] 12 -> 13...  2022-04-04 11:25:13.507 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:13.507 | INFO migrate.versioning.api [-] 13 -> 14...  2022-04-04 11:25:13.610 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:13.610 | INFO migrate.versioning.api [-] 14 -> 15...  2022-04-04 11:25:13.734 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:13.734 | INFO migrate.versioning.api [-] 15 -> 16...  2022-04-04 11:25:13.826 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:13.826 | INFO migrate.versioning.api [-] 16 -> 17...  2022-04-04 11:25:13.908 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:13.908 | INFO migrate.versioning.api [-] 17 -> 18...  2022-04-04 11:25:13.976 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:13.976 | INFO migrate.versioning.api [-] 18 -> 19...  2022-04-04 11:25:14.039 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:14.039 | INFO migrate.versioning.api [-] 19 -> 20...  2022-04-04 11:25:14.135 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:14.135 | INFO migrate.versioning.api [-] 20 -> 21...  2022-04-04 11:25:14.209 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:14.209 | INFO migrate.versioning.api [-] 21 -> 22...  2022-04-04 11:25:14.267 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:14.267 | INFO migrate.versioning.api [-] 22 -> 23...  2022-04-04 11:25:14.334 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:14.334 | INFO migrate.versioning.api [-] 23 -> 24...  2022-04-04 11:25:14.391 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:14.391 | INFO migrate.versioning.api [-] 24 -> 25...  2022-04-04 11:25:14.473 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:14.473 | INFO migrate.versioning.api [-] 25 -> 26...  2022-04-04 11:25:14.536 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:14.536 | INFO migrate.versioning.api [-] 26 -> 27...  2022-04-04 11:25:14.610 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:14.610 | INFO migrate.versioning.api [-] 27 -> 28...  2022-04-04 11:25:14.662 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:14.662 | INFO migrate.versioning.api [-] 28 -> 29...  2022-04-04 11:25:14.724 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:14.725 | INFO migrate.versioning.api [-] 29 -> 30...  2022-04-04 11:25:14.780 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:14.780 | INFO migrate.versioning.api [-] 30 -> 31...  2022-04-04 11:25:14.866 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:14.866 | INFO migrate.versioning.api [-] 31 -> 32...  2022-04-04 11:25:14.936 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:14.936 | INFO migrate.versioning.api [-] 32 -> 33...  2022-04-04 11:25:15.010 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:15.011 | INFO migrate.versioning.api [-] 33 -> 34...  2022-04-04 11:25:15.073 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:15.073 | INFO migrate.versioning.api [-] 34 -> 35...  2022-04-04 11:25:15.154 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:15.154 | INFO migrate.versioning.api [-] 35 -> 36...  2022-04-04 11:25:15.221 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:15.222 | INFO migrate.versioning.api [-] 36 -> 37...  2022-04-04 11:25:15.273 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:15.273 | INFO migrate.versioning.api [-] 37 -> 38...  2022-04-04 11:25:15.328 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:15.329 | INFO migrate.versioning.api [-] 38 -> 39...  2022-04-04 11:25:15.408 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:15.408 | INFO migrate.versioning.api [-] 39 -> 40...  2022-04-04 11:25:15.477 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:15.477 | INFO migrate.versioning.api [-] 40 -> 41...  2022-04-04 11:25:15.541 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:15.541 | INFO migrate.versioning.api [-] 41 -> 42...  2022-04-04 11:25:15.604 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:15.604 | INFO migrate.versioning.api [-] 42 -> 43...  2022-04-04 11:25:15.671 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:15.671 | INFO migrate.versioning.api [-] 43 -> 44...  2022-04-04 11:25:15.734 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:15.734 | INFO migrate.versioning.api [-] 44 -> 45...  2022-04-04 11:25:15.816 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:15.816 | INFO migrate.versioning.api [-] 45 -> 46...  2022-04-04 11:25:15.918 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:15.919 | INFO migrate.versioning.api [-] 46 -> 47...  2022-04-04 11:25:16.020 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:16.020 | INFO migrate.versioning.api [-] 47 -> 48...  2022-04-04 11:25:16.101 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:16.101 | INFO migrate.versioning.api [-] 48 -> 49...  2022-04-04 11:25:16.177 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:16.177 | INFO migrate.versioning.api [-] 49 -> 50...  2022-04-04 11:25:16.222 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:16.222 | INFO migrate.versioning.api [-] 50 -> 51...  2022-04-04 11:25:16.278 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:16.279 | INFO migrate.versioning.api [-] 51 -> 52...  2022-04-04 11:25:16.330 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:16.330 | INFO migrate.versioning.api [-] 52 -> 53...  2022-04-04 11:25:16.387 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:16.388 | INFO migrate.versioning.api [-] 53 -> 54...  2022-04-04 11:25:16.444 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:16.444 | INFO migrate.versioning.api [-] 54 -> 55...  2022-04-04 11:25:16.523 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:16.524 | INFO migrate.versioning.api [-] 55 -> 56...  2022-04-04 11:25:16.604 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:16.604 | INFO migrate.versioning.api [-] 56 -> 57...  2022-04-04 11:25:16.661 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:16.661 | INFO migrate.versioning.api [-] 57 -> 58...  2022-04-04 11:25:16.707 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:16.707 | INFO migrate.versioning.api [-] 58 -> 59...  2022-04-04 11:25:16.793 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:16.793 | INFO migrate.versioning.api [-] 59 -> 60...  2022-04-04 11:25:16.854 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:16.855 | INFO migrate.versioning.api [-] 60 -> 61...  2022-04-04 11:25:16.917 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:16.917 | INFO migrate.versioning.api [-] 61 -> 62...  2022-04-04 11:25:16.991 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:16.991 | INFO migrate.versioning.api [-] 62 -> 63...  2022-04-04 11:25:17.077 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:17.077 | INFO migrate.versioning.api [-] 63 -> 64...  2022-04-04 11:25:17.134 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:17.134 | INFO migrate.versioning.api [-] 64 -> 65...  2022-04-04 11:25:17.210 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:17.210 | INFO migrate.versioning.api [-] 65 -> 66...  2022-04-04 11:25:17.271 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:17.271 | INFO migrate.versioning.api [-] 66 -> 67...  2022-04-04 11:25:17.374 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:17.374 | INFO migrate.versioning.api [-] 67 -> 68...  2022-04-04 11:25:17.431 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:17.431 | INFO migrate.versioning.api [-] 68 -> 69...  2022-04-04 11:25:17.507 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:17.507 | INFO migrate.versioning.api [-] 69 -> 70...  2022-04-04 11:25:17.565 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:17.565 | INFO migrate.versioning.api [-] 70 -> 71...  2022-04-04 11:25:17.627 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:17.627 | INFO migrate.versioning.api [-] 71 -> 72...  2022-04-04 11:25:17.701 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:17.701 | INFO migrate.versioning.api [-] 72 -> 73...  2022-04-04 11:25:17.758 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:17.758 | INFO migrate.versioning.api [-] 73 -> 74...  2022-04-04 11:25:17.833 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:17.833 | INFO migrate.versioning.api [-] 74 -> 75...  2022-04-04 11:25:17.901 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:17.902 | INFO migrate.versioning.api [-] 75 -> 76...  2022-04-04 11:25:17.947 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:17.947 | INFO migrate.versioning.api [-] 76 -> 77...  2022-04-04 11:25:17.999 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:17.999 | INFO migrate.versioning.api [-] 77 -> 78...  2022-04-04 11:25:18.061 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:18.061 | INFO migrate.versioning.api [-] 78 -> 79...  2022-04-04 11:25:18.118 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:18.119 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:25:18.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.145 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:25:18.145 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:25:18.145 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:25:18.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.168 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:25:18.168 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:25:18.169 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:25:18.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.184 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.184 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.184 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.184 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.184 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.184 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.184 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.185 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.185 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.185 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.185 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.187 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.187 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.187 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.187 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.187 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.187 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.187 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.188 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.188 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.188 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.188 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.188 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.188 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.188 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.189 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.189 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.189 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.190 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.190 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.190 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.190 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.191 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.191 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.191 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.192 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:25:18.192 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:25:18.199 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:25:18.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.206 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.206 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.206 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.206 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.206 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.206 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.206 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.213 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.213 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.213 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.226 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:25:18.226 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:25:18.307 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:25:18.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.322 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.322 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.331 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:25:18.332 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:25:18.332 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:25:18.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.334 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.334 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.334 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.356 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:25:18.356 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:25:18.363 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:25:18.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.368 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.368 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.368 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.368 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.368 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.368 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.371 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.371 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.371 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.371 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.371 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.371 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.377 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.377 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.377 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.377 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.377 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.377 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.378 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.378 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.378 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.378 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.378 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.378 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.379 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.379 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.379 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.379 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.379 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.379 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.380 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.380 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.380 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.380 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.380 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.380 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.384 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.384 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.384 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:25:18.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:25:18.392 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:25:18.392 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79631) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:25:18.400 | INFO migrate.versioning.api [-] 0 -> 1...  2022-04-04 11:25:18.467 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:18.467 | INFO migrate.versioning.api [-] 1 -> 2...  2022-04-04 11:25:19.416 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:19.416 | INFO migrate.versioning.api [-] 2 -> 3...  2022-04-04 11:25:21.296 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:21.296 | INFO migrate.versioning.api [-] 3 -> 4...  2022-04-04 11:25:22.999 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:22.999 | INFO migrate.versioning.api [-] 4 -> 5...  2022-04-04 11:25:23.096 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:23.096 | INFO migrate.versioning.api [-] 5 -> 6...  2022-04-04 11:25:23.177 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:23.177 | INFO migrate.versioning.api [-] 6 -> 7...  2022-04-04 11:25:23.245 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:23.245 | INFO migrate.versioning.api [-] 7 -> 8...  2022-04-04 11:25:23.305 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:23.305 | INFO migrate.versioning.api [-] 8 -> 9...  2022-04-04 11:25:23.380 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:23.380 | INFO migrate.versioning.api [-] 9 -> 10...  2022-04-04 11:25:23.454 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:23.454 | INFO migrate.versioning.api [-] 10 -> 11...  2022-04-04 11:25:23.891 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:23.891 | INFO migrate.versioning.api [-] 11 -> 12...  2022-04-04 11:25:24.820 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:24.820 | INFO migrate.versioning.api [-] 12 -> 13...  2022-04-04 11:25:26.410 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:26.410 | INFO migrate.versioning.api [-] 13 -> 14...  2022-04-04 11:25:29.296 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:29.296 | INFO migrate.versioning.api [-] 14 -> 15...  2022-04-04 11:25:30.210 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:30.210 | INFO migrate.versioning.api [-] 15 -> 16...  2022-04-04 11:25:30.307 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:30.307 | INFO migrate.versioning.api [-] 16 -> 17...  2022-04-04 11:25:30.381 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:30.382 | INFO migrate.versioning.api [-] 17 -> 18...  2022-04-04 11:25:30.450 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:30.450 | INFO migrate.versioning.api [-] 18 -> 19...  2022-04-04 11:25:30.507 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:30.507 | INFO migrate.versioning.api [-] 19 -> 20...  2022-04-04 11:25:30.575 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:30.575 | INFO migrate.versioning.api [-] 20 -> 21...  2022-04-04 11:25:30.621 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:30.621 | INFO migrate.versioning.api [-] 21 -> 22...  2022-04-04 11:25:30.678 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:30.678 | INFO migrate.versioning.api [-] 22 -> 23...  2022-04-04 11:25:30.718 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:30.718 | INFO migrate.versioning.api [-] 23 -> 24...  2022-04-04 11:25:31.468 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:31.468 | INFO migrate.versioning.api [-] 24 -> 25...  2022-04-04 11:25:31.547 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:31.547 | INFO migrate.versioning.api [-] 25 -> 26...  2022-04-04 11:25:31.639 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:31.639 | INFO migrate.versioning.api [-] 26 -> 27...  2022-04-04 11:25:31.713 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:31.713 | INFO migrate.versioning.api [-] 27 -> 28...  2022-04-04 11:25:31.770 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:31.770 | INFO migrate.versioning.api [-] 28 -> 29...  2022-04-04 11:25:31.822 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:31.822 | INFO migrate.versioning.api [-] 29 -> 30...  2022-04-04 11:25:31.871 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:31.871 | INFO migrate.versioning.api [-] 30 -> 31...  2022-04-04 11:25:31.945 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:31.945 | INFO migrate.versioning.api [-] 31 -> 32...  2022-04-04 11:25:32.204 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:32.204 | INFO migrate.versioning.api [-] 32 -> 33...  2022-04-04 11:25:32.330 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:32.330 | INFO migrate.versioning.api [-] 33 -> 34...  2022-04-04 11:25:32.393 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:32.393 | INFO migrate.versioning.api [-] 34 -> 35...  2022-04-04 11:25:33.090 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:33.090 | INFO migrate.versioning.api [-] 35 -> 36...  2022-04-04 11:25:33.933 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:33.934 | INFO migrate.versioning.api [-] 36 -> 37...  2022-04-04 11:25:34.244 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:34.244 | INFO migrate.versioning.api [-] 37 -> 38...  2022-04-04 11:25:34.306 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:34.307 | INFO migrate.versioning.api [-] 38 -> 39...  2022-04-04 11:25:34.397 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:34.397 | INFO migrate.versioning.api [-] 39 -> 40...  2022-04-04 11:25:34.438 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:34.438 | INFO migrate.versioning.api [-] 40 -> 41...  2022-04-04 11:25:34.496 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:34.496 | INFO migrate.versioning.api [-] 41 -> 42...  2022-04-04 11:25:34.551 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:34.551 | INFO migrate.versioning.api [-] 42 -> 43...  2022-04-04 11:25:34.616 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:34.616 | INFO migrate.versioning.api [-] 43 -> 44...  2022-04-04 11:25:34.671 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:34.671 | INFO migrate.versioning.api [-] 44 -> 45...  2022-04-04 11:25:34.751 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:34.751 | INFO migrate.versioning.api [-] 45 -> 46...  2022-04-04 11:25:34.814 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:34.814 | INFO migrate.versioning.api [-] 46 -> 47...  2022-04-04 11:25:35.558 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:35.558 | INFO migrate.versioning.api [-] 47 -> 48...  2022-04-04 11:25:35.604 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:35.604 | INFO migrate.versioning.api [-] 48 -> 49...  2022-04-04 11:25:35.695 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:35.695 | INFO migrate.versioning.api [-] 49 -> 50...  2022-04-04 11:25:35.752 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:35.753 | INFO migrate.versioning.api [-] 50 -> 51...  2022-04-04 11:25:35.832 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:35.832 | INFO migrate.versioning.api [-] 51 -> 52...  2022-04-04 11:25:35.901 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:35.901 | INFO migrate.versioning.api [-] 52 -> 53...  2022-04-04 11:25:35.958 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:35.958 | INFO migrate.versioning.api [-] 53 -> 54...  2022-04-04 11:25:36.785 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:36.785 | INFO migrate.versioning.api [-] 54 -> 55...  2022-04-04 11:25:36.992 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:36.992 | INFO migrate.versioning.api [-] 55 -> 56...  2022-04-04 11:25:37.078 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:37.079 | INFO migrate.versioning.api [-] 56 -> 57...  2022-04-04 11:25:37.147 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:37.147 | INFO migrate.versioning.api [-] 57 -> 58...  2022-04-04 11:25:37.243 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:37.243 | INFO migrate.versioning.api [-] 58 -> 59...  2022-04-04 11:25:37.318 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:37.318 | INFO migrate.versioning.api [-] 59 -> 60...  2022-04-04 11:25:37.409 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:37.409 | INFO migrate.versioning.api [-] 60 -> 61...  2022-04-04 11:25:37.484 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:37.484 | INFO migrate.versioning.api [-] 61 -> 62...  2022-04-04 11:25:37.548 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:37.548 | INFO migrate.versioning.api [-] 62 -> 63...  2022-04-04 11:25:40.270 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:40.270 | INFO migrate.versioning.api [-] 63 -> 64...  2022-04-04 11:25:40.368 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:40.368 | INFO migrate.versioning.api [-] 64 -> 65...  2022-04-04 11:25:40.460 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:40.461 | INFO migrate.versioning.api [-] 65 -> 66...  2022-04-04 11:25:40.535 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:40.535 | INFO migrate.versioning.api [-] 66 -> 67...  2022-04-04 11:25:40.610 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:40.610 | INFO migrate.versioning.api [-] 67 -> 68...  2022-04-04 11:25:40.693 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:40.693 | INFO migrate.versioning.api [-] 68 -> 69...  2022-04-04 11:25:40.768 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:40.768 | INFO migrate.versioning.api [-] 69 -> 70...  2022-04-04 11:25:40.836 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:40.836 | INFO migrate.versioning.api [-] 70 -> 71...  2022-04-04 11:25:40.895 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:40.895 | INFO migrate.versioning.api [-] 71 -> 72...  2022-04-04 11:25:41.267 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:41.268 | INFO migrate.versioning.api [-] 72 -> 73...  2022-04-04 11:25:41.339 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:41.339 | INFO migrate.versioning.api [-] 73 -> 74...  2022-04-04 11:25:41.396 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:41.396 | INFO migrate.versioning.api [-] 74 -> 75...  2022-04-04 11:25:41.461 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:41.461 | INFO migrate.versioning.api [-] 75 -> 76...  2022-04-04 11:25:41.535 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:41.535 | INFO migrate.versioning.api [-] 76 -> 77...  2022-04-04 11:25:41.598 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:41.598 | INFO migrate.versioning.api [-] 77 -> 78...  2022-04-04 11:25:41.666 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:41.667 | INFO migrate.versioning.api [-] 78 -> 79...  2022-04-04 11:25:41.729 | INFO migrate.versioning.api [-] done 2022-04-04 11:25:42.081 | + lib/keystone:init_keystone:455 : time_stop dbsync 2022-04-04 11:25:42.084 | + functions-common:time_stop:2309 : local name 2022-04-04 11:25:42.086 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:25:42.089 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:25:42.091 | + functions-common:time_stop:2312 : local total 2022-04-04 11:25:42.093 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:25:42.096 | + functions-common:time_stop:2315 : name=dbsync 2022-04-04 11:25:42.098 | + functions-common:time_stop:2316 : start_time=1649071433510 2022-04-04 11:25:42.100 | + functions-common:time_stop:2318 : [[ -z 1649071433510 ]] 2022-04-04 11:25:42.104 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:25:42.108 | + functions-common:time_stop:2321 : end_time=1649071542105 2022-04-04 11:25:42.110 | + functions-common:time_stop:2322 : elapsed_time=108595 2022-04-04 11:25:42.113 | + functions-common:time_stop:2323 : total=0 2022-04-04 11:25:42.115 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:25:42.117 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=108595 2022-04-04 11:25:42.120 | + lib/keystone:init_keystone:457 : [[ fernet == \f\e\r\n\e\t ]] 2022-04-04 11:25:42.122 | + lib/keystone:init_keystone:458 : rm -rf /etc/keystone/fernet-keys/ 2022-04-04 11:25:42.127 | + lib/keystone:init_keystone:459 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2022-04-04 11:25:45.965 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2022-04-04 11:25:45.965 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-04-04 11:25:45.965 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-04-04 11:25:45.966 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2022-04-04 11:25:45.966 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-04-04 11:25:45.966 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-04-04 11:25:45.966 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-04-04 11:25:45.967 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-04-04 11:25:45.967 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-04-04 11:25:46.273 | + lib/keystone:init_keystone:461 : rm -rf /etc/keystone/credential-keys/ 2022-04-04 11:25:46.277 | + lib/keystone:init_keystone:462 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2022-04-04 11:25:50.103 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2022-04-04 11:25:50.103 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-04-04 11:25:50.103 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-04-04 11:25:50.104 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2022-04-04 11:25:50.104 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-04-04 11:25:50.104 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-04-04 11:25:50.104 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-04-04 11:25:50.105 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-04-04 11:25:50.105 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-04-04 11:25:50.406 | + ./stack.sh:main:1098 : start_keystone 2022-04-04 11:25:50.408 | + lib/keystone:start_keystone:520 : local service_port=5000 2022-04-04 11:25:50.411 | + lib/keystone:start_keystone:521 : local auth_protocol=http 2022-04-04 11:25:50.413 | + lib/keystone:start_keystone:522 : is_service_enabled tls-proxy 2022-04-04 11:25:50.428 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:25:50.431 | + lib/keystone:start_keystone:527 : '[' uwsgi == mod_wsgi ']' 2022-04-04 11:25:50.434 | ++ lib/keystone:start_keystone:531 : which uwsgi 2022-04-04 11:25:50.439 | + lib/keystone:start_keystone:531 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2022-04-04 11:25:50.441 | + functions-common:run_process:1564 : local service=keystone 2022-04-04 11:25:50.444 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-04-04 11:25:50.446 | + functions-common:run_process:1566 : local group= 2022-04-04 11:25:50.448 | + functions-common:run_process:1567 : local user= 2022-04-04 11:25:50.451 | + functions-common:run_process:1569 : local name=keystone 2022-04-04 11:25:50.453 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:25:50.456 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:25:50.458 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:25:50.461 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:25:50.464 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:25:50.468 | + functions-common:time_start:2300 : _TIME_START[$name]=1649071550465 2022-04-04 11:25:50.471 | + functions-common:run_process:1572 : is_service_enabled keystone 2022-04-04 11:25:50.486 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:25:50.489 | + functions-common:run_process:1573 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2022-04-04 11:25:50.491 | + functions-common:_run_under_systemd:1529 : local service=keystone 2022-04-04 11:25:50.494 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-04-04 11:25:50.496 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-04-04 11:25:50.498 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-04-04 11:25:50.500 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-04-04 11:25:50.503 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2022-04-04 11:25:50.505 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2022-04-04 11:25:50.507 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@keystone.service 2022-04-04 11:25:50.510 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:25:50.512 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:25:50.515 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2022-04-04 11:25:50.517 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu 2022-04-04 11:25:50.519 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@keystone.service 2022-04-04 11:25:50.521 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-04-04 11:25:50.523 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-04-04 11:25:50.525 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-04-04 11:25:50.527 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@keystone.service 2022-04-04 11:25:50.529 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-04-04 11:25:50.534 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2022-04-04 11:25:50.591 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2022-04-04 11:25:50.658 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2022-04-04 11:25:50.708 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-04-04 11:25:50.758 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:25:50.807 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2022-04-04 11:25:50.857 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2022-04-04 11:25:50.915 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2022-04-04 11:25:50.968 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2022-04-04 11:25:51.018 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2022-04-04 11:25:51.069 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-04-04 11:25:51.071 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2022-04-04 11:25:51.132 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-04-04 11:25:51.516 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@keystone.service 2022-04-04 11:25:51.530 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2022-04-04 11:25:51.882 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@keystone.service 2022-04-04 11:25:51.965 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:25:51.967 | + functions-common:time_stop:2309 : local name 2022-04-04 11:25:51.971 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:25:51.973 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:25:51.975 | + functions-common:time_stop:2312 : local total 2022-04-04 11:25:51.983 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:25:51.983 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:25:51.983 | + functions-common:time_stop:2316 : start_time=1649071550465 2022-04-04 11:25:51.985 | + functions-common:time_stop:2318 : [[ -z 1649071550465 ]] 2022-04-04 11:25:51.988 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:25:51.992 | + functions-common:time_stop:2321 : end_time=1649071551989 2022-04-04 11:25:51.994 | + functions-common:time_stop:2322 : elapsed_time=1524 2022-04-04 11:25:51.996 | + functions-common:time_stop:2323 : total=1528 2022-04-04 11:25:51.999 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:25:52.002 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=3052 2022-04-04 11:25:52.004 | + lib/keystone:start_keystone:534 : echo 'Waiting for keystone to start...' 2022-04-04 11:25:52.004 | Waiting for keystone to start... 2022-04-04 11:25:52.007 | + lib/keystone:start_keystone:540 : local service_uri=http://10.222.0.43/identity/v3/ 2022-04-04 11:25:52.009 | + lib/keystone:start_keystone:542 : wait_for_service 60 http://10.222.0.43/identity/v3/ 2022-04-04 11:25:52.011 | + functions:wait_for_service:457 : local timeout=60 2022-04-04 11:25:52.014 | + functions:wait_for_service:458 : local url=http://10.222.0.43/identity/v3/ 2022-04-04 11:25:52.017 | + functions:wait_for_service:459 : local rval=0 2022-04-04 11:25:52.019 | + functions:wait_for_service:460 : time_start wait_for_service 2022-04-04 11:25:52.022 | + functions-common:time_start:2295 : local name=wait_for_service 2022-04-04 11:25:52.024 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:25:52.026 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:25:52.029 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:25:52.034 | + functions-common:time_start:2300 : _TIME_START[$name]=1649071552031 2022-04-04 11:25:52.036 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-04-04 11:25:52.042 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.43/identity/v3/ 2022-04-04 11:25:57.866 | + :: : [[ 200 == 503 ]] 2022-04-04 11:25:57.867 | + :: : [[ 0 -eq 7 ]] 2022-04-04 11:25:57.870 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-04-04 11:25:57.873 | + functions-common:time_stop:2309 : local name 2022-04-04 11:25:57.875 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:25:57.877 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:25:57.880 | + functions-common:time_stop:2312 : local total 2022-04-04 11:25:57.882 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:25:57.884 | + functions-common:time_stop:2315 : name=wait_for_service 2022-04-04 11:25:57.886 | + functions-common:time_stop:2316 : start_time=1649071552031 2022-04-04 11:25:57.889 | + functions-common:time_stop:2318 : [[ -z 1649071552031 ]] 2022-04-04 11:25:57.892 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:25:57.896 | + functions-common:time_stop:2321 : end_time=1649071557894 2022-04-04 11:25:57.898 | + functions-common:time_stop:2322 : elapsed_time=5863 2022-04-04 11:25:57.901 | + functions-common:time_stop:2323 : total=0 2022-04-04 11:25:57.903 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:25:57.905 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=5863 2022-04-04 11:25:57.908 | + functions:wait_for_service:467 : return 0 2022-04-04 11:25:57.911 | + lib/keystone:start_keystone:547 : is_service_enabled tls-proxy 2022-04-04 11:25:57.927 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:25:57.930 | + lib/keystone:start_keystone:553 : restart_service memcached 2022-04-04 11:25:57.932 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-04-04 11:25:57.934 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart memcached 2022-04-04 11:25:57.964 | + ./stack.sh:main:1099 : bootstrap_keystone 2022-04-04 11:25:57.968 | + lib/keystone:bootstrap_keystone:576 : /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-admin-url http://10.222.0.43/identity --bootstrap-public-url http://10.222.0.43/identity 2022-04-04 11:26:01.951 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:01.951 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:01.951 | 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=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:01.959 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:01.975 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:01.975 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.006 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.043 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.043 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.138 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.138 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.139 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.139 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.139 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.139 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.153 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.153 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.153 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.153 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.154 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.154 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.154 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.240 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.242 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.243 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.243 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.243 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.243 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.243 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.244 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=80860) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-04-04 11:26:02.275 | 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=80860) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-04-04 11:26:02.641 | INFO keystone.cmd.bootstrap [None req-66c258bd-a4ba-48ea-8772-8b7506344b11 None None] Created domain default 2022-04-04 11:26:02.760 | INFO keystone.cmd.bootstrap [None req-66c258bd-a4ba-48ea-8772-8b7506344b11 None None] Created project admin 2022-04-04 11:26:02.790 | DEBUG passlib.handlers.bcrypt [None req-66c258bd-a4ba-48ea-8772-8b7506344b11 None None] detected 'bcrypt' backend, version '3.2.0' {{(pid=80860) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2022-04-04 11:26:02.791 | DEBUG passlib.handlers.bcrypt [None req-66c258bd-a4ba-48ea-8772-8b7506344b11 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=80860) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2022-04-04 11:26:02.919 | INFO keystone.cmd.bootstrap [None req-66c258bd-a4ba-48ea-8772-8b7506344b11 None None] Created user admin 2022-04-04 11:26:03.017 | INFO keystone.cmd.bootstrap [None req-66c258bd-a4ba-48ea-8772-8b7506344b11 None None] Created role reader 2022-04-04 11:26:03.107 | INFO keystone.cmd.bootstrap [None req-66c258bd-a4ba-48ea-8772-8b7506344b11 None None] Created role member 2022-04-04 11:26:03.194 | INFO keystone.cmd.bootstrap [None req-66c258bd-a4ba-48ea-8772-8b7506344b11 None None] Created implied role where 185fa32813ce4ecbae8d4ee0afd6f8ec implies 8b23a872980a41a3bcedb625a352d1b2 2022-04-04 11:26:03.266 | INFO keystone.cmd.bootstrap [None req-66c258bd-a4ba-48ea-8772-8b7506344b11 None None] Created role admin 2022-04-04 11:26:03.337 | INFO keystone.cmd.bootstrap [None req-66c258bd-a4ba-48ea-8772-8b7506344b11 None None] Created implied role where 5443597c7edc489eaa14ce7147998d6c implies 185fa32813ce4ecbae8d4ee0afd6f8ec 2022-04-04 11:26:03.421 | INFO keystone.cmd.bootstrap [None req-66c258bd-a4ba-48ea-8772-8b7506344b11 None None] Granted role admin on project admin to user admin. 2022-04-04 11:26:03.496 | INFO keystone.cmd.bootstrap [None req-66c258bd-a4ba-48ea-8772-8b7506344b11 None None] Granted role admin on the system to user admin. 2022-04-04 11:26:03.585 | WARNING py.warnings [None req-66c258bd-a4ba-48ea-8772-8b7506344b11 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-04-04 11:26:03.585 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2022-04-04 11:26:03.585 |  2022-04-04 11:26:03.588 | INFO keystone.cmd.bootstrap [None req-66c258bd-a4ba-48ea-8772-8b7506344b11 None None] Created region RegionOne 2022-04-04 11:26:03.740 | INFO keystone.cmd.bootstrap [None req-66c258bd-a4ba-48ea-8772-8b7506344b11 None None] Created public endpoint http://10.222.0.43/identity 2022-04-04 11:26:03.803 | INFO keystone.cmd.bootstrap [None req-66c258bd-a4ba-48ea-8772-8b7506344b11 None None] Created admin endpoint http://10.222.0.43/identity 2022-04-04 11:26:04.195 | + ./stack.sh:main:1102 : create_keystone_accounts 2022-04-04 11:26:04.198 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2022-04-04 11:26:04.201 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2022-04-04 11:26:07.226 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:07.226 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:07.226 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:07.226 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:07.370 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:07.373 | + lib/keystone:create_keystone_accounts:315 : admin_project=c754a9317f864b6090be3ae7d7452bba 2022-04-04 11:26:07.376 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2022-04-04 11:26:07.379 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2022-04-04 11:26:09.448 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:09.448 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:09.448 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:09.448 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:09.597 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:09.600 | + lib/keystone:create_keystone_accounts:317 : admin_user=e9fb5ea8c6994e5a8d3e79212627190b 2022-04-04 11:26:09.602 | + lib/keystone:create_keystone_accounts:318 : local admin_role=admin 2022-04-04 11:26:09.605 | + lib/keystone:create_keystone_accounts:319 : local member_role=member 2022-04-04 11:26:09.607 | + lib/keystone:create_keystone_accounts:321 : async_run ks-domain-role get_or_add_user_domain_role admin e9fb5ea8c6994e5a8d3e79212627190b default 2022-04-04 11:26:09.663 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin e9fb5ea8c6994e5a8d3e79212627190b default 2022-04-04 11:26:09.699 | [17761 Async ks-domain-role:80976]: running: get_or_add_user_domain_role admin e9fb5ea8c6994e5a8d3e79212627190b default 2022-04-04 11:26:09.701 | + lib/keystone:create_keystone_accounts:324 : get_or_create_domain Default 2022-04-04 11:26:09.704 | + functions-common:get_or_create_domain:792 : local domain_id 2022-04-04 11:26:09.707 | ++ functions-common:get_or_create_domain:804 : oscwrap domain show Default -f value -c id 2022-04-04 11:26:12.064 | + functions-common:get_or_create_domain:802 : domain_id=default 2022-04-04 11:26:12.066 | + functions-common:get_or_create_domain:803 : echo default 2022-04-04 11:26:12.067 | default 2022-04-04 11:26:12.069 | + lib/keystone:create_keystone_accounts:325 : async_run ks-project get_or_create_project service Default 2022-04-04 11:26:12.128 | + inc/async:async_inner:63 : get_or_create_project service Default 2022-04-04 11:26:12.169 | [17761 Async ks-project:81115]: running: get_or_create_project service Default 2022-04-04 11:26:12.172 | + lib/keystone:create_keystone_accounts:328 : async_run ks-service get_or_create_role service 2022-04-04 11:26:12.236 | + inc/async:async_inner:63 : get_or_create_role service 2022-04-04 11:26:12.277 | [17761 Async ks-service:81201]: running: get_or_create_role service 2022-04-04 11:26:12.279 | + lib/keystone:create_keystone_accounts:334 : async_run ks-reseller get_or_create_role ResellerAdmin 2022-04-04 11:26:12.344 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2022-04-04 11:26:12.437 | [17761 Async ks-reseller:81287]: running: get_or_create_role ResellerAdmin 2022-04-04 11:26:12.451 | + lib/keystone:create_keystone_accounts:338 : local another_role=anotherrole 2022-04-04 11:26:12.471 | + lib/keystone:create_keystone_accounts:339 : async_run ks-anotherrole get_or_create_role anotherrole 2022-04-04 11:26:12.900 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2022-04-04 11:26:13.131 | [17761 Async ks-anotherrole:81377]: running: get_or_create_role anotherrole 2022-04-04 11:26:13.147 | + lib/keystone:create_keystone_accounts:342 : local invis_project 2022-04-04 11:26:13.175 | ++ lib/keystone:create_keystone_accounts:343 : get_or_create_project invisible_to_admin default 2022-04-04 11:26:13.199 | ++ functions-common:get_or_create_project:847 : local project_id 2022-04-04 11:26:13.231 | +++ functions-common:get_or_create_project:855 : oscwrap project create invisible_to_admin --domain=default --or-show -f value -c id 2022-04-04 11:26:15.441 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:26:15.502 | [81115 Async ks-project:81115]: finished successfully 2022-04-04 11:26:15.752 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:26:15.785 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:26:15.821 | [81201 Async ks-service:81201]: finished successfully 2022-04-04 11:26:15.839 | [81287 Async ks-reseller:81287]: finished successfully 2022-04-04 11:26:16.283 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:16.283 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:16.283 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:16.283 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:16.408 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:26:16.436 | [81377 Async ks-anotherrole:81377]: finished successfully 2022-04-04 11:26:16.454 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:16.456 | ++ functions-common:get_or_create_project:853 : project_id=661bce24202d44c082be6c3cc0060630 2022-04-04 11:26:16.459 | ++ functions-common:get_or_create_project:854 : echo 661bce24202d44c082be6c3cc0060630 2022-04-04 11:26:16.462 | + lib/keystone:create_keystone_accounts:343 : invis_project=661bce24202d44c082be6c3cc0060630 2022-04-04 11:26:16.464 | + lib/keystone:create_keystone_accounts:346 : local demo_project 2022-04-04 11:26:16.467 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_project demo default 2022-04-04 11:26:16.469 | ++ functions-common:get_or_create_project:847 : local project_id 2022-04-04 11:26:16.473 | +++ functions-common:get_or_create_project:855 : oscwrap project create demo --domain=default --or-show -f value -c id 2022-04-04 11:26:17.925 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:26:17.949 | [80976 Async ks-domain-role:80976]: finished successfully 2022-04-04 11:26:18.672 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:18.672 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:18.672 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:18.672 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:18.820 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:18.823 | ++ functions-common:get_or_create_project:853 : project_id=aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:18.825 | ++ functions-common:get_or_create_project:854 : echo aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:18.828 | + lib/keystone:create_keystone_accounts:347 : demo_project=aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:18.831 | + lib/keystone:create_keystone_accounts:348 : local demo_user 2022-04-04 11:26:18.834 | ++ lib/keystone:create_keystone_accounts:350 : get_or_create_user demo Passw0rd default demo@example.com 2022-04-04 11:26:18.836 | ++ functions-common:get_or_create_user:824 : local user_id 2022-04-04 11:26:18.839 | ++ functions-common:get_or_create_user:825 : [[ ! -z demo@example.com ]] 2022-04-04 11:26:18.841 | ++ functions-common:get_or_create_user:826 : local email=--email=demo@example.com 2022-04-04 11:26:18.844 | +++ functions-common:get_or_create_user:842 : oscwrap user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2022-04-04 11:26:21.089 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:21.089 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:21.089 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:21.089 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:21.237 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:21.240 | ++ functions-common:get_or_create_user:840 : user_id=c6833884cf78465aaa47cc0430f5bdd1 2022-04-04 11:26:21.242 | ++ functions-common:get_or_create_user:841 : echo c6833884cf78465aaa47cc0430f5bdd1 2022-04-04 11:26:21.245 | + lib/keystone:create_keystone_accounts:350 : demo_user=c6833884cf78465aaa47cc0430f5bdd1 2022-04-04 11:26:21.248 | + lib/keystone:create_keystone_accounts:352 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2022-04-04 11:26:21.299 | [17761 Async ks-domain-role:80976]: Waiting for completion of get_or_add_user_domain_role admin e9fb5ea8c6994e5a8d3e79212627190b default running on PID 80976 (6 other jobs running) 2022-04-04 11:26:21.323 | [17761 Async ks-domain-role:80976]: Signaling child to exit 2022-04-04 11:26:21.323 | WAKEUP 2022-04-04 11:26:21.346 | [17761 Async ks-domain-role:80976]: Signaled 2022-04-04 11:26:21.348 | + functions-common:get_or_add_user_domain_role:918 : local user_role_id 2022-04-04 11:26:21.348 | ++ functions-common:get_or_add_user_domain_role:924 : oscwrap role assignment list --role admin --user e9fb5ea8c6994e5a8d3e79212627190b --domain default 2022-04-04 11:26:21.348 | ++ functions-common:get_or_add_user_domain_role:924 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:26:21.348 | ++ functions-common:get_or_add_user_domain_role:924 : get_field 1 2022-04-04 11:26:21.348 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:26:21.348 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:21.348 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:21.348 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:21.348 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:21.348 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:21.348 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:21.348 | + functions-common:get_or_add_user_domain_role:924 : user_role_id= 2022-04-04 11:26:21.348 | + functions-common:get_or_add_user_domain_role:925 : [[ -z '' ]] 2022-04-04 11:26:21.348 | + functions-common:get_or_add_user_domain_role:927 : openstack role add admin --user e9fb5ea8c6994e5a8d3e79212627190b --domain default 2022-04-04 11:26:21.348 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:21.348 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:21.348 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:21.348 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:21.348 | ++ functions-common:get_or_add_user_domain_role:934 : oscwrap role assignment list --role admin --user e9fb5ea8c6994e5a8d3e79212627190b --domain default 2022-04-04 11:26:21.348 | ++ functions-common:get_or_add_user_domain_role:934 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:26:21.348 | ++ functions-common:get_or_add_user_domain_role:934 : get_field 1 2022-04-04 11:26:21.348 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:26:21.348 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:21.348 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:21.348 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:21.348 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:21.348 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:21.348 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:21.348 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:26:21.349 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:26:21.349 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:26:21.349 | ++ functions-common:get_field:733 : echo '| 5443597c7edc489eaa14ce7147998d6c | e9fb5ea8c6994e5a8d3e79212627190b | | | default | | False |' 2022-04-04 11:26:21.349 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:21.349 | + functions-common:get_or_add_user_domain_role:934 : user_role_id=5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:26:21.349 | + functions-common:get_or_add_user_domain_role:936 : echo 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:26:21.349 | 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:26:21.391 | [17761 Async ks-domain-role:80976]: finished get_or_add_user_domain_role admin e9fb5ea8c6994e5a8d3e79212627190b default with result 0 in 8 seconds 2022-04-04 11:26:21.398 | Not waiting for async task ks-domain that we never started or has already been waited for 2022-04-04 11:26:21.432 | [17761 Async ks-project:81115]: Waiting for completion of get_or_create_project service Default running on PID 81115 (5 other jobs running) 2022-04-04 11:26:21.457 | [17761 Async ks-project:81115]: Signaling child to exit 2022-04-04 11:26:21.457 | WAKEUP 2022-04-04 11:26:21.478 | [17761 Async ks-project:81115]: Signaled 2022-04-04 11:26:21.480 | + functions-common:get_or_create_project:847 : local project_id 2022-04-04 11:26:21.480 | ++ functions-common:get_or_create_project:855 : oscwrap project create service --domain=Default --or-show -f value -c id 2022-04-04 11:26:21.480 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:21.480 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:21.480 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:21.480 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:21.480 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:21.480 | + functions-common:get_or_create_project:853 : project_id=4c0b97e1bbf949bbbce9a143f27bc6eb 2022-04-04 11:26:21.480 | + functions-common:get_or_create_project:854 : echo 4c0b97e1bbf949bbbce9a143f27bc6eb 2022-04-04 11:26:21.480 | 4c0b97e1bbf949bbbce9a143f27bc6eb 2022-04-04 11:26:21.524 | [17761 Async ks-project:81115]: finished get_or_create_project service Default with result 0 in 3 seconds 2022-04-04 11:26:21.560 | [17761 Async ks-service:81201]: Waiting for completion of get_or_create_role service running on PID 81201 (4 other jobs running) 2022-04-04 11:26:21.584 | [17761 Async ks-service:81201]: Signaling child to exit 2022-04-04 11:26:21.584 | WAKEUP 2022-04-04 11:26:21.606 | [17761 Async ks-service:81201]: Signaled 2022-04-04 11:26:21.613 | + functions-common:get_or_create_role:860 : local role_id 2022-04-04 11:26:21.613 | ++ functions-common:get_or_create_role:867 : oscwrap role create service --or-show -f value -c id 2022-04-04 11:26:21.614 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:21.614 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:21.614 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:21.614 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:21.614 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:21.614 | + functions-common:get_or_create_role:865 : role_id=4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:26:21.614 | + functions-common:get_or_create_role:866 : echo 4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:26:21.614 | 4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:26:21.657 | [17761 Async ks-service:81201]: finished get_or_create_role service with result 0 in 3 seconds 2022-04-04 11:26:21.693 | [17761 Async ks-reseller:81287]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 81287 (3 other jobs running) 2022-04-04 11:26:21.717 | [17761 Async ks-reseller:81287]: Signaling child to exit 2022-04-04 11:26:21.717 | WAKEUP 2022-04-04 11:26:21.739 | [17761 Async ks-reseller:81287]: Signaled 2022-04-04 11:26:21.740 | + functions-common:get_or_create_role:860 : local role_id 2022-04-04 11:26:21.740 | ++ functions-common:get_or_create_role:867 : oscwrap role create ResellerAdmin --or-show -f value -c id 2022-04-04 11:26:21.740 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:21.740 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:21.740 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:21.740 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:21.740 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:21.740 | + functions-common:get_or_create_role:865 : role_id=a60a0b2cd49748b3af71797ffe51a5dc 2022-04-04 11:26:21.740 | + functions-common:get_or_create_role:866 : echo a60a0b2cd49748b3af71797ffe51a5dc 2022-04-04 11:26:21.740 | a60a0b2cd49748b3af71797ffe51a5dc 2022-04-04 11:26:21.783 | [17761 Async ks-reseller:81287]: finished get_or_create_role ResellerAdmin with result 0 in 3 seconds 2022-04-04 11:26:21.819 | [17761 Async ks-anotherrole:81377]: Waiting for completion of get_or_create_role anotherrole running on PID 81377 (2 other jobs running) 2022-04-04 11:26:21.844 | [17761 Async ks-anotherrole:81377]: Signaling child to exit 2022-04-04 11:26:21.844 | WAKEUP 2022-04-04 11:26:21.866 | [17761 Async ks-anotherrole:81377]: Signaled 2022-04-04 11:26:21.869 | + functions-common:get_or_create_role:860 : local role_id 2022-04-04 11:26:21.869 | ++ functions-common:get_or_create_role:867 : oscwrap role create anotherrole --or-show -f value -c id 2022-04-04 11:26:21.869 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:21.869 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:21.870 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:21.870 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:21.870 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:21.870 | + functions-common:get_or_create_role:865 : role_id=388e2e5c63604c7da5baa6a9bc6309c3 2022-04-04 11:26:21.870 | + functions-common:get_or_create_role:866 : echo 388e2e5c63604c7da5baa6a9bc6309c3 2022-04-04 11:26:21.870 | 388e2e5c63604c7da5baa6a9bc6309c3 2022-04-04 11:26:21.912 | [17761 Async ks-anotherrole:81377]: finished get_or_create_role anotherrole with result 0 in 3 seconds 2022-04-04 11:26:21.916 | + inc/async:async_wait:197 : return 0 2022-04-04 11:26:21.919 | + lib/keystone:create_keystone_accounts:354 : async_run ks-demo-member get_or_add_user_project_role member c6833884cf78465aaa47cc0430f5bdd1 aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:21.977 | + inc/async:async_inner:63 : get_or_add_user_project_role member c6833884cf78465aaa47cc0430f5bdd1 aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:22.018 | [17761 Async ks-demo-member:82244]: running: get_or_add_user_project_role member c6833884cf78465aaa47cc0430f5bdd1 aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:22.021 | + lib/keystone:create_keystone_accounts:355 : async_run ks-demo-admin get_or_add_user_project_role admin e9fb5ea8c6994e5a8d3e79212627190b aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:22.080 | + inc/async:async_inner:63 : get_or_add_user_project_role admin e9fb5ea8c6994e5a8d3e79212627190b aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:22.130 | [17761 Async ks-demo-admin:82356]: running: get_or_add_user_project_role admin e9fb5ea8c6994e5a8d3e79212627190b aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:22.132 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-another get_or_add_user_project_role anotherrole c6833884cf78465aaa47cc0430f5bdd1 aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:22.201 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole c6833884cf78465aaa47cc0430f5bdd1 aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:22.247 | [17761 Async ks-demo-another:82468]: running: get_or_add_user_project_role anotherrole c6833884cf78465aaa47cc0430f5bdd1 aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:22.251 | + lib/keystone:create_keystone_accounts:357 : async_run ks-demo-invis get_or_add_user_project_role member c6833884cf78465aaa47cc0430f5bdd1 661bce24202d44c082be6c3cc0060630 2022-04-04 11:26:22.333 | + inc/async:async_inner:63 : get_or_add_user_project_role member c6833884cf78465aaa47cc0430f5bdd1 661bce24202d44c082be6c3cc0060630 2022-04-04 11:26:22.379 | [17761 Async ks-demo-invis:82580]: running: get_or_add_user_project_role member c6833884cf78465aaa47cc0430f5bdd1 661bce24202d44c082be6c3cc0060630 2022-04-04 11:26:22.382 | + lib/keystone:create_keystone_accounts:360 : local alt_demo_project 2022-04-04 11:26:22.387 | ++ lib/keystone:create_keystone_accounts:361 : get_or_create_project alt_demo default 2022-04-04 11:26:22.391 | ++ functions-common:get_or_create_project:847 : local project_id 2022-04-04 11:26:22.396 | +++ functions-common:get_or_create_project:855 : oscwrap project create alt_demo --domain=default --or-show -f value -c id 2022-04-04 11:26:25.461 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:25.461 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:25.461 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:25.461 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:25.699 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:25.720 | ++ functions-common:get_or_create_project:853 : project_id=ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:25.735 | ++ functions-common:get_or_create_project:854 : echo ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:25.755 | + lib/keystone:create_keystone_accounts:361 : alt_demo_project=ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:25.771 | + lib/keystone:create_keystone_accounts:362 : local alt_demo_user 2022-04-04 11:26:25.811 | ++ lib/keystone:create_keystone_accounts:364 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2022-04-04 11:26:25.831 | ++ functions-common:get_or_create_user:824 : local user_id 2022-04-04 11:26:25.859 | ++ functions-common:get_or_create_user:825 : [[ ! -z alt_demo@example.com ]] 2022-04-04 11:26:25.883 | ++ functions-common:get_or_create_user:826 : local email=--email=alt_demo@example.com 2022-04-04 11:26:25.908 | +++ functions-common:get_or_create_user:842 : oscwrap user create alt_demo --password Passw0rd --domain=default --email=alt_demo@example.com --or-show -f value -c id 2022-04-04 11:26:28.996 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:28.996 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:28.996 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:28.996 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:29.235 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:29.255 | ++ functions-common:get_or_create_user:840 : user_id=bbf6e7f7a621460e9daa91063bd8bb89 2022-04-04 11:26:29.261 | ++ functions-common:get_or_create_user:841 : echo bbf6e7f7a621460e9daa91063bd8bb89 2022-04-04 11:26:29.264 | + lib/keystone:create_keystone_accounts:364 : alt_demo_user=bbf6e7f7a621460e9daa91063bd8bb89 2022-04-04 11:26:29.282 | + lib/keystone:create_keystone_accounts:366 : async_run ks-alt-member get_or_add_user_project_role member bbf6e7f7a621460e9daa91063bd8bb89 ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:29.695 | + inc/async:async_inner:63 : get_or_add_user_project_role member bbf6e7f7a621460e9daa91063bd8bb89 ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:29.924 | [17761 Async ks-alt-member:82975]: running: get_or_add_user_project_role member bbf6e7f7a621460e9daa91063bd8bb89 ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:29.935 | + lib/keystone:create_keystone_accounts:367 : async_run ks-alt-admin get_or_add_user_project_role admin e9fb5ea8c6994e5a8d3e79212627190b ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:30.369 | + inc/async:async_inner:63 : get_or_add_user_project_role admin e9fb5ea8c6994e5a8d3e79212627190b ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:30.612 | [17761 Async ks-alt-admin:83088]: running: get_or_add_user_project_role admin e9fb5ea8c6994e5a8d3e79212627190b ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:30.631 | + lib/keystone:create_keystone_accounts:368 : async_run ks-alt-another get_or_add_user_project_role anotherrole bbf6e7f7a621460e9daa91063bd8bb89 ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:31.040 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole bbf6e7f7a621460e9daa91063bd8bb89 ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:31.125 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:26:31.247 | [17761 Async ks-alt-another:83208]: running: get_or_add_user_project_role anotherrole bbf6e7f7a621460e9daa91063bd8bb89 ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:31.265 | + lib/keystone:create_keystone_accounts:371 : local admin_group 2022-04-04 11:26:31.280 | [82244 Async ks-demo-member:82244]: finished successfully 2022-04-04 11:26:31.294 | ++ lib/keystone:create_keystone_accounts:373 : get_or_create_group admins default 'openstack admin group' 2022-04-04 11:26:31.315 | ++ functions-common:get_or_create_group:809 : local 'desc=openstack admin group' 2022-04-04 11:26:31.333 | ++ functions-common:get_or_create_group:810 : local group_id 2022-04-04 11:26:31.367 | +++ functions-common:get_or_create_group:819 : oscwrap group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2022-04-04 11:26:31.677 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:26:31.855 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:26:31.861 | [82356 Async ks-demo-admin:82356]: finished successfully 2022-04-04 11:26:32.040 | [82468 Async ks-demo-another:82468]: finished successfully 2022-04-04 11:26:33.025 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:26:33.164 | [82580 Async ks-demo-invis:82580]: finished successfully 2022-04-04 11:26:34.220 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:34.220 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:34.220 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:34.220 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:34.407 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:34.410 | ++ functions-common:get_or_create_group:817 : group_id=35cf6bedf33d42139db2f87a9b37854f 2022-04-04 11:26:34.413 | ++ functions-common:get_or_create_group:818 : echo 35cf6bedf33d42139db2f87a9b37854f 2022-04-04 11:26:34.415 | + lib/keystone:create_keystone_accounts:373 : admin_group=35cf6bedf33d42139db2f87a9b37854f 2022-04-04 11:26:34.418 | + lib/keystone:create_keystone_accounts:374 : local non_admin_group 2022-04-04 11:26:34.421 | ++ lib/keystone:create_keystone_accounts:376 : get_or_create_group nonadmins default 'non-admin group' 2022-04-04 11:26:34.424 | ++ functions-common:get_or_create_group:809 : local 'desc=non-admin group' 2022-04-04 11:26:34.426 | ++ functions-common:get_or_create_group:810 : local group_id 2022-04-04 11:26:34.430 | +++ functions-common:get_or_create_group:819 : oscwrap group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2022-04-04 11:26:36.821 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:36.821 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:36.821 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:36.821 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:36.996 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:36.999 | ++ functions-common:get_or_create_group:817 : group_id=8da9c2bebeb64cf1b2204b3bda6b731d 2022-04-04 11:26:37.002 | ++ functions-common:get_or_create_group:818 : echo 8da9c2bebeb64cf1b2204b3bda6b731d 2022-04-04 11:26:37.004 | + lib/keystone:create_keystone_accounts:376 : non_admin_group=8da9c2bebeb64cf1b2204b3bda6b731d 2022-04-04 11:26:37.007 | + lib/keystone:create_keystone_accounts:378 : async_run ks-group-memberdemo get_or_add_group_project_role member 8da9c2bebeb64cf1b2204b3bda6b731d aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:37.087 | + inc/async:async_inner:63 : get_or_add_group_project_role member 8da9c2bebeb64cf1b2204b3bda6b731d aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:37.152 | [17761 Async ks-group-memberdemo:83713]: running: get_or_add_group_project_role member 8da9c2bebeb64cf1b2204b3bda6b731d aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:37.154 | + lib/keystone:create_keystone_accounts:379 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 8da9c2bebeb64cf1b2204b3bda6b731d aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:37.563 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 8da9c2bebeb64cf1b2204b3bda6b731d aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:37.781 | [17761 Async ks-group-anotherdemo:83800]: running: get_or_add_group_project_role anotherrole 8da9c2bebeb64cf1b2204b3bda6b731d aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:37.799 | + lib/keystone:create_keystone_accounts:380 : async_run ks-group-memberalt get_or_add_group_project_role member 8da9c2bebeb64cf1b2204b3bda6b731d ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:38.245 | + inc/async:async_inner:63 : get_or_add_group_project_role member 8da9c2bebeb64cf1b2204b3bda6b731d ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:38.486 | [17761 Async ks-group-memberalt:83888]: running: get_or_add_group_project_role member 8da9c2bebeb64cf1b2204b3bda6b731d ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:38.505 | + lib/keystone:create_keystone_accounts:381 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 8da9c2bebeb64cf1b2204b3bda6b731d ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:38.803 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:26:38.948 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 8da9c2bebeb64cf1b2204b3bda6b731d ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:38.992 | [82975 Async ks-alt-member:82975]: finished successfully 2022-04-04 11:26:39.194 | [17761 Async ks-group-anotheralt:84009]: running: get_or_add_group_project_role anotherrole 8da9c2bebeb64cf1b2204b3bda6b731d ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:39.229 | + lib/keystone:create_keystone_accounts:382 : async_run ks-group-admin get_or_add_group_project_role admin 35cf6bedf33d42139db2f87a9b37854f c754a9317f864b6090be3ae7d7452bba 2022-04-04 11:26:39.698 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 35cf6bedf33d42139db2f87a9b37854f c754a9317f864b6090be3ae7d7452bba 2022-04-04 11:26:39.940 | [17761 Async ks-group-admin:84111]: running: get_or_add_group_project_role admin 35cf6bedf33d42139db2f87a9b37854f c754a9317f864b6090be3ae7d7452bba 2022-04-04 11:26:39.967 | + lib/keystone:create_keystone_accounts:384 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis 2022-04-04 11:26:40.003 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:26:40.184 | [83088 Async ks-alt-admin:83088]: finished successfully 2022-04-04 11:26:40.244 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:26:40.295 | [17761 Async ks-demo-member:82244]: Waiting for completion of get_or_add_user_project_role member c6833884cf78465aaa47cc0430f5bdd1 aac5cc5a71f543d7ab89e5088fe1833c running on PID 82244 (13 other jobs running) 2022-04-04 11:26:40.435 | [83208 Async ks-alt-another:83208]: finished successfully 2022-04-04 11:26:40.450 | [17761 Async ks-demo-member:82244]: Signaling child to exit 2022-04-04 11:26:40.451 | WAKEUP 2022-04-04 11:26:40.604 | [17761 Async ks-demo-member:82244]: Signaled 2022-04-04 11:26:40.618 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:26:40.619 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-04-04 11:26:40.619 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:26:40.619 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:26:40.619 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-04-04 11:26:40.619 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-04-04 11:26:40.619 | ++ functions-common:_get_domain_args:882 : echo 2022-04-04 11:26:40.619 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-04-04 11:26:40.619 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user c6833884cf78465aaa47cc0430f5bdd1 --project aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:40.619 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:26:40.619 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:26:40.619 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:26:40.619 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:40.619 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:40.619 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:40.619 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:40.619 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:40.619 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:40.619 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:26:40.619 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:26:40.619 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user c6833884cf78465aaa47cc0430f5bdd1 --project aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:40.619 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:40.619 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:40.619 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:40.619 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:40.619 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user c6833884cf78465aaa47cc0430f5bdd1 --project aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:40.619 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:26:40.619 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:26:40.619 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:26:40.619 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:40.620 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:40.620 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:40.620 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:40.620 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:40.620 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:40.620 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:26:40.620 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:26:40.620 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:26:40.620 | ++ functions-common:get_field:733 : echo '| 185fa32813ce4ecbae8d4ee0afd6f8ec | c6833884cf78465aaa47cc0430f5bdd1 | | aac5cc5a71f543d7ab89e5088fe1833c | | | False |' 2022-04-04 11:26:40.620 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:40.620 | + functions-common:get_or_add_user_project_role:910 : user_role_id=185fa32813ce4ecbae8d4ee0afd6f8ec 2022-04-04 11:26:40.620 | + functions-common:get_or_add_user_project_role:912 : echo 185fa32813ce4ecbae8d4ee0afd6f8ec 2022-04-04 11:26:40.620 | 185fa32813ce4ecbae8d4ee0afd6f8ec 2022-04-04 11:26:40.917 | [17761 Async ks-demo-member:82244]: finished get_or_add_user_project_role member c6833884cf78465aaa47cc0430f5bdd1 aac5cc5a71f543d7ab89e5088fe1833c with result 0 in 9 seconds 2022-04-04 11:26:41.162 | [17761 Async ks-demo-admin:82356]: Waiting for completion of get_or_add_user_project_role admin e9fb5ea8c6994e5a8d3e79212627190b aac5cc5a71f543d7ab89e5088fe1833c running on PID 82356 (12 other jobs running) 2022-04-04 11:26:41.355 | [17761 Async ks-demo-admin:82356]: Signaling child to exit 2022-04-04 11:26:41.355 | WAKEUP 2022-04-04 11:26:41.472 | [17761 Async ks-demo-admin:82356]: Signaled 2022-04-04 11:26:41.474 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:26:41.474 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-04-04 11:26:41.474 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:26:41.474 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:26:41.474 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-04-04 11:26:41.474 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-04-04 11:26:41.474 | ++ functions-common:_get_domain_args:882 : echo 2022-04-04 11:26:41.474 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-04-04 11:26:41.474 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user e9fb5ea8c6994e5a8d3e79212627190b --project aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:41.474 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:26:41.474 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:26:41.474 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:26:41.474 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:41.474 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:41.474 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:41.474 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:41.474 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:41.475 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:41.475 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:26:41.475 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:26:41.475 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user e9fb5ea8c6994e5a8d3e79212627190b --project aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:41.475 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:41.475 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:41.475 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:41.475 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:41.475 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user e9fb5ea8c6994e5a8d3e79212627190b --project aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:41.475 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:26:41.475 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:26:41.475 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:26:41.475 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:41.475 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:41.475 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:41.475 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:41.475 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:41.475 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:41.475 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:26:41.475 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:26:41.475 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:26:41.475 | ++ functions-common:get_field:733 : echo '| 5443597c7edc489eaa14ce7147998d6c | e9fb5ea8c6994e5a8d3e79212627190b | | aac5cc5a71f543d7ab89e5088fe1833c | | | False |' 2022-04-04 11:26:41.475 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:41.475 | + functions-common:get_or_add_user_project_role:910 : user_role_id=5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:26:41.475 | + functions-common:get_or_add_user_project_role:912 : echo 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:26:41.475 | 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:26:41.777 | [17761 Async ks-demo-admin:82356]: finished get_or_add_user_project_role admin e9fb5ea8c6994e5a8d3e79212627190b aac5cc5a71f543d7ab89e5088fe1833c with result 0 in 9 seconds 2022-04-04 11:26:41.999 | [17761 Async ks-demo-another:82468]: Waiting for completion of get_or_add_user_project_role anotherrole c6833884cf78465aaa47cc0430f5bdd1 aac5cc5a71f543d7ab89e5088fe1833c running on PID 82468 (11 other jobs running) 2022-04-04 11:26:42.144 | [17761 Async ks-demo-another:82468]: Signaling child to exit 2022-04-04 11:26:42.145 | WAKEUP 2022-04-04 11:26:42.333 | [17761 Async ks-demo-another:82468]: Signaled 2022-04-04 11:26:42.350 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:26:42.350 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-04-04 11:26:42.350 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:26:42.350 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:26:42.350 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-04-04 11:26:42.350 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-04-04 11:26:42.350 | ++ functions-common:_get_domain_args:882 : echo 2022-04-04 11:26:42.350 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-04-04 11:26:42.350 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:26:42.350 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:26:42.350 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role anotherrole --user c6833884cf78465aaa47cc0430f5bdd1 --project aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:42.350 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:26:42.350 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:42.350 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:42.350 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:42.350 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:42.350 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:42.350 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:42.350 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:26:42.350 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:26:42.350 | + functions-common:get_or_add_user_project_role:901 : openstack role add anotherrole --user c6833884cf78465aaa47cc0430f5bdd1 --project aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:42.350 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:42.350 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:42.350 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:42.350 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:42.350 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role anotherrole --user c6833884cf78465aaa47cc0430f5bdd1 --project aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:42.351 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:26:42.351 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:26:42.351 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:26:42.351 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:42.351 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:42.351 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:42.351 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:42.351 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:42.351 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:42.351 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:26:42.351 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:26:42.351 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:26:42.351 | ++ functions-common:get_field:733 : echo '| 388e2e5c63604c7da5baa6a9bc6309c3 | c6833884cf78465aaa47cc0430f5bdd1 | | aac5cc5a71f543d7ab89e5088fe1833c | | | False |' 2022-04-04 11:26:42.351 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:42.351 | + functions-common:get_or_add_user_project_role:910 : user_role_id=388e2e5c63604c7da5baa6a9bc6309c3 2022-04-04 11:26:42.351 | + functions-common:get_or_add_user_project_role:912 : echo 388e2e5c63604c7da5baa6a9bc6309c3 2022-04-04 11:26:42.351 | 388e2e5c63604c7da5baa6a9bc6309c3 2022-04-04 11:26:42.666 | [17761 Async ks-demo-another:82468]: finished get_or_add_user_project_role anotherrole c6833884cf78465aaa47cc0430f5bdd1 aac5cc5a71f543d7ab89e5088fe1833c with result 0 in 9 seconds 2022-04-04 11:26:42.912 | [17761 Async ks-demo-invis:82580]: Waiting for completion of get_or_add_user_project_role member c6833884cf78465aaa47cc0430f5bdd1 661bce24202d44c082be6c3cc0060630 running on PID 82580 (10 other jobs running) 2022-04-04 11:26:43.084 | [17761 Async ks-demo-invis:82580]: Signaling child to exit 2022-04-04 11:26:43.084 | WAKEUP 2022-04-04 11:26:43.239 | [17761 Async ks-demo-invis:82580]: Signaled 2022-04-04 11:26:43.263 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:26:43.263 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-04-04 11:26:43.263 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:26:43.263 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:26:43.263 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-04-04 11:26:43.263 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-04-04 11:26:43.263 | ++ functions-common:_get_domain_args:882 : echo 2022-04-04 11:26:43.263 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-04-04 11:26:43.263 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:26:43.263 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:26:43.263 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user c6833884cf78465aaa47cc0430f5bdd1 --project 661bce24202d44c082be6c3cc0060630 2022-04-04 11:26:43.263 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:26:43.263 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:43.263 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:43.263 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:43.263 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:43.263 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:43.263 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:43.263 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:26:43.263 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:26:43.264 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user c6833884cf78465aaa47cc0430f5bdd1 --project 661bce24202d44c082be6c3cc0060630 2022-04-04 11:26:43.264 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:43.264 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:43.264 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:43.264 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:43.264 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:26:43.264 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user c6833884cf78465aaa47cc0430f5bdd1 --project 661bce24202d44c082be6c3cc0060630 2022-04-04 11:26:43.264 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:26:43.264 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:26:43.264 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:43.264 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:43.264 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:43.264 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:43.264 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:43.264 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:43.264 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:26:43.264 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:26:43.264 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:26:43.264 | ++ functions-common:get_field:733 : echo '| 185fa32813ce4ecbae8d4ee0afd6f8ec | c6833884cf78465aaa47cc0430f5bdd1 | | 661bce24202d44c082be6c3cc0060630 | | | False |' 2022-04-04 11:26:43.264 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:43.264 | + functions-common:get_or_add_user_project_role:910 : user_role_id=185fa32813ce4ecbae8d4ee0afd6f8ec 2022-04-04 11:26:43.264 | + functions-common:get_or_add_user_project_role:912 : echo 185fa32813ce4ecbae8d4ee0afd6f8ec 2022-04-04 11:26:43.264 | 185fa32813ce4ecbae8d4ee0afd6f8ec 2022-04-04 11:26:43.559 | [17761 Async ks-demo-invis:82580]: finished get_or_add_user_project_role member c6833884cf78465aaa47cc0430f5bdd1 661bce24202d44c082be6c3cc0060630 with result 0 in 10 seconds 2022-04-04 11:26:43.622 | + inc/async:async_wait:197 : return 0 2022-04-04 11:26:43.639 | + lib/keystone:create_keystone_accounts:385 : async_wait ks-alt-member ks-alt-admin ks-alt-another 2022-04-04 11:26:43.966 | [17761 Async ks-alt-member:82975]: Waiting for completion of get_or_add_user_project_role member bbf6e7f7a621460e9daa91063bd8bb89 ac9aed44450740fd826111b5a6d17ee4 running on PID 82975 (9 other jobs running) 2022-04-04 11:26:44.121 | [17761 Async ks-alt-member:82975]: Signaling child to exit 2022-04-04 11:26:44.121 | WAKEUP 2022-04-04 11:26:44.296 | [17761 Async ks-alt-member:82975]: Signaled 2022-04-04 11:26:44.310 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:26:44.311 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-04-04 11:26:44.311 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:26:44.311 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:26:44.311 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-04-04 11:26:44.311 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-04-04 11:26:44.311 | ++ functions-common:_get_domain_args:882 : echo 2022-04-04 11:26:44.311 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-04-04 11:26:44.311 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user bbf6e7f7a621460e9daa91063bd8bb89 --project ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:44.311 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:26:44.311 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:26:44.311 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:26:44.312 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:44.312 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:44.312 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:44.312 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:44.312 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:44.312 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:44.312 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:26:44.312 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:26:44.312 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user bbf6e7f7a621460e9daa91063bd8bb89 --project ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:44.312 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:44.312 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:44.312 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:44.312 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:44.312 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user bbf6e7f7a621460e9daa91063bd8bb89 --project ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:44.312 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:26:44.312 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:26:44.312 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:26:44.312 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:44.312 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:44.312 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:44.312 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:44.312 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:44.312 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:44.312 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:26:44.312 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:26:44.312 | ++ functions-common:get_field:733 : echo '| 185fa32813ce4ecbae8d4ee0afd6f8ec | bbf6e7f7a621460e9daa91063bd8bb89 | | ac9aed44450740fd826111b5a6d17ee4 | | | False |' 2022-04-04 11:26:44.312 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:26:44.312 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:44.312 | + functions-common:get_or_add_user_project_role:910 : user_role_id=185fa32813ce4ecbae8d4ee0afd6f8ec 2022-04-04 11:26:44.313 | + functions-common:get_or_add_user_project_role:912 : echo 185fa32813ce4ecbae8d4ee0afd6f8ec 2022-04-04 11:26:44.313 | 185fa32813ce4ecbae8d4ee0afd6f8ec 2022-04-04 11:26:44.638 | [17761 Async ks-alt-member:82975]: finished get_or_add_user_project_role member bbf6e7f7a621460e9daa91063bd8bb89 ac9aed44450740fd826111b5a6d17ee4 with result 0 in 9 seconds 2022-04-04 11:26:44.810 | [17761 Async ks-alt-admin:83088]: Waiting for completion of get_or_add_user_project_role admin e9fb5ea8c6994e5a8d3e79212627190b ac9aed44450740fd826111b5a6d17ee4 running on PID 83088 (8 other jobs running) 2022-04-04 11:26:44.924 | [17761 Async ks-alt-admin:83088]: Signaling child to exit 2022-04-04 11:26:44.925 | WAKEUP 2022-04-04 11:26:45.083 | [17761 Async ks-alt-admin:83088]: Signaled 2022-04-04 11:26:45.099 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:26:45.099 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-04-04 11:26:45.099 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:26:45.099 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:26:45.099 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-04-04 11:26:45.099 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-04-04 11:26:45.099 | ++ functions-common:_get_domain_args:882 : echo 2022-04-04 11:26:45.100 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-04-04 11:26:45.100 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:26:45.100 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:26:45.100 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:26:45.100 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user e9fb5ea8c6994e5a8d3e79212627190b --project ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:45.100 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:45.100 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:45.100 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:45.100 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:45.100 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:45.100 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:45.100 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:26:45.100 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:26:45.100 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user e9fb5ea8c6994e5a8d3e79212627190b --project ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:45.100 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:45.100 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:45.100 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:45.100 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:45.100 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user e9fb5ea8c6994e5a8d3e79212627190b --project ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:45.100 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:26:45.100 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:26:45.100 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:26:45.100 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:45.100 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:45.100 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:45.100 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:45.100 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:45.100 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:45.100 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:26:45.100 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:26:45.100 | ++ functions-common:get_field:733 : echo '| 5443597c7edc489eaa14ce7147998d6c | e9fb5ea8c6994e5a8d3e79212627190b | | ac9aed44450740fd826111b5a6d17ee4 | | | False |' 2022-04-04 11:26:45.101 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:26:45.101 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:45.101 | + functions-common:get_or_add_user_project_role:910 : user_role_id=5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:26:45.101 | + functions-common:get_or_add_user_project_role:912 : echo 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:26:45.101 | 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:26:45.295 | [17761 Async ks-alt-admin:83088]: finished get_or_add_user_project_role admin e9fb5ea8c6994e5a8d3e79212627190b ac9aed44450740fd826111b5a6d17ee4 with result 0 in 9 seconds 2022-04-04 11:26:45.548 | [17761 Async ks-alt-another:83208]: Waiting for completion of get_or_add_user_project_role anotherrole bbf6e7f7a621460e9daa91063bd8bb89 ac9aed44450740fd826111b5a6d17ee4 running on PID 83208 (7 other jobs running) 2022-04-04 11:26:45.734 | [17761 Async ks-alt-another:83208]: Signaling child to exit 2022-04-04 11:26:45.734 | WAKEUP 2022-04-04 11:26:45.883 | [17761 Async ks-alt-another:83208]: Signaled 2022-04-04 11:26:45.894 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:26:45.894 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-04-04 11:26:45.894 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:26:45.894 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:26:45.894 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-04-04 11:26:45.895 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-04-04 11:26:45.895 | ++ functions-common:_get_domain_args:882 : echo 2022-04-04 11:26:45.895 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-04-04 11:26:45.895 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:26:45.895 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role anotherrole --user bbf6e7f7a621460e9daa91063bd8bb89 --project ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:45.895 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:26:45.895 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:26:45.895 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:45.895 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:45.895 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:45.895 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:45.895 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:45.895 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:45.895 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:26:45.895 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:26:45.895 | + functions-common:get_or_add_user_project_role:901 : openstack role add anotherrole --user bbf6e7f7a621460e9daa91063bd8bb89 --project ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:45.895 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:45.895 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:45.895 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:45.895 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:45.895 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role anotherrole --user bbf6e7f7a621460e9daa91063bd8bb89 --project ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:45.895 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:26:45.895 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:26:45.895 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:26:45.895 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:45.895 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:45.895 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:45.895 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:45.895 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:45.895 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:45.895 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:26:45.896 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:26:45.896 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:26:45.896 | ++ functions-common:get_field:733 : echo '| 388e2e5c63604c7da5baa6a9bc6309c3 | bbf6e7f7a621460e9daa91063bd8bb89 | | ac9aed44450740fd826111b5a6d17ee4 | | | False |' 2022-04-04 11:26:45.896 | ++ functions-common:get_field:727 : read data 2022-04-04 11:26:45.896 | + functions-common:get_or_add_user_project_role:910 : user_role_id=388e2e5c63604c7da5baa6a9bc6309c3 2022-04-04 11:26:45.896 | + functions-common:get_or_add_user_project_role:912 : echo 388e2e5c63604c7da5baa6a9bc6309c3 2022-04-04 11:26:45.896 | 388e2e5c63604c7da5baa6a9bc6309c3 2022-04-04 11:26:46.198 | [17761 Async ks-alt-another:83208]: finished get_or_add_user_project_role anotherrole bbf6e7f7a621460e9daa91063bd8bb89 ac9aed44450740fd826111b5a6d17ee4 with result 0 in 9 seconds 2022-04-04 11:26:46.239 | + inc/async:async_wait:197 : return 0 2022-04-04 11:26:46.255 | + lib/keystone:create_keystone_accounts:386 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2022-04-04 11:26:46.616 | [17761 Async ks-group-memberdemo:83713]: Waiting for completion of get_or_add_group_project_role member 8da9c2bebeb64cf1b2204b3bda6b731d aac5cc5a71f543d7ab89e5088fe1833c running on PID 83713 (6 other jobs running) 2022-04-04 11:26:46.793 | [17761 Async ks-group-memberdemo:83713]: Signaling child to exit 2022-04-04 11:26:47.547 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:26:47.693 | [83713 Async ks-group-memberdemo:83713]: finished successfully 2022-04-04 11:26:47.756 | WAKEUP 2022-04-04 11:26:47.819 | [17761 Async ks-group-memberdemo:83713]: Signaled 2022-04-04 11:26:47.820 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2022-04-04 11:26:47.820 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role member --group 8da9c2bebeb64cf1b2204b3bda6b731d --project aac5cc5a71f543d7ab89e5088fe1833c -f value 2022-04-04 11:26:47.820 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:47.820 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:47.820 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:47.820 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:47.820 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:47.820 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2022-04-04 11:26:47.820 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2022-04-04 11:26:47.820 | + functions-common:get_or_add_group_project_role:951 : openstack role add member --group 8da9c2bebeb64cf1b2204b3bda6b731d --project aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:47.820 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:47.820 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:47.820 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:47.820 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:47.820 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role member --group 8da9c2bebeb64cf1b2204b3bda6b731d --project aac5cc5a71f543d7ab89e5088fe1833c -f value 2022-04-04 11:26:47.820 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:47.820 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:47.820 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:47.820 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:47.820 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:47.820 | + functions-common:get_or_add_group_project_role:958 : group_role_id='185fa32813ce4ecbae8d4ee0afd6f8ec 8da9c2bebeb64cf1b2204b3bda6b731d aac5cc5a71f543d7ab89e5088fe1833c False' 2022-04-04 11:26:47.821 | + functions-common:get_or_add_group_project_role:960 : echo 185fa32813ce4ecbae8d4ee0afd6f8ec 8da9c2bebeb64cf1b2204b3bda6b731d aac5cc5a71f543d7ab89e5088fe1833c False 2022-04-04 11:26:47.821 | 185fa32813ce4ecbae8d4ee0afd6f8ec 8da9c2bebeb64cf1b2204b3bda6b731d aac5cc5a71f543d7ab89e5088fe1833c False 2022-04-04 11:26:47.978 | [17761 Async ks-group-memberdemo:83713]: finished get_or_add_group_project_role member 8da9c2bebeb64cf1b2204b3bda6b731d aac5cc5a71f543d7ab89e5088fe1833c with result 0 in 10 seconds 2022-04-04 11:26:48.188 | [17761 Async ks-group-anotherdemo:83800]: Waiting for completion of get_or_add_group_project_role anotherrole 8da9c2bebeb64cf1b2204b3bda6b731d aac5cc5a71f543d7ab89e5088fe1833c running on PID 83800 (5 other jobs running) 2022-04-04 11:26:48.230 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:26:48.252 | [17761 Async ks-group-anotherdemo:83800]: Signaling child to exit 2022-04-04 11:26:48.254 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:26:48.268 | [83888 Async ks-group-memberalt:83888]: finished successfully 2022-04-04 11:26:48.286 | [83800 Async ks-group-anotherdemo:83800]: finished successfully 2022-04-04 11:26:48.306 | WAKEUP 2022-04-04 11:26:48.331 | [17761 Async ks-group-anotherdemo:83800]: Signaled 2022-04-04 11:26:48.332 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2022-04-04 11:26:48.332 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role anotherrole --group 8da9c2bebeb64cf1b2204b3bda6b731d --project aac5cc5a71f543d7ab89e5088fe1833c -f value 2022-04-04 11:26:48.332 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.332 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.332 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.332 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.332 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:48.332 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2022-04-04 11:26:48.332 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2022-04-04 11:26:48.332 | + functions-common:get_or_add_group_project_role:951 : openstack role add anotherrole --group 8da9c2bebeb64cf1b2204b3bda6b731d --project aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:26:48.332 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.332 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.333 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.333 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.333 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role anotherrole --group 8da9c2bebeb64cf1b2204b3bda6b731d --project aac5cc5a71f543d7ab89e5088fe1833c -f value 2022-04-04 11:26:48.333 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.333 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.333 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.333 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.333 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:48.333 | + functions-common:get_or_add_group_project_role:958 : group_role_id='388e2e5c63604c7da5baa6a9bc6309c3 8da9c2bebeb64cf1b2204b3bda6b731d aac5cc5a71f543d7ab89e5088fe1833c False' 2022-04-04 11:26:48.333 | + functions-common:get_or_add_group_project_role:960 : echo 388e2e5c63604c7da5baa6a9bc6309c3 8da9c2bebeb64cf1b2204b3bda6b731d aac5cc5a71f543d7ab89e5088fe1833c False 2022-04-04 11:26:48.333 | 388e2e5c63604c7da5baa6a9bc6309c3 8da9c2bebeb64cf1b2204b3bda6b731d aac5cc5a71f543d7ab89e5088fe1833c False 2022-04-04 11:26:48.381 | [17761 Async ks-group-anotherdemo:83800]: finished get_or_add_group_project_role anotherrole 8da9c2bebeb64cf1b2204b3bda6b731d aac5cc5a71f543d7ab89e5088fe1833c with result 0 in 10 seconds 2022-04-04 11:26:48.424 | [17761 Async ks-group-memberalt:83888]: Waiting for completion of get_or_add_group_project_role member 8da9c2bebeb64cf1b2204b3bda6b731d ac9aed44450740fd826111b5a6d17ee4 running on PID 83888 (4 other jobs running) 2022-04-04 11:26:48.458 | [17761 Async ks-group-memberalt:83888]: Signaling child to exit 2022-04-04 11:26:48.459 | WAKEUP 2022-04-04 11:26:48.486 | [17761 Async ks-group-memberalt:83888]: Signaled 2022-04-04 11:26:48.488 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2022-04-04 11:26:48.488 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role member --group 8da9c2bebeb64cf1b2204b3bda6b731d --project ac9aed44450740fd826111b5a6d17ee4 -f value 2022-04-04 11:26:48.488 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.488 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.488 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.488 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.488 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:48.488 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2022-04-04 11:26:48.488 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2022-04-04 11:26:48.488 | + functions-common:get_or_add_group_project_role:951 : openstack role add member --group 8da9c2bebeb64cf1b2204b3bda6b731d --project ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:48.488 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.488 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.488 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.488 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.488 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role member --group 8da9c2bebeb64cf1b2204b3bda6b731d --project ac9aed44450740fd826111b5a6d17ee4 -f value 2022-04-04 11:26:48.488 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.488 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.488 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.488 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.488 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:48.488 | + functions-common:get_or_add_group_project_role:958 : group_role_id='185fa32813ce4ecbae8d4ee0afd6f8ec 8da9c2bebeb64cf1b2204b3bda6b731d ac9aed44450740fd826111b5a6d17ee4 False' 2022-04-04 11:26:48.488 | + functions-common:get_or_add_group_project_role:960 : echo 185fa32813ce4ecbae8d4ee0afd6f8ec 8da9c2bebeb64cf1b2204b3bda6b731d ac9aed44450740fd826111b5a6d17ee4 False 2022-04-04 11:26:48.488 | 185fa32813ce4ecbae8d4ee0afd6f8ec 8da9c2bebeb64cf1b2204b3bda6b731d ac9aed44450740fd826111b5a6d17ee4 False 2022-04-04 11:26:48.538 | [17761 Async ks-group-memberalt:83888]: finished get_or_add_group_project_role member 8da9c2bebeb64cf1b2204b3bda6b731d ac9aed44450740fd826111b5a6d17ee4 with result 0 in 10 seconds 2022-04-04 11:26:48.582 | [17761 Async ks-group-anotheralt:84009]: Waiting for completion of get_or_add_group_project_role anotherrole 8da9c2bebeb64cf1b2204b3bda6b731d ac9aed44450740fd826111b5a6d17ee4 running on PID 84009 (3 other jobs running) 2022-04-04 11:26:48.611 | [17761 Async ks-group-anotheralt:84009]: Signaling child to exit 2022-04-04 11:26:48.846 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:26:48.874 | [84009 Async ks-group-anotheralt:84009]: finished successfully 2022-04-04 11:26:48.894 | WAKEUP 2022-04-04 11:26:48.916 | [17761 Async ks-group-anotheralt:84009]: Signaled 2022-04-04 11:26:48.917 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2022-04-04 11:26:48.917 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role anotherrole --group 8da9c2bebeb64cf1b2204b3bda6b731d --project ac9aed44450740fd826111b5a6d17ee4 -f value 2022-04-04 11:26:48.917 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.917 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.917 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.917 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.917 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:48.917 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2022-04-04 11:26:48.917 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2022-04-04 11:26:48.917 | + functions-common:get_or_add_group_project_role:951 : openstack role add anotherrole --group 8da9c2bebeb64cf1b2204b3bda6b731d --project ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:26:48.917 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.918 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.918 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.918 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.918 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role anotherrole --group 8da9c2bebeb64cf1b2204b3bda6b731d --project ac9aed44450740fd826111b5a6d17ee4 -f value 2022-04-04 11:26:48.918 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.918 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.918 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:48.918 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:48.918 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:48.918 | + functions-common:get_or_add_group_project_role:958 : group_role_id='388e2e5c63604c7da5baa6a9bc6309c3 8da9c2bebeb64cf1b2204b3bda6b731d ac9aed44450740fd826111b5a6d17ee4 False' 2022-04-04 11:26:48.918 | + functions-common:get_or_add_group_project_role:960 : echo 388e2e5c63604c7da5baa6a9bc6309c3 8da9c2bebeb64cf1b2204b3bda6b731d ac9aed44450740fd826111b5a6d17ee4 False 2022-04-04 11:26:48.918 | 388e2e5c63604c7da5baa6a9bc6309c3 8da9c2bebeb64cf1b2204b3bda6b731d ac9aed44450740fd826111b5a6d17ee4 False 2022-04-04 11:26:48.961 | [17761 Async ks-group-anotheralt:84009]: finished get_or_add_group_project_role anotherrole 8da9c2bebeb64cf1b2204b3bda6b731d ac9aed44450740fd826111b5a6d17ee4 with result 0 in 10 seconds 2022-04-04 11:26:49.000 | [17761 Async ks-group-admin:84111]: Waiting for completion of get_or_add_group_project_role admin 35cf6bedf33d42139db2f87a9b37854f c754a9317f864b6090be3ae7d7452bba running on PID 84111 (2 other jobs running) 2022-04-04 11:26:49.025 | [17761 Async ks-group-admin:84111]: Signaling child to exit 2022-04-04 11:26:49.823 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:26:49.848 | [84111 Async ks-group-admin:84111]: finished successfully 2022-04-04 11:26:49.867 | WAKEUP 2022-04-04 11:26:49.890 | [17761 Async ks-group-admin:84111]: Signaled 2022-04-04 11:26:49.891 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2022-04-04 11:26:49.891 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role admin --group 35cf6bedf33d42139db2f87a9b37854f --project c754a9317f864b6090be3ae7d7452bba -f value 2022-04-04 11:26:49.891 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:49.891 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:49.891 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:49.891 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:49.891 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:49.891 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2022-04-04 11:26:49.891 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2022-04-04 11:26:49.891 | + functions-common:get_or_add_group_project_role:951 : openstack role add admin --group 35cf6bedf33d42139db2f87a9b37854f --project c754a9317f864b6090be3ae7d7452bba 2022-04-04 11:26:49.891 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:49.891 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:49.891 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:49.891 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:49.891 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role admin --group 35cf6bedf33d42139db2f87a9b37854f --project c754a9317f864b6090be3ae7d7452bba -f value 2022-04-04 11:26:49.892 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:49.892 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:49.892 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:26:49.892 | from cryptography.utils import int_from_bytes 2022-04-04 11:26:49.892 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:26:49.892 | + functions-common:get_or_add_group_project_role:958 : group_role_id='5443597c7edc489eaa14ce7147998d6c 35cf6bedf33d42139db2f87a9b37854f c754a9317f864b6090be3ae7d7452bba False' 2022-04-04 11:26:49.892 | + functions-common:get_or_add_group_project_role:960 : echo 5443597c7edc489eaa14ce7147998d6c 35cf6bedf33d42139db2f87a9b37854f c754a9317f864b6090be3ae7d7452bba False 2022-04-04 11:26:49.892 | 5443597c7edc489eaa14ce7147998d6c 35cf6bedf33d42139db2f87a9b37854f c754a9317f864b6090be3ae7d7452bba False 2022-04-04 11:26:49.935 | [17761 Async ks-group-admin:84111]: finished get_or_add_group_project_role admin 35cf6bedf33d42139db2f87a9b37854f c754a9317f864b6090be3ae7d7452bba with result 0 in 10 seconds 2022-04-04 11:26:49.939 | + inc/async:async_wait:197 : return 0 2022-04-04 11:26:49.942 | + lib/keystone:create_keystone_accounts:388 : is_service_enabled ldap 2022-04-04 11:26:49.958 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:26:49.961 | + ./stack.sh:main:1103 : is_service_enabled nova 2022-04-04 11:26:49.977 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:26:49.980 | + ./stack.sh:main:1104 : async_runfunc create_nova_accounts 2022-04-04 11:26:49.982 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2022-04-04 11:26:50.040 | + inc/async:async_inner:63 : create_nova_accounts 2022-04-04 11:26:50.078 | [17761 Async create_nova_accounts:85724]: running: create_nova_accounts 2022-04-04 11:26:50.081 | + ./stack.sh:main:1106 : is_service_enabled glance 2022-04-04 11:26:50.100 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:26:50.103 | + ./stack.sh:main:1107 : async_runfunc create_glance_accounts 2022-04-04 11:26:50.105 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2022-04-04 11:26:50.165 | + inc/async:async_inner:63 : create_glance_accounts 2022-04-04 11:26:50.216 | [17761 Async create_glance_accounts:85839]: running: create_glance_accounts 2022-04-04 11:26:50.219 | + ./stack.sh:main:1109 : is_service_enabled cinder 2022-04-04 11:26:50.243 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:26:50.246 | + ./stack.sh:main:1110 : async_runfunc create_cinder_accounts 2022-04-04 11:26:50.248 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2022-04-04 11:26:50.315 | + inc/async:async_inner:63 : create_cinder_accounts 2022-04-04 11:26:50.357 | [17761 Async create_cinder_accounts:85969]: running: create_cinder_accounts 2022-04-04 11:26:50.359 | + ./stack.sh:main:1112 : is_service_enabled neutron 2022-04-04 11:26:50.381 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:26:50.384 | + ./stack.sh:main:1113 : async_runfunc create_neutron_accounts 2022-04-04 11:26:50.387 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2022-04-04 11:26:50.466 | + inc/async:async_inner:63 : create_neutron_accounts 2022-04-04 11:26:50.529 | [17761 Async create_neutron_accounts:86084]: running: create_neutron_accounts 2022-04-04 11:26:50.538 | + ./stack.sh:main:1115 : is_service_enabled swift 2022-04-04 11:26:50.569 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:26:50.573 | + ./stack.sh:main:1116 : async_runfunc create_swift_accounts 2022-04-04 11:26:50.577 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2022-04-04 11:26:50.839 | + inc/async:async_inner:63 : create_swift_accounts 2022-04-04 11:26:51.076 | [17761 Async create_swift_accounts:86225]: running: create_swift_accounts 2022-04-04 11:26:51.103 | + ./stack.sh:main:1122 : write_clouds_yaml 2022-04-04 11:26:51.131 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2022-04-04 11:26:51.167 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2022-04-04 11:26:51.187 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2022-04-04 11:26:51.243 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2022-04-04 11:26:51.315 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2022-04-04 11:26:51.336 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-04-04 11:26:51.351 | + 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.43/identity --os-username demo --os-password Passw0rd --os-project-name demo 2022-04-04 11:26:51.552 | The user clouds.yaml file didn't exist. 2022-04-04 11:26:51.583 | + 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-alt --os-region-name RegionOne --os-auth-url http://10.222.0.43/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2022-04-04 11:26:51.801 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2022-04-04 11:26:51.801 | self._clouds = yaml.load(clouds_file) 2022-04-04 11:26:51.831 | + 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 --os-region-name RegionOne --os-auth-url http://10.222.0.43/identity --os-username admin --os-password Passw0rd --os-project-name admin 2022-04-04 11:26:52.053 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2022-04-04 11:26:52.053 | self._clouds = yaml.load(clouds_file) 2022-04-04 11:26:52.079 | + 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-system-admin --os-region-name RegionOne --os-auth-url http://10.222.0.43/identity --os-username admin --os-password Passw0rd --os-system-scope all 2022-04-04 11:26:52.303 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2022-04-04 11:26:52.304 | self._clouds = yaml.load(clouds_file) 2022-04-04 11:26:52.339 | + functions-common:write_clouds_yaml:132 : cat 2022-04-04 11:26:52.378 | ++ functions-common:write_clouds_yaml:138 : eval echo '~ubuntu' 2022-04-04 11:26:52.403 | +++ functions-common:write_clouds_yaml:138 : echo /home/ubuntu 2022-04-04 11:26:52.435 | + functions-common:write_clouds_yaml:138 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2022-04-04 11:26:52.463 | + ./stack.sh:main:1127 : is_service_enabled horizon 2022-04-04 11:26:52.592 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:26:52.608 | + ./stack.sh:main:1132 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2022-04-04 11:26:52.911 | [17761 Async create_nova_accounts:85724]: Waiting for completion of create_nova_accounts running on PID 85724 (6 other jobs running) 2022-04-04 11:26:53.042 | [17761 Async create_nova_accounts:85724]: Signaling child to exit 2022-04-04 11:27:18.751 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:27:18.927 | [86084 Async create_neutron_accounts:86084]: finished successfully 2022-04-04 11:27:32.938 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:27:32.973 | [85969 Async create_cinder_accounts:85969]: finished successfully 2022-04-04 11:27:39.213 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:27:39.249 | [85839 Async create_glance_accounts:85839]: finished successfully 2022-04-04 11:27:44.187 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:27:44.218 | [85724 Async create_nova_accounts:85724]: finished successfully 2022-04-04 11:27:44.238 | WAKEUP 2022-04-04 11:27:44.267 | [17761 Async create_nova_accounts:85724]: Signaled 2022-04-04 11:27:44.269 | + lib/nova:create_nova_accounts:347 : [[ 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-04-04 11:27:44.269 | + lib/nova:create_nova_accounts:351 : create_service_user nova admin 2022-04-04 11:27:44.269 | + lib/keystone:create_service_user:401 : get_or_create_user nova Passw0rd Default 2022-04-04 11:27:44.269 | + functions-common:get_or_create_user:824 : local user_id 2022-04-04 11:27:44.269 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-04-04 11:27:44.269 | + functions-common:get_or_create_user:828 : local email= 2022-04-04 11:27:44.269 | ++ functions-common:get_or_create_user:842 : oscwrap user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2022-04-04 11:27:44.269 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.269 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.269 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.269 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.269 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.269 | + functions-common:get_or_create_user:840 : user_id=c0d807de9a7443b885362b1b4ff22c84 2022-04-04 11:27:44.270 | + functions-common:get_or_create_user:841 : echo c0d807de9a7443b885362b1b4ff22c84 2022-04-04 11:27:44.270 | c0d807de9a7443b885362b1b4ff22c84 2022-04-04 11:27:44.270 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service nova service Default Default 2022-04-04 11:27:44.270 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:27:44.270 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-04-04 11:27:44.270 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:27:44.270 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:27:44.270 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-04-04 11:27:44.270 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-04-04 11:27:44.270 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-04-04 11:27:44.270 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-04-04 11:27:44.270 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-04-04 11:27:44.270 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-04-04 11:27:44.270 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:27:44.270 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.270 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:27:44.270 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:27:44.270 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.270 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.270 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.270 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.270 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.270 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.270 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:27:44.270 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:27:44.270 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user nova --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.270 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.270 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.270 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.270 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.270 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:27:44.270 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.271 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:27:44.271 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:27:44.271 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.271 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.271 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.271 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.271 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.271 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.271 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:27:44.271 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:27:44.271 | ++ functions-common:get_field:733 : echo '| 4abbb5f9a4f843bbab1ef9b3fcf5a688 | c0d807de9a7443b885362b1b4ff22c84 | | 4c0b97e1bbf949bbbce9a143f27bc6eb | | | False |' 2022-04-04 11:27:44.271 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:27:44.271 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.271 | + functions-common:get_or_add_user_project_role:910 : user_role_id=4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:27:44.271 | + functions-common:get_or_add_user_project_role:912 : echo 4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:27:44.271 | 4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:27:44.271 | + lib/keystone:create_service_user:404 : [[ -n admin ]] 2022-04-04 11:27:44.271 | + lib/keystone:create_service_user:405 : get_or_add_user_project_role admin nova service Default Default 2022-04-04 11:27:44.271 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:27:44.271 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-04-04 11:27:44.271 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:27:44.271 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:27:44.271 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-04-04 11:27:44.271 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-04-04 11:27:44.271 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-04-04 11:27:44.271 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-04-04 11:27:44.271 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-04-04 11:27:44.271 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-04-04 11:27:44.271 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:27:44.271 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.272 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:27:44.272 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:27:44.272 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.272 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.272 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.272 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.272 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.272 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.272 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:27:44.272 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:27:44.272 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user nova --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.272 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.272 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.272 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.272 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.272 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.272 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:27:44.272 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:27:44.272 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:27:44.272 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.272 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.272 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.272 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.272 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.272 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.272 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:27:44.272 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:27:44.272 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:27:44.272 | ++ functions-common:get_field:733 : echo '| 5443597c7edc489eaa14ce7147998d6c | c0d807de9a7443b885362b1b4ff22c84 | | 4c0b97e1bbf949bbbce9a143f27bc6eb | | | False |' 2022-04-04 11:27:44.272 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.272 | + functions-common:get_or_add_user_project_role:910 : user_role_id=5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:27:44.273 | + functions-common:get_or_add_user_project_role:912 : echo 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:27:44.273 | 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:27:44.273 | + lib/nova:create_nova_accounts:353 : local nova_api_url 2022-04-04 11:27:44.273 | + lib/nova:create_nova_accounts:354 : [[ True == \F\a\l\s\e ]] 2022-04-04 11:27:44.273 | + lib/nova:create_nova_accounts:357 : nova_api_url=http://10.222.0.43/compute 2022-04-04 11:27:44.273 | + lib/nova:create_nova_accounts:360 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2022-04-04 11:27:44.273 | + functions-common:get_or_create_service:966 : local service_id 2022-04-04 11:27:44.273 | ++ functions-common:get_or_create_service:979 : oscwrap service show compute_legacy -f value -c id 2022-04-04 11:27:44.273 | ++ functions-common:get_or_create_service:981 : oscwrap service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2022-04-04 11:27:44.273 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.273 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.273 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.273 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.273 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.273 | + functions-common:get_or_create_service:977 : service_id=' 2022-04-04 11:27:44.273 | 616ba8e2f598492e825cff3c56726e5d' 2022-04-04 11:27:44.273 | + functions-common:get_or_create_service:978 : echo 616ba8e2f598492e825cff3c56726e5d 2022-04-04 11:27:44.273 | 616ba8e2f598492e825cff3c56726e5d 2022-04-04 11:27:44.273 | + lib/nova:create_nova_accounts:362 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.43/compute/v2/$(project_id)s' 2022-04-04 11:27:44.273 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-04-04 11:27:44.273 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.43/compute/v2/$(project_id)s' RegionOne 2022-04-04 11:27:44.273 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-04-04 11:27:44.273 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2022-04-04 11:27:44.273 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.273 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.273 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.273 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.273 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.273 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-04-04 11:27:44.273 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-04-04 11:27:44.273 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create compute_legacy public 'http://10.222.0.43/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2022-04-04 11:27:44.274 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.274 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.274 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.274 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.274 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.274 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=013f59625277412e81d4c6f4fb1b1386 2022-04-04 11:27:44.274 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 013f59625277412e81d4c6f4fb1b1386 2022-04-04 11:27:44.274 | + functions-common:get_or_create_endpoint:1011 : public_id=013f59625277412e81d4c6f4fb1b1386 2022-04-04 11:27:44.274 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-04-04 11:27:44.274 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-04-04 11:27:44.274 | + functions-common:get_or_create_endpoint:1020 : echo 013f59625277412e81d4c6f4fb1b1386 2022-04-04 11:27:44.274 | 013f59625277412e81d4c6f4fb1b1386 2022-04-04 11:27:44.274 | + lib/nova:create_nova_accounts:366 : get_or_create_service nova compute 'Nova Compute Service' 2022-04-04 11:27:44.274 | + functions-common:get_or_create_service:966 : local service_id 2022-04-04 11:27:44.274 | ++ functions-common:get_or_create_service:979 : oscwrap service show compute -f value -c id 2022-04-04 11:27:44.274 | ++ functions-common:get_or_create_service:981 : oscwrap service create compute --name nova '--description=Nova Compute Service' -f value -c id 2022-04-04 11:27:44.274 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.274 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.274 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.274 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.274 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.274 | + functions-common:get_or_create_service:977 : service_id=' 2022-04-04 11:27:44.274 | 34e6c861650a4dd88af1c08e8b0ceba5' 2022-04-04 11:27:44.274 | + functions-common:get_or_create_service:978 : echo 34e6c861650a4dd88af1c08e8b0ceba5 2022-04-04 11:27:44.274 | 34e6c861650a4dd88af1c08e8b0ceba5 2022-04-04 11:27:44.274 | + lib/nova:create_nova_accounts:368 : get_or_create_endpoint compute RegionOne http://10.222.0.43/compute/v2.1 2022-04-04 11:27:44.274 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-04-04 11:27:44.274 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface compute public http://10.222.0.43/compute/v2.1 RegionOne 2022-04-04 11:27:44.274 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-04-04 11:27:44.274 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service compute --interface public --region RegionOne -c ID -f value 2022-04-04 11:27:44.274 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.275 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.275 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.275 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.275 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.275 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-04-04 11:27:44.275 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-04-04 11:27:44.275 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create compute public http://10.222.0.43/compute/v2.1 --region RegionOne -f value -c id 2022-04-04 11:27:44.275 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.275 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.275 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.275 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.275 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.275 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=c1694f240c2a406ba36d6e998aab9831 2022-04-04 11:27:44.275 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo c1694f240c2a406ba36d6e998aab9831 2022-04-04 11:27:44.275 | + functions-common:get_or_create_endpoint:1011 : public_id=c1694f240c2a406ba36d6e998aab9831 2022-04-04 11:27:44.275 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-04-04 11:27:44.275 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-04-04 11:27:44.275 | + functions-common:get_or_create_endpoint:1020 : echo c1694f240c2a406ba36d6e998aab9831 2022-04-04 11:27:44.275 | c1694f240c2a406ba36d6e998aab9831 2022-04-04 11:27:44.275 | + lib/nova:create_nova_accounts:373 : is_service_enabled n-api 2022-04-04 11:27:44.275 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:27:44.275 | + lib/nova:create_nova_accounts:375 : is_service_enabled swift 2022-04-04 11:27:44.275 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:27:44.275 | + lib/nova:create_nova_accounts:378 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2022-04-04 11:27:44.275 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:27:44.275 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-04-04 11:27:44.275 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:27:44.275 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:27:44.275 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-04-04 11:27:44.275 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-04-04 11:27:44.276 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-04-04 11:27:44.276 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-04-04 11:27:44.276 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-04-04 11:27:44.276 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-04-04 11:27:44.276 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.276 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:27:44.276 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:27:44.276 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:27:44.276 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.276 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.276 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.276 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.276 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.276 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.276 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:27:44.276 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:27:44.276 | + functions-common:get_or_add_user_project_role:901 : openstack role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.276 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.276 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.277 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.277 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.277 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.277 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:27:44.277 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:27:44.277 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:27:44.277 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.277 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.277 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.277 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.277 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.277 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.277 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:27:44.277 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:27:44.277 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:27:44.277 | ++ functions-common:get_field:733 : echo '| a60a0b2cd49748b3af71797ffe51a5dc | c0d807de9a7443b885362b1b4ff22c84 | | 4c0b97e1bbf949bbbce9a143f27bc6eb | | | False |' 2022-04-04 11:27:44.277 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.277 | + functions-common:get_or_add_user_project_role:910 : user_role_id=a60a0b2cd49748b3af71797ffe51a5dc 2022-04-04 11:27:44.277 | + functions-common:get_or_add_user_project_role:912 : echo a60a0b2cd49748b3af71797ffe51a5dc 2022-04-04 11:27:44.277 | a60a0b2cd49748b3af71797ffe51a5dc 2022-04-04 11:27:44.277 | + lib/nova:create_nova_accounts:383 : is_service_enabled s3api 2022-04-04 11:27:44.277 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:27:44.321 | [17761 Async create_nova_accounts:85724]: finished create_nova_accounts with result 0 in 54 seconds 2022-04-04 11:27:44.364 | [17761 Async create_glance_accounts:85839]: Waiting for completion of create_glance_accounts running on PID 85839 (5 other jobs running) 2022-04-04 11:27:44.393 | [17761 Async create_glance_accounts:85839]: Signaling child to exit 2022-04-04 11:27:44.393 | WAKEUP 2022-04-04 11:27:44.417 | [17761 Async create_glance_accounts:85839]: Signaled 2022-04-04 11:27:44.418 | + lib/glance:create_glance_accounts:458 : is_service_enabled g-api 2022-04-04 11:27:44.418 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:27:44.418 | + lib/glance:create_glance_accounts:460 : create_service_user glance 2022-04-04 11:27:44.418 | + lib/keystone:create_service_user:401 : get_or_create_user glance Passw0rd Default 2022-04-04 11:27:44.418 | + functions-common:get_or_create_user:824 : local user_id 2022-04-04 11:27:44.418 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-04-04 11:27:44.419 | + functions-common:get_or_create_user:828 : local email= 2022-04-04 11:27:44.419 | ++ functions-common:get_or_create_user:842 : oscwrap user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2022-04-04 11:27:44.419 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.419 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.419 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.419 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.419 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.419 | + functions-common:get_or_create_user:840 : user_id=2763739eb43a4cc48a04966f00a184da 2022-04-04 11:27:44.419 | + functions-common:get_or_create_user:841 : echo 2763739eb43a4cc48a04966f00a184da 2022-04-04 11:27:44.419 | 2763739eb43a4cc48a04966f00a184da 2022-04-04 11:27:44.419 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service glance service Default Default 2022-04-04 11:27:44.419 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:27:44.419 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-04-04 11:27:44.419 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:27:44.419 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:27:44.419 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-04-04 11:27:44.419 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-04-04 11:27:44.419 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-04-04 11:27:44.419 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-04-04 11:27:44.419 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-04-04 11:27:44.419 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-04-04 11:27:44.419 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:27:44.419 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.419 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:27:44.419 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:27:44.419 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.419 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.419 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.419 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.419 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.419 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.420 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:27:44.420 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:27:44.420 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user glance --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.420 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.420 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.420 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.420 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.420 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.420 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:27:44.420 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:27:44.420 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:27:44.420 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.420 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.420 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.420 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.420 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.420 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.420 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:27:44.420 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:27:44.420 | ++ functions-common:get_field:733 : echo '| 4abbb5f9a4f843bbab1ef9b3fcf5a688 | 2763739eb43a4cc48a04966f00a184da | | 4c0b97e1bbf949bbbce9a143f27bc6eb | | | False |' 2022-04-04 11:27:44.420 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:27:44.420 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.420 | + functions-common:get_or_add_user_project_role:910 : user_role_id=4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:27:44.420 | + functions-common:get_or_add_user_project_role:912 : echo 4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:27:44.420 | 4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:27:44.420 | + lib/keystone:create_service_user:404 : [[ -n '' ]] 2022-04-04 11:27:44.420 | + lib/glance:create_glance_accounts:463 : is_service_enabled s-proxy 2022-04-04 11:27:44.420 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:27:44.420 | + lib/glance:create_glance_accounts:464 : create_service_user glance-swift ResellerAdmin 2022-04-04 11:27:44.420 | + lib/keystone:create_service_user:401 : get_or_create_user glance-swift Passw0rd Default 2022-04-04 11:27:44.420 | + functions-common:get_or_create_user:824 : local user_id 2022-04-04 11:27:44.420 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-04-04 11:27:44.421 | + functions-common:get_or_create_user:828 : local email= 2022-04-04 11:27:44.421 | ++ functions-common:get_or_create_user:842 : oscwrap user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-04-04 11:27:44.421 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.421 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.421 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.421 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.421 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.421 | + functions-common:get_or_create_user:840 : user_id=4be3828dd17f470d96ed1b730646630c 2022-04-04 11:27:44.421 | + functions-common:get_or_create_user:841 : echo 4be3828dd17f470d96ed1b730646630c 2022-04-04 11:27:44.421 | 4be3828dd17f470d96ed1b730646630c 2022-04-04 11:27:44.421 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service glance-swift service Default Default 2022-04-04 11:27:44.421 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:27:44.421 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-04-04 11:27:44.421 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:27:44.421 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:27:44.421 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-04-04 11:27:44.421 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-04-04 11:27:44.421 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-04-04 11:27:44.421 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-04-04 11:27:44.421 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-04-04 11:27:44.421 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-04-04 11:27:44.421 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.421 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:27:44.421 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:27:44.421 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:27:44.421 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.421 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.421 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.422 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.422 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.422 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.422 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:27:44.422 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:27:44.422 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user glance-swift --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.422 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.422 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.422 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.422 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.422 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.422 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:27:44.422 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:27:44.422 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:27:44.422 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.422 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.422 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.422 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.422 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.422 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.422 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:27:44.422 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:27:44.422 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:27:44.422 | ++ functions-common:get_field:733 : echo '| 4abbb5f9a4f843bbab1ef9b3fcf5a688 | 4be3828dd17f470d96ed1b730646630c | | 4c0b97e1bbf949bbbce9a143f27bc6eb | | | False |' 2022-04-04 11:27:44.422 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.422 | + functions-common:get_or_add_user_project_role:910 : user_role_id=4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:27:44.422 | + functions-common:get_or_add_user_project_role:912 : echo 4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:27:44.422 | 4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:27:44.422 | + lib/keystone:create_service_user:404 : [[ -n ResellerAdmin ]] 2022-04-04 11:27:44.422 | + lib/keystone:create_service_user:405 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2022-04-04 11:27:44.422 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:27:44.423 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-04-04 11:27:44.423 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:27:44.423 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:27:44.423 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-04-04 11:27:44.423 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-04-04 11:27:44.423 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-04-04 11:27:44.423 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-04-04 11:27:44.423 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-04-04 11:27:44.423 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-04-04 11:27:44.423 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:27:44.423 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.423 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:27:44.423 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:27:44.423 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.423 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.423 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.423 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.423 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.423 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.423 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:27:44.423 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:27:44.423 | + functions-common:get_or_add_user_project_role:901 : openstack role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.423 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.423 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.423 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.423 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.423 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.423 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:27:44.423 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:27:44.423 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:27:44.423 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.424 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.424 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.424 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.424 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.424 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.424 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:27:44.424 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:27:44.424 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:27:44.424 | ++ functions-common:get_field:733 : echo '| a60a0b2cd49748b3af71797ffe51a5dc | 4be3828dd17f470d96ed1b730646630c | | 4c0b97e1bbf949bbbce9a143f27bc6eb | | | False |' 2022-04-04 11:27:44.424 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.424 | + functions-common:get_or_add_user_project_role:910 : user_role_id=a60a0b2cd49748b3af71797ffe51a5dc 2022-04-04 11:27:44.424 | + functions-common:get_or_add_user_project_role:912 : echo a60a0b2cd49748b3af71797ffe51a5dc 2022-04-04 11:27:44.424 | a60a0b2cd49748b3af71797ffe51a5dc 2022-04-04 11:27:44.424 | + lib/glance:create_glance_accounts:467 : get_or_create_service glance image 'Glance Image Service' 2022-04-04 11:27:44.424 | + functions-common:get_or_create_service:966 : local service_id 2022-04-04 11:27:44.424 | ++ functions-common:get_or_create_service:979 : oscwrap service show image -f value -c id 2022-04-04 11:27:44.424 | ++ functions-common:get_or_create_service:981 : oscwrap service create image --name glance '--description=Glance Image Service' -f value -c id 2022-04-04 11:27:44.424 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.424 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.424 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.424 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.424 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.424 | + functions-common:get_or_create_service:977 : service_id=' 2022-04-04 11:27:44.424 | 1a00285ed6f54a35b943ecc75f3414c0' 2022-04-04 11:27:44.424 | + functions-common:get_or_create_service:978 : echo 1a00285ed6f54a35b943ecc75f3414c0 2022-04-04 11:27:44.424 | 1a00285ed6f54a35b943ecc75f3414c0 2022-04-04 11:27:44.424 | + lib/glance:create_glance_accounts:469 : get_or_create_endpoint image RegionOne http://10.222.0.43/image 2022-04-04 11:27:44.424 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-04-04 11:27:44.424 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface image public http://10.222.0.43/image RegionOne 2022-04-04 11:27:44.424 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-04-04 11:27:44.424 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service image --interface public --region RegionOne -c ID -f value 2022-04-04 11:27:44.425 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.425 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.425 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.425 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.425 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.425 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-04-04 11:27:44.425 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-04-04 11:27:44.425 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create image public http://10.222.0.43/image --region RegionOne -f value -c id 2022-04-04 11:27:44.425 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.425 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.425 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.425 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.425 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.425 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=f3628b55c6a44dfdb742931e1c40f0ca 2022-04-04 11:27:44.425 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo f3628b55c6a44dfdb742931e1c40f0ca 2022-04-04 11:27:44.425 | + functions-common:get_or_create_endpoint:1011 : public_id=f3628b55c6a44dfdb742931e1c40f0ca 2022-04-04 11:27:44.425 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-04-04 11:27:44.425 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-04-04 11:27:44.425 | + functions-common:get_or_create_endpoint:1020 : echo f3628b55c6a44dfdb742931e1c40f0ca 2022-04-04 11:27:44.425 | f3628b55c6a44dfdb742931e1c40f0ca 2022-04-04 11:27:44.425 | ++ lib/glance:create_glance_accounts:474 : get_or_create_domain Default 2022-04-04 11:27:44.425 | ++ functions-common:get_or_create_domain:792 : local domain_id 2022-04-04 11:27:44.425 | +++ functions-common:get_or_create_domain:804 : oscwrap domain show Default -f value -c id 2022-04-04 11:27:44.425 | ++ functions-common:get_or_create_domain:802 : domain_id=default 2022-04-04 11:27:44.425 | ++ functions-common:get_or_create_domain:803 : echo default 2022-04-04 11:27:44.425 | + lib/glance:create_glance_accounts:474 : service_domain_id=default 2022-04-04 11:27:44.425 | + lib/glance:create_glance_accounts:475 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2022-04-04 11:27:44.425 | + lib/glance:create_glance_accounts:476 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2022-04-04 11:27:44.425 | + lib/glance:create_glance_accounts:478 : [[ False = True ]] 2022-04-04 11:27:44.469 | [17761 Async create_glance_accounts:85839]: finished create_glance_accounts with result 0 in 49 seconds 2022-04-04 11:27:44.509 | [17761 Async create_cinder_accounts:85969]: Waiting for completion of create_cinder_accounts running on PID 85969 (4 other jobs running) 2022-04-04 11:27:44.535 | [17761 Async create_cinder_accounts:85969]: Signaling child to exit 2022-04-04 11:27:44.535 | WAKEUP 2022-04-04 11:27:44.558 | [17761 Async create_cinder_accounts:85969]: Signaled 2022-04-04 11:27:44.559 | + lib/cinder:create_cinder_accounts:391 : [[ 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-04-04 11:27:44.560 | + lib/cinder:create_cinder_accounts:393 : create_service_user cinder 2022-04-04 11:27:44.560 | + lib/keystone:create_service_user:401 : get_or_create_user cinder Passw0rd Default 2022-04-04 11:27:44.560 | + functions-common:get_or_create_user:824 : local user_id 2022-04-04 11:27:44.560 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-04-04 11:27:44.560 | + functions-common:get_or_create_user:828 : local email= 2022-04-04 11:27:44.560 | ++ functions-common:get_or_create_user:842 : oscwrap user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2022-04-04 11:27:44.560 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.560 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.560 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.560 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.560 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.560 | + functions-common:get_or_create_user:840 : user_id=4214ac095dfd4162b8cab9d2e1098eb7 2022-04-04 11:27:44.560 | + functions-common:get_or_create_user:841 : echo 4214ac095dfd4162b8cab9d2e1098eb7 2022-04-04 11:27:44.560 | 4214ac095dfd4162b8cab9d2e1098eb7 2022-04-04 11:27:44.560 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service cinder service Default Default 2022-04-04 11:27:44.560 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:27:44.560 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-04-04 11:27:44.560 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:27:44.560 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:27:44.560 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-04-04 11:27:44.560 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-04-04 11:27:44.560 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-04-04 11:27:44.560 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-04-04 11:27:44.560 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-04-04 11:27:44.560 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-04-04 11:27:44.560 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:27:44.560 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:27:44.560 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.560 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.560 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:27:44.561 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.561 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.561 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.561 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.561 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.561 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:27:44.561 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:27:44.561 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user cinder --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.561 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.561 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.561 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.561 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.561 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:27:44.561 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.561 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:27:44.561 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:27:44.561 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.561 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.561 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.561 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.561 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.561 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.561 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:27:44.561 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:27:44.561 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:27:44.561 | ++ functions-common:get_field:733 : echo '| 4abbb5f9a4f843bbab1ef9b3fcf5a688 | 4214ac095dfd4162b8cab9d2e1098eb7 | | 4c0b97e1bbf949bbbce9a143f27bc6eb | | | False |' 2022-04-04 11:27:44.561 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.561 | + functions-common:get_or_add_user_project_role:910 : user_role_id=4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:27:44.561 | + functions-common:get_or_add_user_project_role:912 : echo 4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:27:44.561 | 4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:27:44.562 | + lib/keystone:create_service_user:404 : [[ -n '' ]] 2022-04-04 11:27:44.562 | + lib/cinder:create_cinder_accounts:396 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2022-04-04 11:27:44.562 | + functions-common:get_or_create_service:966 : local service_id 2022-04-04 11:27:44.562 | ++ functions-common:get_or_create_service:979 : oscwrap service show block-storage -f value -c id 2022-04-04 11:27:44.562 | ++ functions-common:get_or_create_service:981 : oscwrap service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2022-04-04 11:27:44.562 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.562 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.562 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.562 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.562 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.562 | + functions-common:get_or_create_service:977 : service_id=' 2022-04-04 11:27:44.562 | 1350c589a92747158cb8e82cd20cec29' 2022-04-04 11:27:44.562 | + functions-common:get_or_create_service:978 : echo 1350c589a92747158cb8e82cd20cec29 2022-04-04 11:27:44.562 | 1350c589a92747158cb8e82cd20cec29 2022-04-04 11:27:44.562 | + lib/cinder:create_cinder_accounts:397 : '[' True == False ']' 2022-04-04 11:27:44.562 | + lib/cinder:create_cinder_accounts:410 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.43/volume/v3/$(project_id)s' 2022-04-04 11:27:44.562 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-04-04 11:27:44.562 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.43/volume/v3/$(project_id)s' RegionOne 2022-04-04 11:27:44.562 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-04-04 11:27:44.562 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2022-04-04 11:27:44.562 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.562 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.562 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.562 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.562 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.562 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-04-04 11:27:44.562 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-04-04 11:27:44.562 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create block-storage public 'http://10.222.0.43/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-04-04 11:27:44.562 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.563 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.563 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.563 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.563 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.563 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=236efaaf7dc548e793dcbf378de1da04 2022-04-04 11:27:44.563 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 236efaaf7dc548e793dcbf378de1da04 2022-04-04 11:27:44.563 | + functions-common:get_or_create_endpoint:1011 : public_id=236efaaf7dc548e793dcbf378de1da04 2022-04-04 11:27:44.563 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-04-04 11:27:44.563 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-04-04 11:27:44.563 | + functions-common:get_or_create_endpoint:1020 : echo 236efaaf7dc548e793dcbf378de1da04 2022-04-04 11:27:44.563 | 236efaaf7dc548e793dcbf378de1da04 2022-04-04 11:27:44.563 | + lib/cinder:create_cinder_accounts:414 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2022-04-04 11:27:44.563 | + functions-common:get_or_create_service:966 : local service_id 2022-04-04 11:27:44.563 | ++ functions-common:get_or_create_service:979 : oscwrap service show volumev3 -f value -c id 2022-04-04 11:27:44.563 | ++ functions-common:get_or_create_service:981 : oscwrap service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2022-04-04 11:27:44.563 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.563 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.563 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.563 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.563 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.563 | + functions-common:get_or_create_service:977 : service_id=' 2022-04-04 11:27:44.563 | f4c63ef2cde34e8bbc1e1ad6f7e62f25' 2022-04-04 11:27:44.563 | + functions-common:get_or_create_service:978 : echo f4c63ef2cde34e8bbc1e1ad6f7e62f25 2022-04-04 11:27:44.563 | f4c63ef2cde34e8bbc1e1ad6f7e62f25 2022-04-04 11:27:44.563 | + lib/cinder:create_cinder_accounts:416 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.43/volume/v3/$(project_id)s' 2022-04-04 11:27:44.563 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-04-04 11:27:44.563 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.43/volume/v3/$(project_id)s' RegionOne 2022-04-04 11:27:44.563 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-04-04 11:27:44.563 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2022-04-04 11:27:44.563 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.563 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.564 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.564 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.564 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.564 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-04-04 11:27:44.564 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-04-04 11:27:44.564 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create volumev3 public 'http://10.222.0.43/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-04-04 11:27:44.564 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.564 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.564 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.564 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.564 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.564 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=66c25fb44d9540b3a65217abfe5e5726 2022-04-04 11:27:44.564 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 66c25fb44d9540b3a65217abfe5e5726 2022-04-04 11:27:44.564 | + functions-common:get_or_create_endpoint:1011 : public_id=66c25fb44d9540b3a65217abfe5e5726 2022-04-04 11:27:44.564 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-04-04 11:27:44.564 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-04-04 11:27:44.564 | + functions-common:get_or_create_endpoint:1020 : echo 66c25fb44d9540b3a65217abfe5e5726 2022-04-04 11:27:44.564 | 66c25fb44d9540b3a65217abfe5e5726 2022-04-04 11:27:44.564 | + lib/cinder:create_cinder_accounts:421 : configure_cinder_internal_tenant 2022-04-04 11:27:44.564 | ++ lib/cinder:configure_cinder_internal_tenant:608 : get_or_create_project service 2022-04-04 11:27:44.564 | ++ functions-common:get_or_create_project:847 : local project_id 2022-04-04 11:27:44.564 | +++ functions-common:get_or_create_project:855 : oscwrap project create service --domain= --or-show -f value -c id 2022-04-04 11:27:44.564 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.564 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.564 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.564 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.564 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.564 | ++ functions-common:get_or_create_project:853 : project_id=4c0b97e1bbf949bbbce9a143f27bc6eb 2022-04-04 11:27:44.564 | ++ functions-common:get_or_create_project:854 : echo 4c0b97e1bbf949bbbce9a143f27bc6eb 2022-04-04 11:27:44.564 | + lib/cinder:configure_cinder_internal_tenant:608 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 4c0b97e1bbf949bbbce9a143f27bc6eb 2022-04-04 11:27:44.564 | ++ lib/cinder:configure_cinder_internal_tenant:609 : get_or_create_user cinder 2022-04-04 11:27:44.565 | ++ functions-common:get_or_create_user:824 : local user_id 2022-04-04 11:27:44.565 | ++ functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-04-04 11:27:44.565 | ++ functions-common:get_or_create_user:828 : local email= 2022-04-04 11:27:44.565 | +++ functions-common:get_or_create_user:842 : oscwrap user create cinder --password '' --domain= --or-show -f value -c id 2022-04-04 11:27:44.565 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.565 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.565 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.565 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.565 | No password was supplied, authentication will fail when a user does not have a password. 2022-04-04 11:27:44.565 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.565 | ++ functions-common:get_or_create_user:840 : user_id=4214ac095dfd4162b8cab9d2e1098eb7 2022-04-04 11:27:44.565 | ++ functions-common:get_or_create_user:841 : echo 4214ac095dfd4162b8cab9d2e1098eb7 2022-04-04 11:27:44.565 | + lib/cinder:configure_cinder_internal_tenant:609 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 4214ac095dfd4162b8cab9d2e1098eb7 2022-04-04 11:27:44.604 | [17761 Async create_cinder_accounts:85969]: finished create_cinder_accounts with result 0 in 42 seconds 2022-04-04 11:27:44.608 | + inc/async:async_wait:197 : return 0 2022-04-04 11:27:44.611 | + ./stack.sh:main:1133 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2022-04-04 11:27:44.662 | [17761 Async create_neutron_accounts:86084]: Waiting for completion of create_neutron_accounts running on PID 86084 (3 other jobs running) 2022-04-04 11:27:44.687 | [17761 Async create_neutron_accounts:86084]: Signaling child to exit 2022-04-04 11:27:44.688 | WAKEUP 2022-04-04 11:27:44.709 | [17761 Async create_neutron_accounts:86084]: Signaled 2022-04-04 11:27:44.711 | + lib/neutron:create_neutron_accounts:639 : is_neutron_legacy_enabled 2022-04-04 11:27:44.711 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-04-04 11:27:44.711 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-04 11:27:44.711 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-04 11:27:44.711 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-04-04 11:27:44.711 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,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-04-04 11:27:44.711 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-04-04 11:27:44.711 | + lib/neutron:create_neutron_accounts:641 : create_mutnauq_accounts 2022-04-04 11:27:44.711 | + lib/neutron-legacy:create_mutnauq_accounts:410 : local neutron_url 2022-04-04 11:27:44.711 | + lib/neutron-legacy:create_mutnauq_accounts:411 : '[' False == True ']' 2022-04-04 11:27:44.711 | + lib/neutron-legacy:create_mutnauq_accounts:414 : neutron_url=http://10.222.0.43:9696/ 2022-04-04 11:27:44.711 | + lib/neutron-legacy:create_mutnauq_accounts:417 : [[ 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-04-04 11:27:44.711 | + lib/neutron-legacy:create_mutnauq_accounts:419 : create_service_user neutron 2022-04-04 11:27:44.711 | + lib/keystone:create_service_user:401 : get_or_create_user neutron Passw0rd Default 2022-04-04 11:27:44.711 | + functions-common:get_or_create_user:824 : local user_id 2022-04-04 11:27:44.711 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-04-04 11:27:44.711 | + functions-common:get_or_create_user:828 : local email= 2022-04-04 11:27:44.711 | ++ functions-common:get_or_create_user:842 : oscwrap user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2022-04-04 11:27:44.711 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.711 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.711 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.711 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.711 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.711 | + functions-common:get_or_create_user:840 : user_id=0251c9cca78e4b0784a8382acf3f473a 2022-04-04 11:27:44.711 | + functions-common:get_or_create_user:841 : echo 0251c9cca78e4b0784a8382acf3f473a 2022-04-04 11:27:44.711 | 0251c9cca78e4b0784a8382acf3f473a 2022-04-04 11:27:44.711 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service neutron service Default Default 2022-04-04 11:27:44.712 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:27:44.712 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-04-04 11:27:44.712 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:27:44.712 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:27:44.712 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-04-04 11:27:44.712 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-04-04 11:27:44.712 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-04-04 11:27:44.712 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-04-04 11:27:44.712 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-04-04 11:27:44.712 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-04-04 11:27:44.712 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:27:44.712 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.712 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:27:44.712 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:27:44.712 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.712 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.712 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.712 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.712 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.712 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.712 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:27:44.712 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:27:44.712 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user neutron --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.712 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.712 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.712 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.712 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.712 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:27:44.712 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:27:44.712 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-04-04 11:27:44.712 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:27:44.712 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.713 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.713 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.713 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.713 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.713 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.713 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:27:44.713 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:27:44.713 | ++ functions-common:get_field:733 : echo '| 4abbb5f9a4f843bbab1ef9b3fcf5a688 | 0251c9cca78e4b0784a8382acf3f473a | | 4c0b97e1bbf949bbbce9a143f27bc6eb | | | False |' 2022-04-04 11:27:44.713 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:27:44.713 | ++ functions-common:get_field:727 : read data 2022-04-04 11:27:44.713 | + functions-common:get_or_add_user_project_role:910 : user_role_id=4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:27:44.713 | + functions-common:get_or_add_user_project_role:912 : echo 4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:27:44.713 | 4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:27:44.713 | + lib/keystone:create_service_user:404 : [[ -n '' ]] 2022-04-04 11:27:44.713 | + lib/neutron-legacy:create_mutnauq_accounts:421 : get_or_create_service neutron network 'Neutron Service' 2022-04-04 11:27:44.713 | + functions-common:get_or_create_service:966 : local service_id 2022-04-04 11:27:44.713 | ++ functions-common:get_or_create_service:979 : oscwrap service show network -f value -c id 2022-04-04 11:27:44.713 | ++ functions-common:get_or_create_service:981 : oscwrap service create network --name neutron '--description=Neutron Service' -f value -c id 2022-04-04 11:27:44.713 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.713 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.713 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.713 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.713 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.713 | + functions-common:get_or_create_service:977 : service_id=' 2022-04-04 11:27:44.713 | 5799b9b8a3a546b7a4c3aa10f2dcc9af' 2022-04-04 11:27:44.713 | + functions-common:get_or_create_service:978 : echo 5799b9b8a3a546b7a4c3aa10f2dcc9af 2022-04-04 11:27:44.713 | 5799b9b8a3a546b7a4c3aa10f2dcc9af 2022-04-04 11:27:44.713 | + lib/neutron-legacy:create_mutnauq_accounts:423 : get_or_create_endpoint network RegionOne http://10.222.0.43:9696/ 2022-04-04 11:27:44.713 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-04-04 11:27:44.714 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface network public http://10.222.0.43:9696/ RegionOne 2022-04-04 11:27:44.714 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-04-04 11:27:44.714 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service network --interface public --region RegionOne -c ID -f value 2022-04-04 11:27:44.714 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.714 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.714 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.714 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.714 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.714 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-04-04 11:27:44.714 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-04-04 11:27:44.714 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create network public http://10.222.0.43:9696/ --region RegionOne -f value -c id 2022-04-04 11:27:44.714 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.714 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.714 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:27:44.714 | from cryptography.utils import int_from_bytes 2022-04-04 11:27:44.714 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:27:44.714 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=7b6b64deeeb34394889b4fc4aa5ddea0 2022-04-04 11:27:44.714 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 7b6b64deeeb34394889b4fc4aa5ddea0 2022-04-04 11:27:44.714 | + functions-common:get_or_create_endpoint:1011 : public_id=7b6b64deeeb34394889b4fc4aa5ddea0 2022-04-04 11:27:44.714 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-04-04 11:27:44.714 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-04-04 11:27:44.714 | + functions-common:get_or_create_endpoint:1020 : echo 7b6b64deeeb34394889b4fc4aa5ddea0 2022-04-04 11:27:44.714 | 7b6b64deeeb34394889b4fc4aa5ddea0 2022-04-04 11:27:44.756 | [17761 Async create_neutron_accounts:86084]: finished create_neutron_accounts with result 0 in 28 seconds 2022-04-04 11:27:44.793 | [17761 Async create_swift_accounts:86225]: Waiting for completion of create_swift_accounts running on PID 86225 (2 other jobs running) 2022-04-04 11:27:44.818 | [17761 Async create_swift_accounts:86225]: Signaling child to exit 2022-04-04 11:28:25.494 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:28:25.520 | [86225 Async create_swift_accounts:86225]: finished successfully 2022-04-04 11:28:25.540 | WAKEUP 2022-04-04 11:28:25.562 | [17761 Async create_swift_accounts:86225]: Signaled 2022-04-04 11:28:25.564 | + lib/swift:create_swift_accounts:632 : export swiftusertest1_password=testing 2022-04-04 11:28:25.564 | + lib/swift:create_swift_accounts:632 : swiftusertest1_password=testing 2022-04-04 11:28:25.564 | + lib/swift:create_swift_accounts:633 : export swiftusertest2_password=testing2 2022-04-04 11:28:25.564 | + lib/swift:create_swift_accounts:633 : swiftusertest2_password=testing2 2022-04-04 11:28:25.564 | + lib/swift:create_swift_accounts:634 : export swiftusertest3_password=testing3 2022-04-04 11:28:25.564 | + lib/swift:create_swift_accounts:634 : swiftusertest3_password=testing3 2022-04-04 11:28:25.564 | + lib/swift:create_swift_accounts:635 : export swiftusertest4_password=testing4 2022-04-04 11:28:25.564 | + lib/swift:create_swift_accounts:635 : swiftusertest4_password=testing4 2022-04-04 11:28:25.564 | + lib/swift:create_swift_accounts:637 : local another_role 2022-04-04 11:28:25.564 | ++ lib/swift:create_swift_accounts:638 : get_or_create_role anotherrole 2022-04-04 11:28:25.564 | ++ functions-common:get_or_create_role:860 : local role_id 2022-04-04 11:28:25.564 | +++ functions-common:get_or_create_role:867 : oscwrap role create anotherrole --or-show -f value -c id 2022-04-04 11:28:25.564 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.564 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.564 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.564 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.564 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.565 | ++ functions-common:get_or_create_role:865 : role_id=388e2e5c63604c7da5baa6a9bc6309c3 2022-04-04 11:28:25.565 | ++ functions-common:get_or_create_role:866 : echo 388e2e5c63604c7da5baa6a9bc6309c3 2022-04-04 11:28:25.565 | + lib/swift:create_swift_accounts:638 : another_role=388e2e5c63604c7da5baa6a9bc6309c3 2022-04-04 11:28:25.565 | + lib/swift:create_swift_accounts:642 : create_service_user swift admin 2022-04-04 11:28:25.565 | + lib/keystone:create_service_user:401 : get_or_create_user swift Passw0rd Default 2022-04-04 11:28:25.565 | + functions-common:get_or_create_user:824 : local user_id 2022-04-04 11:28:25.565 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-04-04 11:28:25.565 | + functions-common:get_or_create_user:828 : local email= 2022-04-04 11:28:25.565 | ++ functions-common:get_or_create_user:842 : oscwrap user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-04-04 11:28:25.565 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.565 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.565 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.565 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.565 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.565 | + functions-common:get_or_create_user:840 : user_id=e962e3d445824bbf85a9c342eed6bb2b 2022-04-04 11:28:25.565 | + functions-common:get_or_create_user:841 : echo e962e3d445824bbf85a9c342eed6bb2b 2022-04-04 11:28:25.565 | e962e3d445824bbf85a9c342eed6bb2b 2022-04-04 11:28:25.565 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service swift service Default Default 2022-04-04 11:28:25.565 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:28:25.565 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-04-04 11:28:25.565 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:28:25.565 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:28:25.565 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-04-04 11:28:25.565 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-04-04 11:28:25.565 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-04-04 11:28:25.565 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-04-04 11:28:25.565 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-04-04 11:28:25.565 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-04-04 11:28:25.565 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-04-04 11:28:25.565 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:28:25.566 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:28:25.566 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:28:25.566 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.566 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.566 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.566 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.566 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.566 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.566 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:28:25.566 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:28:25.566 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user swift --project service --user-domain Default --project-domain Default 2022-04-04 11:28:25.566 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.566 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.566 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.566 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.566 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-04-04 11:28:25.566 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:28:25.566 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:28:25.566 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:28:25.566 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.566 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.566 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.566 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.566 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.566 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.566 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:28:25.566 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:28:25.566 | ++ functions-common:get_field:733 : echo '| 4abbb5f9a4f843bbab1ef9b3fcf5a688 | e962e3d445824bbf85a9c342eed6bb2b | | 4c0b97e1bbf949bbbce9a143f27bc6eb | | | False |' 2022-04-04 11:28:25.566 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:28:25.566 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.566 | + functions-common:get_or_add_user_project_role:910 : user_role_id=4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:28:25.566 | + functions-common:get_or_add_user_project_role:912 : echo 4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:28:25.567 | 4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:28:25.567 | + lib/keystone:create_service_user:404 : [[ -n admin ]] 2022-04-04 11:28:25.567 | + lib/keystone:create_service_user:405 : get_or_add_user_project_role admin swift service Default Default 2022-04-04 11:28:25.567 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:28:25.567 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-04-04 11:28:25.567 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:28:25.567 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:28:25.567 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-04-04 11:28:25.567 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-04-04 11:28:25.567 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-04-04 11:28:25.567 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-04-04 11:28:25.567 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-04-04 11:28:25.567 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-04-04 11:28:25.567 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-04-04 11:28:25.567 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:28:25.567 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:28:25.567 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:28:25.567 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.567 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.567 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.567 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.567 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.567 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.567 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:28:25.567 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:28:25.567 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user swift --project service --user-domain Default --project-domain Default 2022-04-04 11:28:25.567 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.567 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.567 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.567 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.568 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:28:25.568 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:28:25.568 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-04-04 11:28:25.568 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:28:25.568 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.568 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.568 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.568 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.568 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.568 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.568 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:28:25.568 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:28:25.568 | ++ functions-common:get_field:733 : echo '| 5443597c7edc489eaa14ce7147998d6c | e962e3d445824bbf85a9c342eed6bb2b | | 4c0b97e1bbf949bbbce9a143f27bc6eb | | | False |' 2022-04-04 11:28:25.568 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:28:25.568 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.568 | + functions-common:get_or_add_user_project_role:910 : user_role_id=5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:28:25.568 | + functions-common:get_or_add_user_project_role:912 : echo 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:28:25.568 | 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:28:25.568 | + lib/swift:create_swift_accounts:644 : get_or_create_service swift object-store 'Swift Service' 2022-04-04 11:28:25.568 | + functions-common:get_or_create_service:966 : local service_id 2022-04-04 11:28:25.568 | ++ functions-common:get_or_create_service:979 : oscwrap service show object-store -f value -c id 2022-04-04 11:28:25.568 | ++ functions-common:get_or_create_service:981 : oscwrap service create object-store --name swift '--description=Swift Service' -f value -c id 2022-04-04 11:28:25.568 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.568 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.568 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.568 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.568 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.568 | + functions-common:get_or_create_service:977 : service_id=' 2022-04-04 11:28:25.568 | 786065ea6d1147b18c9e0bdd97f17873' 2022-04-04 11:28:25.568 | + functions-common:get_or_create_service:978 : echo 786065ea6d1147b18c9e0bdd97f17873 2022-04-04 11:28:25.568 | 786065ea6d1147b18c9e0bdd97f17873 2022-04-04 11:28:25.568 | + lib/swift:create_swift_accounts:646 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.43:8080/v1/AUTH_$(project_id)s' http://10.222.0.43:8080 2022-04-04 11:28:25.568 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-04-04 11:28:25.569 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.43:8080/v1/AUTH_$(project_id)s' RegionOne 2022-04-04 11:28:25.569 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-04-04 11:28:25.569 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2022-04-04 11:28:25.569 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.569 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.569 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.569 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.569 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.569 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-04-04 11:28:25.569 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-04-04 11:28:25.569 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create object-store public 'http://10.222.0.43:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2022-04-04 11:28:25.569 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.569 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.569 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.569 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.569 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.569 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=2500db7166884fdfa45765685af88261 2022-04-04 11:28:25.569 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 2500db7166884fdfa45765685af88261 2022-04-04 11:28:25.569 | + functions-common:get_or_create_endpoint:1011 : public_id=2500db7166884fdfa45765685af88261 2022-04-04 11:28:25.569 | + functions-common:get_or_create_endpoint:1013 : [[ -n http://10.222.0.43:8080 ]] 2022-04-04 11:28:25.569 | + functions-common:get_or_create_endpoint:1014 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.43:8080 RegionOne 2022-04-04 11:28:25.569 | + functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-04-04 11:28:25.569 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2022-04-04 11:28:25.569 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.569 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.569 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.569 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.569 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.569 | + functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-04-04 11:28:25.570 | + functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-04-04 11:28:25.570 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create object-store admin http://10.222.0.43:8080 --region RegionOne -f value -c id 2022-04-04 11:28:25.570 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.570 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.570 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.570 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.570 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.570 | + functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=001f4e7fa574422d90895af40f9a350c 2022-04-04 11:28:25.570 | + functions-common:_get_or_create_endpoint_with_interface:996 : echo 001f4e7fa574422d90895af40f9a350c 2022-04-04 11:28:25.570 | 001f4e7fa574422d90895af40f9a350c 2022-04-04 11:28:25.570 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-04-04 11:28:25.570 | + functions-common:get_or_create_endpoint:1020 : echo 2500db7166884fdfa45765685af88261 2022-04-04 11:28:25.570 | 2500db7166884fdfa45765685af88261 2022-04-04 11:28:25.570 | + lib/swift:create_swift_accounts:651 : local swift_project_test1 2022-04-04 11:28:25.570 | ++ lib/swift:create_swift_accounts:652 : get_or_create_project swiftprojecttest1 default 2022-04-04 11:28:25.570 | ++ functions-common:get_or_create_project:847 : local project_id 2022-04-04 11:28:25.570 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest1 --domain=default --or-show -f value -c id 2022-04-04 11:28:25.570 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.570 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.570 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.570 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.570 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.570 | ++ functions-common:get_or_create_project:853 : project_id=57d3f09b14404073a7018e8afd7f78e1 2022-04-04 11:28:25.570 | ++ functions-common:get_or_create_project:854 : echo 57d3f09b14404073a7018e8afd7f78e1 2022-04-04 11:28:25.570 | + lib/swift:create_swift_accounts:652 : swift_project_test1=57d3f09b14404073a7018e8afd7f78e1 2022-04-04 11:28:25.570 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_project_test1 'Failure creating swift_project_test1' 2022-04-04 11:28:25.570 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-04-04 11:28:25.570 | ++ lib/swift:create_swift_accounts:655 : get_or_create_user swiftusertest1 testing default test@example.com 2022-04-04 11:28:25.570 | ++ functions-common:get_or_create_user:824 : local user_id 2022-04-04 11:28:25.570 | ++ functions-common:get_or_create_user:825 : [[ ! -z test@example.com ]] 2022-04-04 11:28:25.570 | ++ functions-common:get_or_create_user:826 : local email=--email=test@example.com 2022-04-04 11:28:25.570 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id 2022-04-04 11:28:25.571 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.571 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.571 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.571 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.571 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.571 | ++ functions-common:get_or_create_user:840 : user_id=bb9c9de1cf6848db93f55a27f4718964 2022-04-04 11:28:25.571 | ++ functions-common:get_or_create_user:841 : echo bb9c9de1cf6848db93f55a27f4718964 2022-04-04 11:28:25.571 | + lib/swift:create_swift_accounts:655 : SWIFT_USER_TEST1=bb9c9de1cf6848db93f55a27f4718964 2022-04-04 11:28:25.571 | + lib/swift:create_swift_accounts:656 : die_if_not_set 656 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2022-04-04 11:28:25.571 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-04-04 11:28:25.571 | + lib/swift:create_swift_accounts:657 : get_or_add_user_project_role admin bb9c9de1cf6848db93f55a27f4718964 57d3f09b14404073a7018e8afd7f78e1 2022-04-04 11:28:25.571 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:28:25.571 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-04-04 11:28:25.571 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:28:25.572 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:28:25.572 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-04-04 11:28:25.572 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-04-04 11:28:25.572 | ++ functions-common:_get_domain_args:882 : echo 2022-04-04 11:28:25.572 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-04-04 11:28:25.572 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user bb9c9de1cf6848db93f55a27f4718964 --project 57d3f09b14404073a7018e8afd7f78e1 2022-04-04 11:28:25.572 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:28:25.572 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:28:25.572 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:28:25.572 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.572 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.572 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.572 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.572 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.572 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.572 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:28:25.572 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:28:25.572 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user bb9c9de1cf6848db93f55a27f4718964 --project 57d3f09b14404073a7018e8afd7f78e1 2022-04-04 11:28:25.572 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.572 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.572 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.572 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.572 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user bb9c9de1cf6848db93f55a27f4718964 --project 57d3f09b14404073a7018e8afd7f78e1 2022-04-04 11:28:25.572 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:28:25.572 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:28:25.572 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:28:25.572 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.572 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.572 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.572 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.572 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.572 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.573 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:28:25.573 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:28:25.573 | ++ functions-common:get_field:733 : echo '| 5443597c7edc489eaa14ce7147998d6c | bb9c9de1cf6848db93f55a27f4718964 | | 57d3f09b14404073a7018e8afd7f78e1 | | | False |' 2022-04-04 11:28:25.573 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:28:25.573 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.573 | + functions-common:get_or_add_user_project_role:910 : user_role_id=5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:28:25.573 | + functions-common:get_or_add_user_project_role:912 : echo 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:28:25.573 | 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:28:25.573 | + lib/swift:create_swift_accounts:659 : local swift_user_test3 2022-04-04 11:28:25.573 | ++ lib/swift:create_swift_accounts:661 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2022-04-04 11:28:25.573 | ++ functions-common:get_or_create_user:824 : local user_id 2022-04-04 11:28:25.573 | ++ functions-common:get_or_create_user:825 : [[ ! -z test3@example.com ]] 2022-04-04 11:28:25.573 | ++ functions-common:get_or_create_user:826 : local email=--email=test3@example.com 2022-04-04 11:28:25.573 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id 2022-04-04 11:28:25.573 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.573 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.573 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.573 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.573 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.573 | ++ functions-common:get_or_create_user:840 : user_id=27c9b8b727c742e391b94dc83a88e10c 2022-04-04 11:28:25.573 | ++ functions-common:get_or_create_user:841 : echo 27c9b8b727c742e391b94dc83a88e10c 2022-04-04 11:28:25.573 | + lib/swift:create_swift_accounts:661 : swift_user_test3=27c9b8b727c742e391b94dc83a88e10c 2022-04-04 11:28:25.573 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_user_test3 'Failure creating swift_user_test3' 2022-04-04 11:28:25.573 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-04-04 11:28:25.573 | + lib/swift:create_swift_accounts:663 : get_or_add_user_project_role 388e2e5c63604c7da5baa6a9bc6309c3 27c9b8b727c742e391b94dc83a88e10c 57d3f09b14404073a7018e8afd7f78e1 2022-04-04 11:28:25.573 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:28:25.573 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-04-04 11:28:25.573 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:28:25.573 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:28:25.573 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-04-04 11:28:25.573 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-04-04 11:28:25.574 | ++ functions-common:_get_domain_args:882 : echo 2022-04-04 11:28:25.574 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-04-04 11:28:25.574 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role 388e2e5c63604c7da5baa6a9bc6309c3 --user 27c9b8b727c742e391b94dc83a88e10c --project 57d3f09b14404073a7018e8afd7f78e1 2022-04-04 11:28:25.574 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:28:25.574 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:28:25.574 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:28:25.574 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.574 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.574 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.574 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.574 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.574 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.574 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:28:25.574 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:28:25.574 | + functions-common:get_or_add_user_project_role:901 : openstack role add 388e2e5c63604c7da5baa6a9bc6309c3 --user 27c9b8b727c742e391b94dc83a88e10c --project 57d3f09b14404073a7018e8afd7f78e1 2022-04-04 11:28:25.574 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.574 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.574 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.574 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.574 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role 388e2e5c63604c7da5baa6a9bc6309c3 --user 27c9b8b727c742e391b94dc83a88e10c --project 57d3f09b14404073a7018e8afd7f78e1 2022-04-04 11:28:25.574 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:28:25.574 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:28:25.574 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:28:25.574 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.574 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.574 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.574 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.574 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.574 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.574 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:28:25.574 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:28:25.575 | ++ functions-common:get_field:733 : echo '| 388e2e5c63604c7da5baa6a9bc6309c3 | 27c9b8b727c742e391b94dc83a88e10c | | 57d3f09b14404073a7018e8afd7f78e1 | | | False |' 2022-04-04 11:28:25.575 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:28:25.575 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.575 | + functions-common:get_or_add_user_project_role:910 : user_role_id=388e2e5c63604c7da5baa6a9bc6309c3 2022-04-04 11:28:25.575 | + functions-common:get_or_add_user_project_role:912 : echo 388e2e5c63604c7da5baa6a9bc6309c3 2022-04-04 11:28:25.575 | 388e2e5c63604c7da5baa6a9bc6309c3 2022-04-04 11:28:25.575 | + lib/swift:create_swift_accounts:665 : local swift_project_test2 2022-04-04 11:28:25.575 | ++ lib/swift:create_swift_accounts:666 : get_or_create_project swiftprojecttest2 default 2022-04-04 11:28:25.575 | ++ functions-common:get_or_create_project:847 : local project_id 2022-04-04 11:28:25.575 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest2 --domain=default --or-show -f value -c id 2022-04-04 11:28:25.575 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.575 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.575 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.575 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.575 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.575 | ++ functions-common:get_or_create_project:853 : project_id=4df116f1349048d3a96d58db6f23e647 2022-04-04 11:28:25.575 | ++ functions-common:get_or_create_project:854 : echo 4df116f1349048d3a96d58db6f23e647 2022-04-04 11:28:25.575 | + lib/swift:create_swift_accounts:666 : swift_project_test2=4df116f1349048d3a96d58db6f23e647 2022-04-04 11:28:25.575 | + lib/swift:create_swift_accounts:667 : die_if_not_set 667 swift_project_test2 'Failure creating swift_project_test2' 2022-04-04 11:28:25.575 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-04-04 11:28:25.575 | + lib/swift:create_swift_accounts:669 : local swift_user_test2 2022-04-04 11:28:25.575 | ++ lib/swift:create_swift_accounts:671 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2022-04-04 11:28:25.575 | ++ functions-common:get_or_create_user:824 : local user_id 2022-04-04 11:28:25.575 | ++ functions-common:get_or_create_user:825 : [[ ! -z test2@example.com ]] 2022-04-04 11:28:25.575 | ++ functions-common:get_or_create_user:826 : local email=--email=test2@example.com 2022-04-04 11:28:25.575 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id 2022-04-04 11:28:25.575 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.575 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.575 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.575 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.576 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.576 | ++ functions-common:get_or_create_user:840 : user_id=d1f09c37141c4231b63a1d29e76c04bf 2022-04-04 11:28:25.576 | ++ functions-common:get_or_create_user:841 : echo d1f09c37141c4231b63a1d29e76c04bf 2022-04-04 11:28:25.576 | + lib/swift:create_swift_accounts:671 : swift_user_test2=d1f09c37141c4231b63a1d29e76c04bf 2022-04-04 11:28:25.576 | + lib/swift:create_swift_accounts:672 : die_if_not_set 672 swift_user_test2 'Failure creating swift_user_test2' 2022-04-04 11:28:25.576 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-04-04 11:28:25.576 | + lib/swift:create_swift_accounts:673 : get_or_add_user_project_role admin d1f09c37141c4231b63a1d29e76c04bf 4df116f1349048d3a96d58db6f23e647 2022-04-04 11:28:25.576 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:28:25.576 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-04-04 11:28:25.576 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:28:25.576 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:28:25.576 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-04-04 11:28:25.576 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-04-04 11:28:25.576 | ++ functions-common:_get_domain_args:882 : echo 2022-04-04 11:28:25.576 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-04-04 11:28:25.576 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user d1f09c37141c4231b63a1d29e76c04bf --project 4df116f1349048d3a96d58db6f23e647 2022-04-04 11:28:25.576 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:28:25.576 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:28:25.576 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:28:25.576 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.576 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.576 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.576 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.576 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.576 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.576 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:28:25.576 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:28:25.576 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user d1f09c37141c4231b63a1d29e76c04bf --project 4df116f1349048d3a96d58db6f23e647 2022-04-04 11:28:25.576 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.576 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.576 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.576 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.577 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user d1f09c37141c4231b63a1d29e76c04bf --project 4df116f1349048d3a96d58db6f23e647 2022-04-04 11:28:25.577 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:28:25.577 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:28:25.577 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:28:25.577 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.577 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.577 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.577 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.577 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.577 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.577 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:28:25.577 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:28:25.577 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:28:25.577 | ++ functions-common:get_field:733 : echo '| 5443597c7edc489eaa14ce7147998d6c | d1f09c37141c4231b63a1d29e76c04bf | | 4df116f1349048d3a96d58db6f23e647 | | | False |' 2022-04-04 11:28:25.577 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.577 | + functions-common:get_or_add_user_project_role:910 : user_role_id=5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:28:25.577 | + functions-common:get_or_add_user_project_role:912 : echo 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:28:25.577 | 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:28:25.577 | + lib/swift:create_swift_accounts:675 : local swift_domain 2022-04-04 11:28:25.577 | ++ lib/swift:create_swift_accounts:676 : get_or_create_domain swift_test 'Used for swift functional testing' 2022-04-04 11:28:25.577 | ++ functions-common:get_or_create_domain:792 : local domain_id 2022-04-04 11:28:25.577 | +++ functions-common:get_or_create_domain:804 : oscwrap domain show swift_test -f value -c id 2022-04-04 11:28:25.577 | +++ functions-common:get_or_create_domain:806 : oscwrap domain create swift_test --description 'Used for swift functional testing' -f value -c id 2022-04-04 11:28:25.577 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.577 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.577 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.578 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.578 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.578 | ++ functions-common:get_or_create_domain:802 : domain_id=' 2022-04-04 11:28:25.578 | 20f88ad2040347a19259ea249d58ddef' 2022-04-04 11:28:25.578 | ++ functions-common:get_or_create_domain:803 : echo 20f88ad2040347a19259ea249d58ddef 2022-04-04 11:28:25.578 | + lib/swift:create_swift_accounts:676 : swift_domain=20f88ad2040347a19259ea249d58ddef 2022-04-04 11:28:25.578 | + lib/swift:create_swift_accounts:677 : die_if_not_set 677 swift_domain 'Failure creating swift_test domain' 2022-04-04 11:28:25.578 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-04-04 11:28:25.578 | + lib/swift:create_swift_accounts:679 : local swift_project_test4 2022-04-04 11:28:25.578 | ++ lib/swift:create_swift_accounts:680 : get_or_create_project swiftprojecttest4 20f88ad2040347a19259ea249d58ddef 2022-04-04 11:28:25.578 | ++ functions-common:get_or_create_project:847 : local project_id 2022-04-04 11:28:25.578 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest4 --domain=20f88ad2040347a19259ea249d58ddef --or-show -f value -c id 2022-04-04 11:28:25.578 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.578 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.578 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.578 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.578 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.578 | ++ functions-common:get_or_create_project:853 : project_id=be3ff22dc8e94d63a7f886926a5bbf86 2022-04-04 11:28:25.578 | ++ functions-common:get_or_create_project:854 : echo be3ff22dc8e94d63a7f886926a5bbf86 2022-04-04 11:28:25.578 | + lib/swift:create_swift_accounts:680 : swift_project_test4=be3ff22dc8e94d63a7f886926a5bbf86 2022-04-04 11:28:25.578 | + lib/swift:create_swift_accounts:681 : die_if_not_set 681 swift_project_test4 'Failure creating swift_project_test4' 2022-04-04 11:28:25.578 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-04-04 11:28:25.578 | + lib/swift:create_swift_accounts:683 : local swift_user_test4 2022-04-04 11:28:25.578 | ++ lib/swift:create_swift_accounts:685 : get_or_create_user swiftusertest4 testing4 20f88ad2040347a19259ea249d58ddef test4@example.com 2022-04-04 11:28:25.578 | ++ functions-common:get_or_create_user:824 : local user_id 2022-04-04 11:28:25.578 | ++ functions-common:get_or_create_user:825 : [[ ! -z test4@example.com ]] 2022-04-04 11:28:25.578 | ++ functions-common:get_or_create_user:826 : local email=--email=test4@example.com 2022-04-04 11:28:25.578 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest4 --password testing4 --domain=20f88ad2040347a19259ea249d58ddef --email=test4@example.com --or-show -f value -c id 2022-04-04 11:28:25.578 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.578 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.578 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.579 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.579 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.579 | ++ functions-common:get_or_create_user:840 : user_id=a016935298784083a903f83ea2af0a12 2022-04-04 11:28:25.579 | ++ functions-common:get_or_create_user:841 : echo a016935298784083a903f83ea2af0a12 2022-04-04 11:28:25.579 | + lib/swift:create_swift_accounts:685 : swift_user_test4=a016935298784083a903f83ea2af0a12 2022-04-04 11:28:25.579 | + lib/swift:create_swift_accounts:686 : die_if_not_set 686 swift_user_test4 'Failure creating swift_user_test4' 2022-04-04 11:28:25.579 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-04-04 11:28:25.579 | + lib/swift:create_swift_accounts:687 : get_or_add_user_project_role admin a016935298784083a903f83ea2af0a12 be3ff22dc8e94d63a7f886926a5bbf86 2022-04-04 11:28:25.579 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:28:25.579 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-04-04 11:28:25.579 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:28:25.579 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:28:25.579 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-04-04 11:28:25.579 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-04-04 11:28:25.579 | ++ functions-common:_get_domain_args:882 : echo 2022-04-04 11:28:25.579 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-04-04 11:28:25.579 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user a016935298784083a903f83ea2af0a12 --project be3ff22dc8e94d63a7f886926a5bbf86 2022-04-04 11:28:25.579 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:28:25.579 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:28:25.579 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:28:25.579 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.579 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.579 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.579 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.579 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.579 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.579 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:28:25.579 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:28:25.579 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user a016935298784083a903f83ea2af0a12 --project be3ff22dc8e94d63a7f886926a5bbf86 2022-04-04 11:28:25.579 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.579 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.579 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.580 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.580 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user a016935298784083a903f83ea2af0a12 --project be3ff22dc8e94d63a7f886926a5bbf86 2022-04-04 11:28:25.580 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:28:25.580 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:28:25.580 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:28:25.580 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.580 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.580 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.580 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:25.580 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:25.580 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:28:25.580 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:28:25.580 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:28:25.580 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:28:25.580 | ++ functions-common:get_field:733 : echo '| 5443597c7edc489eaa14ce7147998d6c | a016935298784083a903f83ea2af0a12 | | be3ff22dc8e94d63a7f886926a5bbf86 | | | False |' 2022-04-04 11:28:25.580 | ++ functions-common:get_field:727 : read data 2022-04-04 11:28:25.580 | + functions-common:get_or_add_user_project_role:910 : user_role_id=5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:28:25.580 | + functions-common:get_or_add_user_project_role:912 : echo 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:28:25.580 | 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:28:25.608 | [17761 Async create_swift_accounts:86225]: finished create_swift_accounts with result 0 in 94 seconds 2022-04-04 11:28:25.615 | Not waiting for async task configure_horizon that we never started or has already been waited for 2022-04-04 11:28:25.617 | + inc/async:async_wait:197 : return 0 2022-04-04 11:28:25.621 | + ./stack.sh:main:1139 : is_service_enabled mysql postgresql 2022-04-04 11:28:25.639 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:28:25.641 | + ./stack.sh:main:1139 : is_service_enabled glance 2022-04-04 11:28:25.658 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:28:25.661 | + ./stack.sh:main:1140 : echo_summary 'Configuring Glance' 2022-04-04 11:28:25.663 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:28:25.665 | + ./stack.sh:echo_summary:432 : echo -e Configuring Glance 2022-04-04 11:28:25.668 | + ./stack.sh:main:1141 : async_runfunc init_glance 2022-04-04 11:28:25.670 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2022-04-04 11:28:25.729 | + inc/async:async_inner:63 : init_glance 2022-04-04 11:28:25.767 | [17761 Async init_glance:90473]: running: init_glance 2022-04-04 11:28:25.770 | + ./stack.sh:main:1148 : is_service_enabled neutron 2022-04-04 11:28:25.788 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:28:25.790 | + ./stack.sh:main:1149 : echo_summary 'Configuring Neutron' 2022-04-04 11:28:25.793 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:28:25.795 | + ./stack.sh:echo_summary:432 : echo -e Configuring Neutron 2022-04-04 11:28:25.798 | + ./stack.sh:main:1151 : configure_neutron 2022-04-04 11:28:25.800 | + lib/neutron:configure_neutron:603 : is_neutron_legacy_enabled 2022-04-04 11:28:25.804 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-04 11:28:25.810 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-04-04 11:28:25.815 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-04 11:28:25.818 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-04-04 11:28:25.821 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,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-04-04 11:28:25.824 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-04-04 11:28:25.826 | + lib/neutron:configure_neutron:605 : configure_mutnauq 2022-04-04 11:28:25.829 | + lib/neutron-legacy:configure_mutnauq:338 : _configure_neutron_common 2022-04-04 11:28:25.831 | + lib/neutron-legacy:_configure_neutron_common:739 : _create_neutron_conf_dir 2022-04-04 11:28:25.839 | + lib/neutron-legacy:_create_neutron_conf_dir:732 : sudo install -d -o ubuntu /etc/neutron 2022-04-04 11:28:25.846 | + lib/neutron-legacy:_configure_neutron_common:742 : cd /opt/stack/neutron 2022-04-04 11:28:25.849 | + lib/neutron-legacy:_configure_neutron_common:742 : exec ./tools/generate_config_file_samples.sh 2022-04-04 11:28:29.026 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:29.026 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:29.026 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:29.026 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:32.219 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:32.219 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:32.219 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:32.219 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:35.337 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:35.337 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:35.337 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:35.337 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:38.413 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:38.413 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:38.414 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:38.414 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:41.529 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:41.530 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:41.530 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:41.530 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:44.612 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:44.612 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:44.613 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:44.613 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:47.679 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:47.679 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:47.679 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:47.679 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:51.171 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:51.171 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:51.171 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:51.171 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:54.884 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:54.884 | from cryptography.utils import int_from_bytes 2022-04-04 11:28:54.884 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:28:54.884 | from cryptography.utils import int_from_bytes 2022-04-04 11:29:00.080 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:29:00.080 | from cryptography.utils import int_from_bytes 2022-04-04 11:29:00.080 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:29:00.080 | from cryptography.utils import int_from_bytes 2022-04-04 11:29:00.350 | + lib/neutron-legacy:_configure_neutron_common:744 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2022-04-04 11:29:00.355 | + lib/neutron-legacy:_configure_neutron_common:746 : Q_POLICY_FILE=/etc/neutron/policy.json 2022-04-04 11:29:00.358 | + lib/neutron-legacy:_configure_neutron_common:750 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2022-04-04 11:29:00.360 | + lib/neutron-legacy:_configure_neutron_common:754 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2022-04-04 11:29:00.362 | + lib/neutron-legacy:_configure_neutron_common:759 : neutron_plugin_configure_common 2022-04-04 11:29:00.364 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2022-04-04 11:29:00.366 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2022-04-04 11:29:00.368 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2022-04-04 11:29:00.370 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : _neutron_service_plugin_class_add router 2022-04-04 11:29:00.373 | + lib/neutron-legacy:_neutron_service_plugin_class_add:908 : local service_plugin_class=router 2022-04-04 11:29:00.375 | + lib/neutron-legacy:_neutron_service_plugin_class_add:909 : [[ '' == '' ]] 2022-04-04 11:29:00.377 | + lib/neutron-legacy:_neutron_service_plugin_class_add:910 : Q_SERVICE_PLUGIN_CLASSES=router 2022-04-04 11:29:00.379 | + lib/neutron-legacy:_configure_neutron_common:761 : [[ etc/neutron/plugins/ml2 == '' ]] 2022-04-04 11:29:00.381 | + lib/neutron-legacy:_configure_neutron_common:761 : [[ ml2_conf.ini == '' ]] 2022-04-04 11:29:00.384 | + lib/neutron-legacy:_configure_neutron_common:761 : [[ ml2 == '' ]] 2022-04-04 11:29:00.386 | + lib/neutron-legacy:_configure_neutron_common:766 : mkdir -p /etc/neutron/plugins/ml2 2022-04-04 11:29:00.390 | + lib/neutron-legacy:_configure_neutron_common:767 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-04 11:29:00.393 | + lib/neutron-legacy:_configure_neutron_common:770 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2022-04-04 11:29:00.395 | + lib/neutron-legacy:_configure_neutron_common:771 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-04 11:29:00.400 | ++ lib/neutron-legacy:_configure_neutron_common:776 : database_connection_url neutron 2022-04-04 11:29:00.403 | ++ lib/database:database_connection_url:132 : local db=neutron 2022-04-04 11:29:00.405 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql neutron 2022-04-04 11:29:00.407 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=neutron 2022-04-04 11:29:00.409 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2022-04-04 11:29:00.412 | + lib/neutron-legacy:_configure_neutron_common:776 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2022-04-04 11:29:00.440 | + lib/neutron-legacy:_configure_neutron_common:777 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2022-04-04 11:29:00.469 | + lib/neutron-legacy:_configure_neutron_common:778 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2022-04-04 11:29:00.502 | + lib/neutron-legacy:_configure_neutron_common:779 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2022-04-04 11:29:00.531 | + lib/neutron-legacy:_configure_neutron_common:780 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2022-04-04 11:29:00.563 | + lib/neutron-legacy:_configure_neutron_common:783 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2022-04-04 11:29:00.593 | + lib/neutron-legacy:_configure_neutron_common:785 : '[' libvirt = fake ']' 2022-04-04 11:29:00.595 | + lib/neutron-legacy:_configure_neutron_common:795 : setup_logging /etc/neutron/neutron.conf 2022-04-04 11:29:00.597 | + functions:setup_logging:674 : setup_systemd_logging /etc/neutron/neutron.conf 2022-04-04 11:29:00.600 | + functions:setup_systemd_logging:689 : local conf_file=/etc/neutron/neutron.conf 2022-04-04 11:29:00.602 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-04-04 11:29:00.618 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-04-04 11:29:00.620 | + functions:setup_systemd_logging:695 : local pidstr= 2022-04-04 11:29:00.622 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-04-04 11:29:00.625 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-04-04 11:29:00.627 | + 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-04-04 11:29:00.656 | + 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-04-04 11:29:00.684 | + 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-04-04 11:29:00.712 | + functions:setup_systemd_logging:706 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-04-04 11:29:00.741 | + lib/neutron-legacy:_configure_neutron_common:797 : is_service_enabled tls-proxy 2022-04-04 11:29:00.756 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:29:00.759 | + lib/neutron-legacy:_configure_neutron_common:803 : _neutron_setup_rootwrap 2022-04-04 11:29:00.761 | + lib/neutron-legacy:_neutron_setup_rootwrap:943 : [[ True == \F\a\l\s\e ]] 2022-04-04 11:29:00.764 | + lib/neutron-legacy:_neutron_setup_rootwrap:947 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2022-04-04 11:29:00.766 | + lib/neutron-legacy:_neutron_setup_rootwrap:948 : [[ -d /etc/neutron/rootwrap.d ]] 2022-04-04 11:29:00.768 | + lib/neutron-legacy:_neutron_setup_rootwrap:952 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2022-04-04 11:29:00.770 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:933 : [[ True == \F\a\l\s\e ]] 2022-04-04 11:29:00.773 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:936 : local srcdir=/opt/stack/neutron 2022-04-04 11:29:00.775 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:937 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2022-04-04 11:29:00.788 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:938 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2022-04-04 11:29:00.800 | + lib/neutron-legacy:_neutron_setup_rootwrap:956 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2022-04-04 11:29:00.803 | + lib/neutron-legacy:_neutron_setup_rootwrap:959 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2022-04-04 11:29:00.816 | + lib/neutron-legacy:_neutron_setup_rootwrap:961 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2022-04-04 11:29:00.828 | + lib/neutron-legacy:_neutron_setup_rootwrap:962 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2022-04-04 11:29:00.841 | + lib/neutron-legacy:_neutron_setup_rootwrap:965 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-04-04 11:29:00.843 | + lib/neutron-legacy:_neutron_setup_rootwrap:966 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-04-04 11:29:00.846 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:969 : mktemp 2022-04-04 11:29:00.850 | + lib/neutron-legacy:_neutron_setup_rootwrap:969 : TEMPFILE=/tmp/tmp.tIzKkNEpY6 2022-04-04 11:29:00.852 | + lib/neutron-legacy:_neutron_setup_rootwrap:970 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-04-04 11:29:00.855 | + lib/neutron-legacy:_neutron_setup_rootwrap:971 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-04-04 11:29:00.857 | + lib/neutron-legacy:_neutron_setup_rootwrap:972 : chmod 0440 /tmp/tmp.tIzKkNEpY6 2022-04-04 11:29:00.861 | + lib/neutron-legacy:_neutron_setup_rootwrap:973 : sudo chown root:root /tmp/tmp.tIzKkNEpY6 2022-04-04 11:29:00.873 | + lib/neutron-legacy:_neutron_setup_rootwrap:974 : sudo mv /tmp/tmp.tIzKkNEpY6 /etc/sudoers.d/neutron-rootwrap 2022-04-04 11:29:00.885 | + lib/neutron-legacy:_neutron_setup_rootwrap:977 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-04-04 11:29:00.913 | + lib/neutron-legacy:_neutron_setup_rootwrap:978 : [[ True == \T\r\u\e ]] 2022-04-04 11:29:00.916 | + lib/neutron-legacy:_neutron_setup_rootwrap:979 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-04-04 11:29:00.945 | + lib/neutron-legacy:configure_mutnauq:339 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2022-04-04 11:29:00.948 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2022-04-04 11:29:00.950 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2022-04-04 11:29:00.952 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-04-04 11:29:00.955 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-04-04 11:29:00.957 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-04-04 11:29:00.974 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:29:00.977 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-04-04 11:29:00.979 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-04-04 11:29:00.982 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-04-04 11:29:00.999 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:29:01.001 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2022-04-04 11:29:01.004 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2022-04-04 11:29:01.035 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-04-04 11:29:01.040 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-04-04 11:29:01.040 | + lib/neutron-legacy:configure_mutnauq:341 : is_service_enabled q-metering 2022-04-04 11:29:01.059 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:29:01.062 | + lib/neutron-legacy:configure_mutnauq:342 : _configure_neutron_metering 2022-04-04 11:29:01.064 | + lib/neutron-legacy:_configure_neutron_metering:852 : neutron_agent_metering_configure_common 2022-04-04 11:29:01.070 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2022-04-04 11:29:01.077 | + lib/neutron-legacy:_neutron_service_plugin_class_add:908 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2022-04-04 11:29:01.077 | + lib/neutron-legacy:_neutron_service_plugin_class_add:909 : [[ router == '' ]] 2022-04-04 11:29:01.078 | + lib/neutron-legacy:_neutron_service_plugin_class_add:911 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2022-04-04 11:29:01.080 | + lib/neutron-legacy:_neutron_service_plugin_class_add:912 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-04-04 11:29:01.083 | + lib/neutron-legacy:_configure_neutron_metering:853 : neutron_agent_metering_configure_agent 2022-04-04 11:29:01.086 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2022-04-04 11:29:01.088 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2022-04-04 11:29:01.093 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2022-04-04 11:29:01.096 | + 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-04-04 11:29:01.100 | + lib/neutron-legacy:configure_mutnauq:344 : is_service_enabled q-agt q-svc 2022-04-04 11:29:01.120 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:29:01.128 | + lib/neutron-legacy:configure_mutnauq:345 : _configure_neutron_service 2022-04-04 11:29:01.128 | + lib/neutron-legacy:_configure_neutron_service:880 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2022-04-04 11:29:01.128 | + lib/neutron-legacy:_configure_neutron_service:881 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2022-04-04 11:29:01.133 | + lib/neutron-legacy:_configure_neutron_service:884 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2022-04-04 11:29:01.163 | + lib/neutron-legacy:_configure_neutron_service:886 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-04-04 11:29:01.194 | + lib/neutron-legacy:_configure_neutron_service:887 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2022-04-04 11:29:01.224 | + lib/neutron-legacy:_configure_neutron_service:888 : iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True 2022-04-04 11:29:01.254 | + lib/neutron-legacy:_configure_neutron_service:890 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2022-04-04 11:29:01.284 | + lib/neutron-legacy:_configure_neutron_service:891 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2022-04-04 11:29:01.286 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/neutron/neutron.conf 2022-04-04 11:29:01.289 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=neutron 2022-04-04 11:29:01.291 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2022-04-04 11:29:01.294 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2022-04-04 11:29:01.322 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2022-04-04 11:29:01.352 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.43/identity 2022-04-04 11:29:01.383 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2022-04-04 11:29:01.413 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2022-04-04 11:29:01.447 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2022-04-04 11:29:01.481 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2022-04-04 11:29:01.513 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2022-04-04 11:29:01.542 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-04-04 11:29:01.573 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2022-04-04 11:29:01.603 | + lib/neutron-legacy:_configure_neutron_service:894 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2022-04-04 11:29:01.636 | + lib/neutron-legacy:_configure_neutron_service:895 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2022-04-04 11:29:01.667 | + lib/neutron-legacy:_configure_neutron_service:897 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2022-04-04 11:29:01.670 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/neutron/neutron.conf 2022-04-04 11:29:01.677 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=nova 2022-04-04 11:29:01.677 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=nova 2022-04-04 11:29:01.677 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf nova auth_type password 2022-04-04 11:29:01.707 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/neutron/neutron.conf nova interface public 2022-04-04 11:29:01.736 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.43/identity 2022-04-04 11:29:01.769 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf nova username nova 2022-04-04 11:29:01.803 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2022-04-04 11:29:01.833 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2022-04-04 11:29:01.862 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/neutron/neutron.conf nova project_name service 2022-04-04 11:29:01.893 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2022-04-04 11:29:01.924 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-04-04 11:29:01.955 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2022-04-04 11:29:01.986 | + lib/neutron-legacy:_configure_neutron_service:900 : neutron_plugin_configure_service 2022-04-04 11:29:01.988 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ vlan != \l\o\c\a\l ]] 2022-04-04 11:29:01.991 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2022-04-04 11:29:01.996 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2022-04-04 11:29:01.996 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2022-04-04 11:29:01.999 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ physnet1 != '' ]] 2022-04-04 11:29:02.001 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=physnet1 2022-04-04 11:29:02.003 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 200:249 != '' ]] 2022-04-04 11:29:02.006 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=physnet1:200:249 2022-04-04 11:29:02.008 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ physnet1:200:249 != '' ]] 2022-04-04 11:29:02.013 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2022-04-04 11:29:02.013 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2022-04-04 11:29:02.015 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n physnet1 ]] 2022-04-04 11:29:02.018 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2022-04-04 11:29:02.020 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n physnet1 ]] 2022-04-04 11:29:02.023 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2022-04-04 11:29:02.025 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n physnet1 ]] 2022-04-04 11:29:02.027 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2022-04-04 11:29:02.030 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : [[ True == \T\r\u\e ]] 2022-04-04 11:29:02.032 | + 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-04-04 11:29:02.061 | + 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-04-04 11:29:02.063 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-04 11:29:02.066 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-04-04 11:29:02.068 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=openvswitch,hyperv 2022-04-04 11:29:02.070 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2022-04-04 11:29:02.073 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-04-04 11:29:02.075 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2022-04-04 11:29:02.109 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:129 : [[ -n '' ]] 2022-04-04 11:29:02.112 | + 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-04-04 11:29:02.114 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-04 11:29:02.117 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-04-04 11:29:02.119 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2022-04-04 11:29:02.122 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2022-04-04 11:29:02.124 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-04-04 11:29:02.127 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2022-04-04 11:29:02.155 | + 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-04-04 11:29:02.158 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-04 11:29:02.160 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-04-04 11:29:02.163 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=vlan 2022-04-04 11:29:02.165 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=vlan ']' 2022-04-04 11:29:02.168 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-04-04 11:29:02.171 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2022-04-04 11:29:02.198 | + 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-04-04 11:29:02.200 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-04 11:29:02.203 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2022-04-04 11:29:02.205 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2022-04-04 11:29:02.207 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2022-04-04 11:29:02.210 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-04-04 11:29:02.212 | + 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-04-04 11:29:02.242 | + 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-04-04 11:29:02.244 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-04 11:29:02.246 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2022-04-04 11:29:02.249 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-04-04 11:29:02.251 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-04-04 11:29:02.254 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-04-04 11:29:02.286 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2022-04-04 11:29:02.300 | + 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-04-04 11:29:02.302 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-04 11:29:02.305 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2022-04-04 11:29:02.307 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=physnet1, 2022-04-04 11:29:02.309 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=physnet1, ']' 2022-04-04 11:29:02.312 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-04-04 11:29:02.314 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2022-04-04 11:29:02.345 | + 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:200:249 2022-04-04 11:29:02.348 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-04 11:29:02.353 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2022-04-04 11:29:02.353 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=physnet1:200:249 2022-04-04 11:29:02.355 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=physnet1:200:249 ']' 2022-04-04 11:29:02.358 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-04-04 11:29:02.360 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:200:249 2022-04-04 11:29:02.394 | + 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-04-04 11:29:02.397 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-04 11:29:02.399 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2022-04-04 11:29:02.402 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-04-04 11:29:02.404 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-04-04 11:29:02.407 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-04-04 11:29:02.410 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2022-04-04 11:29:02.438 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:147 : [[ legacy != \l\e\g\a\c\y ]] 2022-04-04 11:29:02.440 | + lib/neutron-legacy:configure_mutnauq:347 : is_service_enabled q-agt 2022-04-04 11:29:02.458 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:29:02.461 | + lib/neutron-legacy:configure_mutnauq:348 : _configure_neutron_plugin_agent 2022-04-04 11:29:02.465 | + lib/neutron-legacy:_configure_neutron_plugin_agent:867 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-04-04 11:29:02.506 | + lib/neutron-legacy:_configure_neutron_plugin_agent:868 : [[ True == \T\r\u\e ]] 2022-04-04 11:29:02.509 | + lib/neutron-legacy:_configure_neutron_plugin_agent:869 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-04-04 11:29:02.539 | + lib/neutron-legacy:_configure_neutron_plugin_agent:871 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-04-04 11:29:02.571 | + lib/neutron-legacy:_configure_neutron_plugin_agent:874 : neutron_plugin_configure_plugin_agent 2022-04-04 11:29:02.574 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2022-04-04 11:29:02.576 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:32 : local bridge=br-int 2022-04-04 11:29:02.579 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:33 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-04-04 11:29:05.300 | INFO neutron.common.config [-] Logging enabled! 2022-04-04 11:29:05.300 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 19.1.1.dev103 2022-04-04 11:29:05.300 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=92382) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2022-04-04 11:29:05.301 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2022-04-04 11:29:05.302 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--privsep_context', 'neutron.privileged.ovs_vsctl_cmd', '--privsep_sock_path', '/tmp/tmpce7dcykw/privsep.sock'] 2022-04-04 11:29:06.208 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2022-04-04 11:29:06.209 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpce7dcykw/privsep.sock {{(pid=92382) __init__ /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:363}} 2022-04-04 11:29:06.210 | INFO oslo.privsep.daemon [-] privsep daemon starting 2022-04-04 11:29:06.210 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2022-04-04 11:29:06.210 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2022-04-04 11:29:06.211 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 92392 2022-04-04 11:29:06.211 | DEBUG oslo.privsep.daemon [-] privsep: reply[8267537a-1fcc-4169-8bc1-7dcd8dd68763]: (2,) {{(pid=92392) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}} 2022-04-04 11:29:06.406 | DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000 {{(pid=92392) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:384}} 2022-04-04 11:29:06.418 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.012s {{(pid=92392) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2022-04-04 11:29:06.418 | DEBUG oslo.privsep.daemon [-] privsep: reply[e37a5fa4-8559-4a74-bb0a-6c18bacfef1e]: (4, ('db34753d-fb32-4915-a9fa-ca3ac25e882c\n', '')) {{(pid=92392) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}} 2022-04-04 11:29:06.470 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=92382) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2022-04-04 11:29:06.470 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=92382) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2022-04-04 11:29:06.470 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=92382) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-04-04 11:29:06.470 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=92382) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-04-04 11:29:06.471 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=92382) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-04-04 11:29:06.471 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=92382) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-04-04 11:29:06.528 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-04-04 11:29:06.528 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:29:06.528 | from cryptography.utils import int_from_bytes 2022-04-04 11:29:06.528 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:29:06.528 | from cryptography.utils import int_from_bytes 2022-04-04 11:29:06.853 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:34 : _neutron_ovs_base_add_bridge br-int 2022-04-04 11:29:06.856 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-int 2022-04-04 11:29:06.858 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2022-04-04 11:29:06.861 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2022-04-04 11:29:06.863 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-int 2022-04-04 11:29:06.926 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:35 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2022-04-04 11:29:06.948 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2022-04-04 11:29:06.951 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2022-04-04 11:29:06.955 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:89 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2022-04-04 11:29:06.985 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2022-04-04 11:29:06.996 | ++ functions:running_in_container:793 : systemd-detect-virt --container 2022-04-04 11:29:06.996 | + functions:running_in_container:793 : [[ none != \n\o\n\e ]] 2022-04-04 11:29:06.999 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2022-04-04 11:29:07.001 | + functions:enable_kernel_bridge_firewall:802 : sudo modprobe bridge 2022-04-04 11:29:07.024 | + functions:enable_kernel_bridge_firewall:805 : sudo modprobe br_netfilter 2022-04-04 11:29:07.043 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-04-04 11:29:07.046 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2022-04-04 11:29:07.055 | net.bridge.bridge-nf-call-iptables = 1 2022-04-04 11:29:07.058 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-04-04 11:29:07.060 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2022-04-04 11:29:07.068 | net.bridge.bridge-nf-call-ip6tables = 1 2022-04-04 11:29:07.073 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ False == \T\r\u\e ]] 2022-04-04 11:29:07.075 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ physnet1 != '' ]] 2022-04-04 11:29:07.078 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-data != '' ]] 2022-04-04 11:29:07.080 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ physnet1:br-data == '' ]] 2022-04-04 11:29:07.082 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-data 2022-04-04 11:29:07.085 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2022-04-04 11:29:07.087 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-04-04 11:29:07.090 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2022-04-04 11:29:07.092 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-04-04 11:29:07.120 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ physnet1:br-data != '' ]] 2022-04-04 11:29:07.121 | + 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-04-04 11:29:07.156 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2022-04-04 11:29:07.159 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2022-04-04 11:29:07.188 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2022-04-04 11:29:07.220 | + lib/neutron-legacy:configure_mutnauq:350 : is_service_enabled q-dhcp 2022-04-04 11:29:07.237 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:29:07.240 | + lib/neutron-legacy:configure_mutnauq:351 : _configure_neutron_dhcp_agent 2022-04-04 11:29:07.242 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:808 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2022-04-04 11:29:07.247 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:810 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2022-04-04 11:29:07.279 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:812 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2022-04-04 11:29:07.312 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:813 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-04-04 11:29:07.350 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:814 : [[ True == \T\r\u\e ]] 2022-04-04 11:29:07.352 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:815 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-04-04 11:29:07.386 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:818 : is_service_enabled q-l3 2022-04-04 11:29:07.404 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:29:07.407 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:829 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-04-04 11:29:07.409 | + lib/neutron-legacy:_neutron_setup_interface_driver:987 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2022-04-04 11:29:07.441 | + lib/neutron-legacy:_neutron_setup_interface_driver:989 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-04-04 11:29:07.444 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-04-04 11:29:07.447 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2022-04-04 11:29:07.480 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:831 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2022-04-04 11:29:07.482 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-04-04 11:29:07.485 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2022-04-04 11:29:07.487 | + lib/neutron-legacy:configure_mutnauq:353 : is_service_enabled q-l3 2022-04-04 11:29:07.504 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:29:07.507 | + lib/neutron-legacy:configure_mutnauq:354 : _configure_neutron_l3_agent 2022-04-04 11:29:07.509 | + 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-04-04 11:29:07.514 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2022-04-04 11:29:07.544 | + 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-04-04 11:29:07.575 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2022-04-04 11:29:07.578 | + 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-04-04 11:29:07.606 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2022-04-04 11:29:07.608 | + lib/neutron-legacy:_neutron_setup_interface_driver:987 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2022-04-04 11:29:07.646 | + lib/neutron-legacy:_neutron_setup_interface_driver:989 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2022-04-04 11:29:07.648 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2022-04-04 11:29:07.650 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2022-04-04 11:29:07.681 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2022-04-04 11:29:07.683 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2022-04-04 11:29:07.686 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2022-04-04 11:29:07.688 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-04-04 11:29:10.404 | INFO neutron.common.config [-] Logging enabled! 2022-04-04 11:29:10.404 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 19.1.1.dev103 2022-04-04 11:29:10.404 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=92926) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2022-04-04 11:29:10.461 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=92926) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2022-04-04 11:29:10.461 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=92926) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2022-04-04 11:29:10.461 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=92926) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-04-04 11:29:10.461 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=92926) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-04-04 11:29:10.461 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=92926) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-04-04 11:29:10.461 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=92926) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-04-04 11:29:10.521 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2022-04-04 11:29:10.523 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=92926) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:90}} 2022-04-04 11:29:10.523 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=92926) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:134}} 2022-04-04 11:29:10.523 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-04-04 11:29:10.523 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:29:10.523 | from cryptography.utils import int_from_bytes 2022-04-04 11:29:10.523 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:29:10.523 | from cryptography.utils import int_from_bytes 2022-04-04 11:29:10.842 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2022-04-04 11:29:10.845 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2022-04-04 11:29:10.848 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-data 2022-04-04 11:29:10.850 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2022-04-04 11:29:10.853 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-04-04 11:29:10.855 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2022-04-04 11:29:10.858 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-04-04 11:29:10.875 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-data 1500 2022-04-04 11:29:10.878 | + functions:set_mtu:785 : local dev=br-data 2022-04-04 11:29:10.880 | + functions:set_mtu:786 : local mtu=1500 2022-04-04 11:29:10.883 | + functions:set_mtu:787 : sudo ip link set mtu 1500 dev br-data 2022-04-04 11:29:10.896 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:109 : sudo ovs-vsctl br-set-external-id br-data bridge-id br-data 2022-04-04 11:29:10.915 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2022-04-04 11:29:10.917 | + lib/neutron-legacy:_configure_public_network_connectivity:674 : [[ -n eth1 ]] 2022-04-04 11:29:10.920 | + lib/neutron-legacy:_configure_public_network_connectivity:675 : _move_neutron_addresses_route eth1 br-data True False inet 2022-04-04 11:29:10.922 | + lib/neutron-legacy:_move_neutron_addresses_route:615 : local from_intf=eth1 2022-04-04 11:29:10.925 | + lib/neutron-legacy:_move_neutron_addresses_route:616 : local to_intf=br-data 2022-04-04 11:29:10.927 | + lib/neutron-legacy:_move_neutron_addresses_route:617 : local add_ovs_port=True 2022-04-04 11:29:10.930 | + lib/neutron-legacy:_move_neutron_addresses_route:618 : local del_ovs_port=False 2022-04-04 11:29:10.933 | + lib/neutron-legacy:_move_neutron_addresses_route:619 : local af=inet 2022-04-04 11:29:10.939 | + lib/neutron-legacy:_move_neutron_addresses_route:621 : [[ -n eth1 ]] 2022-04-04 11:29:10.939 | + lib/neutron-legacy:_move_neutron_addresses_route:621 : [[ -n br-data ]] 2022-04-04 11:29:10.940 | + lib/neutron-legacy:_move_neutron_addresses_route:627 : local IP_REPLACE= 2022-04-04 11:29:10.942 | + lib/neutron-legacy:_move_neutron_addresses_route:628 : local IP_DEL= 2022-04-04 11:29:10.945 | + lib/neutron-legacy:_move_neutron_addresses_route:629 : local IP_UP= 2022-04-04 11:29:10.947 | + lib/neutron-legacy:_move_neutron_addresses_route:630 : local DEFAULT_ROUTE_GW 2022-04-04 11:29:10.951 | ++ lib/neutron-legacy:_move_neutron_addresses_route:631 : ip -f inet r 2022-04-04 11:29:10.952 | ++ lib/neutron-legacy:_move_neutron_addresses_route:631 : awk '/default.+eth1\s/ { print $3; exit }' 2022-04-04 11:29:10.958 | + lib/neutron-legacy:_move_neutron_addresses_route:631 : DEFAULT_ROUTE_GW= 2022-04-04 11:29:10.960 | + lib/neutron-legacy:_move_neutron_addresses_route:632 : local ADD_OVS_PORT= 2022-04-04 11:29:10.964 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : local DEL_OVS_PORT= 2022-04-04 11:29:10.965 | + lib/neutron-legacy:_move_neutron_addresses_route:634 : local ARP_CMD= 2022-04-04 11:29:10.969 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 : ip -f inet a s dev eth1 scope global primary 2022-04-04 11:29:10.969 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 : grep inet 2022-04-04 11:29:10.969 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 : awk '{ print $2, $3, $4; exit }' 2022-04-04 11:29:10.976 | + lib/neutron-legacy:_move_neutron_addresses_route:636 : IP_BRD='192.168.0.29/22 brd 192.168.3.255' 2022-04-04 11:29:10.978 | + lib/neutron-legacy:_move_neutron_addresses_route:638 : '[' '' '!=' '' ']' 2022-04-04 11:29:10.980 | + lib/neutron-legacy:_move_neutron_addresses_route:642 : [[ True == \T\r\u\e ]] 2022-04-04 11:29:10.983 | + lib/neutron-legacy:_move_neutron_addresses_route:643 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2022-04-04 11:29:10.985 | + lib/neutron-legacy:_move_neutron_addresses_route:646 : [[ False == \T\r\u\e ]] 2022-04-04 11:29:10.988 | + lib/neutron-legacy:_move_neutron_addresses_route:650 : [[ 192.168.0.29/22 brd 192.168.3.255 != '' ]] 2022-04-04 11:29:10.990 | + lib/neutron-legacy:_move_neutron_addresses_route:651 : IP_DEL='sudo ip addr del 192.168.0.29/22 brd 192.168.3.255 dev eth1' 2022-04-04 11:29:10.995 | + lib/neutron-legacy:_move_neutron_addresses_route:652 : IP_REPLACE='sudo ip addr replace 192.168.0.29/22 brd 192.168.3.255 dev br-data' 2022-04-04 11:29:10.995 | + lib/neutron-legacy:_move_neutron_addresses_route:653 : IP_UP='sudo ip link set br-data up' 2022-04-04 11:29:10.998 | + lib/neutron-legacy:_move_neutron_addresses_route:654 : [[ inet == \i\n\e\t ]] 2022-04-04 11:29:11.001 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : echo 192.168.0.29/22 brd 192.168.3.255 2022-04-04 11:29:11.002 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : awk '{ print $1; exit }' 2022-04-04 11:29:11.003 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : grep -o -E '(.*)/' 2022-04-04 11:29:11.003 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : cut -d / -f1 2022-04-04 11:29:11.008 | + lib/neutron-legacy:_move_neutron_addresses_route:655 : IP=192.168.0.29 2022-04-04 11:29:11.011 | + lib/neutron-legacy:_move_neutron_addresses_route:656 : ARP_CMD='sudo ping -c 3 -w 5 -I br-data 192.168.0.29 ' 2022-04-04 11:29:11.013 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ip addr del 192.168.0.29/22 brd 192.168.3.255 dev eth1 2022-04-04 11:29:11.026 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ip addr replace 192.168.0.29/22 brd 192.168.3.255 dev br-data 2022-04-04 11:29:11.038 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ip link set br-data up 2022-04-04 11:29:11.051 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ovs-vsctl --may-exist add-port br-data eth1 2022-04-04 11:29:11.073 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ping -c 3 -w 5 -I br-data 192.168.0.29 2022-04-04 11:29:11.092 | PING 192.168.0.29 (192.168.0.29) from 192.168.0.29 br-data: 56(84) bytes of data. 2022-04-04 11:29:11.093 | 64 bytes from 192.168.0.29: icmp_seq=1 ttl=64 time=0.091 ms 2022-04-04 11:29:12.101 | 64 bytes from 192.168.0.29: icmp_seq=2 ttl=64 time=0.033 ms 2022-04-04 11:29:13.125 | 64 bytes from 192.168.0.29: icmp_seq=3 ttl=64 time=0.038 ms 2022-04-04 11:29:13.125 | 2022-04-04 11:29:13.125 | --- 192.168.0.29 ping statistics --- 2022-04-04 11:29:13.125 | 3 packets transmitted, 3 received, 0% packet loss, time 2033ms 2022-04-04 11:29:13.125 | rtt min/avg/max/mdev = 0.033/0.054/0.091/0.026 ms 2022-04-04 11:29:13.131 | ++ lib/neutron-legacy:_configure_public_network_connectivity:677 : ip -f inet6 a s dev eth1 2022-04-04 11:29:13.131 | ++ lib/neutron-legacy:_configure_public_network_connectivity:677 : grep -c global 2022-04-04 11:29:13.138 | + lib/neutron-legacy:_configure_public_network_connectivity:677 : [[ 0 != 0 ]] 2022-04-04 11:29:13.140 | + lib/neutron-legacy:configure_mutnauq:356 : is_service_enabled q-meta 2022-04-04 11:29:13.159 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:29:13.161 | + lib/neutron-legacy:configure_mutnauq:357 : _configure_neutron_metadata_agent 2022-04-04 11:29:13.164 | + lib/neutron-legacy:_configure_neutron_metadata_agent:836 : cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2022-04-04 11:29:13.169 | + lib/neutron-legacy:_configure_neutron_metadata_agent:838 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2022-04-04 11:29:13.198 | + lib/neutron-legacy:_configure_neutron_metadata_agent:839 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.43 2022-04-04 11:29:13.238 | + lib/neutron-legacy:_configure_neutron_metadata_agent:840 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2022-04-04 11:29:13.271 | + lib/neutron-legacy:_configure_neutron_metadata_agent:841 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-04-04 11:29:13.314 | + lib/neutron-legacy:_configure_neutron_metadata_agent:842 : [[ True == \T\r\u\e ]] 2022-04-04 11:29:13.317 | + lib/neutron-legacy:_configure_neutron_metadata_agent:843 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-04-04 11:29:13.345 | + lib/neutron-legacy:configure_mutnauq:360 : [[ legacy != \l\e\g\a\c\y ]] 2022-04-04 11:29:13.348 | + lib/neutron-legacy:configure_mutnauq:363 : is_service_enabled ceilometer 2022-04-04 11:29:13.365 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:29:13.368 | + lib/neutron-legacy:configure_mutnauq:367 : [[ openvswitch == \o\v\n ]] 2022-04-04 11:29:13.370 | + lib/neutron-legacy:configure_mutnauq:372 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2022-04-04 11:29:13.403 | + lib/neutron-legacy:configure_mutnauq:376 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2022-04-04 11:29:13.435 | + lib/neutron:configure_neutron:610 : '[' False == True ']' 2022-04-04 11:29:13.437 | + ./stack.sh:main:1154 : is_service_enabled mysql postgresql 2022-04-04 11:29:13.455 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:29:13.458 | + ./stack.sh:main:1154 : is_service_enabled neutron 2022-04-04 11:29:13.475 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:29:13.478 | + ./stack.sh:main:1155 : async_runfunc init_neutron 2022-04-04 11:29:13.480 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2022-04-04 11:29:13.542 | + inc/async:async_inner:63 : init_neutron 2022-04-04 11:29:13.581 | [17761 Async init_neutron:93353]: running: init_neutron 2022-04-04 11:29:13.584 | + ./stack.sh:main:1163 : is_service_enabled q-dhcp 2022-04-04 11:29:13.605 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:29:13.608 | ++ ./stack.sh:main:1166 : pidof NetworkManager 2022-04-04 11:29:13.618 | ++ ./stack.sh:main:1166 : true 2022-04-04 11:29:13.621 | + ./stack.sh:main:1166 : netman_pid= 2022-04-04 11:29:13.623 | + ./stack.sh:main:1167 : '[' -z '' ']' 2022-04-04 11:29:13.626 | + ./stack.sh:main:1168 : sudo killall dnsmasq 2022-04-04 11:29:13.646 | dnsmasq: no process found 2022-04-04 11:29:13.650 | + ./stack.sh:main:1168 : true 2022-04-04 11:29:13.653 | + ./stack.sh:main:1173 : clean_iptables 2022-04-04 11:29:13.657 | + lib/nova:clean_iptables:183 : sed 's/-c [0-9]* [0-9]* //g' 2022-04-04 11:29:13.658 | + lib/nova:clean_iptables:183 : grep '\-A' 2022-04-04 11:29:13.661 | + lib/nova:clean_iptables:183 : sed s/-A/-D/g 2022-04-04 11:29:13.663 | + lib/nova:clean_iptables:183 : grep nova 2022-04-04 11:29:13.664 | + lib/nova:clean_iptables:183 : sudo iptables -S -v 2022-04-04 11:29:13.670 | + lib/nova:clean_iptables:183 : awk '{print "sudo iptables",$0}' 2022-04-04 11:29:13.671 | + lib/nova:clean_iptables:183 : bash 2022-04-04 11:29:13.680 | + lib/nova:clean_iptables:185 : grep '\-A' 2022-04-04 11:29:13.680 | + lib/nova:clean_iptables:185 : grep nova 2022-04-04 11:29:13.680 | + lib/nova:clean_iptables:185 : sudo iptables -S -v -t nat 2022-04-04 11:29:13.683 | + lib/nova:clean_iptables:185 : awk '{print "sudo iptables -t nat",$0}' 2022-04-04 11:29:13.685 | + lib/nova:clean_iptables:185 : sed s/-A/-D/g 2022-04-04 11:29:13.687 | + lib/nova:clean_iptables:185 : sed 's/-c [0-9]* [0-9]* //g' 2022-04-04 11:29:13.687 | + lib/nova:clean_iptables:185 : bash 2022-04-04 11:29:13.697 | + lib/nova:clean_iptables:187 : sed 's/-c [0-9]* [0-9]* //g' 2022-04-04 11:29:13.702 | + lib/nova:clean_iptables:187 : sudo iptables -S -v 2022-04-04 11:29:13.702 | + lib/nova:clean_iptables:187 : grep '\-N' 2022-04-04 11:29:13.702 | + lib/nova:clean_iptables:187 : grep nova 2022-04-04 11:29:13.702 | + lib/nova:clean_iptables:187 : sed s/-N/-X/g 2022-04-04 11:29:13.702 | + lib/nova:clean_iptables:187 : awk '{print "sudo iptables",$0}' 2022-04-04 11:29:13.706 | + lib/nova:clean_iptables:187 : bash 2022-04-04 11:29:13.715 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2022-04-04 11:29:13.716 | + lib/nova:clean_iptables:189 : grep '\-N' 2022-04-04 11:29:13.718 | + lib/nova:clean_iptables:189 : sudo iptables -S -v -t nat 2022-04-04 11:29:13.718 | + lib/nova:clean_iptables:189 : sed s/-N/-X/g 2022-04-04 11:29:13.720 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables -t nat",$0}' 2022-04-04 11:29:13.720 | + lib/nova:clean_iptables:189 : grep nova 2022-04-04 11:29:13.723 | + lib/nova:clean_iptables:189 : bash 2022-04-04 11:29:13.733 | + ./stack.sh:main:1176 : sudo sysctl -w net.ipv4.ip_forward=1 2022-04-04 11:29:13.741 | net.ipv4.ip_forward = 1 2022-04-04 11:29:13.745 | + ./stack.sh:main:1181 : is_service_enabled nova neutron 2022-04-04 11:29:13.763 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:29:13.768 | + ./stack.sh:main:1182 : configure_os_vif 2022-04-04 11:29:13.768 | + lib/os-vif:configure_os_vif:21 : [[ -e /etc/nova/nova.conf ]] 2022-04-04 11:29:13.770 | + lib/os-vif:configure_os_vif:22 : iniset /etc/nova/nova.conf os_vif_ovs ovsdb_interface vsctl 2022-04-04 11:29:13.811 | + lib/os-vif:configure_os_vif:23 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2022-04-04 11:29:13.843 | + lib/os-vif:configure_os_vif:25 : [[ -e /etc/neutron/neutron.conf ]] 2022-04-04 11:29:13.846 | + lib/os-vif:configure_os_vif:26 : iniset /etc/neutron/neutron.conf os_vif_ovs ovsdb_interface vsctl 2022-04-04 11:29:13.886 | + lib/os-vif:configure_os_vif:27 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2022-04-04 11:29:13.920 | + ./stack.sh:main:1188 : is_service_enabled swift 2022-04-04 11:29:13.938 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:29:13.941 | + ./stack.sh:main:1189 : echo_summary 'Configuring Swift' 2022-04-04 11:29:13.943 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:29:13.946 | + ./stack.sh:echo_summary:432 : echo -e Configuring Swift 2022-04-04 11:29:13.949 | + ./stack.sh:main:1190 : async_runfunc init_swift 2022-04-04 11:29:13.951 | + inc/async:async_runfunc:116 : async_run init_swift init_swift 2022-04-04 11:29:14.020 | + inc/async:async_inner:63 : init_swift 2022-04-04 11:29:14.059 | [17761 Async init_swift:93731]: running: init_swift 2022-04-04 11:29:14.062 | + ./stack.sh:main:1197 : is_service_enabled cinder 2022-04-04 11:29:14.088 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:29:14.090 | + ./stack.sh:main:1198 : echo_summary 'Configuring Cinder' 2022-04-04 11:29:14.099 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:29:14.101 | + ./stack.sh:echo_summary:432 : echo -e Configuring Cinder 2022-04-04 11:29:14.103 | + ./stack.sh:main:1199 : async_runfunc init_cinder 2022-04-04 11:29:14.106 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2022-04-04 11:29:14.175 | + inc/async:async_inner:63 : init_cinder 2022-04-04 11:29:14.238 | [17761 Async init_cinder:93826]: running: init_cinder 2022-04-04 11:29:14.242 | + ./stack.sh:main:1205 : is_service_enabled placement 2022-04-04 11:29:14.260 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:29:14.263 | + ./stack.sh:main:1206 : echo_summary 'Configuring placement' 2022-04-04 11:29:14.265 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:29:14.268 | + ./stack.sh:echo_summary:432 : echo -e Configuring placement 2022-04-04 11:29:14.270 | + ./stack.sh:main:1207 : async_runfunc init_placement 2022-04-04 11:29:14.273 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2022-04-04 11:29:14.355 | + inc/async:async_inner:63 : init_placement 2022-04-04 11:29:14.399 | [17761 Async init_placement:93947]: running: init_placement 2022-04-04 11:29:14.402 | + ./stack.sh:main:1211 : async_wait init_neutron 2022-04-04 11:29:14.469 | [17761 Async init_neutron:93353]: Waiting for completion of init_neutron running on PID 93353 (6 other jobs running) 2022-04-04 11:29:14.511 | [17761 Async init_neutron:93353]: Signaling child to exit 2022-04-04 11:29:22.173 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:29:22.200 | [90473 Async init_glance:90473]: finished successfully 2022-04-04 11:29:24.466 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:29:24.496 | [93731 Async init_swift:93731]: finished successfully 2022-04-04 11:30:02.087 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:30:02.114 | [93947 Async init_placement:93947]: finished successfully 2022-04-04 11:30:03.261 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:30:03.286 | [93826 Async init_cinder:93826]: finished successfully 2022-04-04 11:32:48.489 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:32:48.515 | [93353 Async init_neutron:93353]: finished successfully 2022-04-04 11:32:48.535 | WAKEUP 2022-04-04 11:32:48.558 | [17761 Async init_neutron:93353]: Signaled 2022-04-04 11:32:48.559 | + lib/neutron:init_neutron:648 : is_neutron_legacy_enabled 2022-04-04 11:32:48.559 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-04 11:32:48.559 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-04-04 11:32:48.559 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-04 11:32:48.559 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-04-04 11:32:48.559 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,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-04-04 11:32:48.559 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-04-04 11:32:48.560 | + lib/neutron:init_neutron:650 : init_mutnauq 2022-04-04 11:32:48.560 | + lib/neutron-legacy:init_mutnauq:430 : recreate_database neutron 2022-04-04 11:32:48.560 | + lib/database:recreate_database:110 : local db=neutron 2022-04-04 11:32:48.560 | + lib/database:recreate_database:111 : recreate_database_mysql neutron 2022-04-04 11:32:48.560 | + lib/databases/mysql:recreate_database_mysql:63 : local db=neutron 2022-04-04 11:32:48.560 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2022-04-04 11:32:48.560 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:32:48.560 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2022-04-04 11:32:48.560 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:32:48.560 | + lib/neutron-legacy:init_mutnauq:431 : time_start dbsync 2022-04-04 11:32:48.560 | + functions-common:time_start:2295 : local name=dbsync 2022-04-04 11:32:48.560 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:32:48.560 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:32:48.560 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:32:48.560 | + functions-common:time_start:2300 : _TIME_START[$name]=1649071753850 2022-04-04 11:32:48.560 | + lib/neutron-legacy:init_mutnauq:433 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2022-04-04 11:32:48.560 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.560 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.560 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.560 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.560 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-04-04 11:32:48.560 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-04-04 11:32:48.560 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-04-04 11:32:48.560 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-04-04 11:32:48.560 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2022-04-04 11:32:48.560 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2022-04-04 11:32:48.560 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2022-04-04 11:32:48.560 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2022-04-04 11:32:48.560 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2022-04-04 11:32:48.560 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2022-04-04 11:32:48.560 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2022-04-04 11:32:48.560 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2022-04-04 11:32:48.560 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2022-04-04 11:32:48.561 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2022-04-04 11:32:48.562 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2022-04-04 11:32:48.563 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2022-04-04 11:32:48.564 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2022-04-04 11:32:48.564 | Running upgrade for neutron ... 2022-04-04 11:32:48.564 | OK 2022-04-04 11:32:48.564 | + lib/neutron-legacy:init_mutnauq:434 : time_stop dbsync 2022-04-04 11:32:48.564 | + functions-common:time_stop:2309 : local name 2022-04-04 11:32:48.564 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:32:48.564 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:32:48.564 | + functions-common:time_stop:2312 : local total 2022-04-04 11:32:48.564 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:32:48.564 | + functions-common:time_stop:2315 : name=dbsync 2022-04-04 11:32:48.564 | + functions-common:time_stop:2316 : start_time=1649071753850 2022-04-04 11:32:48.565 | + functions-common:time_stop:2318 : [[ -z 1649071753850 ]] 2022-04-04 11:32:48.565 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:32:48.565 | + functions-common:time_stop:2321 : end_time=1649071968473 2022-04-04 11:32:48.565 | + functions-common:time_stop:2322 : elapsed_time=214623 2022-04-04 11:32:48.565 | + functions-common:time_stop:2323 : total=108595 2022-04-04 11:32:48.565 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:32:48.565 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=323218 2022-04-04 11:32:48.603 | [17761 Async init_neutron:93353]: finished init_neutron with result 0 in 214 seconds 2022-04-04 11:32:48.607 | + inc/async:async_wait:197 : return 0 2022-04-04 11:32:48.611 | + ./stack.sh:main:1212 : async_wait init_placement 2022-04-04 11:32:48.661 | [17761 Async init_placement:93947]: Waiting for completion of init_placement running on PID 93947 (5 other jobs running) 2022-04-04 11:32:48.686 | [17761 Async init_placement:93947]: Signaling child to exit 2022-04-04 11:32:48.687 | WAKEUP 2022-04-04 11:32:48.709 | [17761 Async init_placement:93947]: Signaled 2022-04-04 11:32:48.710 | + lib/placement:init_placement:130 : recreate_database placement 2022-04-04 11:32:48.711 | + lib/database:recreate_database:110 : local db=placement 2022-04-04 11:32:48.711 | + lib/database:recreate_database:111 : recreate_database_mysql placement 2022-04-04 11:32:48.711 | + lib/databases/mysql:recreate_database_mysql:63 : local db=placement 2022-04-04 11:32:48.711 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2022-04-04 11:32:48.711 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:32:48.711 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2022-04-04 11:32:48.711 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:32:48.711 | + lib/placement:init_placement:131 : /usr/local/bin/placement-manage db sync 2022-04-04 11:32:48.711 | + lib/placement:init_placement:132 : create_placement_accounts 2022-04-04 11:32:48.711 | + lib/placement:create_placement_accounts:119 : create_service_user placement admin 2022-04-04 11:32:48.711 | + lib/keystone:create_service_user:401 : get_or_create_user placement Passw0rd Default 2022-04-04 11:32:48.711 | + functions-common:get_or_create_user:824 : local user_id 2022-04-04 11:32:48.711 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-04-04 11:32:48.711 | + functions-common:get_or_create_user:828 : local email= 2022-04-04 11:32:48.711 | ++ functions-common:get_or_create_user:842 : oscwrap user create placement --password Passw0rd --domain=Default --or-show -f value -c id 2022-04-04 11:32:48.711 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.711 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.711 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.711 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.711 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:32:48.711 | + functions-common:get_or_create_user:840 : user_id=5c451ebfa4e04845819c81a5f40be000 2022-04-04 11:32:48.711 | + functions-common:get_or_create_user:841 : echo 5c451ebfa4e04845819c81a5f40be000 2022-04-04 11:32:48.711 | 5c451ebfa4e04845819c81a5f40be000 2022-04-04 11:32:48.711 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service placement service Default Default 2022-04-04 11:32:48.711 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:32:48.711 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-04-04 11:32:48.711 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:32:48.711 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:32:48.711 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-04-04 11:32:48.711 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-04-04 11:32:48.711 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-04-04 11:32:48.712 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-04-04 11:32:48.712 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-04-04 11:32:48.712 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-04-04 11:32:48.712 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:32:48.712 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2022-04-04 11:32:48.712 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:32:48.712 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:32:48.712 | ++ functions-common:get_field:727 : read data 2022-04-04 11:32:48.712 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.712 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.712 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.712 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.712 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:32:48.712 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:32:48.712 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:32:48.712 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user placement --project service --user-domain Default --project-domain Default 2022-04-04 11:32:48.712 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.712 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.712 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.712 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.712 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:32:48.712 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2022-04-04 11:32:48.712 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:32:48.712 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:32:48.712 | ++ functions-common:get_field:727 : read data 2022-04-04 11:32:48.712 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.712 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.712 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.712 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.712 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:32:48.712 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:32:48.712 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:32:48.713 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:32:48.713 | ++ functions-common:get_field:733 : echo '| 4abbb5f9a4f843bbab1ef9b3fcf5a688 | 5c451ebfa4e04845819c81a5f40be000 | | 4c0b97e1bbf949bbbce9a143f27bc6eb | | | False |' 2022-04-04 11:32:48.713 | ++ functions-common:get_field:727 : read data 2022-04-04 11:32:48.713 | + functions-common:get_or_add_user_project_role:910 : user_role_id=4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:32:48.713 | + functions-common:get_or_add_user_project_role:912 : echo 4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:32:48.713 | 4abbb5f9a4f843bbab1ef9b3fcf5a688 2022-04-04 11:32:48.713 | + lib/keystone:create_service_user:404 : [[ -n admin ]] 2022-04-04 11:32:48.713 | + lib/keystone:create_service_user:405 : get_or_add_user_project_role admin placement service Default Default 2022-04-04 11:32:48.713 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-04-04 11:32:48.713 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-04-04 11:32:48.713 | ++ functions-common:_get_domain_args:872 : local domain 2022-04-04 11:32:48.713 | ++ functions-common:_get_domain_args:873 : domain= 2022-04-04 11:32:48.713 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-04-04 11:32:48.713 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-04-04 11:32:48.713 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-04-04 11:32:48.713 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-04-04 11:32:48.713 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-04-04 11:32:48.713 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-04-04 11:32:48.713 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2022-04-04 11:32:48.713 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:32:48.713 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-04-04 11:32:48.713 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:32:48.713 | ++ functions-common:get_field:727 : read data 2022-04-04 11:32:48.713 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.713 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.713 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.713 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.713 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:32:48.713 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-04-04 11:32:48.713 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-04-04 11:32:48.714 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user placement --project service --user-domain Default --project-domain Default 2022-04-04 11:32:48.714 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.714 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.714 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.714 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.714 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2022-04-04 11:32:48.714 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-04-04 11:32:48.714 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-04-04 11:32:48.714 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:32:48.714 | ++ functions-common:get_field:727 : read data 2022-04-04 11:32:48.714 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.714 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.714 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.714 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.714 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:32:48.714 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:32:48.714 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:32:48.714 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:32:48.714 | ++ functions-common:get_field:733 : echo '| 5443597c7edc489eaa14ce7147998d6c | 5c451ebfa4e04845819c81a5f40be000 | | 4c0b97e1bbf949bbbce9a143f27bc6eb | | | False |' 2022-04-04 11:32:48.714 | ++ functions-common:get_field:727 : read data 2022-04-04 11:32:48.714 | + functions-common:get_or_add_user_project_role:910 : user_role_id=5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:32:48.714 | + functions-common:get_or_add_user_project_role:912 : echo 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:32:48.714 | 5443597c7edc489eaa14ce7147998d6c 2022-04-04 11:32:48.714 | + lib/placement:create_placement_accounts:120 : local placement_api_url=http://10.222.0.43/placement 2022-04-04 11:32:48.714 | + lib/placement:create_placement_accounts:121 : get_or_create_service placement placement 'Placement Service' 2022-04-04 11:32:48.714 | + functions-common:get_or_create_service:966 : local service_id 2022-04-04 11:32:48.714 | ++ functions-common:get_or_create_service:979 : oscwrap service show placement -f value -c id 2022-04-04 11:32:48.714 | ++ functions-common:get_or_create_service:981 : oscwrap service create placement --name placement '--description=Placement Service' -f value -c id 2022-04-04 11:32:48.714 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.714 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.714 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.715 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.715 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:32:48.715 | + functions-common:get_or_create_service:977 : service_id=' 2022-04-04 11:32:48.715 | 937f9cdf668e40858a02fedc89522dbb' 2022-04-04 11:32:48.715 | + functions-common:get_or_create_service:978 : echo 937f9cdf668e40858a02fedc89522dbb 2022-04-04 11:32:48.715 | 937f9cdf668e40858a02fedc89522dbb 2022-04-04 11:32:48.715 | + lib/placement:create_placement_accounts:123 : get_or_create_endpoint placement RegionOne http://10.222.0.43/placement 2022-04-04 11:32:48.715 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-04-04 11:32:48.715 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface placement public http://10.222.0.43/placement RegionOne 2022-04-04 11:32:48.715 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-04-04 11:32:48.715 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service placement --interface public --region RegionOne -c ID -f value 2022-04-04 11:32:48.715 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.715 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.715 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.715 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.715 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:32:48.715 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-04-04 11:32:48.715 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-04-04 11:32:48.715 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create placement public http://10.222.0.43/placement --region RegionOne -f value -c id 2022-04-04 11:32:48.715 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.715 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.715 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:48.715 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:48.715 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:32:48.715 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=e0fa2d83d5384a55b6aa0c53f33ba050 2022-04-04 11:32:48.715 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo e0fa2d83d5384a55b6aa0c53f33ba050 2022-04-04 11:32:48.715 | + functions-common:get_or_create_endpoint:1011 : public_id=e0fa2d83d5384a55b6aa0c53f33ba050 2022-04-04 11:32:48.715 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-04-04 11:32:48.715 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-04-04 11:32:48.715 | + functions-common:get_or_create_endpoint:1020 : echo e0fa2d83d5384a55b6aa0c53f33ba050 2022-04-04 11:32:48.715 | e0fa2d83d5384a55b6aa0c53f33ba050 2022-04-04 11:32:48.758 | [17761 Async init_placement:93947]: finished init_placement with result 0 in 47 seconds 2022-04-04 11:32:48.762 | + inc/async:async_wait:197 : return 0 2022-04-04 11:32:48.765 | + ./stack.sh:main:1213 : async_wait init_glance 2022-04-04 11:32:48.815 | [17761 Async init_glance:90473]: Waiting for completion of init_glance running on PID 90473 (4 other jobs running) 2022-04-04 11:32:48.839 | [17761 Async init_glance:90473]: Signaling child to exit 2022-04-04 11:32:48.839 | WAKEUP 2022-04-04 11:32:48.862 | [17761 Async init_glance:90473]: Signaled 2022-04-04 11:32:48.864 | + lib/glance:init_glance:488 : rm -rf /opt/stack/data/glance/images 2022-04-04 11:32:48.864 | + lib/glance:init_glance:489 : mkdir -p /opt/stack/data/glance/images 2022-04-04 11:32:48.864 | + lib/glance:init_glance:492 : recreate_database glance 2022-04-04 11:32:48.864 | + lib/database:recreate_database:110 : local db=glance 2022-04-04 11:32:48.864 | + lib/database:recreate_database:111 : recreate_database_mysql glance 2022-04-04 11:32:48.864 | + lib/databases/mysql:recreate_database_mysql:63 : local db=glance 2022-04-04 11:32:48.864 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2022-04-04 11:32:48.864 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:32:48.864 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2022-04-04 11:32:48.864 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:32:48.864 | + lib/glance:init_glance:494 : time_start dbsync 2022-04-04 11:32:48.864 | + functions-common:time_start:2295 : local name=dbsync 2022-04-04 11:32:48.864 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:32:48.864 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:32:48.864 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:32:48.864 | + functions-common:time_start:2300 : _TIME_START[$name]=1649071705911 2022-04-04 11:32:48.864 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2022-04-04 11:32:48.864 | 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=90595) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-04-04 11:32:48.864 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-04-04 11:32:48.864 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-04-04 11:32:48.864 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-04-04 11:32:48.864 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-04-04 11:32:48.864 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-04-04 11:32:48.864 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-04-04 11:32:48.865 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-04-04 11:32:48.866 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-04-04 11:32:48.866 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-04-04 11:32:48.866 | Upgraded database to: wallaby_expand01, current revision(s): wallaby_expand01 2022-04-04 11:32:48.866 | Database migration is up to date. No migration needed. 2022-04-04 11:32:48.866 | Upgraded database to: wallaby_contract01, current revision(s): wallaby_contract01 2022-04-04 11:32:48.866 | Database is synced successfully. 2022-04-04 11:32:48.866 | + lib/glance:init_glance:499 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2022-04-04 11:32:48.866 | 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=90817) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2022-04-04 11:32:48.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2022-04-04 11:32:48.867 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2022-04-04 11:32:48.867 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2022-04-04 11:32:48.867 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2022-04-04 11:32:48.867 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2022-04-04 11:32:48.867 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2022-04-04 11:32:48.867 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2022-04-04 11:32:48.867 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2022-04-04 11:32:48.867 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2022-04-04 11:32:48.867 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2022-04-04 11:32:48.867 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2022-04-04 11:32:48.867 | + lib/glance:init_glance:500 : time_stop dbsync 2022-04-04 11:32:48.867 | + functions-common:time_stop:2309 : local name 2022-04-04 11:32:48.867 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:32:48.867 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:32:48.867 | + functions-common:time_stop:2312 : local total 2022-04-04 11:32:48.867 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:32:48.867 | + functions-common:time_stop:2315 : name=dbsync 2022-04-04 11:32:48.867 | + functions-common:time_stop:2316 : start_time=1649071705911 2022-04-04 11:32:48.867 | + functions-common:time_stop:2318 : [[ -z 1649071705911 ]] 2022-04-04 11:32:48.867 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:32:48.867 | + functions-common:time_stop:2321 : end_time=1649071762157 2022-04-04 11:32:48.867 | + functions-common:time_stop:2322 : elapsed_time=56246 2022-04-04 11:32:48.867 | + functions-common:time_stop:2323 : total=108595 2022-04-04 11:32:48.867 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:32:48.867 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=164841 2022-04-04 11:32:48.908 | [17761 Async init_glance:90473]: finished init_glance with result 0 in 56 seconds 2022-04-04 11:32:48.912 | + inc/async:async_wait:197 : return 0 2022-04-04 11:32:48.915 | + ./stack.sh:main:1214 : async_wait init_swift 2022-04-04 11:32:48.964 | [17761 Async init_swift:93731]: Waiting for completion of init_swift running on PID 93731 (3 other jobs running) 2022-04-04 11:32:48.990 | [17761 Async init_swift:93731]: Signaling child to exit 2022-04-04 11:32:48.990 | WAKEUP 2022-04-04 11:32:49.011 | [17761 Async init_swift:93731]: Signaled 2022-04-04 11:32:49.013 | + lib/swift:init_swift:692 : local node_number 2022-04-04 11:32:49.013 | + lib/swift:init_swift:694 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-04-04 11:32:49.013 | No container-updater running 2022-04-04 11:32:49.013 | No object-server running 2022-04-04 11:32:49.013 | No container-replicator running 2022-04-04 11:32:49.013 | No container-server running 2022-04-04 11:32:49.013 | No object-reconstructor running 2022-04-04 11:32:49.013 | No account-replicator running 2022-04-04 11:32:49.013 | No account-auditor running 2022-04-04 11:32:49.013 | No container-reconciler running 2022-04-04 11:32:49.013 | No container-sharder running 2022-04-04 11:32:49.013 | No object-updater running 2022-04-04 11:32:49.013 | No object-auditor running 2022-04-04 11:32:49.013 | No object-replicator running 2022-04-04 11:32:49.013 | No account-server running 2022-04-04 11:32:49.013 | No container-sync running 2022-04-04 11:32:49.013 | No container-auditor running 2022-04-04 11:32:49.013 | No object-expirer running 2022-04-04 11:32:49.013 | No account-reaper running 2022-04-04 11:32:49.013 | No proxy-server running 2022-04-04 11:32:49.014 | + lib/swift:init_swift:694 : true 2022-04-04 11:32:49.014 | + lib/swift:init_swift:697 : create_swift_disk 2022-04-04 11:32:49.014 | + lib/swift:create_swift_disk:568 : local node_number 2022-04-04 11:32:49.014 | + lib/swift:create_swift_disk:573 : local user_group 2022-04-04 11:32:49.014 | ++ lib/swift:create_swift_disk:574 : id -g ubuntu 2022-04-04 11:32:49.014 | + lib/swift:create_swift_disk:574 : user_group=1000 2022-04-04 11:32:49.014 | + lib/swift:create_swift_disk:575 : 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-04-04 11:32:49.014 | + lib/swift:create_swift_disk:578 : [[ -e /opt/stack/data/swift/drives/images/swift.img ]] 2022-04-04 11:32:49.014 | + lib/swift:create_swift_disk:585 : mkdir -p /opt/stack/data/swift/drives/images 2022-04-04 11:32:49.014 | + lib/swift:create_swift_disk:586 : sudo touch /opt/stack/data/swift/drives/images/swift.img 2022-04-04 11:32:49.014 | + lib/swift:create_swift_disk:587 : sudo chown ubuntu: /opt/stack/data/swift/drives/images/swift.img 2022-04-04 11:32:49.014 | + lib/swift:create_swift_disk:589 : truncate -s 6G /opt/stack/data/swift/drives/images/swift.img 2022-04-04 11:32:49.014 | + lib/swift:create_swift_disk:592 : /sbin/mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img 2022-04-04 11:32:49.014 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024 agcount=4, agsize=393216 blks 2022-04-04 11:32:49.014 | = sectsz=512 attr=2, projid32bit=1 2022-04-04 11:32:49.014 | = crc=1 finobt=1, sparse=1, rmapbt=0 2022-04-04 11:32:49.014 | = reflink=1 2022-04-04 11:32:49.014 | data = bsize=4096 blocks=1572864, imaxpct=25 2022-04-04 11:32:49.014 | = sunit=0 swidth=0 blks 2022-04-04 11:32:49.014 | naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2022-04-04 11:32:49.014 | log =internal log bsize=4096 blocks=2560, version=2 2022-04-04 11:32:49.014 | = sectsz=512 sunit=0 blks, lazy-count=1 2022-04-04 11:32:49.014 | realtime =none extsz=4096 blocks=0, rtextents=0 2022-04-04 11:32:49.015 | + lib/swift:create_swift_disk:595 : mkdir -p /opt/stack/data/swift/drives/sdb1 2022-04-04 11:32:49.015 | + lib/swift:create_swift_disk:596 : egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts 2022-04-04 11:32:49.015 | + lib/swift:create_swift_disk:597 : sudo mount -t xfs -o loop,noatime,nodiratime,logbufs=8 /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 2022-04-04 11:32:49.015 | + lib/swift:create_swift_disk:603 : local node_number 2022-04-04 11:32:49.015 | + lib/swift:create_swift_disk:604 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-04-04 11:32:49.015 | + lib/swift:create_swift_disk:606 : local node_devices=/opt/stack/data/swift/1 2022-04-04 11:32:49.015 | + lib/swift:create_swift_disk:607 : local real_devices=/opt/stack/data/swift/drives/sdb1/1 2022-04-04 11:32:49.015 | + lib/swift:create_swift_disk:608 : sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1 2022-04-04 11:32:49.015 | + lib/swift:create_swift_disk:609 : local device=/opt/stack/data/swift/drives/sdb1/1/sdb1 2022-04-04 11:32:49.015 | + lib/swift:create_swift_disk:610 : [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]] 2022-04-04 11:32:49.015 | + lib/swift:create_swift_disk:611 : sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1 2022-04-04 11:32:49.015 | + lib/swift:init_swift:701 : pushd /etc/swift 2022-04-04 11:32:49.015 | + lib/swift:init_swift:703 : rm -f '*.builder' '*.ring.gz' 'backups/*.builder' 'backups/*.ring.gz' 2022-04-04 11:32:49.015 | + lib/swift:init_swift:705 : /usr/local/bin/swift-ring-builder object.builder create 9 1 1 2022-04-04 11:32:49.015 | + lib/swift:init_swift:706 : /usr/local/bin/swift-ring-builder container.builder create 9 1 1 2022-04-04 11:32:49.015 | + lib/swift:init_swift:707 : /usr/local/bin/swift-ring-builder account.builder create 9 1 1 2022-04-04 11:32:49.015 | + lib/swift:init_swift:713 : [[ -n '' ]] 2022-04-04 11:32:49.015 | + lib/swift:init_swift:726 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-04-04 11:32:49.015 | + lib/swift:init_swift:727 : /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1 2022-04-04 11:32:49.015 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1. 2022-04-04 11:32:49.015 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0 2022-04-04 11:32:49.015 | + lib/swift:init_swift:728 : /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1 2022-04-04 11:32:49.015 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1. 2022-04-04 11:32:49.015 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0 2022-04-04 11:32:49.015 | + lib/swift:init_swift:729 : /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1 2022-04-04 11:32:49.015 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1. 2022-04-04 11:32:49.015 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0 2022-04-04 11:32:49.015 | + lib/swift:init_swift:735 : /usr/local/bin/swift-ring-builder object.builder rebalance 42 2022-04-04 11:32:49.015 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-04-04 11:32:49.015 | + lib/swift:init_swift:736 : /usr/local/bin/swift-ring-builder container.builder rebalance 42 2022-04-04 11:32:49.015 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-04-04 11:32:49.016 | + lib/swift:init_swift:737 : /usr/local/bin/swift-ring-builder account.builder rebalance 42 2022-04-04 11:32:49.016 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-04-04 11:32:49.016 | + lib/swift:init_swift:738 : popd 2022-04-04 11:32:49.058 | [17761 Async init_swift:93731]: finished init_swift with result 0 in 10 seconds 2022-04-04 11:32:49.062 | + inc/async:async_wait:197 : return 0 2022-04-04 11:32:49.065 | + ./stack.sh:main:1215 : async_wait init_cinder 2022-04-04 11:32:49.115 | [17761 Async init_cinder:93826]: Waiting for completion of init_cinder running on PID 93826 (2 other jobs running) 2022-04-04 11:32:49.140 | [17761 Async init_cinder:93826]: Signaling child to exit 2022-04-04 11:32:49.140 | WAKEUP 2022-04-04 11:32:49.163 | [17761 Async init_cinder:93826]: Signaled 2022-04-04 11:32:49.165 | + lib/cinder:init_cinder:427 : is_service_enabled mysql postgresql 2022-04-04 11:32:49.165 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:32:49.165 | + lib/cinder:init_cinder:429 : recreate_database cinder 2022-04-04 11:32:49.165 | + lib/database:recreate_database:110 : local db=cinder 2022-04-04 11:32:49.165 | + lib/database:recreate_database:111 : recreate_database_mysql cinder 2022-04-04 11:32:49.165 | + lib/databases/mysql:recreate_database_mysql:63 : local db=cinder 2022-04-04 11:32:49.165 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2022-04-04 11:32:49.165 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:32:49.165 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2022-04-04 11:32:49.165 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:32:49.165 | + lib/cinder:init_cinder:431 : time_start dbsync 2022-04-04 11:32:49.165 | + functions-common:time_start:2295 : local name=dbsync 2022-04-04 11:32:49.165 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:32:49.165 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:32:49.165 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:32:49.165 | + functions-common:time_start:2300 : _TIME_START[$name]=1649071754528 2022-04-04 11:32:49.165 | + lib/cinder:init_cinder:433 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2022-04-04 11:32:49.165 | 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=94059) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-04-04 11:32:49.165 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:32:49.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:49.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:49.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:49.165 | 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=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:49.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:49.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:49.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:49.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:49.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:49.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:49.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:49.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:49.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:49.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:49.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:49.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:49.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:49.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:49.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:49.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:49.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:49.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:49.166 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:32:49.166 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=94059) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:32:49.166 | INFO cinder.db.migration [-] Applying migration(s) 2022-04-04 11:32:49.166 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-04-04 11:32:49.166 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-04-04 11:32:49.166 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2022-04-04 11:32:49.166 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=94059) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:807}} 2022-04-04 11:32:49.166 | INFO cinder.db.migration [-] Migration(s) applied 2022-04-04 11:32:49.166 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:49.166 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:49.166 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:32:49.166 | from cryptography.utils import int_from_bytes 2022-04-04 11:32:49.167 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:138: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-04-04 11:32:49.167 | last_heartbeat = column_property( 2022-04-04 11:32:49.167 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:144: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-04-04 11:32:49.167 | num_hosts = column_property( 2022-04-04 11:32:49.167 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:151: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-04-04 11:32:49.167 | num_down_hosts = column_property( 2022-04-04 11:32:49.167 | + lib/cinder:init_cinder:434 : time_stop dbsync 2022-04-04 11:32:49.167 | + functions-common:time_stop:2309 : local name 2022-04-04 11:32:49.167 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:32:49.167 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:32:49.167 | + functions-common:time_stop:2312 : local total 2022-04-04 11:32:49.167 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:32:49.167 | + functions-common:time_stop:2315 : name=dbsync 2022-04-04 11:32:49.167 | + functions-common:time_stop:2316 : start_time=1649071754528 2022-04-04 11:32:49.167 | + functions-common:time_stop:2318 : [[ -z 1649071754528 ]] 2022-04-04 11:32:49.167 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:32:49.167 | + functions-common:time_stop:2321 : end_time=1649071800640 2022-04-04 11:32:49.167 | + functions-common:time_stop:2322 : elapsed_time=46112 2022-04-04 11:32:49.167 | + functions-common:time_stop:2323 : total=108595 2022-04-04 11:32:49.167 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:32:49.167 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=154707 2022-04-04 11:32:49.167 | + lib/cinder:init_cinder:437 : is_service_enabled c-vol 2022-04-04 11:32:49.167 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:32:49.167 | + lib/cinder:init_cinder:437 : [[ -n lvm:lvmdriver-1 ]] 2022-04-04 11:32:49.167 | + lib/cinder:init_cinder:438 : local be be_name be_type 2022-04-04 11:32:49.167 | + lib/cinder:init_cinder:439 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-04-04 11:32:49.167 | + lib/cinder:init_cinder:440 : be_type=lvm 2022-04-04 11:32:49.167 | + lib/cinder:init_cinder:441 : be_name=lvmdriver-1 2022-04-04 11:32:49.167 | + lib/cinder:init_cinder:442 : type init_cinder_backend_lvm 2022-04-04 11:32:49.167 | + lib/cinder:init_cinder:444 : [[ lvm == \l\v\m ]] 2022-04-04 11:32:49.167 | + lib/cinder:init_cinder:445 : init_default_lvm_volume_group 2022-04-04 11:32:49.167 | + lib/lvm:init_default_lvm_volume_group:156 : [[ 0 = \0 ]] 2022-04-04 11:32:49.168 | + lib/lvm:init_default_lvm_volume_group:157 : init_lvm_volume_group stack-volumes-default 50000M 2022-04-04 11:32:49.168 | + lib/lvm:init_lvm_volume_group:124 : local vg=stack-volumes-default 2022-04-04 11:32:49.168 | + lib/lvm:init_lvm_volume_group:125 : local size=50000M 2022-04-04 11:32:49.168 | + lib/lvm:init_lvm_volume_group:128 : is_fedora 2022-04-04 11:32:49.168 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-04-04 11:32:49.168 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-04-04 11:32:49.168 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-04-04 11:32:49.168 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-04-04 11:32:49.168 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-04-04 11:32:49.168 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-04-04 11:32:49.168 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-04-04 11:32:49.168 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-04-04 11:32:49.168 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-04-04 11:32:49.168 | + lib/lvm:init_lvm_volume_group:128 : is_suse 2022-04-04 11:32:49.168 | + functions-common:is_suse:462 : is_opensuse 2022-04-04 11:32:49.168 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-04-04 11:32:49.168 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-04 11:32:49.168 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-04-04 11:32:49.168 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-04-04 11:32:49.168 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-04 11:32:49.168 | + lib/lvm:init_lvm_volume_group:133 : _create_lvm_volume_group stack-volumes-default 50000M 2022-04-04 11:32:49.168 | + lib/lvm:_create_lvm_volume_group:95 : local vg=stack-volumes-default 2022-04-04 11:32:49.168 | + lib/lvm:_create_lvm_volume_group:96 : local size=50000M 2022-04-04 11:32:49.168 | + lib/lvm:_create_lvm_volume_group:98 : local backing_file=/opt/stack/data/stack-volumes-default-backing-file 2022-04-04 11:32:49.168 | + lib/lvm:_create_lvm_volume_group:99 : sudo vgs stack-volumes-default 2022-04-04 11:32:49.168 | Volume group "stack-volumes-default" not found 2022-04-04 11:32:49.168 | Cannot process volume group stack-volumes-default 2022-04-04 11:32:49.168 | + lib/lvm:_create_lvm_volume_group:101 : [[ -f /opt/stack/data/stack-volumes-default-backing-file ]] 2022-04-04 11:32:49.168 | + lib/lvm:_create_lvm_volume_group:101 : truncate -s 50000M /opt/stack/data/stack-volumes-default-backing-file 2022-04-04 11:32:49.168 | + lib/lvm:_create_lvm_volume_group:103 : local directio= 2022-04-04 11:32:49.168 | + lib/lvm:_create_lvm_volume_group:105 : losetup -h 2022-04-04 11:32:49.168 | + lib/lvm:_create_lvm_volume_group:105 : grep -q direct-io 2022-04-04 11:32:49.168 | + lib/lvm:_create_lvm_volume_group:106 : directio=--direct-io=on 2022-04-04 11:32:49.169 | + lib/lvm:_create_lvm_volume_group:109 : local vg_dev 2022-04-04 11:32:49.169 | ++ lib/lvm:_create_lvm_volume_group:110 : sudo losetup -f --show --direct-io=on /opt/stack/data/stack-volumes-default-backing-file 2022-04-04 11:32:49.169 | + lib/lvm:_create_lvm_volume_group:110 : vg_dev=/dev/loop4 2022-04-04 11:32:49.169 | + lib/lvm:_create_lvm_volume_group:113 : sudo vgs stack-volumes-default 2022-04-04 11:32:49.169 | Volume group "stack-volumes-default" not found 2022-04-04 11:32:49.169 | Cannot process volume group stack-volumes-default 2022-04-04 11:32:49.169 | + lib/lvm:_create_lvm_volume_group:114 : sudo vgcreate stack-volumes-default /dev/loop4 2022-04-04 11:32:49.169 | Physical volume "/dev/loop4" successfully created. 2022-04-04 11:32:49.169 | Volume group "stack-volumes-default" successfully created 2022-04-04 11:32:49.169 | + lib/lvm:init_lvm_volume_group:136 : '[' lioadm = lioadm ']' 2022-04-04 11:32:49.169 | + lib/lvm:init_lvm_volume_group:137 : sudo xargs -rn 1 cinder-rtstool delete 2022-04-04 11:32:49.169 | + lib/lvm:init_lvm_volume_group:137 : sudo cinder-rtstool get-targets 2022-04-04 11:32:49.169 | + lib/lvm:init_lvm_volume_group:141 : _clean_lvm_volume_group stack-volumes-default 2022-04-04 11:32:49.169 | + lib/lvm:_clean_lvm_volume_group:40 : local vg=stack-volumes-default 2022-04-04 11:32:49.169 | + lib/lvm:_clean_lvm_volume_group:43 : sudo lvremove -f stack-volumes-default 2022-04-04 11:32:49.169 | + lib/lvm:init_default_lvm_volume_group:158 : _DEFAULT_LVM_INIT=1 2022-04-04 11:32:49.169 | + lib/cinder:init_cinder:447 : init_cinder_backend_lvm lvmdriver-1 2022-04-04 11:32:49.169 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:61 : local be_name=lvmdriver-1 2022-04-04 11:32:49.169 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:64 : init_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2022-04-04 11:32:49.169 | + lib/lvm:init_lvm_volume_group:124 : local vg=stack-volumes-lvmdriver-1 2022-04-04 11:32:49.169 | + lib/lvm:init_lvm_volume_group:125 : local size=50000M 2022-04-04 11:32:49.169 | + lib/lvm:init_lvm_volume_group:128 : is_fedora 2022-04-04 11:32:49.169 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-04-04 11:32:49.169 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-04-04 11:32:49.169 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-04-04 11:32:49.169 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-04-04 11:32:49.169 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-04-04 11:32:49.169 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-04-04 11:32:49.169 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-04-04 11:32:49.169 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-04-04 11:32:49.170 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-04-04 11:32:49.170 | + lib/lvm:init_lvm_volume_group:128 : is_suse 2022-04-04 11:32:49.170 | + functions-common:is_suse:462 : is_opensuse 2022-04-04 11:32:49.170 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-04-04 11:32:49.170 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-04-04 11:32:49.170 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-04-04 11:32:49.170 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-04-04 11:32:49.170 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-04-04 11:32:49.170 | + lib/lvm:init_lvm_volume_group:133 : _create_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2022-04-04 11:32:49.170 | + lib/lvm:_create_lvm_volume_group:95 : local vg=stack-volumes-lvmdriver-1 2022-04-04 11:32:49.170 | + lib/lvm:_create_lvm_volume_group:96 : local size=50000M 2022-04-04 11:32:49.170 | + lib/lvm:_create_lvm_volume_group:98 : local backing_file=/opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-04-04 11:32:49.170 | + lib/lvm:_create_lvm_volume_group:99 : sudo vgs stack-volumes-lvmdriver-1 2022-04-04 11:32:49.170 | Volume group "stack-volumes-lvmdriver-1" not found 2022-04-04 11:32:49.170 | Cannot process volume group stack-volumes-lvmdriver-1 2022-04-04 11:32:49.170 | + lib/lvm:_create_lvm_volume_group:101 : [[ -f /opt/stack/data/stack-volumes-lvmdriver-1-backing-file ]] 2022-04-04 11:32:49.170 | + lib/lvm:_create_lvm_volume_group:101 : truncate -s 50000M /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-04-04 11:32:49.170 | + lib/lvm:_create_lvm_volume_group:103 : local directio= 2022-04-04 11:32:49.170 | + lib/lvm:_create_lvm_volume_group:105 : losetup -h 2022-04-04 11:32:49.170 | + lib/lvm:_create_lvm_volume_group:105 : grep -q direct-io 2022-04-04 11:32:49.170 | + lib/lvm:_create_lvm_volume_group:106 : directio=--direct-io=on 2022-04-04 11:32:49.170 | + lib/lvm:_create_lvm_volume_group:109 : local vg_dev 2022-04-04 11:32:49.170 | ++ lib/lvm:_create_lvm_volume_group:110 : sudo losetup -f --show --direct-io=on /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-04-04 11:32:49.170 | + lib/lvm:_create_lvm_volume_group:110 : vg_dev=/dev/loop5 2022-04-04 11:32:49.170 | + lib/lvm:_create_lvm_volume_group:113 : sudo vgs stack-volumes-lvmdriver-1 2022-04-04 11:32:49.170 | Volume group "stack-volumes-lvmdriver-1" not found 2022-04-04 11:32:49.170 | Cannot process volume group stack-volumes-lvmdriver-1 2022-04-04 11:32:49.170 | + lib/lvm:_create_lvm_volume_group:114 : sudo vgcreate stack-volumes-lvmdriver-1 /dev/loop5 2022-04-04 11:32:49.170 | Physical volume "/dev/loop5" successfully created. 2022-04-04 11:32:49.170 | Volume group "stack-volumes-lvmdriver-1" successfully created 2022-04-04 11:32:49.170 | + lib/lvm:init_lvm_volume_group:136 : '[' lioadm = lioadm ']' 2022-04-04 11:32:49.170 | + lib/lvm:init_lvm_volume_group:137 : sudo xargs -rn 1 cinder-rtstool delete 2022-04-04 11:32:49.171 | + lib/lvm:init_lvm_volume_group:137 : sudo cinder-rtstool get-targets 2022-04-04 11:32:49.171 | + lib/lvm:init_lvm_volume_group:141 : _clean_lvm_volume_group stack-volumes-lvmdriver-1 2022-04-04 11:32:49.171 | + lib/lvm:_clean_lvm_volume_group:40 : local vg=stack-volumes-lvmdriver-1 2022-04-04 11:32:49.171 | + lib/lvm:_clean_lvm_volume_group:43 : sudo lvremove -f stack-volumes-lvmdriver-1 2022-04-04 11:32:49.171 | + lib/cinder:init_cinder:452 : is_service_enabled c-bak 2022-04-04 11:32:49.171 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:32:49.171 | + lib/cinder:init_cinder:452 : [[ -n swift ]] 2022-04-04 11:32:49.171 | + lib/cinder:init_cinder:453 : type init_cinder_backup_swift 2022-04-04 11:32:49.171 | + lib/cinder:init_cinder:458 : mkdir -p /opt/stack/data/cinder/volumes 2022-04-04 11:32:49.208 | [17761 Async init_cinder:93826]: finished init_cinder with result 0 in 49 seconds 2022-04-04 11:32:49.212 | + inc/async:async_wait:197 : return 0 2022-04-04 11:32:49.215 | + ./stack.sh:main:1220 : is_service_enabled nova 2022-04-04 11:32:49.232 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:32:49.235 | + ./stack.sh:main:1221 : echo_summary 'Configuring Nova' 2022-04-04 11:32:49.238 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:32:49.240 | + ./stack.sh:echo_summary:432 : echo -e Configuring Nova 2022-04-04 11:32:49.242 | + ./stack.sh:main:1222 : init_nova 2022-04-04 11:32:49.245 | + lib/nova:init_nova:761 : is_service_enabled mysql postgresql 2022-04-04 11:32:49.261 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:32:49.264 | + lib/nova:init_nova:761 : is_service_enabled n-api 2022-04-04 11:32:49.282 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:32:49.284 | + lib/nova:init_nova:763 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-04-04 11:32:49.287 | + lib/nova:init_nova:771 : async_run nova-cell-0 init_nova_db nova_cell0 /etc/nova/nova.conf 2022-04-04 11:32:49.347 | + inc/async:async_inner:63 : init_nova_db nova_cell0 /etc/nova/nova.conf 2022-04-04 11:32:49.387 | [17761 Async nova-cell-0:102881]: running: init_nova_db nova_cell0 /etc/nova/nova.conf 2022-04-04 11:32:49.392 | ++ lib/nova:init_nova:774 : seq 1 1 2022-04-04 11:32:49.396 | + lib/nova:init_nova:774 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-04-04 11:32:49.399 | ++ lib/nova:init_nova:775 : conductor_conf 1 2022-04-04 11:32:49.402 | ++ lib/nova:conductor_conf:740 : local cell=1 2022-04-04 11:32:49.404 | ++ lib/nova:conductor_conf:741 : echo /etc/nova/nova_cell1.conf 2022-04-04 11:32:49.408 | + lib/nova:init_nova:775 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-04-04 11:32:49.470 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-04-04 11:32:49.517 | [17761 Async nova-cell-1:102976]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-04-04 11:32:49.520 | + lib/nova:init_nova:778 : recreate_database nova_api 2022-04-04 11:32:49.526 | + lib/database:recreate_database:110 : local db=nova_api 2022-04-04 11:32:49.526 | + lib/database:recreate_database:111 : recreate_database_mysql nova_api 2022-04-04 11:32:49.528 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_api 2022-04-04 11:32:49.530 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2022-04-04 11:32:49.535 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:32:49.591 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2022-04-04 11:32:49.596 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:32:49.781 | + lib/nova:init_nova:779 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2022-04-04 11:32:54.102 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:32:54.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:32:54.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:32:54.117 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:32:54.117 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=103043) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:32:54.140 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-04-04 11:32:54.140 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-04-04 11:32:54.663 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2022-04-04 11:33:32.395 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=103043) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:807}} 2022-04-04 11:33:32.498 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:33:32.498 | from cryptography.utils import int_from_bytes 2022-04-04 11:33:32.498 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:33:32.498 | from cryptography.utils import int_from_bytes 2022-04-04 11:33:32.912 | ++ lib/nova:init_nova:783 : database_connection_url nova_cell0 2022-04-04 11:33:32.914 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2022-04-04 11:33:32.917 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2022-04-04 11:33:32.920 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2022-04-04 11:33:32.925 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-04-04 11:33:32.925 | + lib/nova:init_nova:783 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-04-04 11:33:36.544 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:33:36.544 | from cryptography.utils import int_from_bytes 2022-04-04 11:33:36.545 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:33:36.545 | from cryptography.utils import int_from_bytes 2022-04-04 11:33:36.965 | ++ lib/nova:init_nova:786 : seq 0 1 2022-04-04 11:33:36.970 | + lib/nova:init_nova:786 : for i in $(seq 0 $NOVA_NUM_CELLS) 2022-04-04 11:33:36.972 | + lib/nova:init_nova:787 : async_wait nova-cell-0 2022-04-04 11:33:37.027 | [17761 Async nova-cell-0:102881]: Waiting for completion of init_nova_db nova_cell0 /etc/nova/nova.conf running on PID 102881 (3 other jobs running) 2022-04-04 11:33:37.054 | [17761 Async nova-cell-0:102881]: Signaling child to exit 2022-04-04 11:34:37.079 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:34:37.109 | [102881 Async nova-cell-0:102881]: finished successfully 2022-04-04 11:34:37.127 | WAKEUP 2022-04-04 11:34:37.151 | [17761 Async nova-cell-0:102881]: Signaled 2022-04-04 11:34:37.152 | + lib/nova:init_nova_db:751 : local dbname=nova_cell0 2022-04-04 11:34:37.152 | + lib/nova:init_nova_db:752 : local conffile=/etc/nova/nova.conf 2022-04-04 11:34:37.152 | + lib/nova:init_nova_db:753 : recreate_database nova_cell0 2022-04-04 11:34:37.152 | + lib/database:recreate_database:110 : local db=nova_cell0 2022-04-04 11:34:37.152 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell0 2022-04-04 11:34:37.152 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_cell0 2022-04-04 11:34:37.152 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2022-04-04 11:34:37.152 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:34:37.152 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2022-04-04 11:34:37.152 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:34:37.152 | + lib/nova:init_nova_db:754 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync --local_cell 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:34:37.154 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=103033) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:34:37.154 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-04-04 11:34:37.154 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-04-04 11:34:37.154 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2022-04-04 11:34:37.154 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=103033) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:807}} 2022-04-04 11:34:37.154 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:34:37.155 | from cryptography.utils import int_from_bytes 2022-04-04 11:34:37.155 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:34:37.155 | from cryptography.utils import int_from_bytes 2022-04-04 11:34:37.197 | [17761 Async nova-cell-0:102881]: finished init_nova_db nova_cell0 /etc/nova/nova.conf with result 0 in 107 seconds 2022-04-04 11:34:37.201 | + inc/async:async_wait:197 : return 0 2022-04-04 11:34:37.205 | + lib/nova:init_nova:786 : for i in $(seq 0 $NOVA_NUM_CELLS) 2022-04-04 11:34:37.206 | + lib/nova:init_nova:787 : async_wait nova-cell-1 2022-04-04 11:34:37.256 | [17761 Async nova-cell-1:102976]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 102976 (2 other jobs running) 2022-04-04 11:34:37.282 | [17761 Async nova-cell-1:102976]: Signaling child to exit 2022-04-04 11:34:39.294 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:34:39.321 | [102976 Async nova-cell-1:102976]: finished successfully 2022-04-04 11:34:39.343 | WAKEUP 2022-04-04 11:34:39.367 | [17761 Async nova-cell-1:102976]: Signaled 2022-04-04 11:34:39.368 | + lib/nova:init_nova_db:751 : local dbname=nova_cell1 2022-04-04 11:34:39.368 | + lib/nova:init_nova_db:752 : local conffile=/etc/nova/nova_cell1.conf 2022-04-04 11:34:39.369 | + lib/nova:init_nova_db:753 : recreate_database nova_cell1 2022-04-04 11:34:39.369 | + lib/database:recreate_database:110 : local db=nova_cell1 2022-04-04 11:34:39.369 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell1 2022-04-04 11:34:39.369 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_cell1 2022-04-04 11:34:39.369 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2022-04-04 11:34:39.369 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:34:39.369 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2022-04-04 11:34:39.369 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-04-04 11:34:39.369 | + lib/nova:init_nova_db:754 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2022-04-04 11:34:39.369 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-04-04 11:34:39.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.371 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-04-04 11:34:39.371 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-04-04 11:34:39.371 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-04-04 11:34:39.371 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=103040) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-04-04 11:34:39.371 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-04-04 11:34:39.371 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-04-04 11:34:39.371 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2022-04-04 11:34:39.371 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=103040) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:807}} 2022-04-04 11:34:39.371 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:34:39.371 | from cryptography.utils import int_from_bytes 2022-04-04 11:34:39.371 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:34:39.371 | from cryptography.utils import int_from_bytes 2022-04-04 11:34:39.415 | [17761 Async nova-cell-1:102976]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 109 seconds 2022-04-04 11:34:39.420 | + inc/async:async_wait:197 : return 0 2022-04-04 11:34:39.423 | + lib/nova:init_nova:790 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-04-04 11:34:39.426 | + lib/nova:init_nova:797 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2022-04-04 11:34:43.357 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:34:43.357 | from cryptography.utils import int_from_bytes 2022-04-04 11:34:43.357 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:34:43.357 | from cryptography.utils import int_from_bytes 2022-04-04 11:34:43.357 | Running batches of 50 until complete 2022-04-04 11:34:43.357 | +-------------------------------------+--------------+-----------+ 2022-04-04 11:34:43.358 | | Migration | Total Needed | Completed | 2022-04-04 11:34:43.358 | +-------------------------------------+--------------+-----------+ 2022-04-04 11:34:43.358 | | fill_virtual_interface_list | 0 | 0 | 2022-04-04 11:34:43.358 | | migrate_empty_ratio | 0 | 0 | 2022-04-04 11:34:43.358 | | migrate_quota_classes_to_api_db | 0 | 0 | 2022-04-04 11:34:43.358 | | migrate_quota_limits_to_api_db | 0 | 0 | 2022-04-04 11:34:43.358 | | migration_migrate_to_uuid | 0 | 0 | 2022-04-04 11:34:43.358 | | populate_dev_uuids | 0 | 0 | 2022-04-04 11:34:43.358 | | populate_missing_availability_zones | 0 | 0 | 2022-04-04 11:34:43.358 | | populate_queued_for_delete | 0 | 0 | 2022-04-04 11:34:43.358 | | populate_user_id | 0 | 0 | 2022-04-04 11:34:43.358 | | populate_uuids | 0 | 0 | 2022-04-04 11:34:43.358 | +-------------------------------------+--------------+-----------+ 2022-04-04 11:34:43.820 | ++ lib/nova:init_nova:800 : seq 1 1 2022-04-04 11:34:43.824 | + lib/nova:init_nova:800 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-04-04 11:34:43.828 | ++ lib/nova:init_nova:801 : conductor_conf 1 2022-04-04 11:34:43.830 | ++ lib/nova:conductor_conf:740 : local cell=1 2022-04-04 11:34:43.832 | ++ lib/nova:conductor_conf:741 : echo /etc/nova/nova_cell1.conf 2022-04-04 11:34:43.835 | + lib/nova:init_nova:801 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2022-04-04 11:34:47.418 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:34:47.418 | from cryptography.utils import int_from_bytes 2022-04-04 11:34:47.418 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:34:47.418 | from cryptography.utils import int_from_bytes 2022-04-04 11:34:47.418 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2022-04-04 11:34:47.418 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2022-04-04 11:34:47.828 | + lib/nova:init_nova:805 : create_nova_keys_dir 2022-04-04 11:34:47.831 | + lib/nova:create_nova_keys_dir:747 : sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys 2022-04-04 11:34:47.844 | + lib/nova:init_nova:807 : [[ '' == \L\V\M ]] 2022-04-04 11:34:47.847 | + ./stack.sh:main:1227 : is_service_enabled neutron 2022-04-04 11:34:47.864 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:34:47.867 | + ./stack.sh:main:1228 : async_runfunc configure_neutron_nova 2022-04-04 11:34:47.872 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2022-04-04 11:34:47.934 | + inc/async:async_inner:63 : configure_neutron_nova 2022-04-04 11:34:47.975 | [17761 Async configure_neutron_nova:104231]: running: configure_neutron_nova 2022-04-04 11:34:47.977 | + ./stack.sh:main:1237 : run_phase stack post-config 2022-04-04 11:34:47.980 | + functions-common:run_phase:1737 : local mode=stack 2022-04-04 11:34:47.982 | + functions-common:run_phase:1738 : local phase=post-config 2022-04-04 11:34:47.985 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-04-04 11:34:47.987 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-04-04 11:34:47.990 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-04-04 11:34:47.993 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-04-04 11:34:47.995 | + functions-common:run_phase:1747 : local extra 2022-04-04 11:34:47.998 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-04-04 11:34:48.003 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-04-04 11:34:48.006 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-04-04 11:34:48.009 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-04-04 11:34:48.011 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config 2022-04-04 11:34:48.014 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-04-04 11:34:48.033 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:34:48.036 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-04-04 11:34:48.040 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-04-04 11:34:48.042 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2022-04-04 11:34:48.045 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-04-04 11:34:48.047 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-04-04 11:34:48.050 | ++ extras.d/80-tempest.sh:source:12 : : 2022-04-04 11:34:48.052 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-04-04 11:34:48.055 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-04-04 11:34:48.057 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2022-04-04 11:34:48.060 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-04-04 11:34:48.062 | + functions-common:run_phase:1764 : run_plugins stack post-config 2022-04-04 11:34:48.065 | + functions-common:run_plugins:1723 : local mode=stack 2022-04-04 11:34:48.071 | + functions-common:run_plugins:1724 : local phase=post-config 2022-04-04 11:34:48.073 | + functions-common:run_plugins:1726 : local plugins= 2022-04-04 11:34:48.076 | + functions-common:run_plugins:1727 : local plugin 2022-04-04 11:34:48.079 | + ./stack.sh:main:1245 : merge_config_group /home/ubuntu/devstack/local.conf post-config 2022-04-04 11:34:48.081 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-04-04 11:34:48.084 | + inc/meta-config:merge_config_group:171 : shift 2022-04-04 11:34:48.087 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2022-04-04 11:34:48.089 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-04-04 11:34:48.094 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-04-04 11:34:48.096 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-04-04 11:34:48.099 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-config 2022-04-04 11:34:48.102 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-04-04 11:34:48.105 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2022-04-04 11:34:48.107 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-04-04 11:34:48.110 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2022-04-04 11:34:48.110 | /^\[\[.+\|.*\]\]/ { 2022-04-04 11:34:48.110 | gsub("[][]", "", $1); 2022-04-04 11:34:48.110 | split($1, a, "|"); 2022-04-04 11:34:48.110 | if (a[1] == matchgroup) 2022-04-04 11:34:48.110 | print a[2] 2022-04-04 11:34:48.110 | } 2022-04-04 11:34:48.110 | ' /home/ubuntu/devstack/local.conf 2022-04-04 11:34:48.116 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-04-04 11:34:48.119 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-04-04 11:34:48.122 | + inc/meta-config:merge_config_group:180 : local dir 2022-04-04 11:34:48.126 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2022-04-04 11:34:48.128 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2022-04-04 11:34:48.132 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2022-04-04 11:34:48.135 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2022-04-04 11:34:48.138 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2022-04-04 11:34:48.142 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2022-04-04 11:34:48.145 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2022-04-04 11:34:48.148 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2022-04-04 11:34:48.153 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-04-04 11:34:48.156 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-04-04 11:34:48.158 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2022-04-04 11:34:48.161 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-04-04 11:34:48.164 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2022-04-04 11:34:48.167 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2022-04-04 11:34:48.170 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2022-04-04 11:34:48.173 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2022-04-04 11:34:48.176 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2022-04-04 11:34:48.185 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2022-04-04 11:34:48.185 | BEGIN { 2022-04-04 11:34:48.185 | section = "" 2022-04-04 11:34:48.185 | last_section = "" 2022-04-04 11:34:48.185 | section_count = 0 2022-04-04 11:34:48.185 | } 2022-04-04 11:34:48.185 | /^\[.+\]/ { 2022-04-04 11:34:48.185 | gsub("[][]", "", $1); 2022-04-04 11:34:48.185 | section=$1 2022-04-04 11:34:48.185 | next 2022-04-04 11:34:48.185 | } 2022-04-04 11:34:48.185 | /^ *\#/ { 2022-04-04 11:34:48.185 | next 2022-04-04 11:34:48.185 | } 2022-04-04 11:34:48.185 | /^[^ \t]+/ { 2022-04-04 11:34:48.185 | # get offset of first = in $0 2022-04-04 11:34:48.185 | eq_idx = index($0, "=") 2022-04-04 11:34:48.185 | # extract attr & value from $0 2022-04-04 11:34:48.185 | attr = substr($0, 1, eq_idx - 1) 2022-04-04 11:34:48.185 | value = substr($0, eq_idx + 1) 2022-04-04 11:34:48.185 | # only need to strip trailing whitespace from attr 2022-04-04 11:34:48.185 | sub(/[ \t]*$/, "", attr) 2022-04-04 11:34:48.185 | # need to strip leading & trailing whitespace from value 2022-04-04 11:34:48.185 | sub(/^[ \t]*/, "", value) 2022-04-04 11:34:48.185 | sub(/[ \t]*$/, "", value) 2022-04-04 11:34:48.185 | 2022-04-04 11:34:48.185 | # cfg_attr_count: number of config lines per [section, attr] 2022-04-04 11:34:48.185 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-04-04 11:34:48.185 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-04-04 11:34:48.186 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-04-04 11:34:48.186 | if (! (section, attr) in cfg_attr_count) { 2022-04-04 11:34:48.186 | if (section != last_section) { 2022-04-04 11:34:48.186 | cfg_section[section_count++] = section 2022-04-04 11:34:48.186 | last_section = section 2022-04-04 11:34:48.186 | } 2022-04-04 11:34:48.186 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-04-04 11:34:48.186 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-04-04 11:34:48.186 | 2022-04-04 11:34:48.186 | cfg_attr[section, attr, 0] = value 2022-04-04 11:34:48.186 | cfg_attr_count[section, attr] = 1 2022-04-04 11:34:48.186 | } else { 2022-04-04 11:34:48.186 | lno = cfg_attr_count[section, attr]++ 2022-04-04 11:34:48.186 | cfg_attr[section, attr, lno] = value 2022-04-04 11:34:48.186 | } 2022-04-04 11:34:48.186 | } 2022-04-04 11:34:48.186 | END { 2022-04-04 11:34:48.186 | # Process each section in order 2022-04-04 11:34:48.186 | for (sno = 0; sno < section_count; sno++) { 2022-04-04 11:34:48.186 | section = cfg_section[sno] 2022-04-04 11:34:48.186 | # The ini routines simply append a config item immediately 2022-04-04 11:34:48.186 | # after the section header. To keep the same order as defined 2022-04-04 11:34:48.186 | # in local.conf, invoke the ini routines in the reverse order 2022-04-04 11:34:48.186 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-04-04 11:34:48.186 | attr = cfg_sec_attr_name[sno, attr_no] 2022-04-04 11:34:48.186 | if (cfg_attr_count[section, attr] == 1) 2022-04-04 11:34:48.186 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-04-04 11:34:48.186 | else { 2022-04-04 11:34:48.186 | # For multiline, invoke the ini routines in the reverse order 2022-04-04 11:34:48.186 | count = cfg_attr_count[section, attr] 2022-04-04 11:34:48.186 | print "inidelete " configfile " " section " " attr 2022-04-04 11:34:48.186 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-04-04 11:34:48.186 | for (l = count -2; l >= 0; l--) 2022-04-04 11:34:48.187 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-04-04 11:34:48.187 | } 2022-04-04 11:34:48.187 | } 2022-04-04 11:34:48.187 | } 2022-04-04 11:34:48.187 | } 2022-04-04 11:34:48.187 | ' 2022-04-04 11:34:48.187 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.187 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-04-04 11:34:48.187 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-04-04 11:34:48.187 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-04-04 11:34:48.187 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2022-04-04 11:34:48.190 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-04-04 11:34:48.192 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2022-04-04 11:34:48.196 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2022-04-04 11:34:48.196 | BEGIN { group = "" } 2022-04-04 11:34:48.196 | /^\[\[.+\|.*\]\]/ { 2022-04-04 11:34:48.196 | gsub("[][]", "", $1); 2022-04-04 11:34:48.196 | split($1, a, "|"); 2022-04-04 11:34:48.196 | if (a[1] == matchgroup && a[2] == configfile) { 2022-04-04 11:34:48.196 | group=a[1] 2022-04-04 11:34:48.196 | } else { 2022-04-04 11:34:48.196 | group="" 2022-04-04 11:34:48.196 | } 2022-04-04 11:34:48.196 | next 2022-04-04 11:34:48.196 | } 2022-04-04 11:34:48.196 | { 2022-04-04 11:34:48.196 | if (group != "") 2022-04-04 11:34:48.196 | print $0 2022-04-04 11:34:48.196 | } 2022-04-04 11:34:48.197 | ' /home/ubuntu/devstack/local.conf 2022-04-04 11:34:48.203 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT scheduler_default_filters "RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter"' 2022-04-04 11:34:48.206 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT scheduler_default_filters RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter 2022-04-04 11:34:48.234 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.237 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT force_config_drive "True"' 2022-04-04 11:34:48.240 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT force_config_drive True 2022-04-04 11:34:48.271 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.273 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF glance use_glance_v1 "False"' 2022-04-04 11:34:48.276 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf glance use_glance_v1 False 2022-04-04 11:34:48.309 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.311 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_rate "3"' 2022-04-04 11:34:48.314 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_rate 3 2022-04-04 11:34:48.349 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.351 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_timeout_threshold "600"' 2022-04-04 11:34:48.354 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_timeout_threshold 600 2022-04-04 11:34:48.386 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.389 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_type "password"' 2022-04-04 11:34:48.391 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_type password 2022-04-04 11:34:48.423 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.426 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_url "http://10.222.0.43/identity"' 2022-04-04 11:34:48.429 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.43/identity 2022-04-04 11:34:48.459 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.462 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement username "placement"' 2022-04-04 11:34:48.465 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement username placement 2022-04-04 11:34:48.496 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.499 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement password "Passw0rd"' 2022-04-04 11:34:48.501 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-04-04 11:34:48.532 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.535 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement user_domain_name "Default"' 2022-04-04 11:34:48.537 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-04-04 11:34:48.569 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.572 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_name "service"' 2022-04-04 11:34:48.575 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_name service 2022-04-04 11:34:48.607 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.609 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_domain_name "Default"' 2022-04-04 11:34:48.612 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-04-04 11:34:48.644 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.646 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement os_region_name "RegionOne"' 2022-04-04 11:34:48.649 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement os_region_name RegionOne 2022-04-04 11:34:48.680 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.683 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-04-04 11:34:48.686 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-04-04 11:34:48.689 | + inc/meta-config:merge_config_group:180 : local dir 2022-04-04 11:34:48.692 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2022-04-04 11:34:48.694 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2022-04-04 11:34:48.698 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2022-04-04 11:34:48.700 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2022-04-04 11:34:48.703 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2022-04-04 11:34:48.707 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2022-04-04 11:34:48.710 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2022-04-04 11:34:48.713 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2022-04-04 11:34:48.715 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-04-04 11:34:48.718 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-04-04 11:34:48.722 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2022-04-04 11:34:48.725 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-04-04 11:34:48.729 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2022-04-04 11:34:48.731 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2022-04-04 11:34:48.734 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2022-04-04 11:34:48.737 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2022-04-04 11:34:48.740 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2022-04-04 11:34:48.741 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.743 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2022-04-04 11:34:48.743 | BEGIN { 2022-04-04 11:34:48.743 | section = "" 2022-04-04 11:34:48.743 | last_section = "" 2022-04-04 11:34:48.743 | section_count = 0 2022-04-04 11:34:48.744 | } 2022-04-04 11:34:48.744 | /^\[.+\]/ { 2022-04-04 11:34:48.744 | gsub("[][]", "", $1); 2022-04-04 11:34:48.744 | section=$1 2022-04-04 11:34:48.744 | next 2022-04-04 11:34:48.744 | } 2022-04-04 11:34:48.744 | /^ *\#/ { 2022-04-04 11:34:48.744 | next 2022-04-04 11:34:48.744 | } 2022-04-04 11:34:48.744 | /^[^ \t]+/ { 2022-04-04 11:34:48.744 | # get offset of first = in $0 2022-04-04 11:34:48.744 | eq_idx = index($0, "=") 2022-04-04 11:34:48.744 | # extract attr & value from $0 2022-04-04 11:34:48.744 | attr = substr($0, 1, eq_idx - 1) 2022-04-04 11:34:48.744 | value = substr($0, eq_idx + 1) 2022-04-04 11:34:48.744 | # only need to strip trailing whitespace from attr 2022-04-04 11:34:48.744 | sub(/[ \t]*$/, "", attr) 2022-04-04 11:34:48.744 | # need to strip leading & trailing whitespace from value 2022-04-04 11:34:48.744 | sub(/^[ \t]*/, "", value) 2022-04-04 11:34:48.744 | sub(/[ \t]*$/, "", value) 2022-04-04 11:34:48.744 | 2022-04-04 11:34:48.744 | # cfg_attr_count: number of config lines per [section, attr] 2022-04-04 11:34:48.744 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-04-04 11:34:48.744 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-04-04 11:34:48.744 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-04-04 11:34:48.744 | if (! (section, attr) in cfg_attr_count) { 2022-04-04 11:34:48.744 | if (section != last_section) { 2022-04-04 11:34:48.744 | cfg_section[section_count++] = section 2022-04-04 11:34:48.744 | last_section = section 2022-04-04 11:34:48.744 | } 2022-04-04 11:34:48.744 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-04-04 11:34:48.744 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-04-04 11:34:48.744 | 2022-04-04 11:34:48.744 | cfg_attr[section, attr, 0] = value 2022-04-04 11:34:48.745 | cfg_attr_count[section, attr] = 1 2022-04-04 11:34:48.745 | } else { 2022-04-04 11:34:48.745 | lno = cfg_attr_count[section, attr]++ 2022-04-04 11:34:48.745 | cfg_attr[section, attr, lno] = value 2022-04-04 11:34:48.745 | } 2022-04-04 11:34:48.745 | } 2022-04-04 11:34:48.745 | END { 2022-04-04 11:34:48.745 | # Process each section in order 2022-04-04 11:34:48.745 | for (sno = 0; sno < section_count; sno++) { 2022-04-04 11:34:48.745 | section = cfg_section[sno] 2022-04-04 11:34:48.745 | # The ini routines simply append a config item immediately 2022-04-04 11:34:48.745 | # after the section header. To keep the same order as defined 2022-04-04 11:34:48.745 | # in local.conf, invoke the ini routines in the reverse order 2022-04-04 11:34:48.745 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-04-04 11:34:48.745 | attr = cfg_sec_attr_name[sno, attr_no] 2022-04-04 11:34:48.745 | if (cfg_attr_count[section, attr] == 1) 2022-04-04 11:34:48.745 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-04-04 11:34:48.745 | else { 2022-04-04 11:34:48.745 | # For multiline, invoke the ini routines in the reverse order 2022-04-04 11:34:48.745 | count = cfg_attr_count[section, attr] 2022-04-04 11:34:48.745 | print "inidelete " configfile " " section " " attr 2022-04-04 11:34:48.745 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-04-04 11:34:48.745 | for (l = count -2; l >= 0; l--) 2022-04-04 11:34:48.745 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-04-04 11:34:48.745 | } 2022-04-04 11:34:48.745 | } 2022-04-04 11:34:48.745 | } 2022-04-04 11:34:48.745 | } 2022-04-04 11:34:48.745 | ' 2022-04-04 11:34:48.745 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-04-04 11:34:48.746 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-04-04 11:34:48.747 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-04-04 11:34:48.749 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2022-04-04 11:34:48.752 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-04-04 11:34:48.755 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2022-04-04 11:34:48.759 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2022-04-04 11:34:48.759 | BEGIN { group = "" } 2022-04-04 11:34:48.759 | /^\[\[.+\|.*\]\]/ { 2022-04-04 11:34:48.759 | gsub("[][]", "", $1); 2022-04-04 11:34:48.759 | split($1, a, "|"); 2022-04-04 11:34:48.759 | if (a[1] == matchgroup && a[2] == configfile) { 2022-04-04 11:34:48.759 | group=a[1] 2022-04-04 11:34:48.759 | } else { 2022-04-04 11:34:48.759 | group="" 2022-04-04 11:34:48.759 | } 2022-04-04 11:34:48.759 | next 2022-04-04 11:34:48.759 | } 2022-04-04 11:34:48.759 | { 2022-04-04 11:34:48.759 | if (group != "") 2022-04-04 11:34:48.759 | print $0 2022-04-04 11:34:48.759 | } 2022-04-04 11:34:48.759 | ' /home/ubuntu/devstack/local.conf 2022-04-04 11:34:48.765 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_overflow "50"' 2022-04-04 11:34:48.768 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_overflow 50 2022-04-04 11:34:48.776 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:34:48.799 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.802 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_pool_size "50"' 2022-04-04 11:34:48.802 | [104231 Async configure_neutron_nova:104231]: finished successfully 2022-04-04 11:34:48.804 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_pool_size 50 2022-04-04 11:34:48.834 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.837 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database min_pool_size "5"' 2022-04-04 11:34:48.839 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database min_pool_size 5 2022-04-04 11:34:48.869 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.871 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_rule "100"' 2022-04-04 11:34:48.874 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_rule 100 2022-04-04 11:34:48.902 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.905 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_policy "10"' 2022-04-04 11:34:48.907 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_policy 10 2022-04-04 11:34:48.940 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.942 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall "10"' 2022-04-04 11:34:48.945 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall 10 2022-04-04 11:34:48.974 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:48.977 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_floatingip "50"' 2022-04-04 11:34:48.980 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_floatingip 50 2022-04-04 11:34:49.009 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.011 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_router "100"' 2022-04-04 11:34:49.014 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_router 100 2022-04-04 11:34:49.048 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.051 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_loadbalancer "100"' 2022-04-04 11:34:49.053 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_loadbalancer 100 2022-04-04 11:34:49.088 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.091 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_pool "100"' 2022-04-04 11:34:49.093 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_pool 100 2022-04-04 11:34:49.123 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.125 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_vip "100"' 2022-04-04 11:34:49.128 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_vip 100 2022-04-04 11:34:49.157 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.160 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group_rule "100"' 2022-04-04 11:34:49.162 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group_rule 100 2022-04-04 11:34:49.192 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.195 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group "100"' 2022-04-04 11:34:49.198 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group 100 2022-04-04 11:34:49.232 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.234 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_port "500"' 2022-04-04 11:34:49.237 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_port 500 2022-04-04 11:34:49.265 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.268 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_subnet "100"' 2022-04-04 11:34:49.271 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_subnet 100 2022-04-04 11:34:49.301 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.304 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_network "100"' 2022-04-04 11:34:49.306 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_network 100 2022-04-04 11:34:49.336 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.339 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-04-04 11:34:49.342 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-04-04 11:34:49.344 | + inc/meta-config:merge_config_group:180 : local dir 2022-04-04 11:34:49.347 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2022-04-04 11:34:49.350 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2022-04-04 11:34:49.353 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2022-04-04 11:34:49.355 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2022-04-04 11:34:49.359 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2022-04-04 11:34:49.363 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2022-04-04 11:34:49.365 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2022-04-04 11:34:49.368 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2022-04-04 11:34:49.370 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-04-04 11:34:49.373 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-04-04 11:34:49.375 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2022-04-04 11:34:49.377 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-04-04 11:34:49.381 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2022-04-04 11:34:49.384 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2022-04-04 11:34:49.386 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2022-04-04 11:34:49.389 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2022-04-04 11:34:49.392 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2022-04-04 11:34:49.393 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.393 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2022-04-04 11:34:49.393 | BEGIN { 2022-04-04 11:34:49.393 | section = "" 2022-04-04 11:34:49.394 | last_section = "" 2022-04-04 11:34:49.394 | section_count = 0 2022-04-04 11:34:49.394 | } 2022-04-04 11:34:49.394 | /^\[.+\]/ { 2022-04-04 11:34:49.394 | gsub("[][]", "", $1); 2022-04-04 11:34:49.394 | section=$1 2022-04-04 11:34:49.394 | next 2022-04-04 11:34:49.394 | } 2022-04-04 11:34:49.394 | /^ *\#/ { 2022-04-04 11:34:49.394 | next 2022-04-04 11:34:49.394 | } 2022-04-04 11:34:49.394 | /^[^ \t]+/ { 2022-04-04 11:34:49.394 | # get offset of first = in $0 2022-04-04 11:34:49.394 | eq_idx = index($0, "=") 2022-04-04 11:34:49.394 | # extract attr & value from $0 2022-04-04 11:34:49.394 | attr = substr($0, 1, eq_idx - 1) 2022-04-04 11:34:49.394 | value = substr($0, eq_idx + 1) 2022-04-04 11:34:49.394 | # only need to strip trailing whitespace from attr 2022-04-04 11:34:49.394 | sub(/[ \t]*$/, "", attr) 2022-04-04 11:34:49.394 | # need to strip leading & trailing whitespace from value 2022-04-04 11:34:49.394 | sub(/^[ \t]*/, "", value) 2022-04-04 11:34:49.394 | sub(/[ \t]*$/, "", value) 2022-04-04 11:34:49.394 | 2022-04-04 11:34:49.394 | # cfg_attr_count: number of config lines per [section, attr] 2022-04-04 11:34:49.394 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-04-04 11:34:49.394 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-04-04 11:34:49.394 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-04-04 11:34:49.394 | if (! (section, attr) in cfg_attr_count) { 2022-04-04 11:34:49.394 | if (section != last_section) { 2022-04-04 11:34:49.394 | cfg_section[section_count++] = section 2022-04-04 11:34:49.394 | last_section = section 2022-04-04 11:34:49.394 | } 2022-04-04 11:34:49.394 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-04-04 11:34:49.395 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-04-04 11:34:49.395 | 2022-04-04 11:34:49.395 | cfg_attr[section, attr, 0] = value 2022-04-04 11:34:49.395 | cfg_attr_count[section, attr] = 1 2022-04-04 11:34:49.395 | } else { 2022-04-04 11:34:49.395 | lno = cfg_attr_count[section, attr]++ 2022-04-04 11:34:49.395 | cfg_attr[section, attr, lno] = value 2022-04-04 11:34:49.395 | } 2022-04-04 11:34:49.395 | } 2022-04-04 11:34:49.395 | END { 2022-04-04 11:34:49.395 | # Process each section in order 2022-04-04 11:34:49.395 | for (sno = 0; sno < section_count; sno++) { 2022-04-04 11:34:49.395 | section = cfg_section[sno] 2022-04-04 11:34:49.395 | # The ini routines simply append a config item immediately 2022-04-04 11:34:49.395 | # after the section header. To keep the same order as defined 2022-04-04 11:34:49.395 | # in local.conf, invoke the ini routines in the reverse order 2022-04-04 11:34:49.395 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-04-04 11:34:49.395 | attr = cfg_sec_attr_name[sno, attr_no] 2022-04-04 11:34:49.395 | if (cfg_attr_count[section, attr] == 1) 2022-04-04 11:34:49.395 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-04-04 11:34:49.395 | else { 2022-04-04 11:34:49.395 | # For multiline, invoke the ini routines in the reverse order 2022-04-04 11:34:49.395 | count = cfg_attr_count[section, attr] 2022-04-04 11:34:49.395 | print "inidelete " configfile " " section " " attr 2022-04-04 11:34:49.395 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-04-04 11:34:49.395 | for (l = count -2; l >= 0; l--) 2022-04-04 11:34:49.395 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-04-04 11:34:49.395 | } 2022-04-04 11:34:49.395 | } 2022-04-04 11:34:49.395 | } 2022-04-04 11:34:49.395 | } 2022-04-04 11:34:49.395 | ' 2022-04-04 11:34:49.395 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-04-04 11:34:49.397 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-04-04 11:34:49.398 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-04-04 11:34:49.401 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2022-04-04 11:34:49.403 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-04-04 11:34:49.406 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2022-04-04 11:34:49.408 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2022-04-04 11:34:49.408 | BEGIN { group = "" } 2022-04-04 11:34:49.408 | /^\[\[.+\|.*\]\]/ { 2022-04-04 11:34:49.408 | gsub("[][]", "", $1); 2022-04-04 11:34:49.408 | split($1, a, "|"); 2022-04-04 11:34:49.408 | if (a[1] == matchgroup && a[2] == configfile) { 2022-04-04 11:34:49.408 | group=a[1] 2022-04-04 11:34:49.408 | } else { 2022-04-04 11:34:49.408 | group="" 2022-04-04 11:34:49.408 | } 2022-04-04 11:34:49.408 | next 2022-04-04 11:34:49.408 | } 2022-04-04 11:34:49.408 | { 2022-04-04 11:34:49.408 | if (group != "") 2022-04-04 11:34:49.409 | print $0 2022-04-04 11:34:49.409 | } 2022-04-04 11:34:49.409 | ' /home/ubuntu/devstack/local.conf 2022-04-04 11:34:49.414 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_type "default"' 2022-04-04 11:34:49.417 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type default 2022-04-04 11:34:49.446 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.448 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 image_volume_cache_enabled "False"' 2022-04-04 11:34:49.450 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled False 2022-04-04 11:34:49.480 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.483 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_max_over_subscription_ratio "40.0"' 2022-04-04 11:34:49.485 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_max_over_subscription_ratio 40.0 2022-04-04 11:34:49.513 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.515 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backup_gigabytes "1000"' 2022-04-04 11:34:49.518 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backup_gigabytes 1000 2022-04-04 11:34:49.549 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.552 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backups "10"' 2022-04-04 11:34:49.555 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-04-04 11:34:49.582 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.585 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_gigabytes "1000"' 2022-04-04 11:34:49.587 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_gigabytes 1000 2022-04-04 11:34:49.615 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.618 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_snapshots "10"' 2022-04-04 11:34:49.621 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-04-04 11:34:49.648 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.650 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_volumes "10"' 2022-04-04 11:34:49.653 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-04-04 11:34:49.681 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.684 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-04-04 11:34:49.687 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-04-04 11:34:49.689 | + inc/meta-config:merge_config_group:180 : local dir 2022-04-04 11:34:49.692 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2022-04-04 11:34:49.695 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-04 11:34:49.698 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-04 11:34:49.700 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2022-04-04 11:34:49.703 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-04 11:34:49.708 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2022-04-04 11:34:49.711 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2022-04-04 11:34:49.713 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2022-04-04 11:34:49.716 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-04-04 11:34:49.718 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-04-04 11:34:49.721 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2022-04-04 11:34:49.723 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-04-04 11:34:49.727 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2022-04-04 11:34:49.729 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-04 11:34:49.732 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-04 11:34:49.735 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2022-04-04 11:34:49.738 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2022-04-04 11:34:49.739 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.739 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2022-04-04 11:34:49.739 | BEGIN { 2022-04-04 11:34:49.739 | section = "" 2022-04-04 11:34:49.739 | last_section = "" 2022-04-04 11:34:49.739 | section_count = 0 2022-04-04 11:34:49.739 | } 2022-04-04 11:34:49.739 | /^\[.+\]/ { 2022-04-04 11:34:49.739 | gsub("[][]", "", $1); 2022-04-04 11:34:49.739 | section=$1 2022-04-04 11:34:49.739 | next 2022-04-04 11:34:49.739 | } 2022-04-04 11:34:49.739 | /^ *\#/ { 2022-04-04 11:34:49.739 | next 2022-04-04 11:34:49.739 | } 2022-04-04 11:34:49.739 | /^[^ \t]+/ { 2022-04-04 11:34:49.739 | # get offset of first = in $0 2022-04-04 11:34:49.739 | eq_idx = index($0, "=") 2022-04-04 11:34:49.739 | # extract attr & value from $0 2022-04-04 11:34:49.739 | attr = substr($0, 1, eq_idx - 1) 2022-04-04 11:34:49.739 | value = substr($0, eq_idx + 1) 2022-04-04 11:34:49.739 | # only need to strip trailing whitespace from attr 2022-04-04 11:34:49.739 | sub(/[ \t]*$/, "", attr) 2022-04-04 11:34:49.739 | # need to strip leading & trailing whitespace from value 2022-04-04 11:34:49.740 | sub(/^[ \t]*/, "", value) 2022-04-04 11:34:49.740 | sub(/[ \t]*$/, "", value) 2022-04-04 11:34:49.740 | 2022-04-04 11:34:49.740 | # cfg_attr_count: number of config lines per [section, attr] 2022-04-04 11:34:49.740 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-04-04 11:34:49.740 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-04-04 11:34:49.740 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-04-04 11:34:49.740 | if (! (section, attr) in cfg_attr_count) { 2022-04-04 11:34:49.740 | if (section != last_section) { 2022-04-04 11:34:49.740 | cfg_section[section_count++] = section 2022-04-04 11:34:49.740 | last_section = section 2022-04-04 11:34:49.740 | } 2022-04-04 11:34:49.740 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-04-04 11:34:49.740 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-04-04 11:34:49.740 | 2022-04-04 11:34:49.740 | cfg_attr[section, attr, 0] = value 2022-04-04 11:34:49.740 | cfg_attr_count[section, attr] = 1 2022-04-04 11:34:49.740 | } else { 2022-04-04 11:34:49.740 | lno = cfg_attr_count[section, attr]++ 2022-04-04 11:34:49.740 | cfg_attr[section, attr, lno] = value 2022-04-04 11:34:49.740 | } 2022-04-04 11:34:49.740 | } 2022-04-04 11:34:49.740 | END { 2022-04-04 11:34:49.740 | # Process each section in order 2022-04-04 11:34:49.740 | for (sno = 0; sno < section_count; sno++) { 2022-04-04 11:34:49.740 | section = cfg_section[sno] 2022-04-04 11:34:49.740 | # The ini routines simply append a config item immediately 2022-04-04 11:34:49.740 | # after the section header. To keep the same order as defined 2022-04-04 11:34:49.740 | # in local.conf, invoke the ini routines in the reverse order 2022-04-04 11:34:49.740 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-04-04 11:34:49.740 | attr = cfg_sec_attr_name[sno, attr_no] 2022-04-04 11:34:49.740 | if (cfg_attr_count[section, attr] == 1) 2022-04-04 11:34:49.740 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-04-04 11:34:49.741 | else { 2022-04-04 11:34:49.741 | # For multiline, invoke the ini routines in the reverse order 2022-04-04 11:34:49.741 | count = cfg_attr_count[section, attr] 2022-04-04 11:34:49.741 | print "inidelete " configfile " " section " " attr 2022-04-04 11:34:49.741 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-04-04 11:34:49.741 | for (l = count -2; l >= 0; l--) 2022-04-04 11:34:49.741 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-04-04 11:34:49.741 | } 2022-04-04 11:34:49.741 | } 2022-04-04 11:34:49.741 | } 2022-04-04 11:34:49.741 | } 2022-04-04 11:34:49.741 | ' 2022-04-04 11:34:49.741 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-04-04 11:34:49.742 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-04-04 11:34:49.745 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-04-04 11:34:49.747 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2022-04-04 11:34:49.749 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-04-04 11:34:49.752 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2022-04-04 11:34:49.754 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2022-04-04 11:34:49.754 | BEGIN { group = "" } 2022-04-04 11:34:49.754 | /^\[\[.+\|.*\]\]/ { 2022-04-04 11:34:49.754 | gsub("[][]", "", $1); 2022-04-04 11:34:49.754 | split($1, a, "|"); 2022-04-04 11:34:49.754 | if (a[1] == matchgroup && a[2] == configfile) { 2022-04-04 11:34:49.754 | group=a[1] 2022-04-04 11:34:49.754 | } else { 2022-04-04 11:34:49.755 | group="" 2022-04-04 11:34:49.755 | } 2022-04-04 11:34:49.755 | next 2022-04-04 11:34:49.755 | } 2022-04-04 11:34:49.755 | { 2022-04-04 11:34:49.755 | if (group != "") 2022-04-04 11:34:49.755 | print $0 2022-04-04 11:34:49.755 | } 2022-04-04 11:34:49.755 | ' /home/ubuntu/devstack/local.conf 2022-04-04 11:34:49.760 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2022-04-04 11:34:49.763 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2022-04-04 11:34:49.791 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.793 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ovs of_interface "ovs-ofctl"' 2022-04-04 11:34:49.796 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs of_interface ovs-ofctl 2022-04-04 11:34:49.823 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:34:49.826 | + ./stack.sh:main:1254 : is_service_enabled swift 2022-04-04 11:34:49.844 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:34:49.846 | + ./stack.sh:main:1255 : echo_summary 'Starting Swift' 2022-04-04 11:34:49.849 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:34:49.852 | + ./stack.sh:echo_summary:432 : echo -e Starting Swift 2022-04-04 11:34:49.855 | + ./stack.sh:main:1256 : start_swift 2022-04-04 11:34:49.857 | + lib/swift:start_swift:776 : restart_service memcached 2022-04-04 11:34:49.860 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-04-04 11:34:49.862 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart memcached 2022-04-04 11:34:49.889 | + lib/swift:start_swift:779 : is_ubuntu 2022-04-04 11:34:49.893 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:34:49.896 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:34:49.901 | + lib/swift:start_swift:780 : sudo /etc/init.d/rsync restart 2022-04-04 11:34:49.952 | Restarting rsync (via systemctl): rsync.service. 2022-04-04 11:34:49.956 | + lib/swift:start_swift:787 : '[' False == True ']' 2022-04-04 11:34:49.959 | + lib/swift:start_swift:806 : [[ 1 == 1 ]] 2022-04-04 11:34:49.964 | + lib/swift:start_swift:807 : local foreground_services type 2022-04-04 11:34:49.965 | + lib/swift:start_swift:809 : foreground_services='object container account' 2022-04-04 11:34:49.968 | + lib/swift:start_swift:810 : for type in ${foreground_services} 2022-04-04 11:34:49.970 | + lib/swift:start_swift:811 : run_process s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-04-04 11:34:49.973 | + functions-common:run_process:1564 : local service=s-object 2022-04-04 11:34:49.976 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-04-04 11:34:49.978 | + functions-common:run_process:1566 : local group= 2022-04-04 11:34:49.981 | + functions-common:run_process:1567 : local user= 2022-04-04 11:34:49.983 | + functions-common:run_process:1569 : local name=s-object 2022-04-04 11:34:49.986 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:34:49.988 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:34:49.990 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:34:49.993 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:34:49.996 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:34:50.000 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072089997 2022-04-04 11:34:50.005 | + functions-common:run_process:1572 : is_service_enabled s-object 2022-04-04 11:34:50.018 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:34:50.021 | + functions-common:run_process:1573 : _run_under_systemd s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' '' 2022-04-04 11:34:50.024 | + functions-common:_run_under_systemd:1529 : local service=s-object 2022-04-04 11:34:50.026 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-04-04 11:34:50.029 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-04-04 11:34:50.031 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-04-04 11:34:50.033 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-04-04 11:34:50.036 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ sudo ]] 2022-04-04 11:34:50.039 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ ^/ ]] 2022-04-04 11:34:50.041 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-object.service 2022-04-04 11:34:50.043 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:34:50.046 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:34:50.048 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ uwsgi ]] 2022-04-04 11:34:50.050 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@s-object.service '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' ubuntu 2022-04-04 11:34:50.053 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-object.service 2022-04-04 11:34:50.055 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-04-04 11:34:50.057 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:34:50.059 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:34:50.062 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:34:50.064 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:34:50.066 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-object.service 2022-04-04 11:34:50.071 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:34:50.073 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-object.service Unit Description 'Devstack devstack@s-object.service' 2022-04-04 11:34:50.135 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service User ubuntu 2022-04-04 11:34:50.204 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecStart '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-04-04 11:34:50.257 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service KillMode process 2022-04-04 11:34:50.314 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service TimeoutStopSec 300 2022-04-04 11:34:50.369 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:34:50.426 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:34:50.429 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-object.service Install WantedBy multi-user.target 2022-04-04 11:34:50.495 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:34:50.883 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-object.service 2022-04-04 11:34:50.896 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-object.service → /etc/systemd/system/devstack@s-object.service. 2022-04-04 11:34:51.277 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-object.service 2022-04-04 11:34:51.304 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:34:51.306 | + functions-common:time_stop:2309 : local name 2022-04-04 11:34:51.309 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:34:51.311 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:34:51.317 | + functions-common:time_stop:2312 : local total 2022-04-04 11:34:51.317 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:34:51.318 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:34:51.321 | + functions-common:time_stop:2316 : start_time=1649072089997 2022-04-04 11:34:51.323 | + functions-common:time_stop:2318 : [[ -z 1649072089997 ]] 2022-04-04 11:34:51.326 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:34:51.331 | + functions-common:time_stop:2321 : end_time=1649072091328 2022-04-04 11:34:51.333 | + functions-common:time_stop:2322 : elapsed_time=1331 2022-04-04 11:34:51.336 | + functions-common:time_stop:2323 : total=3052 2022-04-04 11:34:51.338 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:34:51.341 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=4383 2022-04-04 11:34:51.343 | + lib/swift:start_swift:810 : for type in ${foreground_services} 2022-04-04 11:34:51.346 | + lib/swift:start_swift:811 : run_process s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-04-04 11:34:51.348 | + functions-common:run_process:1564 : local service=s-container 2022-04-04 11:34:51.351 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-04-04 11:34:51.353 | + functions-common:run_process:1566 : local group= 2022-04-04 11:34:51.357 | + functions-common:run_process:1567 : local user= 2022-04-04 11:34:51.358 | + functions-common:run_process:1569 : local name=s-container 2022-04-04 11:34:51.361 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:34:51.363 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:34:51.365 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:34:51.368 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:34:51.371 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:34:51.375 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072091372 2022-04-04 11:34:51.378 | + functions-common:run_process:1572 : is_service_enabled s-container 2022-04-04 11:34:51.395 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:34:51.398 | + functions-common:run_process:1573 : _run_under_systemd s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' '' 2022-04-04 11:34:51.400 | + functions-common:_run_under_systemd:1529 : local service=s-container 2022-04-04 11:34:51.402 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-04-04 11:34:51.405 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-04-04 11:34:51.408 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-04-04 11:34:51.410 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-04-04 11:34:51.412 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ sudo ]] 2022-04-04 11:34:51.415 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ ^/ ]] 2022-04-04 11:34:51.418 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-container.service 2022-04-04 11:34:51.420 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:34:51.423 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:34:51.425 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ uwsgi ]] 2022-04-04 11:34:51.428 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@s-container.service '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' ubuntu 2022-04-04 11:34:51.430 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-container.service 2022-04-04 11:34:51.432 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-04-04 11:34:51.435 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:34:51.437 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:34:51.440 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:34:51.442 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:34:51.444 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-container.service 2022-04-04 11:34:51.447 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:34:51.451 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-container.service Unit Description 'Devstack devstack@s-container.service' 2022-04-04 11:34:51.514 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service User ubuntu 2022-04-04 11:34:51.576 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecStart '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-04-04 11:34:51.628 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service KillMode process 2022-04-04 11:34:51.680 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service TimeoutStopSec 300 2022-04-04 11:34:51.732 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:34:51.784 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:34:51.786 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-container.service Install WantedBy multi-user.target 2022-04-04 11:34:51.851 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:34:52.246 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-container.service 2022-04-04 11:34:52.260 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container.service → /etc/systemd/system/devstack@s-container.service. 2022-04-04 11:34:52.644 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-container.service 2022-04-04 11:34:52.666 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:34:52.669 | + functions-common:time_stop:2309 : local name 2022-04-04 11:34:52.672 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:34:52.674 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:34:52.676 | + functions-common:time_stop:2312 : local total 2022-04-04 11:34:52.680 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:34:52.682 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:34:52.684 | + functions-common:time_stop:2316 : start_time=1649072091372 2022-04-04 11:34:52.687 | + functions-common:time_stop:2318 : [[ -z 1649072091372 ]] 2022-04-04 11:34:52.690 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:34:52.694 | + functions-common:time_stop:2321 : end_time=1649072092691 2022-04-04 11:34:52.696 | + functions-common:time_stop:2322 : elapsed_time=1319 2022-04-04 11:34:52.699 | + functions-common:time_stop:2323 : total=4383 2022-04-04 11:34:52.701 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:34:52.704 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=5702 2022-04-04 11:34:52.706 | + lib/swift:start_swift:810 : for type in ${foreground_services} 2022-04-04 11:34:52.708 | + lib/swift:start_swift:811 : run_process s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-04-04 11:34:52.711 | + functions-common:run_process:1564 : local service=s-account 2022-04-04 11:34:52.714 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-04-04 11:34:52.716 | + functions-common:run_process:1566 : local group= 2022-04-04 11:34:52.719 | + functions-common:run_process:1567 : local user= 2022-04-04 11:34:52.721 | + functions-common:run_process:1569 : local name=s-account 2022-04-04 11:34:52.723 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:34:52.726 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:34:52.729 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:34:52.731 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:34:52.734 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:34:52.738 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072092736 2022-04-04 11:34:52.741 | + functions-common:run_process:1572 : is_service_enabled s-account 2022-04-04 11:34:52.758 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:34:52.760 | + functions-common:run_process:1573 : _run_under_systemd s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' '' 2022-04-04 11:34:52.763 | + functions-common:_run_under_systemd:1529 : local service=s-account 2022-04-04 11:34:52.765 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-04-04 11:34:52.768 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-04-04 11:34:52.770 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-04-04 11:34:52.773 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-04-04 11:34:52.775 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ sudo ]] 2022-04-04 11:34:52.778 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ ^/ ]] 2022-04-04 11:34:52.780 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-account.service 2022-04-04 11:34:52.783 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:34:52.785 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:34:52.787 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ uwsgi ]] 2022-04-04 11:34:52.790 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@s-account.service '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' ubuntu 2022-04-04 11:34:52.793 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-account.service 2022-04-04 11:34:52.795 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-04-04 11:34:52.798 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:34:52.800 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:34:52.803 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:34:52.805 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:34:52.807 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-account.service 2022-04-04 11:34:52.809 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:34:52.814 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-account.service Unit Description 'Devstack devstack@s-account.service' 2022-04-04 11:34:52.875 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service User ubuntu 2022-04-04 11:34:52.936 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecStart '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-04-04 11:34:52.987 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service KillMode process 2022-04-04 11:34:53.043 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service TimeoutStopSec 300 2022-04-04 11:34:53.097 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:34:53.149 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:34:53.151 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-account.service Install WantedBy multi-user.target 2022-04-04 11:34:53.213 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:34:53.607 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-account.service 2022-04-04 11:34:53.621 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-account.service → /etc/systemd/system/devstack@s-account.service. 2022-04-04 11:34:54.019 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-account.service 2022-04-04 11:34:54.045 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:34:54.048 | + functions-common:time_stop:2309 : local name 2022-04-04 11:34:54.050 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:34:54.053 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:34:54.056 | + functions-common:time_stop:2312 : local total 2022-04-04 11:34:54.058 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:34:54.061 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:34:54.063 | + functions-common:time_stop:2316 : start_time=1649072092736 2022-04-04 11:34:54.066 | + functions-common:time_stop:2318 : [[ -z 1649072092736 ]] 2022-04-04 11:34:54.070 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:34:54.074 | + functions-common:time_stop:2321 : end_time=1649072094072 2022-04-04 11:34:54.077 | + functions-common:time_stop:2322 : elapsed_time=1336 2022-04-04 11:34:54.079 | + functions-common:time_stop:2323 : total=5702 2022-04-04 11:34:54.082 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:34:54.084 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=7038 2022-04-04 11:34:54.086 | + lib/swift:start_swift:814 : [[ False == \T\r\u\e ]] 2022-04-04 11:34:54.089 | + lib/swift:start_swift:819 : enable_service s-container-sync 2022-04-04 11:34:54.141 | + lib/swift:start_swift:820 : run_process s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-04-04 11:34:54.144 | + functions-common:run_process:1564 : local service=s-container-sync 2022-04-04 11:34:54.146 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-04-04 11:34:54.149 | + functions-common:run_process:1566 : local group= 2022-04-04 11:34:54.151 | + functions-common:run_process:1567 : local user= 2022-04-04 11:34:54.153 | + functions-common:run_process:1569 : local name=s-container-sync 2022-04-04 11:34:54.156 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:34:54.158 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:34:54.161 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:34:54.164 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:34:54.167 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:34:54.171 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072094168 2022-04-04 11:34:54.174 | + functions-common:run_process:1572 : is_service_enabled s-container-sync 2022-04-04 11:34:54.192 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:34:54.195 | + functions-common:run_process:1573 : _run_under_systemd s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' '' 2022-04-04 11:34:54.197 | + functions-common:_run_under_systemd:1529 : local service=s-container-sync 2022-04-04 11:34:54.199 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-04-04 11:34:54.201 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-04-04 11:34:54.204 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-04-04 11:34:54.206 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-04-04 11:34:54.209 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ sudo ]] 2022-04-04 11:34:54.212 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ ^/ ]] 2022-04-04 11:34:54.214 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-container-sync.service 2022-04-04 11:34:54.217 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:34:54.219 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:34:54.221 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ uwsgi ]] 2022-04-04 11:34:54.224 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@s-container-sync.service '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' ubuntu 2022-04-04 11:34:54.227 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-container-sync.service 2022-04-04 11:34:54.229 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-04-04 11:34:54.234 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:34:54.234 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:34:54.236 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:34:54.239 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:34:54.241 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-container-sync.service 2022-04-04 11:34:54.243 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:34:54.248 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Unit Description 'Devstack devstack@s-container-sync.service' 2022-04-04 11:34:54.319 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service User ubuntu 2022-04-04 11:34:54.404 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecStart '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-04-04 11:34:54.456 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service KillMode process 2022-04-04 11:34:54.513 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service TimeoutStopSec 300 2022-04-04 11:34:54.567 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:34:54.619 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:34:54.621 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Install WantedBy multi-user.target 2022-04-04 11:34:54.685 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:34:55.109 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-container-sync.service 2022-04-04 11:34:55.123 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container-sync.service → /etc/systemd/system/devstack@s-container-sync.service. 2022-04-04 11:34:55.523 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-container-sync.service 2022-04-04 11:34:55.548 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:34:55.551 | + functions-common:time_stop:2309 : local name 2022-04-04 11:34:55.553 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:34:55.556 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:34:55.558 | + functions-common:time_stop:2312 : local total 2022-04-04 11:34:55.562 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:34:55.563 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:34:55.565 | + functions-common:time_stop:2316 : start_time=1649072094168 2022-04-04 11:34:55.568 | + functions-common:time_stop:2318 : [[ -z 1649072094168 ]] 2022-04-04 11:34:55.571 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:34:55.576 | + functions-common:time_stop:2321 : end_time=1649072095573 2022-04-04 11:34:55.578 | + functions-common:time_stop:2322 : elapsed_time=1405 2022-04-04 11:34:55.580 | + functions-common:time_stop:2323 : total=7038 2022-04-04 11:34:55.583 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:34:55.586 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=8443 2022-04-04 11:34:55.589 | + lib/swift:start_swift:827 : is_service_enabled tls-proxy 2022-04-04 11:34:55.605 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:34:55.607 | + lib/swift:start_swift:831 : run_process s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-04-04 11:34:55.612 | + functions-common:run_process:1564 : local service=s-proxy 2022-04-04 11:34:55.612 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-04-04 11:34:55.615 | + functions-common:run_process:1566 : local group= 2022-04-04 11:34:55.617 | + functions-common:run_process:1567 : local user= 2022-04-04 11:34:55.619 | + functions-common:run_process:1569 : local name=s-proxy 2022-04-04 11:34:55.622 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:34:55.624 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:34:55.627 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:34:55.629 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:34:55.633 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:34:55.637 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072095634 2022-04-04 11:34:55.639 | + functions-common:run_process:1572 : is_service_enabled s-proxy 2022-04-04 11:34:55.658 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:34:55.660 | + functions-common:run_process:1573 : _run_under_systemd s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' '' 2022-04-04 11:34:55.662 | + functions-common:_run_under_systemd:1529 : local service=s-proxy 2022-04-04 11:34:55.665 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-04-04 11:34:55.667 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-04-04 11:34:55.669 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-04-04 11:34:55.672 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-04-04 11:34:55.674 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ sudo ]] 2022-04-04 11:34:55.677 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ ^/ ]] 2022-04-04 11:34:55.681 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-proxy.service 2022-04-04 11:34:55.682 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:34:55.685 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:34:55.687 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ uwsgi ]] 2022-04-04 11:34:55.689 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@s-proxy.service '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' ubuntu 2022-04-04 11:34:55.692 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-proxy.service 2022-04-04 11:34:55.695 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-04-04 11:34:55.697 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:34:55.700 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:34:55.702 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:34:55.704 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:34:55.707 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-proxy.service 2022-04-04 11:34:55.709 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:34:55.714 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Unit Description 'Devstack devstack@s-proxy.service' 2022-04-04 11:34:55.783 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service User ubuntu 2022-04-04 11:34:55.845 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecStart '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-04-04 11:34:55.899 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service KillMode process 2022-04-04 11:34:55.951 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service TimeoutStopSec 300 2022-04-04 11:34:56.002 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:34:56.052 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:34:56.055 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Install WantedBy multi-user.target 2022-04-04 11:34:56.119 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:34:56.545 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-proxy.service 2022-04-04 11:34:56.559 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-proxy.service → /etc/systemd/system/devstack@s-proxy.service. 2022-04-04 11:34:56.976 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-proxy.service 2022-04-04 11:34:57.000 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:34:57.003 | + functions-common:time_stop:2309 : local name 2022-04-04 11:34:57.005 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:34:57.007 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:34:57.010 | + functions-common:time_stop:2312 : local total 2022-04-04 11:34:57.012 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:34:57.015 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:34:57.017 | + functions-common:time_stop:2316 : start_time=1649072095634 2022-04-04 11:34:57.020 | + functions-common:time_stop:2318 : [[ -z 1649072095634 ]] 2022-04-04 11:34:57.023 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:34:57.027 | + functions-common:time_stop:2321 : end_time=1649072097025 2022-04-04 11:34:57.030 | + functions-common:time_stop:2322 : elapsed_time=1391 2022-04-04 11:34:57.032 | + functions-common:time_stop:2323 : total=8443 2022-04-04 11:34:57.035 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:34:57.037 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=9834 2022-04-04 11:34:57.040 | + lib/swift:start_swift:836 : echo 'Waiting for swift proxy to start...' 2022-04-04 11:34:57.040 | Waiting for swift proxy to start... 2022-04-04 11:34:57.042 | + lib/swift:start_swift:837 : wait_for_service 60 http://10.222.0.43:8080/info 2022-04-04 11:34:57.045 | + functions:wait_for_service:457 : local timeout=60 2022-04-04 11:34:57.047 | + functions:wait_for_service:458 : local url=http://10.222.0.43:8080/info 2022-04-04 11:34:57.049 | + functions:wait_for_service:459 : local rval=0 2022-04-04 11:34:57.052 | + functions:wait_for_service:460 : time_start wait_for_service 2022-04-04 11:34:57.055 | + functions-common:time_start:2295 : local name=wait_for_service 2022-04-04 11:34:57.057 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:34:57.059 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:34:57.062 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:34:57.069 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072097064 2022-04-04 11:34:57.076 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-04-04 11:34:57.077 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.43:8080/info 2022-04-04 11:34:57.090 | + :: : [[ 000 == 503 ]] 2022-04-04 11:34:57.092 | + :: : [[ 7 -eq 7 ]] 2022-04-04 11:34:57.093 | + :: : sleep 1 2022-04-04 11:34:58.097 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.43:8080/info 2022-04-04 11:34:58.110 | + :: : [[ 000 == 503 ]] 2022-04-04 11:34:58.111 | + :: : [[ 7 -eq 7 ]] 2022-04-04 11:34:58.112 | + :: : sleep 1 2022-04-04 11:34:59.116 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.43:8080/info 2022-04-04 11:34:59.128 | + :: : [[ 000 == 503 ]] 2022-04-04 11:34:59.130 | + :: : [[ 7 -eq 7 ]] 2022-04-04 11:34:59.131 | + :: : sleep 1 2022-04-04 11:35:00.135 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.43:8080/info 2022-04-04 11:35:00.155 | + :: : [[ 200 == 503 ]] 2022-04-04 11:35:00.157 | + :: : [[ 0 -eq 7 ]] 2022-04-04 11:35:00.163 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-04-04 11:35:00.163 | + functions-common:time_stop:2309 : local name 2022-04-04 11:35:00.165 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:35:00.167 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:35:00.170 | + functions-common:time_stop:2312 : local total 2022-04-04 11:35:00.172 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:35:00.175 | + functions-common:time_stop:2315 : name=wait_for_service 2022-04-04 11:35:00.178 | + functions-common:time_stop:2316 : start_time=1649072097064 2022-04-04 11:35:00.181 | + functions-common:time_stop:2318 : [[ -z 1649072097064 ]] 2022-04-04 11:35:00.184 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:35:00.188 | + functions-common:time_stop:2321 : end_time=1649072100186 2022-04-04 11:35:00.193 | + functions-common:time_stop:2322 : elapsed_time=3122 2022-04-04 11:35:00.195 | + functions-common:time_stop:2323 : total=5863 2022-04-04 11:35:00.197 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:35:00.200 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=8985 2022-04-04 11:35:00.202 | + functions:wait_for_service:467 : return 0 2022-04-04 11:35:00.205 | + lib/swift:start_swift:841 : [[ False == \T\r\u\e ]] 2022-04-04 11:35:00.207 | + ./stack.sh:main:1262 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-04-04 11:35:00.210 | + ./stack.sh:main:1263 : is_service_enabled cinder 2022-04-04 11:35:00.228 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:00.231 | + ./stack.sh:main:1264 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-04-04 11:35:00.261 | + ./stack.sh:main:1267 : async_wait configure_neutron_nova 2022-04-04 11:35:00.316 | [17761 Async configure_neutron_nova:104231]: Waiting for completion of configure_neutron_nova running on PID 104231 (2 other jobs running) 2022-04-04 11:35:00.341 | [17761 Async configure_neutron_nova:104231]: Signaling child to exit 2022-04-04 11:35:00.341 | WAKEUP 2022-04-04 11:35:00.363 | [17761 Async configure_neutron_nova:104231]: Signaled 2022-04-04 11:35:00.365 | + lib/neutron:configure_neutron_nova:616 : is_neutron_legacy_enabled 2022-04-04 11:35:00.365 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-04 11:35:00.365 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-04-04 11:35:00.365 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-04 11:35:00.365 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-04-04 11:35:00.365 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,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-04-04 11:35:00.365 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-04-04 11:35:00.365 | + lib/neutron:configure_neutron_nova:618 : create_nova_conf_neutron /etc/nova/nova.conf 2022-04-04 11:35:00.365 | + lib/neutron-legacy:create_nova_conf_neutron:380 : local conf=/etc/nova/nova.conf 2022-04-04 11:35:00.365 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova.conf neutron auth_type password 2022-04-04 11:35:00.365 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova.conf neutron auth_url http://10.222.0.43/identity 2022-04-04 11:35:00.365 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova.conf neutron username neutron 2022-04-04 11:35:00.365 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova.conf neutron password Passw0rd 2022-04-04 11:35:00.365 | + lib/neutron-legacy:create_nova_conf_neutron:385 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2022-04-04 11:35:00.365 | + lib/neutron-legacy:create_nova_conf_neutron:386 : iniset /etc/nova/nova.conf neutron project_name service 2022-04-04 11:35:00.365 | + lib/neutron-legacy:create_nova_conf_neutron:387 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2022-04-04 11:35:00.365 | + lib/neutron-legacy:create_nova_conf_neutron:388 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2022-04-04 11:35:00.365 | + lib/neutron-legacy:create_nova_conf_neutron:389 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2022-04-04 11:35:00.366 | + lib/neutron-legacy:create_nova_conf_neutron:392 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2022-04-04 11:35:00.366 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2022-04-04 11:35:00.366 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2022-04-04 11:35:00.366 | + lib/neutron-legacy:create_nova_conf_neutron:394 : is_service_enabled q-meta 2022-04-04 11:35:00.366 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:00.366 | + lib/neutron-legacy:create_nova_conf_neutron:395 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2022-04-04 11:35:00.366 | + lib/neutron-legacy:create_nova_conf_neutron:398 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2022-04-04 11:35:00.366 | + lib/neutron-legacy:create_nova_conf_neutron:399 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2022-04-04 11:35:00.366 | + lib/neutron:configure_neutron_nova:619 : [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2022-04-04 11:35:00.366 | ++ lib/neutron:configure_neutron_nova:620 : seq 1 1 2022-04-04 11:35:00.366 | + lib/neutron:configure_neutron_nova:620 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-04-04 11:35:00.366 | + lib/neutron:configure_neutron_nova:621 : local conf 2022-04-04 11:35:00.366 | ++ lib/neutron:configure_neutron_nova:622 : conductor_conf 1 2022-04-04 11:35:00.366 | ++ lib/nova:conductor_conf:740 : local cell=1 2022-04-04 11:35:00.366 | ++ lib/nova:conductor_conf:741 : echo /etc/nova/nova_cell1.conf 2022-04-04 11:35:00.366 | + lib/neutron:configure_neutron_nova:622 : conf=/etc/nova/nova_cell1.conf 2022-04-04 11:35:00.366 | + lib/neutron:configure_neutron_nova:623 : create_nova_conf_neutron /etc/nova/nova_cell1.conf 2022-04-04 11:35:00.366 | + lib/neutron-legacy:create_nova_conf_neutron:380 : local conf=/etc/nova/nova_cell1.conf 2022-04-04 11:35:00.366 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova_cell1.conf neutron auth_type password 2022-04-04 11:35:00.366 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.222.0.43/identity 2022-04-04 11:35:00.366 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova_cell1.conf neutron username neutron 2022-04-04 11:35:00.366 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova_cell1.conf neutron password Passw0rd 2022-04-04 11:35:00.366 | + lib/neutron-legacy:create_nova_conf_neutron:385 : iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default 2022-04-04 11:35:00.366 | + lib/neutron-legacy:create_nova_conf_neutron:386 : iniset /etc/nova/nova_cell1.conf neutron project_name service 2022-04-04 11:35:00.366 | + lib/neutron-legacy:create_nova_conf_neutron:387 : iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default 2022-04-04 11:35:00.366 | + lib/neutron-legacy:create_nova_conf_neutron:388 : iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone 2022-04-04 11:35:00.366 | + lib/neutron-legacy:create_nova_conf_neutron:389 : iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne 2022-04-04 11:35:00.366 | + lib/neutron-legacy:create_nova_conf_neutron:392 : neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf 2022-04-04 11:35:00.367 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2022-04-04 11:35:00.367 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2022-04-04 11:35:00.367 | + lib/neutron-legacy:create_nova_conf_neutron:394 : is_service_enabled q-meta 2022-04-04 11:35:00.367 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:00.367 | + lib/neutron-legacy:create_nova_conf_neutron:395 : iniset /etc/nova/nova_cell1.conf neutron service_metadata_proxy True 2022-04-04 11:35:00.367 | + lib/neutron-legacy:create_nova_conf_neutron:398 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True 2022-04-04 11:35:00.367 | + lib/neutron-legacy:create_nova_conf_neutron:399 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300 2022-04-04 11:35:00.409 | [17761 Async configure_neutron_nova:104231]: finished configure_neutron_nova with result 0 in 0 seconds 2022-04-04 11:35:00.413 | + inc/async:async_wait:197 : return 0 2022-04-04 11:35:00.416 | + ./stack.sh:main:1273 : is_service_enabled nova 2022-04-04 11:35:00.433 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:00.435 | + ./stack.sh:main:1274 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-04-04 11:35:00.464 | + ./stack.sh:main:1275 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-04-04 11:35:00.500 | + ./stack.sh:main:1279 : is_service_enabled n-api 2022-04-04 11:35:00.517 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:00.520 | + ./stack.sh:main:1280 : echo_summary 'Starting Nova API' 2022-04-04 11:35:00.523 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:35:00.526 | + ./stack.sh:echo_summary:432 : echo -e Starting Nova API 2022-04-04 11:35:00.528 | + ./stack.sh:main:1281 : start_nova_api 2022-04-04 11:35:00.531 | + lib/nova:start_nova_api:866 : local service_port=8774 2022-04-04 11:35:00.533 | + lib/nova:start_nova_api:867 : local service_protocol=http 2022-04-04 11:35:00.536 | + lib/nova:start_nova_api:868 : local nova_url 2022-04-04 11:35:00.539 | + lib/nova:start_nova_api:869 : is_service_enabled tls-proxy 2022-04-04 11:35:00.556 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:35:00.558 | + lib/nova:start_nova_api:875 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:35:00.561 | + lib/nova:start_nova_api:876 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:35:00.563 | + lib/nova:start_nova_api:876 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:35:00.566 | + lib/nova:start_nova_api:878 : '[' True == False ']' 2022-04-04 11:35:00.571 | ++ lib/nova:start_nova_api:886 : which uwsgi 2022-04-04 11:35:00.574 | + lib/nova:start_nova_api:886 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-04-04 11:35:00.576 | + functions-common:run_process:1564 : local service=n-api 2022-04-04 11:35:00.579 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-04-04 11:35:00.582 | + functions-common:run_process:1566 : local group= 2022-04-04 11:35:00.584 | + functions-common:run_process:1567 : local user= 2022-04-04 11:35:00.587 | + functions-common:run_process:1569 : local name=n-api 2022-04-04 11:35:00.590 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:35:00.592 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:35:00.595 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:35:00.600 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:35:00.600 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:35:00.605 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072100602 2022-04-04 11:35:00.607 | + functions-common:run_process:1572 : is_service_enabled n-api 2022-04-04 11:35:00.623 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:00.629 | + functions-common:run_process:1573 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' 2022-04-04 11:35:00.629 | + functions-common:_run_under_systemd:1529 : local service=n-api 2022-04-04 11:35:00.631 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-04-04 11:35:00.634 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-04-04 11:35:00.637 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-04-04 11:35:00.639 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-04-04 11:35:00.642 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2022-04-04 11:35:00.644 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2022-04-04 11:35:00.648 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-api.service 2022-04-04 11:35:00.650 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:35:00.653 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:35:00.655 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2022-04-04 11:35:00.658 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' ubuntu 2022-04-04 11:35:00.660 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@n-api.service 2022-04-04 11:35:00.662 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-04-04 11:35:00.665 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-04-04 11:35:00.667 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-04-04 11:35:00.669 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@n-api.service 2022-04-04 11:35:00.671 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-04-04 11:35:00.675 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2022-04-04 11:35:00.737 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2022-04-04 11:35:00.798 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu 2022-04-04 11:35:00.851 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-04-04 11:35:00.909 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:35:00.960 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2022-04-04 11:35:01.012 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2022-04-04 11:35:01.063 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2022-04-04 11:35:01.118 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2022-04-04 11:35:01.169 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2022-04-04 11:35:01.220 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-04-04 11:35:01.223 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2022-04-04 11:35:01.285 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-04-04 11:35:01.676 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-api.service 2022-04-04 11:35:01.690 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2022-04-04 11:35:02.076 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-api.service 2022-04-04 11:35:02.154 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:35:02.157 | + functions-common:time_stop:2309 : local name 2022-04-04 11:35:02.160 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:35:02.163 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:35:02.167 | + functions-common:time_stop:2312 : local total 2022-04-04 11:35:02.171 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:35:02.174 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:35:02.177 | + functions-common:time_stop:2316 : start_time=1649072100602 2022-04-04 11:35:02.179 | + functions-common:time_stop:2318 : [[ -z 1649072100602 ]] 2022-04-04 11:35:02.183 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:35:02.187 | + functions-common:time_stop:2321 : end_time=1649072102184 2022-04-04 11:35:02.190 | + functions-common:time_stop:2322 : elapsed_time=1582 2022-04-04 11:35:02.192 | + functions-common:time_stop:2323 : total=9834 2022-04-04 11:35:02.195 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:35:02.198 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=11416 2022-04-04 11:35:02.201 | + lib/nova:start_nova_api:887 : nova_url=http://10.222.0.43/compute/v2.1/ 2022-04-04 11:35:02.203 | + lib/nova:start_nova_api:890 : echo 'Waiting for nova-api to start...' 2022-04-04 11:35:02.203 | Waiting for nova-api to start... 2022-04-04 11:35:02.206 | + lib/nova:start_nova_api:891 : wait_for_service 60 http://10.222.0.43/compute/v2.1/ 2022-04-04 11:35:02.208 | + functions:wait_for_service:457 : local timeout=60 2022-04-04 11:35:02.211 | + functions:wait_for_service:458 : local url=http://10.222.0.43/compute/v2.1/ 2022-04-04 11:35:02.214 | + functions:wait_for_service:459 : local rval=0 2022-04-04 11:35:02.217 | + functions:wait_for_service:460 : time_start wait_for_service 2022-04-04 11:35:02.219 | + functions-common:time_start:2295 : local name=wait_for_service 2022-04-04 11:35:02.222 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:35:02.224 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:35:02.227 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:35:02.232 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072102229 2022-04-04 11:35:02.234 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-04-04 11:35:02.240 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.43/compute/v2.1/ 2022-04-04 11:35:07.999 | + :: : [[ 200 == 503 ]] 2022-04-04 11:35:08.000 | + :: : [[ 0 -eq 7 ]] 2022-04-04 11:35:08.003 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-04-04 11:35:08.005 | + functions-common:time_stop:2309 : local name 2022-04-04 11:35:08.009 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:35:08.011 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:35:08.014 | + functions-common:time_stop:2312 : local total 2022-04-04 11:35:08.016 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:35:08.019 | + functions-common:time_stop:2315 : name=wait_for_service 2022-04-04 11:35:08.021 | + functions-common:time_stop:2316 : start_time=1649072102229 2022-04-04 11:35:08.024 | + functions-common:time_stop:2318 : [[ -z 1649072102229 ]] 2022-04-04 11:35:08.027 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:35:08.031 | + functions-common:time_stop:2321 : end_time=1649072108029 2022-04-04 11:35:08.034 | + functions-common:time_stop:2322 : elapsed_time=5800 2022-04-04 11:35:08.036 | + functions-common:time_stop:2323 : total=8985 2022-04-04 11:35:08.039 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:35:08.041 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=14785 2022-04-04 11:35:08.044 | + functions:wait_for_service:467 : return 0 2022-04-04 11:35:08.046 | + lib/nova:start_nova_api:895 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:35:08.049 | + lib/nova:start_nova_api:895 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:35:08.052 | + ./stack.sh:main:1284 : is_service_enabled ovn-controller ovn-controller-vtep 2022-04-04 11:35:08.070 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:08.072 | + ./stack.sh:main:1285 : echo_summary 'Starting OVN services' 2022-04-04 11:35:08.075 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:35:08.077 | + ./stack.sh:echo_summary:432 : echo -e Starting OVN services 2022-04-04 11:35:08.080 | + ./stack.sh:main:1286 : start_ovn_services 2022-04-04 11:35:08.082 | + lib/neutron-legacy:start_ovn_services:475 : [[ openvswitch == \o\v\n ]] 2022-04-04 11:35:08.085 | + ./stack.sh:main:1289 : is_service_enabled neutron-api 2022-04-04 11:35:08.103 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:35:08.105 | + ./stack.sh:main:1292 : is_service_enabled q-svc 2022-04-04 11:35:08.123 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:08.125 | + ./stack.sh:main:1293 : echo_summary 'Starting Neutron' 2022-04-04 11:35:08.128 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:35:08.130 | + ./stack.sh:echo_summary:432 : echo -e Starting Neutron 2022-04-04 11:35:08.133 | + ./stack.sh:main:1294 : configure_neutron_after_post_config 2022-04-04 11:35:08.135 | + lib/neutron-legacy:configure_neutron_after_post_config:468 : [[ router,neutron.services.metering.metering_plugin.MeteringPlugin != '' ]] 2022-04-04 11:35:08.138 | + lib/neutron-legacy:configure_neutron_after_post_config:469 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-04-04 11:35:08.168 | + ./stack.sh:main:1295 : start_neutron_service_and_check 2022-04-04 11:35:08.171 | + lib/neutron-legacy:start_neutron_service_and_check:491 : local service_port=9696 2022-04-04 11:35:08.173 | + lib/neutron-legacy:start_neutron_service_and_check:492 : local service_protocol=http 2022-04-04 11:35:08.176 | + lib/neutron-legacy:start_neutron_service_and_check:493 : local cfg_file_options 2022-04-04 11:35:08.179 | + lib/neutron-legacy:start_neutron_service_and_check:494 : local neutron_url 2022-04-04 11:35:08.182 | ++ lib/neutron-legacy:start_neutron_service_and_check:496 : determine_config_files neutron-server 2022-04-04 11:35:08.191 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2022-04-04 11:35:08.191 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2022-04-04 11:35:08.191 | +++ lib/neutron-legacy:determine_config_files:326 : _determine_config_server 2022-04-04 11:35:08.193 | +++ lib/neutron-legacy:_determine_config_server:294 : [[ '' != '' ]] 2022-04-04 11:35:08.195 | +++ lib/neutron-legacy:_determine_config_server:301 : [[ 0 > 0 ]] 2022-04-04 11:35:08.198 | +++ lib/neutron-legacy:_determine_config_server:308 : local cfg_file 2022-04-04 11:35:08.200 | +++ lib/neutron-legacy:_determine_config_server:309 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:08.203 | +++ lib/neutron-legacy:_determine_config_server:313 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:08.205 | ++ lib/neutron-legacy:determine_config_files:326 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:08.208 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2022-04-04 11:35:08.210 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:08.213 | + lib/neutron-legacy:start_neutron_service_and_check:496 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:08.216 | + lib/neutron-legacy:start_neutron_service_and_check:498 : is_service_enabled tls-proxy 2022-04-04 11:35:08.233 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:35:08.235 | + lib/neutron-legacy:start_neutron_service_and_check:503 : '[' False == True ']' 2022-04-04 11:35:08.238 | + lib/neutron-legacy:start_neutron_service_and_check:510 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:08.243 | + functions-common:run_process:1564 : local service=q-svc 2022-04-04 11:35:08.243 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:08.246 | + functions-common:run_process:1566 : local group= 2022-04-04 11:35:08.248 | + functions-common:run_process:1567 : local user= 2022-04-04 11:35:08.251 | + functions-common:run_process:1569 : local name=q-svc 2022-04-04 11:35:08.253 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:35:08.256 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:35:08.258 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:35:08.261 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:35:08.264 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:35:08.268 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072108266 2022-04-04 11:35:08.271 | + functions-common:run_process:1572 : is_service_enabled q-svc 2022-04-04 11:35:08.287 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:08.290 | + functions-common:run_process:1573 : _run_under_systemd q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' 2022-04-04 11:35:08.292 | + functions-common:_run_under_systemd:1529 : local service=q-svc 2022-04-04 11:35:08.295 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:08.297 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:08.300 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:08.302 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:08.305 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2022-04-04 11:35:08.307 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2022-04-04 11:35:08.310 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-svc.service 2022-04-04 11:35:08.312 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:35:08.315 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:35:08.317 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2022-04-04 11:35:08.320 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-svc.service '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' ubuntu 2022-04-04 11:35:08.322 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-svc.service 2022-04-04 11:35:08.324 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:08.326 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:35:08.328 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:35:08.331 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:35:08.333 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:35:08.335 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2022-04-04 11:35:08.339 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:35:08.345 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2022-04-04 11:35:08.406 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu 2022-04-04 11:35:08.466 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:08.515 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2022-04-04 11:35:08.566 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2022-04-04 11:35:08.616 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:35:08.667 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:35:08.669 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2022-04-04 11:35:08.730 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:35:09.126 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-svc.service 2022-04-04 11:35:09.140 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2022-04-04 11:35:09.530 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-svc.service 2022-04-04 11:35:09.551 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:35:09.554 | + functions-common:time_stop:2309 : local name 2022-04-04 11:35:09.556 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:35:09.563 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:35:09.565 | + functions-common:time_stop:2312 : local total 2022-04-04 11:35:09.568 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:35:09.571 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:35:09.573 | + functions-common:time_stop:2316 : start_time=1649072108266 2022-04-04 11:35:09.575 | + functions-common:time_stop:2318 : [[ -z 1649072108266 ]] 2022-04-04 11:35:09.578 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:35:09.583 | + functions-common:time_stop:2321 : end_time=1649072109580 2022-04-04 11:35:09.586 | + functions-common:time_stop:2322 : elapsed_time=1314 2022-04-04 11:35:09.589 | + functions-common:time_stop:2323 : total=11416 2022-04-04 11:35:09.591 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:35:09.593 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=12730 2022-04-04 11:35:09.596 | + lib/neutron-legacy:start_neutron_service_and_check:511 : neutron_url=http://10.222.0.43:9696 2022-04-04 11:35:09.598 | + lib/neutron-legacy:start_neutron_service_and_check:513 : is_service_enabled tls-proxy 2022-04-04 11:35:09.616 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:35:09.618 | + lib/neutron-legacy:start_neutron_service_and_check:517 : echo 'Waiting for Neutron to start...' 2022-04-04 11:35:09.618 | Waiting for Neutron to start... 2022-04-04 11:35:09.620 | + lib/neutron-legacy:start_neutron_service_and_check:519 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.43:9696' 2022-04-04 11:35:09.623 | + lib/neutron-legacy:start_neutron_service_and_check:520 : test_with_retry 'wget --no-proxy -q -O- http://10.222.0.43:9696' 'Neutron did not start' 60 2022-04-04 11:35:09.625 | + functions-common:test_with_retry:2247 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.43:9696' 2022-04-04 11:35:09.628 | + functions-common:test_with_retry:2248 : local 'failmsg=Neutron did not start' 2022-04-04 11:35:09.630 | + functions-common:test_with_retry:2249 : local until=60 2022-04-04 11:35:09.633 | + functions-common:test_with_retry:2250 : local sleep=0.5 2022-04-04 11:35:09.635 | + functions-common:test_with_retry:2252 : time_start test_with_retry 2022-04-04 11:35:09.638 | + functions-common:time_start:2295 : local name=test_with_retry 2022-04-04 11:35:09.640 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:35:09.643 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:35:09.646 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:35:09.651 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072109648 2022-04-04 11:35:09.654 | + functions-common:test_with_retry:2253 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.222.0.43:9696; do sleep 0.5; done' 2022-04-04 11:35:15.733 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.222.0.43:9696/v2.0/"}]}]}+ functions-common:test_with_retry:2256 : time_stop test_with_retry 2022-04-04 11:35:15.736 | + functions-common:time_stop:2309 : local name 2022-04-04 11:35:15.739 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:35:15.741 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:35:15.744 | + functions-common:time_stop:2312 : local total 2022-04-04 11:35:15.746 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:35:15.749 | + functions-common:time_stop:2315 : name=test_with_retry 2022-04-04 11:35:15.751 | + functions-common:time_stop:2316 : start_time=1649072109648 2022-04-04 11:35:15.754 | + functions-common:time_stop:2318 : [[ -z 1649072109648 ]] 2022-04-04 11:35:15.757 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:35:15.762 | + functions-common:time_stop:2321 : end_time=1649072115759 2022-04-04 11:35:15.764 | + functions-common:time_stop:2322 : elapsed_time=6111 2022-04-04 11:35:15.767 | + functions-common:time_stop:2323 : total=0 2022-04-04 11:35:15.770 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:35:15.773 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=6111 2022-04-04 11:35:15.775 | + ./stack.sh:main:1300 : is_service_enabled placement 2022-04-04 11:35:15.792 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:15.795 | + ./stack.sh:main:1301 : echo_summary 'Starting Placement' 2022-04-04 11:35:15.797 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:35:15.800 | + ./stack.sh:echo_summary:432 : echo -e Starting Placement 2022-04-04 11:35:15.802 | + ./stack.sh:main:1302 : start_placement 2022-04-04 11:35:15.805 | + lib/placement:start_placement:160 : start_placement_api 2022-04-04 11:35:15.807 | + lib/placement:start_placement_api:146 : [[ uwsgi == \u\w\s\g\i ]] 2022-04-04 11:35:15.811 | ++ lib/placement:start_placement_api:147 : which uwsgi 2022-04-04 11:35:15.815 | + lib/placement:start_placement_api:147 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-04-04 11:35:15.818 | + functions-common:run_process:1564 : local service=placement-api 2022-04-04 11:35:15.821 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-04-04 11:35:15.823 | + functions-common:run_process:1566 : local group= 2022-04-04 11:35:15.825 | + functions-common:run_process:1567 : local user= 2022-04-04 11:35:15.828 | + functions-common:run_process:1569 : local name=placement-api 2022-04-04 11:35:15.830 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:35:15.833 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:35:15.836 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:35:15.838 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:35:15.841 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:35:15.846 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072115843 2022-04-04 11:35:15.848 | + functions-common:run_process:1572 : is_service_enabled placement-api 2022-04-04 11:35:15.865 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:15.868 | + functions-common:run_process:1573 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' 2022-04-04 11:35:15.870 | + functions-common:_run_under_systemd:1529 : local service=placement-api 2022-04-04 11:35:15.873 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-04-04 11:35:15.875 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-04-04 11:35:15.878 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-04-04 11:35:15.880 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-04-04 11:35:15.883 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2022-04-04 11:35:15.886 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2022-04-04 11:35:15.888 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@placement-api.service 2022-04-04 11:35:15.891 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:35:15.893 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:35:15.896 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2022-04-04 11:35:15.899 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' ubuntu 2022-04-04 11:35:15.901 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@placement-api.service 2022-04-04 11:35:15.904 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-04-04 11:35:15.906 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-04-04 11:35:15.909 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-04-04 11:35:15.911 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2022-04-04 11:35:15.913 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-04-04 11:35:15.918 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2022-04-04 11:35:15.978 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2022-04-04 11:35:16.039 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User ubuntu 2022-04-04 11:35:16.091 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-04-04 11:35:16.145 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:35:16.196 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2022-04-04 11:35:16.247 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2022-04-04 11:35:16.301 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2022-04-04 11:35:16.357 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2022-04-04 11:35:16.414 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2022-04-04 11:35:16.465 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-04-04 11:35:16.468 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2022-04-04 11:35:16.532 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-04-04 11:35:16.915 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@placement-api.service 2022-04-04 11:35:16.929 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2022-04-04 11:35:17.317 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@placement-api.service 2022-04-04 11:35:17.401 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:35:17.406 | + functions-common:time_stop:2309 : local name 2022-04-04 11:35:17.408 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:35:17.411 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:35:17.415 | + functions-common:time_stop:2312 : local total 2022-04-04 11:35:17.419 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:35:17.423 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:35:17.424 | + functions-common:time_stop:2316 : start_time=1649072115843 2022-04-04 11:35:17.426 | + functions-common:time_stop:2318 : [[ -z 1649072115843 ]] 2022-04-04 11:35:17.430 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:35:17.434 | + functions-common:time_stop:2321 : end_time=1649072117432 2022-04-04 11:35:17.437 | + functions-common:time_stop:2322 : elapsed_time=1589 2022-04-04 11:35:17.439 | + functions-common:time_stop:2323 : total=12730 2022-04-04 11:35:17.442 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:35:17.444 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=14319 2022-04-04 11:35:17.447 | + lib/placement:start_placement_api:153 : echo 'Waiting for placement-api to start...' 2022-04-04 11:35:17.447 | Waiting for placement-api to start... 2022-04-04 11:35:17.450 | + lib/placement:start_placement_api:154 : wait_for_service 60 http://10.222.0.43/placement 2022-04-04 11:35:17.452 | + functions:wait_for_service:457 : local timeout=60 2022-04-04 11:35:17.455 | + functions:wait_for_service:458 : local url=http://10.222.0.43/placement 2022-04-04 11:35:17.457 | + functions:wait_for_service:459 : local rval=0 2022-04-04 11:35:17.460 | + functions:wait_for_service:460 : time_start wait_for_service 2022-04-04 11:35:17.462 | + functions-common:time_start:2295 : local name=wait_for_service 2022-04-04 11:35:17.465 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:35:17.467 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:35:17.470 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:35:17.475 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072117472 2022-04-04 11:35:17.478 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-04-04 11:35:17.484 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.43/placement 2022-04-04 11:35:20.377 | + :: : [[ 200 == 503 ]] 2022-04-04 11:35:20.378 | + :: : [[ 0 -eq 7 ]] 2022-04-04 11:35:20.381 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-04-04 11:35:20.384 | + functions-common:time_stop:2309 : local name 2022-04-04 11:35:20.386 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:35:20.389 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:35:20.391 | + functions-common:time_stop:2312 : local total 2022-04-04 11:35:20.394 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:35:20.396 | + functions-common:time_stop:2315 : name=wait_for_service 2022-04-04 11:35:20.399 | + functions-common:time_stop:2316 : start_time=1649072117472 2022-04-04 11:35:20.401 | + functions-common:time_stop:2318 : [[ -z 1649072117472 ]] 2022-04-04 11:35:20.404 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:35:20.409 | + functions-common:time_stop:2321 : end_time=1649072120406 2022-04-04 11:35:20.412 | + functions-common:time_stop:2322 : elapsed_time=2934 2022-04-04 11:35:20.415 | + functions-common:time_stop:2323 : total=14785 2022-04-04 11:35:20.417 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:35:20.420 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=17719 2022-04-04 11:35:20.423 | + functions:wait_for_service:467 : return 0 2022-04-04 11:35:20.425 | + ./stack.sh:main:1305 : is_service_enabled neutron 2022-04-04 11:35:20.443 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:20.446 | + ./stack.sh:main:1306 : start_neutron 2022-04-04 11:35:20.448 | + lib/neutron:start_neutron:702 : is_neutron_legacy_enabled 2022-04-04 11:35:20.452 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-04 11:35:20.452 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-04-04 11:35:20.458 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-04-04 11:35:20.461 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-04-04 11:35:20.463 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync =~ ,q- ]] 2022-04-04 11:35:20.466 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-04-04 11:35:20.468 | + lib/neutron:start_neutron:704 : start_mutnauq_l2_agent 2022-04-04 11:35:20.471 | + lib/neutron-legacy:start_mutnauq_l2_agent:526 : run_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:20.474 | + functions-common:run_process:1564 : local service=q-agt 2022-04-04 11:35:20.477 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:20.479 | + functions-common:run_process:1566 : local group= 2022-04-04 11:35:20.482 | + functions-common:run_process:1567 : local user= 2022-04-04 11:35:20.484 | + functions-common:run_process:1569 : local name=q-agt 2022-04-04 11:35:20.487 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:35:20.489 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:35:20.492 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:35:20.494 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:35:20.497 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:35:20.502 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072120499 2022-04-04 11:35:20.504 | + functions-common:run_process:1572 : is_service_enabled q-agt 2022-04-04 11:35:20.521 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:20.524 | + functions-common:run_process:1573 : _run_under_systemd q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' 2022-04-04 11:35:20.526 | + functions-common:_run_under_systemd:1529 : local service=q-agt 2022-04-04 11:35:20.535 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:20.538 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:20.540 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:20.543 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:20.545 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2022-04-04 11:35:20.548 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2022-04-04 11:35:20.550 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-agt.service 2022-04-04 11:35:20.553 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:35:20.556 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:35:20.558 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2022-04-04 11:35:20.561 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-agt.service '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' ubuntu 2022-04-04 11:35:20.563 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-agt.service 2022-04-04 11:35:20.566 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:20.568 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:35:20.570 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:35:20.572 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:35:20.575 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:35:20.577 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2022-04-04 11:35:20.579 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:35:20.583 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2022-04-04 11:35:20.644 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User ubuntu 2022-04-04 11:35:20.705 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-04-04 11:35:20.755 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2022-04-04 11:35:20.806 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2022-04-04 11:35:20.861 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:35:20.911 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:35:20.914 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2022-04-04 11:35:20.974 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:35:21.373 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-agt.service 2022-04-04 11:35:21.387 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2022-04-04 11:35:21.770 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-agt.service 2022-04-04 11:35:21.792 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:35:21.794 | + functions-common:time_stop:2309 : local name 2022-04-04 11:35:21.797 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:35:21.800 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:35:21.804 | + functions-common:time_stop:2312 : local total 2022-04-04 11:35:21.807 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:35:21.810 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:35:21.812 | + functions-common:time_stop:2316 : start_time=1649072120499 2022-04-04 11:35:21.815 | + functions-common:time_stop:2318 : [[ -z 1649072120499 ]] 2022-04-04 11:35:21.818 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:35:21.823 | + functions-common:time_stop:2321 : end_time=1649072121820 2022-04-04 11:35:21.825 | + functions-common:time_stop:2322 : elapsed_time=1321 2022-04-04 11:35:21.828 | + functions-common:time_stop:2323 : total=14319 2022-04-04 11:35:21.830 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:35:21.832 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=15640 2022-04-04 11:35:21.835 | + lib/neutron-legacy:start_mutnauq_l2_agent:528 : is_provider_network 2022-04-04 11:35:21.837 | + functions-common:is_provider_network:2158 : '[' '' == True ']' 2022-04-04 11:35:21.840 | + functions-common:is_provider_network:2161 : return 1 2022-04-04 11:35:21.842 | + lib/neutron:start_neutron:705 : start_mutnauq_other_agents 2022-04-04 11:35:21.845 | + lib/neutron-legacy:start_mutnauq_other_agents:544 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-04-04 11:35:21.847 | + functions-common:run_process:1564 : local service=q-dhcp 2022-04-04 11:35:21.850 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-04-04 11:35:21.853 | + functions-common:run_process:1566 : local group= 2022-04-04 11:35:21.855 | + functions-common:run_process:1567 : local user= 2022-04-04 11:35:21.858 | + functions-common:run_process:1569 : local name=q-dhcp 2022-04-04 11:35:21.860 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:35:21.862 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:35:21.865 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:35:21.868 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:35:21.871 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:35:21.875 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072121873 2022-04-04 11:35:21.878 | + functions-common:run_process:1572 : is_service_enabled q-dhcp 2022-04-04 11:35:21.895 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:21.898 | + functions-common:run_process:1573 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' 2022-04-04 11:35:21.900 | + functions-common:_run_under_systemd:1529 : local service=q-dhcp 2022-04-04 11:35:21.903 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-04-04 11:35:21.905 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-04-04 11:35:21.907 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-04-04 11:35:21.910 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-04-04 11:35:21.913 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2022-04-04 11:35:21.916 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2022-04-04 11:35:21.918 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-dhcp.service 2022-04-04 11:35:21.920 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:35:21.923 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:35:21.925 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2022-04-04 11:35:21.928 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-dhcp.service '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' ubuntu 2022-04-04 11:35:21.931 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-dhcp.service 2022-04-04 11:35:21.933 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-04-04 11:35:21.936 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:35:21.938 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:35:21.941 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:35:21.943 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:35:21.945 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2022-04-04 11:35:21.948 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:35:21.952 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2022-04-04 11:35:22.013 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User ubuntu 2022-04-04 11:35:22.079 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-04-04 11:35:22.134 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2022-04-04 11:35:22.196 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2022-04-04 11:35:22.247 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:35:22.299 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:35:22.302 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2022-04-04 11:35:22.364 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:35:22.771 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-dhcp.service 2022-04-04 11:35:22.785 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2022-04-04 11:35:23.185 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-dhcp.service 2022-04-04 11:35:23.213 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:35:23.219 | + functions-common:time_stop:2309 : local name 2022-04-04 11:35:23.221 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:35:23.224 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:35:23.227 | + functions-common:time_stop:2312 : local total 2022-04-04 11:35:23.229 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:35:23.232 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:35:23.234 | + functions-common:time_stop:2316 : start_time=1649072121873 2022-04-04 11:35:23.236 | + functions-common:time_stop:2318 : [[ -z 1649072121873 ]] 2022-04-04 11:35:23.239 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:35:23.245 | + functions-common:time_stop:2321 : end_time=1649072123242 2022-04-04 11:35:23.247 | + functions-common:time_stop:2322 : elapsed_time=1369 2022-04-04 11:35:23.250 | + functions-common:time_stop:2323 : total=15640 2022-04-04 11:35:23.252 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:35:23.254 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=17009 2022-04-04 11:35:23.257 | + lib/neutron-legacy:start_mutnauq_other_agents:546 : is_service_enabled neutron-vpnaas 2022-04-04 11:35:23.275 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:35:23.278 | ++ lib/neutron-legacy:start_mutnauq_other_agents:549 : determine_config_files neutron-l3-agent 2022-04-04 11:35:23.281 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2022-04-04 11:35:23.283 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2022-04-04 11:35:23.286 | +++ lib/neutron-legacy:determine_config_files:327 : _determine_config_l3 2022-04-04 11:35:23.290 | +++ lib/neutron-legacy:_determine_config_l3:317 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-04-04 11:35:23.292 | +++ lib/neutron-legacy:_determine_config_l3:318 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-04-04 11:35:23.295 | ++ lib/neutron-legacy:determine_config_files:327 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-04-04 11:35:23.297 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2022-04-04 11:35:23.300 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-04-04 11:35:23.303 | + lib/neutron-legacy:start_mutnauq_other_agents:549 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-04-04 11:35:23.306 | + functions-common:run_process:1564 : local service=q-l3 2022-04-04 11:35:23.308 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-04-04 11:35:23.311 | + functions-common:run_process:1566 : local group= 2022-04-04 11:35:23.313 | + functions-common:run_process:1567 : local user= 2022-04-04 11:35:23.316 | + functions-common:run_process:1569 : local name=q-l3 2022-04-04 11:35:23.318 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:35:23.320 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:35:23.323 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:35:23.325 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:35:23.328 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:35:23.333 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072123330 2022-04-04 11:35:23.335 | + functions-common:run_process:1572 : is_service_enabled q-l3 2022-04-04 11:35:23.355 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:23.358 | + functions-common:run_process:1573 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' 2022-04-04 11:35:23.360 | + functions-common:_run_under_systemd:1529 : local service=q-l3 2022-04-04 11:35:23.363 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-04-04 11:35:23.366 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-04-04 11:35:23.368 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-04-04 11:35:23.371 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-04-04 11:35:23.373 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2022-04-04 11:35:23.376 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2022-04-04 11:35:23.379 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-l3.service 2022-04-04 11:35:23.381 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:35:23.384 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:35:23.386 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2022-04-04 11:35:23.389 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-l3.service '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' ubuntu 2022-04-04 11:35:23.391 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-l3.service 2022-04-04 11:35:23.394 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-04-04 11:35:23.396 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:35:23.399 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:35:23.401 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:35:23.404 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:35:23.406 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2022-04-04 11:35:23.409 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:35:23.415 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2022-04-04 11:35:23.482 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User ubuntu 2022-04-04 11:35:23.551 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-04-04 11:35:23.607 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2022-04-04 11:35:23.660 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2022-04-04 11:35:23.717 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:35:23.771 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:35:23.774 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2022-04-04 11:35:23.839 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:35:24.270 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-l3.service 2022-04-04 11:35:24.284 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2022-04-04 11:35:24.721 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-l3.service 2022-04-04 11:35:24.753 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:35:24.759 | + functions-common:time_stop:2309 : local name 2022-04-04 11:35:24.762 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:35:24.764 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:35:24.767 | + functions-common:time_stop:2312 : local total 2022-04-04 11:35:24.770 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:35:24.773 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:35:24.776 | + functions-common:time_stop:2316 : start_time=1649072123330 2022-04-04 11:35:24.779 | + functions-common:time_stop:2318 : [[ -z 1649072123330 ]] 2022-04-04 11:35:24.789 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:35:24.792 | + functions-common:time_stop:2321 : end_time=1649072124789 2022-04-04 11:35:24.794 | + functions-common:time_stop:2322 : elapsed_time=1459 2022-04-04 11:35:24.797 | + functions-common:time_stop:2323 : total=17009 2022-04-04 11:35:24.799 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:35:24.802 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=18468 2022-04-04 11:35:24.805 | + lib/neutron-legacy:start_mutnauq_other_agents:552 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-04-04 11:35:24.807 | + functions-common:run_process:1564 : local service=q-meta 2022-04-04 11:35:24.810 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-04-04 11:35:24.812 | + functions-common:run_process:1566 : local group= 2022-04-04 11:35:24.815 | + functions-common:run_process:1567 : local user= 2022-04-04 11:35:24.818 | + functions-common:run_process:1569 : local name=q-meta 2022-04-04 11:35:24.821 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:35:24.824 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:35:24.826 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:35:24.829 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:35:24.835 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:35:24.839 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072124835 2022-04-04 11:35:24.842 | + functions-common:run_process:1572 : is_service_enabled q-meta 2022-04-04 11:35:24.862 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:24.865 | + functions-common:run_process:1573 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' 2022-04-04 11:35:24.868 | + functions-common:_run_under_systemd:1529 : local service=q-meta 2022-04-04 11:35:24.870 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-04-04 11:35:24.873 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-04-04 11:35:24.878 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-04-04 11:35:24.881 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-04-04 11:35:24.884 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2022-04-04 11:35:24.887 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2022-04-04 11:35:24.889 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-meta.service 2022-04-04 11:35:24.892 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:35:24.895 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:35:24.898 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2022-04-04 11:35:24.901 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-meta.service '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' ubuntu 2022-04-04 11:35:24.904 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-meta.service 2022-04-04 11:35:24.907 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-04-04 11:35:24.909 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:35:24.912 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:35:24.915 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:35:24.918 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:35:24.920 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2022-04-04 11:35:24.923 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:35:24.928 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2022-04-04 11:35:25.004 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User ubuntu 2022-04-04 11:35:25.104 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-04-04 11:35:25.173 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2022-04-04 11:35:25.232 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2022-04-04 11:35:25.291 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:35:25.349 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:35:25.352 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2022-04-04 11:35:25.429 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:35:25.876 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-meta.service 2022-04-04 11:35:25.890 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2022-04-04 11:35:26.353 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-meta.service 2022-04-04 11:35:26.381 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:35:26.387 | + functions-common:time_stop:2309 : local name 2022-04-04 11:35:26.390 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:35:26.395 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:35:26.397 | + functions-common:time_stop:2312 : local total 2022-04-04 11:35:26.400 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:35:26.403 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:35:26.405 | + functions-common:time_stop:2316 : start_time=1649072124835 2022-04-04 11:35:26.416 | + functions-common:time_stop:2318 : [[ -z 1649072124835 ]] 2022-04-04 11:35:26.416 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:35:26.421 | + functions-common:time_stop:2321 : end_time=1649072126417 2022-04-04 11:35:26.425 | + functions-common:time_stop:2322 : elapsed_time=1582 2022-04-04 11:35:26.425 | + functions-common:time_stop:2323 : total=18468 2022-04-04 11:35:26.429 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:35:26.431 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=20050 2022-04-04 11:35:26.437 | + lib/neutron-legacy:start_mutnauq_other_agents:553 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-04-04 11:35:26.437 | + functions-common:run_process:1564 : local service=q-metering 2022-04-04 11:35:26.437 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-04-04 11:35:26.441 | + functions-common:run_process:1566 : local group= 2022-04-04 11:35:26.442 | + functions-common:run_process:1567 : local user= 2022-04-04 11:35:26.444 | + functions-common:run_process:1569 : local name=q-metering 2022-04-04 11:35:26.449 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:35:26.449 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:35:26.452 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:35:26.454 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:35:26.458 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:35:26.461 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072126458 2022-04-04 11:35:26.464 | + functions-common:run_process:1572 : is_service_enabled q-metering 2022-04-04 11:35:26.487 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:26.491 | + functions-common:run_process:1573 : _run_under_systemd q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' '' '' 2022-04-04 11:35:26.494 | + functions-common:_run_under_systemd:1529 : local service=q-metering 2022-04-04 11:35:26.497 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-04-04 11:35:26.499 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-04-04 11:35:26.503 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-04-04 11:35:26.506 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-04-04 11:35:26.509 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ sudo ]] 2022-04-04 11:35:26.511 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ ^/ ]] 2022-04-04 11:35:26.514 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-metering.service 2022-04-04 11:35:26.517 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:35:26.520 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:35:26.523 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ uwsgi ]] 2022-04-04 11:35:26.525 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-metering.service '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' '' ubuntu 2022-04-04 11:35:26.528 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-metering.service 2022-04-04 11:35:26.531 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-04-04 11:35:26.533 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:35:26.536 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:35:26.539 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:35:26.549 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:35:26.549 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-metering.service 2022-04-04 11:35:26.549 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:35:26.553 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Unit Description 'Devstack devstack@q-metering.service' 2022-04-04 11:35:26.630 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service User ubuntu 2022-04-04 11:35:26.704 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecStart '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-04-04 11:35:26.769 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service KillMode process 2022-04-04 11:35:26.833 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service TimeoutStopSec 300 2022-04-04 11:35:26.897 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:35:26.980 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:35:26.983 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Install WantedBy multi-user.target 2022-04-04 11:35:27.077 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:35:27.544 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-metering.service 2022-04-04 11:35:27.557 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-metering.service → /etc/systemd/system/devstack@q-metering.service. 2022-04-04 11:35:27.966 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-metering.service 2022-04-04 11:35:27.998 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:35:28.001 | + functions-common:time_stop:2309 : local name 2022-04-04 11:35:28.006 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:35:28.009 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:35:28.012 | + functions-common:time_stop:2312 : local total 2022-04-04 11:35:28.015 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:35:28.019 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:35:28.021 | + functions-common:time_stop:2316 : start_time=1649072126458 2022-04-04 11:35:28.024 | + functions-common:time_stop:2318 : [[ -z 1649072126458 ]] 2022-04-04 11:35:28.029 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:35:28.032 | + functions-common:time_stop:2321 : end_time=1649072128029 2022-04-04 11:35:28.034 | + functions-common:time_stop:2322 : elapsed_time=1571 2022-04-04 11:35:28.037 | + functions-common:time_stop:2323 : total=20050 2022-04-04 11:35:28.039 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:35:28.042 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=21621 2022-04-04 11:35:28.045 | + ./stack.sh:main:1309 : is_service_enabled q-svc 2022-04-04 11:35:28.065 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:35:28.067 | + ./stack.sh:main:1309 : [[ True == \T\r\u\e ]] 2022-04-04 11:35:28.072 | + ./stack.sh:main:1310 : echo_summary 'Creating initial neutron network elements' 2022-04-04 11:35:28.075 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:35:28.077 | + ./stack.sh:echo_summary:432 : echo -e Creating initial neutron network elements 2022-04-04 11:35:28.080 | + ./stack.sh:main:1313 : type -p neutron_plugin_create_initial_networks 2022-04-04 11:35:28.083 | + ./stack.sh:main:1316 : create_neutron_initial_network 2022-04-04 11:35:28.086 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:150 : local project_id 2022-04-04 11:35:28.091 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : oscwrap project list 2022-04-04 11:35:28.097 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : get_field 1 2022-04-04 11:35:28.097 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : grep ' demo ' 2022-04-04 11:35:28.103 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:35:28.113 | ++ functions-common:get_field:727 : read data 2022-04-04 11:35:30.693 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:30.693 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:30.693 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:30.693 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:30.868 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:35:30.871 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-04-04 11:35:30.874 | ++ functions-common:get_field:731 : field='$2' 2022-04-04 11:35:30.877 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-04-04 11:35:30.880 | ++ functions-common:get_field:733 : echo '| aac5cc5a71f543d7ab89e5088fe1833c | demo |' 2022-04-04 11:35:30.883 | ++ functions-common:get_field:727 : read data 2022-04-04 11:35:30.887 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : project_id=aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:35:30.889 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:152 : die_if_not_set 152 project_id 'Failure retrieving project_id for demo' 2022-04-04 11:35:30.892 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-04-04 11:35:30.912 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : type -p neutron_plugin_create_initial_network_profile 2022-04-04 11:35:30.915 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:159 : is_networking_extension_supported auto-allocated-topology 2022-04-04 11:35:30.918 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=auto-allocated-topology 2022-04-04 11:35:30.922 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-04-04 11:35:33.939 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:33.939 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:33.939 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:33.940 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:34.087 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:35:34.090 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2022-04-04 11:35:34.090 | address-scope 2022-04-04 11:35:34.090 | router-admin-state-down-before-update 2022-04-04 11:35:34.090 | agent 2022-04-04 11:35:34.090 | agent-resources-synced 2022-04-04 11:35:34.090 | allowed-address-pairs 2022-04-04 11:35:34.090 | auto-allocated-topology 2022-04-04 11:35:34.091 | availability_zone 2022-04-04 11:35:34.091 | availability_zone_filter 2022-04-04 11:35:34.091 | default-subnetpools 2022-04-04 11:35:34.091 | dhcp_agent_scheduler 2022-04-04 11:35:34.091 | dvr 2022-04-04 11:35:34.091 | empty-string-filtering 2022-04-04 11:35:34.091 | external-net 2022-04-04 11:35:34.091 | extra_dhcp_opt 2022-04-04 11:35:34.091 | extraroute 2022-04-04 11:35:34.091 | extraroute-atomic 2022-04-04 11:35:34.091 | filter-validation 2022-04-04 11:35:34.091 | fip-port-details 2022-04-04 11:35:34.091 | flavors 2022-04-04 11:35:34.091 | floatingip-pools 2022-04-04 11:35:34.091 | ip-substring-filtering 2022-04-04 11:35:34.091 | router 2022-04-04 11:35:34.091 | ext-gw-mode 2022-04-04 11:35:34.091 | l3-ha 2022-04-04 11:35:34.091 | l3-flavors 2022-04-04 11:35:34.091 | l3-port-ip-change-not-allowed 2022-04-04 11:35:34.091 | l3_agent_scheduler 2022-04-04 11:35:34.091 | metering 2022-04-04 11:35:34.091 | metering_source_and_destination_fields 2022-04-04 11:35:34.091 | multi-provider 2022-04-04 11:35:34.091 | net-mtu 2022-04-04 11:35:34.091 | net-mtu-writable 2022-04-04 11:35:34.091 | network_availability_zone 2022-04-04 11:35:34.091 | network-ip-availability 2022-04-04 11:35:34.091 | pagination 2022-04-04 11:35:34.091 | port-device-profile 2022-04-04 11:35:34.091 | port-mac-address-regenerate 2022-04-04 11:35:34.091 | port-numa-affinity-policy 2022-04-04 11:35:34.091 | binding 2022-04-04 11:35:34.091 | binding-extended 2022-04-04 11:35:34.091 | port-security 2022-04-04 11:35:34.091 | project-id 2022-04-04 11:35:34.092 | provider 2022-04-04 11:35:34.092 | quotas 2022-04-04 11:35:34.092 | quota_details 2022-04-04 11:35:34.092 | rbac-policies 2022-04-04 11:35:34.092 | rbac-address-group 2022-04-04 11:35:34.092 | rbac-address-scope 2022-04-04 11:35:34.092 | rbac-security-groups 2022-04-04 11:35:34.092 | rbac-subnetpool 2022-04-04 11:35:34.092 | revision-if-match 2022-04-04 11:35:34.092 | standard-attr-revisions 2022-04-04 11:35:34.092 | router_availability_zone 2022-04-04 11:35:34.092 | security-groups-normalized-cidr 2022-04-04 11:35:34.092 | port-security-groups-filtering 2022-04-04 11:35:34.092 | security-groups-remote-address-group 2022-04-04 11:35:34.092 | security-group 2022-04-04 11:35:34.092 | service-type 2022-04-04 11:35:34.092 | sorting 2022-04-04 11:35:34.092 | standard-attr-description 2022-04-04 11:35:34.092 | stateful-security-group 2022-04-04 11:35:34.092 | subnet_onboard 2022-04-04 11:35:34.092 | subnet-service-types 2022-04-04 11:35:34.092 | subnet_allocation 2022-04-04 11:35:34.092 | subnetpool-prefix-ops 2022-04-04 11:35:34.092 | standard-attr-tag 2022-04-04 11:35:34.092 | standard-attr-timestamp' 2022-04-04 11:35:34.093 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2022-04-04 11:35:34.093 | address-scope 2022-04-04 11:35:34.093 | router-admin-state-down-before-update 2022-04-04 11:35:34.093 | agent 2022-04-04 11:35:34.093 | agent-resources-synced 2022-04-04 11:35:34.093 | allowed-address-pairs 2022-04-04 11:35:34.093 | auto-allocated-topology 2022-04-04 11:35:34.093 | availability_zone 2022-04-04 11:35:34.093 | availability_zone_filter 2022-04-04 11:35:34.093 | default-subnetpools 2022-04-04 11:35:34.093 | dhcp_agent_scheduler 2022-04-04 11:35:34.093 | dvr 2022-04-04 11:35:34.093 | empty-string-filtering 2022-04-04 11:35:34.093 | external-net 2022-04-04 11:35:34.093 | extra_dhcp_opt 2022-04-04 11:35:34.093 | extraroute 2022-04-04 11:35:34.094 | extraroute-atomic 2022-04-04 11:35:34.094 | filter-validation 2022-04-04 11:35:34.094 | fip-port-details 2022-04-04 11:35:34.094 | flavors 2022-04-04 11:35:34.094 | floatingip-pools 2022-04-04 11:35:34.094 | ip-substring-filtering 2022-04-04 11:35:34.094 | router 2022-04-04 11:35:34.094 | ext-gw-mode 2022-04-04 11:35:34.094 | l3-ha 2022-04-04 11:35:34.094 | l3-flavors 2022-04-04 11:35:34.094 | l3-port-ip-change-not-allowed 2022-04-04 11:35:34.094 | l3_agent_scheduler 2022-04-04 11:35:34.094 | metering 2022-04-04 11:35:34.094 | metering_source_and_destination_fields 2022-04-04 11:35:34.094 | multi-provider 2022-04-04 11:35:34.094 | net-mtu 2022-04-04 11:35:34.094 | net-mtu-writable 2022-04-04 11:35:34.094 | network_availability_zone 2022-04-04 11:35:34.094 | network-ip-availability 2022-04-04 11:35:34.094 | pagination 2022-04-04 11:35:34.094 | port-device-profile 2022-04-04 11:35:34.094 | port-mac-address-regenerate 2022-04-04 11:35:34.094 | port-numa-affinity-policy 2022-04-04 11:35:34.094 | binding 2022-04-04 11:35:34.094 | binding-extended 2022-04-04 11:35:34.094 | port-security 2022-04-04 11:35:34.094 | project-id 2022-04-04 11:35:34.094 | provider 2022-04-04 11:35:34.094 | quotas 2022-04-04 11:35:34.094 | quota_details 2022-04-04 11:35:34.094 | rbac-policies 2022-04-04 11:35:34.094 | rbac-address-group 2022-04-04 11:35:34.094 | rbac-address-scope 2022-04-04 11:35:34.094 | rbac-security-groups 2022-04-04 11:35:34.094 | rbac-subnetpool 2022-04-04 11:35:34.094 | revision-if-match 2022-04-04 11:35:34.094 | standard-attr-revisions 2022-04-04 11:35:34.095 | router_availability_zone 2022-04-04 11:35:34.095 | security-groups-normalized-cidr 2022-04-04 11:35:34.095 | port-security-groups-filtering 2022-04-04 11:35:34.095 | security-groups-remote-address-group 2022-04-04 11:35:34.095 | security-group 2022-04-04 11:35:34.095 | service-type 2022-04-04 11:35:34.095 | sorting 2022-04-04 11:35:34.095 | standard-attr-description 2022-04-04 11:35:34.095 | stateful-security-group 2022-04-04 11:35:34.095 | subnet_onboard 2022-04-04 11:35:34.095 | subnet-service-types 2022-04-04 11:35:34.095 | subnet_allocation 2022-04-04 11:35:34.095 | subnetpool-prefix-ops 2022-04-04 11:35:34.095 | standard-attr-tag 2022-04-04 11:35:34.095 | standard-attr-timestamp =~ auto-allocated-topology ]] 2022-04-04 11:35:34.096 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2022-04-04 11:35:34.098 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ True == \T\r\u\e ]] 2022-04-04 11:35:34.101 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : [[ 4 =~ 4.* ]] 2022-04-04 11:35:34.104 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 172.20.0.0/16 --share --default -f value -c id 2022-04-04 11:35:37.163 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:37.163 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:37.163 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:37.163 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:37.312 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:35:37.316 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : SUBNETPOOL_V4_ID=432d9f4c-f12d-48cf-8d90-d18975b28ccb 2022-04-04 11:35:37.319 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : [[ 4 =~ .*6 ]] 2022-04-04 11:35:37.322 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:170 : is_provider_network 2022-04-04 11:35:37.324 | + functions-common:is_provider_network:2158 : '[' '' == True ']' 2022-04-04 11:35:37.327 | + functions-common:is_provider_network:2161 : return 1 2022-04-04 11:35:37.331 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:200 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create --project aac5cc5a71f543d7ab89e5088fe1833c private 2022-04-04 11:35:37.331 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:200 : grep ' id ' 2022-04-04 11:35:37.333 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:200 : get_field 2 2022-04-04 11:35:37.336 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:35:37.339 | ++ functions-common:get_field:727 : read data 2022-04-04 11:35:40.800 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:40.800 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:40.800 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:40.800 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:40.967 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:35:40.970 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2022-04-04 11:35:40.973 | ++ functions-common:get_field:731 : field='$3' 2022-04-04 11:35:40.976 | ++ functions-common:get_field:733 : echo '| id | 7c1c6e6c-46bf-4c1a-ac46-b6c107daf877 |' 2022-04-04 11:35:40.976 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-04-04 11:35:40.982 | ++ functions-common:get_field:727 : read data 2022-04-04 11:35:40.986 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:200 : NET_ID=7c1c6e6c-46bf-4c1a-ac46-b6c107daf877 2022-04-04 11:35:40.988 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : die_if_not_set 201 NET_ID 'Failure creating NET_ID for private aac5cc5a71f543d7ab89e5088fe1833c' 2022-04-04 11:35:40.991 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-04-04 11:35:41.008 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:203 : [[ 4 =~ 4.* ]] 2022-04-04 11:35:41.012 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : _neutron_create_private_subnet_v4 aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:35:41.015 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : local project_id=aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:35:41.017 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:253 : '[' -z 432d9f4c-f12d-48cf-8d90-d18975b28ccb ']' 2022-04-04 11:35:41.020 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : local 'subnet_params=--project aac5cc5a71f543d7ab89e5088fe1833c ' 2022-04-04 11:35:41.022 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+='--ip-version 4 ' 2022-04-04 11:35:41.024 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n 172.20.0.1 ]] 2022-04-04 11:35:41.027 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : subnet_params+='--gateway 172.20.0.1 ' 2022-04-04 11:35:41.029 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : subnet_params+='--subnet-pool 432d9f4c-f12d-48cf-8d90-d18975b28ccb ' 2022-04-04 11:35:41.032 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+=' ' 2022-04-04 11:35:41.034 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+='--network 7c1c6e6c-46bf-4c1a-ac46-b6c107daf877 private-subnet' 2022-04-04 11:35:41.036 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : local subnet_id 2022-04-04 11:35:41.041 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : grep ' id ' 2022-04-04 11:35:41.041 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --project aac5cc5a71f543d7ab89e5088fe1833c --ip-version 4 --gateway 172.20.0.1 --subnet-pool 432d9f4c-f12d-48cf-8d90-d18975b28ccb --network 7c1c6e6c-46bf-4c1a-ac46-b6c107daf877 private-subnet 2022-04-04 11:35:41.043 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : get_field 2 2022-04-04 11:35:41.046 | +++ functions-common:get_field:726 : local data field 2022-04-04 11:35:41.049 | +++ functions-common:get_field:727 : read data 2022-04-04 11:35:44.705 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:44.705 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:44.705 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:44.705 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:44.864 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:35:44.868 | +++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2022-04-04 11:35:44.870 | +++ functions-common:get_field:731 : field='$3' 2022-04-04 11:35:44.873 | +++ functions-common:get_field:733 : echo '| id | 8d1d208e-1ebe-42c5-98a9-38cb25122503 |' 2022-04-04 11:35:44.873 | +++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-04-04 11:35:44.879 | +++ functions-common:get_field:727 : read data 2022-04-04 11:35:44.883 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : subnet_id=8d1d208e-1ebe-42c5-98a9-38cb25122503 2022-04-04 11:35:44.885 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : die_if_not_set 266 subnet_id 'Failure creating private IPv4 subnet for aac5cc5a71f543d7ab89e5088fe1833c' 2022-04-04 11:35:44.888 | ++ functions-common:die_if_not_set:216 : local exitcode=0 2022-04-04 11:35:44.906 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : echo 8d1d208e-1ebe-42c5-98a9-38cb25122503 2022-04-04 11:35:44.910 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : SUBNET_ID=8d1d208e-1ebe-42c5-98a9-38cb25122503 2022-04-04 11:35:44.912 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:208 : [[ 4 =~ .*6 ]] 2022-04-04 11:35:44.915 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : is_networking_extension_supported router 2022-04-04 11:35:44.917 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=router 2022-04-04 11:35:44.921 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-04-04 11:35:47.512 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:47.512 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:47.512 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:47.512 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:47.668 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:35:47.671 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2022-04-04 11:35:47.671 | address-scope 2022-04-04 11:35:47.671 | router-admin-state-down-before-update 2022-04-04 11:35:47.671 | agent 2022-04-04 11:35:47.671 | agent-resources-synced 2022-04-04 11:35:47.671 | allowed-address-pairs 2022-04-04 11:35:47.671 | auto-allocated-topology 2022-04-04 11:35:47.671 | availability_zone 2022-04-04 11:35:47.671 | availability_zone_filter 2022-04-04 11:35:47.671 | default-subnetpools 2022-04-04 11:35:47.671 | dhcp_agent_scheduler 2022-04-04 11:35:47.671 | dvr 2022-04-04 11:35:47.671 | empty-string-filtering 2022-04-04 11:35:47.671 | external-net 2022-04-04 11:35:47.671 | extra_dhcp_opt 2022-04-04 11:35:47.671 | extraroute 2022-04-04 11:35:47.671 | extraroute-atomic 2022-04-04 11:35:47.671 | filter-validation 2022-04-04 11:35:47.671 | fip-port-details 2022-04-04 11:35:47.672 | flavors 2022-04-04 11:35:47.672 | floatingip-pools 2022-04-04 11:35:47.672 | ip-substring-filtering 2022-04-04 11:35:47.672 | router 2022-04-04 11:35:47.672 | ext-gw-mode 2022-04-04 11:35:47.672 | l3-ha 2022-04-04 11:35:47.672 | l3-flavors 2022-04-04 11:35:47.672 | l3-port-ip-change-not-allowed 2022-04-04 11:35:47.672 | l3_agent_scheduler 2022-04-04 11:35:47.672 | metering 2022-04-04 11:35:47.672 | metering_source_and_destination_fields 2022-04-04 11:35:47.672 | multi-provider 2022-04-04 11:35:47.672 | net-mtu 2022-04-04 11:35:47.672 | net-mtu-writable 2022-04-04 11:35:47.672 | network_availability_zone 2022-04-04 11:35:47.672 | network-ip-availability 2022-04-04 11:35:47.672 | pagination 2022-04-04 11:35:47.672 | port-device-profile 2022-04-04 11:35:47.672 | port-mac-address-regenerate 2022-04-04 11:35:47.672 | port-numa-affinity-policy 2022-04-04 11:35:47.672 | binding 2022-04-04 11:35:47.672 | binding-extended 2022-04-04 11:35:47.672 | port-security 2022-04-04 11:35:47.672 | project-id 2022-04-04 11:35:47.672 | provider 2022-04-04 11:35:47.672 | quotas 2022-04-04 11:35:47.672 | quota_details 2022-04-04 11:35:47.672 | rbac-policies 2022-04-04 11:35:47.672 | rbac-address-group 2022-04-04 11:35:47.672 | rbac-address-scope 2022-04-04 11:35:47.672 | rbac-security-groups 2022-04-04 11:35:47.672 | rbac-subnetpool 2022-04-04 11:35:47.672 | revision-if-match 2022-04-04 11:35:47.672 | standard-attr-revisions 2022-04-04 11:35:47.672 | router_availability_zone 2022-04-04 11:35:47.672 | security-groups-normalized-cidr 2022-04-04 11:35:47.673 | port-security-groups-filtering 2022-04-04 11:35:47.673 | security-groups-remote-address-group 2022-04-04 11:35:47.673 | security-group 2022-04-04 11:35:47.673 | service-type 2022-04-04 11:35:47.673 | sorting 2022-04-04 11:35:47.673 | standard-attr-description 2022-04-04 11:35:47.673 | stateful-security-group 2022-04-04 11:35:47.673 | subnet_onboard 2022-04-04 11:35:47.673 | subnet-service-types 2022-04-04 11:35:47.673 | subnet_allocation 2022-04-04 11:35:47.673 | subnetpool-prefix-ops 2022-04-04 11:35:47.673 | standard-attr-tag 2022-04-04 11:35:47.673 | standard-attr-timestamp' 2022-04-04 11:35:47.675 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2022-04-04 11:35:47.675 | address-scope 2022-04-04 11:35:47.675 | router-admin-state-down-before-update 2022-04-04 11:35:47.675 | agent 2022-04-04 11:35:47.675 | agent-resources-synced 2022-04-04 11:35:47.675 | allowed-address-pairs 2022-04-04 11:35:47.676 | auto-allocated-topology 2022-04-04 11:35:47.676 | availability_zone 2022-04-04 11:35:47.676 | availability_zone_filter 2022-04-04 11:35:47.676 | default-subnetpools 2022-04-04 11:35:47.676 | dhcp_agent_scheduler 2022-04-04 11:35:47.676 | dvr 2022-04-04 11:35:47.676 | empty-string-filtering 2022-04-04 11:35:47.676 | external-net 2022-04-04 11:35:47.676 | extra_dhcp_opt 2022-04-04 11:35:47.676 | extraroute 2022-04-04 11:35:47.676 | extraroute-atomic 2022-04-04 11:35:47.676 | filter-validation 2022-04-04 11:35:47.676 | fip-port-details 2022-04-04 11:35:47.676 | flavors 2022-04-04 11:35:47.676 | floatingip-pools 2022-04-04 11:35:47.676 | ip-substring-filtering 2022-04-04 11:35:47.676 | router 2022-04-04 11:35:47.676 | ext-gw-mode 2022-04-04 11:35:47.676 | l3-ha 2022-04-04 11:35:47.676 | l3-flavors 2022-04-04 11:35:47.676 | l3-port-ip-change-not-allowed 2022-04-04 11:35:47.676 | l3_agent_scheduler 2022-04-04 11:35:47.676 | metering 2022-04-04 11:35:47.676 | metering_source_and_destination_fields 2022-04-04 11:35:47.676 | multi-provider 2022-04-04 11:35:47.676 | net-mtu 2022-04-04 11:35:47.676 | net-mtu-writable 2022-04-04 11:35:47.676 | network_availability_zone 2022-04-04 11:35:47.676 | network-ip-availability 2022-04-04 11:35:47.676 | pagination 2022-04-04 11:35:47.676 | port-device-profile 2022-04-04 11:35:47.676 | port-mac-address-regenerate 2022-04-04 11:35:47.676 | port-numa-affinity-policy 2022-04-04 11:35:47.676 | binding 2022-04-04 11:35:47.676 | binding-extended 2022-04-04 11:35:47.676 | port-security 2022-04-04 11:35:47.677 | project-id 2022-04-04 11:35:47.677 | provider 2022-04-04 11:35:47.677 | quotas 2022-04-04 11:35:47.677 | quota_details 2022-04-04 11:35:47.677 | rbac-policies 2022-04-04 11:35:47.677 | rbac-address-group 2022-04-04 11:35:47.677 | rbac-address-scope 2022-04-04 11:35:47.677 | rbac-security-groups 2022-04-04 11:35:47.677 | rbac-subnetpool 2022-04-04 11:35:47.677 | revision-if-match 2022-04-04 11:35:47.677 | standard-attr-revisions 2022-04-04 11:35:47.677 | router_availability_zone 2022-04-04 11:35:47.677 | security-groups-normalized-cidr 2022-04-04 11:35:47.677 | port-security-groups-filtering 2022-04-04 11:35:47.677 | security-groups-remote-address-group 2022-04-04 11:35:47.677 | security-group 2022-04-04 11:35:47.677 | service-type 2022-04-04 11:35:47.677 | sorting 2022-04-04 11:35:47.677 | standard-attr-description 2022-04-04 11:35:47.677 | stateful-security-group 2022-04-04 11:35:47.677 | subnet_onboard 2022-04-04 11:35:47.677 | subnet-service-types 2022-04-04 11:35:47.677 | subnet_allocation 2022-04-04 11:35:47.677 | subnetpool-prefix-ops 2022-04-04 11:35:47.677 | standard-attr-tag 2022-04-04 11:35:47.677 | standard-attr-timestamp =~ router ]] 2022-04-04 11:35:47.678 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2022-04-04 11:35:47.681 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : is_networking_extension_supported external-net 2022-04-04 11:35:47.683 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=external-net 2022-04-04 11:35:47.686 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-04-04 11:35:50.650 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:50.650 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:50.650 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:50.650 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:50.806 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:35:50.809 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2022-04-04 11:35:50.809 | address-scope 2022-04-04 11:35:50.809 | router-admin-state-down-before-update 2022-04-04 11:35:50.809 | agent 2022-04-04 11:35:50.809 | agent-resources-synced 2022-04-04 11:35:50.809 | allowed-address-pairs 2022-04-04 11:35:50.809 | auto-allocated-topology 2022-04-04 11:35:50.809 | availability_zone 2022-04-04 11:35:50.809 | availability_zone_filter 2022-04-04 11:35:50.809 | default-subnetpools 2022-04-04 11:35:50.809 | dhcp_agent_scheduler 2022-04-04 11:35:50.809 | dvr 2022-04-04 11:35:50.809 | empty-string-filtering 2022-04-04 11:35:50.809 | external-net 2022-04-04 11:35:50.809 | extra_dhcp_opt 2022-04-04 11:35:50.809 | extraroute 2022-04-04 11:35:50.809 | extraroute-atomic 2022-04-04 11:35:50.809 | filter-validation 2022-04-04 11:35:50.809 | fip-port-details 2022-04-04 11:35:50.809 | flavors 2022-04-04 11:35:50.809 | floatingip-pools 2022-04-04 11:35:50.809 | ip-substring-filtering 2022-04-04 11:35:50.809 | router 2022-04-04 11:35:50.809 | ext-gw-mode 2022-04-04 11:35:50.810 | l3-ha 2022-04-04 11:35:50.810 | l3-flavors 2022-04-04 11:35:50.810 | l3-port-ip-change-not-allowed 2022-04-04 11:35:50.810 | l3_agent_scheduler 2022-04-04 11:35:50.810 | metering 2022-04-04 11:35:50.810 | metering_source_and_destination_fields 2022-04-04 11:35:50.810 | multi-provider 2022-04-04 11:35:50.810 | net-mtu 2022-04-04 11:35:50.810 | net-mtu-writable 2022-04-04 11:35:50.810 | network_availability_zone 2022-04-04 11:35:50.810 | network-ip-availability 2022-04-04 11:35:50.810 | pagination 2022-04-04 11:35:50.810 | port-device-profile 2022-04-04 11:35:50.810 | port-mac-address-regenerate 2022-04-04 11:35:50.810 | port-numa-affinity-policy 2022-04-04 11:35:50.810 | binding 2022-04-04 11:35:50.810 | binding-extended 2022-04-04 11:35:50.810 | port-security 2022-04-04 11:35:50.810 | project-id 2022-04-04 11:35:50.810 | provider 2022-04-04 11:35:50.810 | quotas 2022-04-04 11:35:50.810 | quota_details 2022-04-04 11:35:50.810 | rbac-policies 2022-04-04 11:35:50.810 | rbac-address-group 2022-04-04 11:35:50.810 | rbac-address-scope 2022-04-04 11:35:50.810 | rbac-security-groups 2022-04-04 11:35:50.810 | rbac-subnetpool 2022-04-04 11:35:50.810 | revision-if-match 2022-04-04 11:35:50.810 | standard-attr-revisions 2022-04-04 11:35:50.810 | router_availability_zone 2022-04-04 11:35:50.810 | security-groups-normalized-cidr 2022-04-04 11:35:50.810 | port-security-groups-filtering 2022-04-04 11:35:50.810 | security-groups-remote-address-group 2022-04-04 11:35:50.810 | security-group 2022-04-04 11:35:50.810 | service-type 2022-04-04 11:35:50.811 | sorting 2022-04-04 11:35:50.811 | standard-attr-description 2022-04-04 11:35:50.811 | stateful-security-group 2022-04-04 11:35:50.811 | subnet_onboard 2022-04-04 11:35:50.811 | subnet-service-types 2022-04-04 11:35:50.811 | subnet_allocation 2022-04-04 11:35:50.811 | subnetpool-prefix-ops 2022-04-04 11:35:50.811 | standard-attr-tag 2022-04-04 11:35:50.811 | standard-attr-timestamp' 2022-04-04 11:35:50.813 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2022-04-04 11:35:50.813 | address-scope 2022-04-04 11:35:50.813 | router-admin-state-down-before-update 2022-04-04 11:35:50.813 | agent 2022-04-04 11:35:50.813 | agent-resources-synced 2022-04-04 11:35:50.813 | allowed-address-pairs 2022-04-04 11:35:50.813 | auto-allocated-topology 2022-04-04 11:35:50.813 | availability_zone 2022-04-04 11:35:50.813 | availability_zone_filter 2022-04-04 11:35:50.813 | default-subnetpools 2022-04-04 11:35:50.813 | dhcp_agent_scheduler 2022-04-04 11:35:50.813 | dvr 2022-04-04 11:35:50.813 | empty-string-filtering 2022-04-04 11:35:50.813 | external-net 2022-04-04 11:35:50.813 | extra_dhcp_opt 2022-04-04 11:35:50.813 | extraroute 2022-04-04 11:35:50.813 | extraroute-atomic 2022-04-04 11:35:50.813 | filter-validation 2022-04-04 11:35:50.813 | fip-port-details 2022-04-04 11:35:50.813 | flavors 2022-04-04 11:35:50.813 | floatingip-pools 2022-04-04 11:35:50.814 | ip-substring-filtering 2022-04-04 11:35:50.814 | router 2022-04-04 11:35:50.814 | ext-gw-mode 2022-04-04 11:35:50.814 | l3-ha 2022-04-04 11:35:50.814 | l3-flavors 2022-04-04 11:35:50.814 | l3-port-ip-change-not-allowed 2022-04-04 11:35:50.814 | l3_agent_scheduler 2022-04-04 11:35:50.814 | metering 2022-04-04 11:35:50.814 | metering_source_and_destination_fields 2022-04-04 11:35:50.814 | multi-provider 2022-04-04 11:35:50.814 | net-mtu 2022-04-04 11:35:50.814 | net-mtu-writable 2022-04-04 11:35:50.814 | network_availability_zone 2022-04-04 11:35:50.814 | network-ip-availability 2022-04-04 11:35:50.814 | pagination 2022-04-04 11:35:50.814 | port-device-profile 2022-04-04 11:35:50.814 | port-mac-address-regenerate 2022-04-04 11:35:50.814 | port-numa-affinity-policy 2022-04-04 11:35:50.814 | binding 2022-04-04 11:35:50.814 | binding-extended 2022-04-04 11:35:50.814 | port-security 2022-04-04 11:35:50.814 | project-id 2022-04-04 11:35:50.814 | provider 2022-04-04 11:35:50.814 | quotas 2022-04-04 11:35:50.814 | quota_details 2022-04-04 11:35:50.814 | rbac-policies 2022-04-04 11:35:50.814 | rbac-address-group 2022-04-04 11:35:50.814 | rbac-address-scope 2022-04-04 11:35:50.814 | rbac-security-groups 2022-04-04 11:35:50.814 | rbac-subnetpool 2022-04-04 11:35:50.814 | revision-if-match 2022-04-04 11:35:50.814 | standard-attr-revisions 2022-04-04 11:35:50.814 | router_availability_zone 2022-04-04 11:35:50.814 | security-groups-normalized-cidr 2022-04-04 11:35:50.814 | port-security-groups-filtering 2022-04-04 11:35:50.815 | security-groups-remote-address-group 2022-04-04 11:35:50.815 | security-group 2022-04-04 11:35:50.815 | service-type 2022-04-04 11:35:50.815 | sorting 2022-04-04 11:35:50.815 | standard-attr-description 2022-04-04 11:35:50.815 | stateful-security-group 2022-04-04 11:35:50.815 | subnet_onboard 2022-04-04 11:35:50.815 | subnet-service-types 2022-04-04 11:35:50.815 | subnet_allocation 2022-04-04 11:35:50.815 | subnetpool-prefix-ops 2022-04-04 11:35:50.815 | standard-attr-tag 2022-04-04 11:35:50.815 | standard-attr-timestamp =~ external-net ]] 2022-04-04 11:35:50.816 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2022-04-04 11:35:50.819 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : [[ True == \T\r\u\e ]] 2022-04-04 11:35:50.823 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : oscwrap --os-cloud devstack-admin --os-region RegionOne router create --project aac5cc5a71f543d7ab89e5088fe1833c router1 2022-04-04 11:35:50.824 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : grep ' id ' 2022-04-04 11:35:50.826 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : get_field 2 2022-04-04 11:35:50.830 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:35:50.832 | ++ functions-common:get_field:727 : read data 2022-04-04 11:35:54.159 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:54.159 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:54.159 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:54.159 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:54.316 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:35:54.320 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2022-04-04 11:35:54.322 | ++ functions-common:get_field:731 : field='$3' 2022-04-04 11:35:54.325 | ++ functions-common:get_field:733 : echo '| id | d4910c93-71c2-44bc-aba6-9620dde6b8f4 |' 2022-04-04 11:35:54.326 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-04-04 11:35:54.332 | ++ functions-common:get_field:727 : read data 2022-04-04 11:35:54.336 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : ROUTER_ID=d4910c93-71c2-44bc-aba6-9620dde6b8f4 2022-04-04 11:35:54.338 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:219 : die_if_not_set 219 ROUTER_ID 'Failure creating ROUTER_ID for aac5cc5a71f543d7ab89e5088fe1833c router1' 2022-04-04 11:35:54.341 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-04-04 11:35:54.359 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:226 : EXTERNAL_NETWORK_FLAGS=--external 2022-04-04 11:35:54.362 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : is_networking_extension_supported auto-allocated-topology 2022-04-04 11:35:54.364 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=auto-allocated-topology 2022-04-04 11:35:54.367 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-04-04 11:35:56.929 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:56.929 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:56.929 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:35:56.929 | from cryptography.utils import int_from_bytes 2022-04-04 11:35:57.079 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:35:57.082 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2022-04-04 11:35:57.082 | address-scope 2022-04-04 11:35:57.082 | router-admin-state-down-before-update 2022-04-04 11:35:57.082 | agent 2022-04-04 11:35:57.082 | agent-resources-synced 2022-04-04 11:35:57.082 | allowed-address-pairs 2022-04-04 11:35:57.082 | auto-allocated-topology 2022-04-04 11:35:57.082 | availability_zone 2022-04-04 11:35:57.082 | availability_zone_filter 2022-04-04 11:35:57.082 | default-subnetpools 2022-04-04 11:35:57.082 | dhcp_agent_scheduler 2022-04-04 11:35:57.082 | dvr 2022-04-04 11:35:57.082 | empty-string-filtering 2022-04-04 11:35:57.082 | external-net 2022-04-04 11:35:57.082 | extra_dhcp_opt 2022-04-04 11:35:57.082 | extraroute 2022-04-04 11:35:57.082 | extraroute-atomic 2022-04-04 11:35:57.083 | filter-validation 2022-04-04 11:35:57.083 | fip-port-details 2022-04-04 11:35:57.083 | flavors 2022-04-04 11:35:57.083 | floatingip-pools 2022-04-04 11:35:57.083 | ip-substring-filtering 2022-04-04 11:35:57.083 | router 2022-04-04 11:35:57.083 | ext-gw-mode 2022-04-04 11:35:57.083 | l3-ha 2022-04-04 11:35:57.083 | l3-flavors 2022-04-04 11:35:57.083 | l3-port-ip-change-not-allowed 2022-04-04 11:35:57.083 | l3_agent_scheduler 2022-04-04 11:35:57.083 | metering 2022-04-04 11:35:57.083 | metering_source_and_destination_fields 2022-04-04 11:35:57.083 | multi-provider 2022-04-04 11:35:57.083 | net-mtu 2022-04-04 11:35:57.083 | net-mtu-writable 2022-04-04 11:35:57.083 | network_availability_zone 2022-04-04 11:35:57.083 | network-ip-availability 2022-04-04 11:35:57.083 | pagination 2022-04-04 11:35:57.083 | port-device-profile 2022-04-04 11:35:57.083 | port-mac-address-regenerate 2022-04-04 11:35:57.083 | port-numa-affinity-policy 2022-04-04 11:35:57.083 | binding 2022-04-04 11:35:57.083 | binding-extended 2022-04-04 11:35:57.083 | port-security 2022-04-04 11:35:57.083 | project-id 2022-04-04 11:35:57.083 | provider 2022-04-04 11:35:57.083 | quotas 2022-04-04 11:35:57.083 | quota_details 2022-04-04 11:35:57.083 | rbac-policies 2022-04-04 11:35:57.083 | rbac-address-group 2022-04-04 11:35:57.083 | rbac-address-scope 2022-04-04 11:35:57.083 | rbac-security-groups 2022-04-04 11:35:57.083 | rbac-subnetpool 2022-04-04 11:35:57.083 | revision-if-match 2022-04-04 11:35:57.083 | standard-attr-revisions 2022-04-04 11:35:57.084 | router_availability_zone 2022-04-04 11:35:57.084 | security-groups-normalized-cidr 2022-04-04 11:35:57.084 | port-security-groups-filtering 2022-04-04 11:35:57.084 | security-groups-remote-address-group 2022-04-04 11:35:57.084 | security-group 2022-04-04 11:35:57.084 | service-type 2022-04-04 11:35:57.084 | sorting 2022-04-04 11:35:57.084 | standard-attr-description 2022-04-04 11:35:57.084 | stateful-security-group 2022-04-04 11:35:57.084 | subnet_onboard 2022-04-04 11:35:57.084 | subnet-service-types 2022-04-04 11:35:57.084 | subnet_allocation 2022-04-04 11:35:57.084 | subnetpool-prefix-ops 2022-04-04 11:35:57.084 | standard-attr-tag 2022-04-04 11:35:57.084 | standard-attr-timestamp' 2022-04-04 11:35:57.085 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2022-04-04 11:35:57.086 | address-scope 2022-04-04 11:35:57.086 | router-admin-state-down-before-update 2022-04-04 11:35:57.086 | agent 2022-04-04 11:35:57.086 | agent-resources-synced 2022-04-04 11:35:57.086 | allowed-address-pairs 2022-04-04 11:35:57.086 | auto-allocated-topology 2022-04-04 11:35:57.086 | availability_zone 2022-04-04 11:35:57.086 | availability_zone_filter 2022-04-04 11:35:57.086 | default-subnetpools 2022-04-04 11:35:57.086 | dhcp_agent_scheduler 2022-04-04 11:35:57.086 | dvr 2022-04-04 11:35:57.086 | empty-string-filtering 2022-04-04 11:35:57.086 | external-net 2022-04-04 11:35:57.086 | extra_dhcp_opt 2022-04-04 11:35:57.086 | extraroute 2022-04-04 11:35:57.086 | extraroute-atomic 2022-04-04 11:35:57.086 | filter-validation 2022-04-04 11:35:57.086 | fip-port-details 2022-04-04 11:35:57.086 | flavors 2022-04-04 11:35:57.086 | floatingip-pools 2022-04-04 11:35:57.086 | ip-substring-filtering 2022-04-04 11:35:57.086 | router 2022-04-04 11:35:57.086 | ext-gw-mode 2022-04-04 11:35:57.086 | l3-ha 2022-04-04 11:35:57.086 | l3-flavors 2022-04-04 11:35:57.086 | l3-port-ip-change-not-allowed 2022-04-04 11:35:57.086 | l3_agent_scheduler 2022-04-04 11:35:57.086 | metering 2022-04-04 11:35:57.086 | metering_source_and_destination_fields 2022-04-04 11:35:57.086 | multi-provider 2022-04-04 11:35:57.086 | net-mtu 2022-04-04 11:35:57.086 | net-mtu-writable 2022-04-04 11:35:57.086 | network_availability_zone 2022-04-04 11:35:57.087 | network-ip-availability 2022-04-04 11:35:57.087 | pagination 2022-04-04 11:35:57.087 | port-device-profile 2022-04-04 11:35:57.087 | port-mac-address-regenerate 2022-04-04 11:35:57.087 | port-numa-affinity-policy 2022-04-04 11:35:57.087 | binding 2022-04-04 11:35:57.087 | binding-extended 2022-04-04 11:35:57.087 | port-security 2022-04-04 11:35:57.087 | project-id 2022-04-04 11:35:57.087 | provider 2022-04-04 11:35:57.087 | quotas 2022-04-04 11:35:57.087 | quota_details 2022-04-04 11:35:57.087 | rbac-policies 2022-04-04 11:35:57.087 | rbac-address-group 2022-04-04 11:35:57.087 | rbac-address-scope 2022-04-04 11:35:57.087 | rbac-security-groups 2022-04-04 11:35:57.087 | rbac-subnetpool 2022-04-04 11:35:57.087 | revision-if-match 2022-04-04 11:35:57.087 | standard-attr-revisions 2022-04-04 11:35:57.087 | router_availability_zone 2022-04-04 11:35:57.087 | security-groups-normalized-cidr 2022-04-04 11:35:57.087 | port-security-groups-filtering 2022-04-04 11:35:57.087 | security-groups-remote-address-group 2022-04-04 11:35:57.087 | security-group 2022-04-04 11:35:57.087 | service-type 2022-04-04 11:35:57.087 | sorting 2022-04-04 11:35:57.087 | standard-attr-description 2022-04-04 11:35:57.087 | stateful-security-group 2022-04-04 11:35:57.087 | subnet_onboard 2022-04-04 11:35:57.087 | subnet-service-types 2022-04-04 11:35:57.087 | subnet_allocation 2022-04-04 11:35:57.087 | subnetpool-prefix-ops 2022-04-04 11:35:57.087 | standard-attr-tag 2022-04-04 11:35:57.087 | standard-attr-timestamp =~ auto-allocated-topology ]] 2022-04-04 11:35:57.088 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2022-04-04 11:35:57.091 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS='--external --default' 2022-04-04 11:35:57.094 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:231 : '[' True = True ']' 2022-04-04 11:35:57.098 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : grep ' id ' 2022-04-04 11:35:57.099 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type flat --provider-physical-network physnet1 2022-04-04 11:35:57.099 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : get_field 2 2022-04-04 11:35:57.102 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:35:57.105 | ++ functions-common:get_field:727 : read data 2022-04-04 11:36:00.111 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:36:00.111 | from cryptography.utils import int_from_bytes 2022-04-04 11:36:00.111 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:36:00.111 | from cryptography.utils import int_from_bytes 2022-04-04 11:36:00.266 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:36:00.269 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2022-04-04 11:36:00.271 | ++ functions-common:get_field:731 : field='$3' 2022-04-04 11:36:00.275 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-04-04 11:36:00.275 | ++ functions-common:get_field:733 : echo '| id | 39b7bdbe-c80e-47b0-bdab-806dc0b6a2ae |' 2022-04-04 11:36:00.280 | ++ functions-common:get_field:727 : read data 2022-04-04 11:36:00.284 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : EXT_NET_ID=39b7bdbe-c80e-47b0-bdab-806dc0b6a2ae 2022-04-04 11:36:00.287 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : die_if_not_set 236 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2022-04-04 11:36:00.290 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-04-04 11:36:00.307 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:238 : [[ 4 =~ 4.* ]] 2022-04-04 11:36:00.310 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : _neutron_configure_router_v4 2022-04-04 11:36:00.312 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:322 : openstack --os-cloud devstack-admin --os-region RegionOne router add subnet d4910c93-71c2-44bc-aba6-9620dde6b8f4 8d1d208e-1ebe-42c5-98a9-38cb25122503 2022-04-04 11:36:04.869 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:36:04.869 | from cryptography.utils import int_from_bytes 2022-04-04 11:36:04.870 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:36:04.870 | from cryptography.utils import int_from_bytes 2022-04-04 11:36:05.023 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : local id_and_ext_gw_ip 2022-04-04 11:36:05.026 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : _neutron_create_public_subnet_v4 39b7bdbe-c80e-47b0-bdab-806dc0b6a2ae 2022-04-04 11:36:05.029 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local 'subnet_params=--ip-version 4 ' 2022-04-04 11:36:05.031 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : subnet_params+=' ' 2022-04-04 11:36:05.033 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : [[ -n 172.26.1.1 ]] 2022-04-04 11:36:05.035 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : subnet_params+='--gateway 172.26.1.1 ' 2022-04-04 11:36:05.038 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+='--network 39b7bdbe-c80e-47b0-bdab-806dc0b6a2ae --subnet-range 172.26.1.0/24 --no-dhcp ' 2022-04-04 11:36:05.040 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : subnet_params+=public-subnet 2022-04-04 11:36:05.042 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : local id_and_ext_gw_ip 2022-04-04 11:36:05.046 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --gateway 172.26.1.1 --network 39b7bdbe-c80e-47b0-bdab-806dc0b6a2ae --subnet-range 172.26.1.0/24 --no-dhcp public-subnet 2022-04-04 11:36:05.046 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : grep -e gateway_ip -e ' id ' 2022-04-04 11:36:08.030 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:36:08.030 | from cryptography.utils import int_from_bytes 2022-04-04 11:36:08.030 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:36:08.030 | from cryptography.utils import int_from_bytes 2022-04-04 11:36:08.196 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:36:08.199 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : id_and_ext_gw_ip='| gateway_ip | 172.26.1.1 | 2022-04-04 11:36:08.199 | | id | 21a35470-2035-42f2-8ca3-cb65aa06dc87 |' 2022-04-04 11:36:08.202 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : die_if_not_set 304 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2022-04-04 11:36:08.204 | ++ functions-common:die_if_not_set:216 : local exitcode=0 2022-04-04 11:36:08.220 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:305 : echo '|' gateway_ip '|' 172.26.1.1 '|' '|' id '|' 21a35470-2035-42f2-8ca3-cb65aa06dc87 '|' 2022-04-04 11:36:08.223 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : id_and_ext_gw_ip='| gateway_ip | 172.26.1.1 | | id | 21a35470-2035-42f2-8ca3-cb65aa06dc87 |' 2022-04-04 11:36:08.226 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : local ext_gw_ip 2022-04-04 11:36:08.230 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 2 2022-04-04 11:36:08.230 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 172.26.1.1 '|' '|' id '|' 21a35470-2035-42f2-8ca3-cb65aa06dc87 '|' 2022-04-04 11:36:08.232 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:36:08.234 | ++ functions-common:get_field:727 : read data 2022-04-04 11:36:08.237 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2022-04-04 11:36:08.239 | ++ functions-common:get_field:731 : field='$3' 2022-04-04 11:36:08.242 | ++ functions-common:get_field:733 : echo '| gateway_ip | 172.26.1.1 | | id | 21a35470-2035-42f2-8ca3-cb65aa06dc87 |' 2022-04-04 11:36:08.247 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-04-04 11:36:08.248 | ++ functions-common:get_field:727 : read data 2022-04-04 11:36:08.251 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : ext_gw_ip=172.26.1.1 2022-04-04 11:36:08.255 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : echo '|' gateway_ip '|' 172.26.1.1 '|' '|' id '|' 21a35470-2035-42f2-8ca3-cb65aa06dc87 '|' 2022-04-04 11:36:08.255 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : get_field 5 2022-04-04 11:36:08.258 | ++ functions-common:get_field:726 : local data field 2022-04-04 11:36:08.260 | ++ functions-common:get_field:727 : read data 2022-04-04 11:36:08.263 | ++ functions-common:get_field:728 : '[' 5 -lt 0 ']' 2022-04-04 11:36:08.265 | ++ functions-common:get_field:731 : field='$6' 2022-04-04 11:36:08.268 | ++ functions-common:get_field:733 : echo '| gateway_ip | 172.26.1.1 | | id | 21a35470-2035-42f2-8ca3-cb65aa06dc87 |' 2022-04-04 11:36:08.271 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2022-04-04 11:36:08.275 | ++ functions-common:get_field:727 : read data 2022-04-04 11:36:08.278 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : PUB_SUBNET_ID=21a35470-2035-42f2-8ca3-cb65aa06dc87 2022-04-04 11:36:08.280 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : openstack --os-cloud devstack-admin --os-region RegionOne router set --external-gateway 39b7bdbe-c80e-47b0-bdab-806dc0b6a2ae d4910c93-71c2-44bc-aba6-9620dde6b8f4 2022-04-04 11:36:12.411 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:36:12.411 | from cryptography.utils import int_from_bytes 2022-04-04 11:36:12.411 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:36:12.411 | from cryptography.utils import int_from_bytes 2022-04-04 11:36:12.563 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:333 : [[ openvswitch == \o\v\n ]] 2022-04-04 11:36:12.566 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:333 : is_service_enabled q-l3 neutron-l3 2022-04-04 11:36:12.582 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:12.585 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : local ext_gw_interface=none 2022-04-04 11:36:12.587 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : is_neutron_ovs_base_plugin 2022-04-04 11:36:12.590 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:17 : return 0 2022-04-04 11:36:12.593 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:337 : _neutron_get_ext_gw_interface 2022-04-04 11:36:12.596 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2022-04-04 11:36:12.598 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-data other_config:disable-in-band=true 2022-04-04 11:36:12.620 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-data 2022-04-04 11:36:12.623 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:337 : ext_gw_interface=br-data 2022-04-04 11:36:12.625 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : [[ br-data != \n\o\n\e ]] 2022-04-04 11:36:12.627 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local cidr_len=24 2022-04-04 11:36:12.629 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : local 'testcmd=ip -o link | grep -q br-data' 2022-04-04 11:36:12.632 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : test_with_retry 'ip -o link | grep -q br-data' 'br-data creation failed' 2022-04-04 11:36:12.635 | + functions-common:test_with_retry:2247 : local 'testcmd=ip -o link | grep -q br-data' 2022-04-04 11:36:12.637 | + functions-common:test_with_retry:2248 : local 'failmsg=br-data creation failed' 2022-04-04 11:36:12.639 | + functions-common:test_with_retry:2249 : local until=10 2022-04-04 11:36:12.642 | + functions-common:test_with_retry:2250 : local sleep=0.5 2022-04-04 11:36:12.644 | + functions-common:test_with_retry:2252 : time_start test_with_retry 2022-04-04 11:36:12.647 | + functions-common:time_start:2295 : local name=test_with_retry 2022-04-04 11:36:12.649 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:36:12.651 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:36:12.654 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:36:12.659 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072172656 2022-04-04 11:36:12.662 | + functions-common:test_with_retry:2253 : timeout 10 sh -c 'while ! ip -o link | grep -q br-data; do sleep 0.5; done' 2022-04-04 11:36:12.670 | + functions-common:test_with_retry:2256 : time_stop test_with_retry 2022-04-04 11:36:12.673 | + functions-common:time_stop:2309 : local name 2022-04-04 11:36:12.675 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:36:12.678 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:36:12.681 | + functions-common:time_stop:2312 : local total 2022-04-04 11:36:12.683 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:36:12.685 | + functions-common:time_stop:2315 : name=test_with_retry 2022-04-04 11:36:12.687 | + functions-common:time_stop:2316 : start_time=1649072172656 2022-04-04 11:36:12.690 | + functions-common:time_stop:2318 : [[ -z 1649072172656 ]] 2022-04-04 11:36:12.693 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:36:12.697 | + functions-common:time_stop:2321 : end_time=1649072172694 2022-04-04 11:36:12.699 | + functions-common:time_stop:2322 : elapsed_time=38 2022-04-04 11:36:12.702 | + functions-common:time_stop:2323 : total=6111 2022-04-04 11:36:12.704 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:36:12.706 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=6149 2022-04-04 11:36:12.710 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : grep -c 172.26.1.1 2022-04-04 11:36:12.711 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : ip addr show dev br-data 2022-04-04 11:36:12.720 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : [[ 0 == 0 ]] 2022-04-04 11:36:12.722 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : [[ True == \F\a\l\s\e ]] 2022-04-04 11:36:12.725 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : [[ False == \T\r\u\e ]] 2022-04-04 11:36:12.727 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : [[ True == \T\r\u\e ]] 2022-04-04 11:36:12.730 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:354 : sudo ip addr add 172.26.1.1/24 dev br-data 2022-04-04 11:36:12.743 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:355 : sudo ip link set br-data up 2022-04-04 11:36:12.759 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : awk -Fip_address '{ print $2 }' 2022-04-04 11:36:12.760 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2022-04-04 11:36:12.764 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : cut -f2 '-d'\''' 2022-04-04 11:36:12.764 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : tr '\n' ' ' 2022-04-04 11:36:14.986 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:36:14.987 | from cryptography.utils import int_from_bytes 2022-04-04 11:36:14.987 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:36:14.987 | from cryptography.utils import int_from_bytes 2022-04-04 11:36:15.147 | ++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:36:15.154 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : ROUTER_GW_IP=' 172.26.1.97 ' 2022-04-04 11:36:15.157 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:358 : die_if_not_set 358 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2022-04-04 11:36:15.160 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-04-04 11:36:15.181 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:360 : _neutron_set_router_id 2022-04-04 11:36:15.184 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2022-04-04 11:36:15.186 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:243 : [[ 4 =~ .*6 ]] 2022-04-04 11:36:15.194 | + ./stack.sh:main:1321 : is_service_enabled nova 2022-04-04 11:36:15.208 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:15.212 | + ./stack.sh:main:1322 : echo_summary 'Starting Nova' 2022-04-04 11:36:15.217 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:36:15.219 | + ./stack.sh:echo_summary:432 : echo -e Starting Nova 2022-04-04 11:36:15.223 | + ./stack.sh:main:1323 : start_nova 2022-04-04 11:36:15.228 | + lib/nova:start_nova:1069 : start_nova_rest 2022-04-04 11:36:15.229 | + lib/nova:start_nova_rest:977 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:36:15.231 | + lib/nova:start_nova_rest:978 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:36:15.234 | + lib/nova:start_nova_rest:978 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:36:15.237 | + lib/nova:start_nova_rest:980 : local api_cell_conf=/etc/nova/nova.conf 2022-04-04 11:36:15.240 | + lib/nova:start_nova_rest:981 : local compute_cell_conf=/etc/nova/nova.conf 2022-04-04 11:36:15.243 | + lib/nova:start_nova_rest:983 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-04-04 11:36:15.245 | + functions-common:run_process:1564 : local service=n-sch 2022-04-04 11:36:15.250 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-04-04 11:36:15.252 | + functions-common:run_process:1566 : local group= 2022-04-04 11:36:15.256 | + functions-common:run_process:1567 : local user= 2022-04-04 11:36:15.258 | + functions-common:run_process:1569 : local name=n-sch 2022-04-04 11:36:15.261 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:36:15.263 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:36:15.267 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:36:15.270 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:36:15.273 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:36:15.278 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072175275 2022-04-04 11:36:15.281 | + functions-common:run_process:1572 : is_service_enabled n-sch 2022-04-04 11:36:15.299 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:15.302 | + functions-common:run_process:1573 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' 2022-04-04 11:36:15.305 | + functions-common:_run_under_systemd:1529 : local service=n-sch 2022-04-04 11:36:15.308 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-04-04 11:36:15.310 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-04-04 11:36:15.313 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-04-04 11:36:15.316 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-04-04 11:36:15.319 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2022-04-04 11:36:15.321 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2022-04-04 11:36:15.324 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-sch.service 2022-04-04 11:36:15.327 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:36:15.329 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:36:15.332 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2022-04-04 11:36:15.335 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' ubuntu 2022-04-04 11:36:15.337 | + functions-common:write_user_unit_file:1446 : local service=devstack@n-sch.service 2022-04-04 11:36:15.340 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-04-04 11:36:15.343 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:36:15.346 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:36:15.349 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:36:15.351 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:36:15.354 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2022-04-04 11:36:15.356 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:36:15.361 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2022-04-04 11:36:15.429 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User ubuntu 2022-04-04 11:36:15.499 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-04-04 11:36:15.556 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2022-04-04 11:36:15.618 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2022-04-04 11:36:15.676 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:36:15.736 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:36:15.740 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2022-04-04 11:36:15.809 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:36:16.242 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-sch.service 2022-04-04 11:36:16.256 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2022-04-04 11:36:16.671 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-sch.service 2022-04-04 11:36:16.696 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:36:16.700 | + functions-common:time_stop:2309 : local name 2022-04-04 11:36:16.702 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:36:16.705 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:36:16.707 | + functions-common:time_stop:2312 : local total 2022-04-04 11:36:16.710 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:36:16.712 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:36:16.715 | + functions-common:time_stop:2316 : start_time=1649072175275 2022-04-04 11:36:16.717 | + functions-common:time_stop:2318 : [[ -z 1649072175275 ]] 2022-04-04 11:36:16.721 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:36:16.726 | + functions-common:time_stop:2321 : end_time=1649072176723 2022-04-04 11:36:16.728 | + functions-common:time_stop:2322 : elapsed_time=1448 2022-04-04 11:36:16.731 | + functions-common:time_stop:2323 : total=21621 2022-04-04 11:36:16.733 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:36:16.736 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=23069 2022-04-04 11:36:16.738 | + lib/nova:start_nova_rest:984 : '[' True == False ']' 2022-04-04 11:36:16.742 | ++ lib/nova:start_nova_rest:987 : which uwsgi 2022-04-04 11:36:16.746 | + lib/nova:start_nova_rest:987 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-04-04 11:36:16.749 | + functions-common:run_process:1564 : local service=n-api-meta 2022-04-04 11:36:16.751 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-04-04 11:36:16.754 | + functions-common:run_process:1566 : local group= 2022-04-04 11:36:16.756 | + functions-common:run_process:1567 : local user= 2022-04-04 11:36:16.758 | + functions-common:run_process:1569 : local name=n-api-meta 2022-04-04 11:36:16.761 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:36:16.763 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:36:16.766 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:36:16.768 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:36:16.772 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:36:16.778 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072176774 2022-04-04 11:36:16.781 | + functions-common:run_process:1572 : is_service_enabled n-api-meta 2022-04-04 11:36:16.799 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:16.802 | + functions-common:run_process:1573 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' 2022-04-04 11:36:16.804 | + functions-common:_run_under_systemd:1529 : local service=n-api-meta 2022-04-04 11:36:16.807 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-04-04 11:36:16.810 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-04-04 11:36:16.812 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-04-04 11:36:16.816 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-04-04 11:36:16.821 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2022-04-04 11:36:16.825 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2022-04-04 11:36:16.827 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-api-meta.service 2022-04-04 11:36:16.832 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:36:16.835 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:36:16.837 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2022-04-04 11:36:16.840 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' ubuntu 2022-04-04 11:36:16.843 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@n-api-meta.service 2022-04-04 11:36:16.845 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-04-04 11:36:16.847 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-04-04 11:36:16.851 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-04-04 11:36:16.854 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2022-04-04 11:36:16.856 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-04-04 11:36:16.861 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2022-04-04 11:36:16.925 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2022-04-04 11:36:16.986 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User ubuntu 2022-04-04 11:36:17.039 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-04-04 11:36:17.090 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:36:17.148 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2022-04-04 11:36:17.201 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2022-04-04 11:36:17.256 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2022-04-04 11:36:17.316 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2022-04-04 11:36:17.370 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2022-04-04 11:36:17.424 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-04-04 11:36:17.426 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2022-04-04 11:36:17.490 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-04-04 11:36:17.942 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-api-meta.service 2022-04-04 11:36:17.956 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2022-04-04 11:36:18.379 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-api-meta.service 2022-04-04 11:36:18.467 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:36:18.470 | + functions-common:time_stop:2309 : local name 2022-04-04 11:36:18.473 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:36:18.479 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:36:18.482 | + functions-common:time_stop:2312 : local total 2022-04-04 11:36:18.484 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:36:18.487 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:36:18.490 | + functions-common:time_stop:2316 : start_time=1649072176774 2022-04-04 11:36:18.492 | + functions-common:time_stop:2318 : [[ -z 1649072176774 ]] 2022-04-04 11:36:18.497 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:36:18.500 | + functions-common:time_stop:2321 : end_time=1649072178497 2022-04-04 11:36:18.502 | + functions-common:time_stop:2322 : elapsed_time=1723 2022-04-04 11:36:18.505 | + functions-common:time_stop:2323 : total=23069 2022-04-04 11:36:18.507 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:36:18.510 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=24792 2022-04-04 11:36:18.513 | + lib/nova:start_nova_rest:990 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:36:18.521 | + lib/nova:start_nova_rest:990 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:36:18.521 | + lib/nova:start_nova:1070 : start_nova_console_proxies 2022-04-04 11:36:18.522 | + lib/nova:start_nova_console_proxies:1005 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:36:18.525 | + lib/nova:start_nova_console_proxies:1007 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:36:18.530 | + lib/nova:start_nova_console_proxies:1007 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:36:18.532 | + lib/nova:start_nova_console_proxies:1009 : local api_cell_conf=/etc/nova/nova.conf 2022-04-04 11:36:18.535 | + lib/nova:start_nova_console_proxies:1011 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-04-04 11:36:18.538 | + lib/nova:start_nova_console_proxies:1016 : enable_nova_console_proxies 2022-04-04 11:36:18.544 | ++ lib/nova:enable_nova_console_proxies:994 : seq 1 1 2022-04-04 11:36:18.546 | + lib/nova:enable_nova_console_proxies:994 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-04-04 11:36:18.549 | + lib/nova:enable_nova_console_proxies:995 : for srv in n-novnc n-spice n-sproxy 2022-04-04 11:36:18.551 | + lib/nova:enable_nova_console_proxies:996 : is_service_enabled n-novnc 2022-04-04 11:36:18.570 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:36:18.573 | + lib/nova:enable_nova_console_proxies:995 : for srv in n-novnc n-spice n-sproxy 2022-04-04 11:36:18.575 | + lib/nova:enable_nova_console_proxies:996 : is_service_enabled n-spice 2022-04-04 11:36:18.597 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:36:18.601 | + lib/nova:enable_nova_console_proxies:995 : for srv in n-novnc n-spice n-sproxy 2022-04-04 11:36:18.601 | + lib/nova:enable_nova_console_proxies:996 : is_service_enabled n-sproxy 2022-04-04 11:36:18.622 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:36:18.628 | ++ lib/nova:start_nova_console_proxies:1017 : seq 1 1 2022-04-04 11:36:18.632 | + lib/nova:start_nova_console_proxies:1017 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-04-04 11:36:18.634 | + lib/nova:start_nova_console_proxies:1018 : local conf 2022-04-04 11:36:18.637 | ++ lib/nova:start_nova_console_proxies:1019 : conductor_conf 1 2022-04-04 11:36:18.640 | ++ lib/nova:conductor_conf:740 : local cell=1 2022-04-04 11:36:18.645 | ++ lib/nova:conductor_conf:741 : echo /etc/nova/nova_cell1.conf 2022-04-04 11:36:18.651 | + lib/nova:start_nova_console_proxies:1019 : conf=/etc/nova/nova_cell1.conf 2022-04-04 11:36:18.651 | + lib/nova:start_nova_console_proxies:1020 : run_process n-novnc-cell1 '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-04-04 11:36:18.652 | + functions-common:run_process:1564 : local service=n-novnc-cell1 2022-04-04 11:36:18.655 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-04-04 11:36:18.657 | + functions-common:run_process:1566 : local group= 2022-04-04 11:36:18.660 | + functions-common:run_process:1567 : local user= 2022-04-04 11:36:18.662 | + functions-common:run_process:1569 : local name=n-novnc-cell1 2022-04-04 11:36:18.665 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:36:18.667 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:36:18.670 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:36:18.672 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:36:18.677 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:36:18.680 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072178677 2022-04-04 11:36:18.682 | + functions-common:run_process:1572 : is_service_enabled n-novnc-cell1 2022-04-04 11:36:18.701 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:36:18.704 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:36:18.706 | + functions-common:time_stop:2309 : local name 2022-04-04 11:36:18.709 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:36:18.712 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:36:18.714 | + functions-common:time_stop:2312 : local total 2022-04-04 11:36:18.717 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:36:18.719 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:36:18.722 | + functions-common:time_stop:2316 : start_time=1649072178677 2022-04-04 11:36:18.724 | + functions-common:time_stop:2318 : [[ -z 1649072178677 ]] 2022-04-04 11:36:18.729 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:36:18.732 | + functions-common:time_stop:2321 : end_time=1649072178729 2022-04-04 11:36:18.734 | + functions-common:time_stop:2322 : elapsed_time=52 2022-04-04 11:36:18.737 | + functions-common:time_stop:2323 : total=24792 2022-04-04 11:36:18.739 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:36:18.742 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=24844 2022-04-04 11:36:18.745 | + lib/nova:start_nova_console_proxies:1021 : run_process n-spice-cell1 '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-04-04 11:36:18.748 | + functions-common:run_process:1564 : local service=n-spice-cell1 2022-04-04 11:36:18.751 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-04-04 11:36:18.753 | + functions-common:run_process:1566 : local group= 2022-04-04 11:36:18.756 | + functions-common:run_process:1567 : local user= 2022-04-04 11:36:18.759 | + functions-common:run_process:1569 : local name=n-spice-cell1 2022-04-04 11:36:18.761 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:36:18.764 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:36:18.766 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:36:18.769 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:36:18.775 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:36:18.777 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072178774 2022-04-04 11:36:18.780 | + functions-common:run_process:1572 : is_service_enabled n-spice-cell1 2022-04-04 11:36:18.801 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:36:18.804 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:36:18.809 | + functions-common:time_stop:2309 : local name 2022-04-04 11:36:18.809 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:36:18.812 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:36:18.815 | + functions-common:time_stop:2312 : local total 2022-04-04 11:36:18.818 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:36:18.820 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:36:18.823 | + functions-common:time_stop:2316 : start_time=1649072178774 2022-04-04 11:36:18.827 | + functions-common:time_stop:2318 : [[ -z 1649072178774 ]] 2022-04-04 11:36:18.832 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:36:18.836 | + functions-common:time_stop:2321 : end_time=1649072178832 2022-04-04 11:36:18.838 | + functions-common:time_stop:2322 : elapsed_time=58 2022-04-04 11:36:18.841 | + functions-common:time_stop:2323 : total=24844 2022-04-04 11:36:18.843 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:36:18.846 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=24902 2022-04-04 11:36:18.849 | + lib/nova:start_nova_console_proxies:1022 : run_process n-sproxy-cell1 '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2022-04-04 11:36:18.852 | + functions-common:run_process:1564 : local service=n-sproxy-cell1 2022-04-04 11:36:18.854 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2022-04-04 11:36:18.857 | + functions-common:run_process:1566 : local group= 2022-04-04 11:36:18.860 | + functions-common:run_process:1567 : local user= 2022-04-04 11:36:18.864 | + functions-common:run_process:1569 : local name=n-sproxy-cell1 2022-04-04 11:36:18.867 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:36:18.871 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:36:18.881 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:36:18.881 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:36:18.881 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:36:18.889 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072178882 2022-04-04 11:36:18.889 | + functions-common:run_process:1572 : is_service_enabled n-sproxy-cell1 2022-04-04 11:36:18.909 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:36:18.912 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:36:18.915 | + functions-common:time_stop:2309 : local name 2022-04-04 11:36:18.921 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:36:18.921 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:36:18.921 | + functions-common:time_stop:2312 : local total 2022-04-04 11:36:18.925 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:36:18.929 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:36:18.929 | + functions-common:time_stop:2316 : start_time=1649072178882 2022-04-04 11:36:18.932 | + functions-common:time_stop:2318 : [[ -z 1649072178882 ]] 2022-04-04 11:36:18.936 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:36:18.945 | + functions-common:time_stop:2321 : end_time=1649072178936 2022-04-04 11:36:18.945 | + functions-common:time_stop:2322 : elapsed_time=54 2022-04-04 11:36:18.945 | + functions-common:time_stop:2323 : total=24902 2022-04-04 11:36:18.949 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:36:18.953 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=24956 2022-04-04 11:36:18.953 | + lib/nova:start_nova_console_proxies:1026 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:36:18.959 | + lib/nova:start_nova_console_proxies:1026 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:36:18.959 | + lib/nova:start_nova:1071 : start_nova_conductor 2022-04-04 11:36:18.962 | + lib/nova:start_nova_conductor:1039 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-04-04 11:36:18.965 | + lib/nova:start_nova_conductor:1045 : enable_nova_fleet 2022-04-04 11:36:18.967 | + lib/nova:enable_nova_fleet:1030 : is_service_enabled n-cond 2022-04-04 11:36:18.985 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:18.989 | + lib/nova:enable_nova_fleet:1031 : enable_service n-super-cond 2022-04-04 11:36:19.048 | ++ lib/nova:enable_nova_fleet:1032 : seq 1 1 2022-04-04 11:36:19.053 | + lib/nova:enable_nova_fleet:1032 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-04-04 11:36:19.055 | + lib/nova:enable_nova_fleet:1033 : enable_service n-cond-cell1 2022-04-04 11:36:19.121 | + lib/nova:start_nova_conductor:1046 : is_service_enabled n-super-cond 2022-04-04 11:36:19.142 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:19.146 | + lib/nova:start_nova_conductor:1047 : run_process n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-04-04 11:36:19.148 | + functions-common:run_process:1564 : local service=n-super-cond 2022-04-04 11:36:19.151 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-04-04 11:36:19.153 | + functions-common:run_process:1566 : local group= 2022-04-04 11:36:19.156 | + functions-common:run_process:1567 : local user= 2022-04-04 11:36:19.159 | + functions-common:run_process:1569 : local name=n-super-cond 2022-04-04 11:36:19.161 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:36:19.164 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:36:19.167 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:36:19.170 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:36:19.175 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:36:19.178 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072179174 2022-04-04 11:36:19.181 | + functions-common:run_process:1572 : is_service_enabled n-super-cond 2022-04-04 11:36:19.201 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:19.204 | + functions-common:run_process:1573 : _run_under_systemd n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' 2022-04-04 11:36:19.206 | + functions-common:_run_under_systemd:1529 : local service=n-super-cond 2022-04-04 11:36:19.209 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-04-04 11:36:19.212 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-04-04 11:36:19.214 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-04-04 11:36:19.217 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-04-04 11:36:19.220 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2022-04-04 11:36:19.222 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2022-04-04 11:36:19.225 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-super-cond.service 2022-04-04 11:36:19.228 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:36:19.231 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:36:19.234 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2022-04-04 11:36:19.237 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@n-super-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' ubuntu 2022-04-04 11:36:19.240 | + functions-common:write_user_unit_file:1446 : local service=devstack@n-super-cond.service 2022-04-04 11:36:19.243 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-04-04 11:36:19.245 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:36:19.247 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:36:19.250 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:36:19.252 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:36:19.258 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@n-super-cond.service 2022-04-04 11:36:19.260 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:36:19.266 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Unit Description 'Devstack devstack@n-super-cond.service' 2022-04-04 11:36:19.345 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service User ubuntu 2022-04-04 11:36:19.424 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-04-04 11:36:19.483 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service KillMode process 2022-04-04 11:36:19.542 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service TimeoutStopSec 300 2022-04-04 11:36:19.601 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:36:19.657 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:36:19.657 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Install WantedBy multi-user.target 2022-04-04 11:36:19.732 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:36:20.197 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-super-cond.service 2022-04-04 11:36:20.213 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-super-cond.service → /etc/systemd/system/devstack@n-super-cond.service. 2022-04-04 11:36:20.646 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-super-cond.service 2022-04-04 11:36:20.680 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:36:20.683 | + functions-common:time_stop:2309 : local name 2022-04-04 11:36:20.686 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:36:20.689 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:36:20.692 | + functions-common:time_stop:2312 : local total 2022-04-04 11:36:20.695 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:36:20.697 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:36:20.710 | + functions-common:time_stop:2316 : start_time=1649072179174 2022-04-04 11:36:20.713 | + functions-common:time_stop:2318 : [[ -z 1649072179174 ]] 2022-04-04 11:36:20.717 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:36:20.724 | + functions-common:time_stop:2321 : end_time=1649072180720 2022-04-04 11:36:20.727 | + functions-common:time_stop:2322 : elapsed_time=1546 2022-04-04 11:36:20.731 | + functions-common:time_stop:2323 : total=24956 2022-04-04 11:36:20.735 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:36:20.739 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=26502 2022-04-04 11:36:20.744 | ++ lib/nova:start_nova_conductor:1049 : seq 1 1 2022-04-04 11:36:20.750 | + lib/nova:start_nova_conductor:1049 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-04-04 11:36:20.754 | + lib/nova:start_nova_conductor:1050 : is_service_enabled n-cond-cell1 2022-04-04 11:36:20.789 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:20.792 | + lib/nova:start_nova_conductor:1051 : local conf 2022-04-04 11:36:20.799 | ++ lib/nova:start_nova_conductor:1052 : conductor_conf 1 2022-04-04 11:36:20.804 | ++ lib/nova:conductor_conf:740 : local cell=1 2022-04-04 11:36:20.807 | ++ lib/nova:conductor_conf:741 : echo /etc/nova/nova_cell1.conf 2022-04-04 11:36:20.810 | + lib/nova:start_nova_conductor:1052 : conf=/etc/nova/nova_cell1.conf 2022-04-04 11:36:20.813 | + lib/nova:start_nova_conductor:1053 : run_process n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-04-04 11:36:20.820 | + functions-common:run_process:1564 : local service=n-cond-cell1 2022-04-04 11:36:20.824 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-04-04 11:36:20.826 | + functions-common:run_process:1566 : local group= 2022-04-04 11:36:20.829 | + functions-common:run_process:1567 : local user= 2022-04-04 11:36:20.833 | + functions-common:run_process:1569 : local name=n-cond-cell1 2022-04-04 11:36:20.838 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:36:20.842 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:36:20.846 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:36:20.849 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:36:20.858 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:36:20.863 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072180859 2022-04-04 11:36:20.870 | + functions-common:run_process:1572 : is_service_enabled n-cond-cell1 2022-04-04 11:36:20.910 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:20.915 | + functions-common:run_process:1573 : _run_under_systemd n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' '' 2022-04-04 11:36:20.919 | + functions-common:_run_under_systemd:1529 : local service=n-cond-cell1 2022-04-04 11:36:20.926 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-04-04 11:36:20.934 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-04-04 11:36:20.942 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-04-04 11:36:20.950 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-04-04 11:36:20.958 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ sudo ]] 2022-04-04 11:36:20.966 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ ^/ ]] 2022-04-04 11:36:20.975 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-cond-cell1.service 2022-04-04 11:36:20.982 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:36:20.991 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:36:20.995 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ uwsgi ]] 2022-04-04 11:36:21.002 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@n-cond-cell1.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' ubuntu 2022-04-04 11:36:21.009 | + functions-common:write_user_unit_file:1446 : local service=devstack@n-cond-cell1.service 2022-04-04 11:36:21.015 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-04-04 11:36:21.019 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:36:21.023 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:36:21.030 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:36:21.038 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:36:21.046 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@n-cond-cell1.service 2022-04-04 11:36:21.054 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:36:21.070 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Unit Description 'Devstack devstack@n-cond-cell1.service' 2022-04-04 11:36:21.218 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service User ubuntu 2022-04-04 11:36:21.346 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-04-04 11:36:21.407 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service KillMode process 2022-04-04 11:36:21.473 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service TimeoutStopSec 300 2022-04-04 11:36:21.550 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:36:21.621 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:36:21.621 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Install WantedBy multi-user.target 2022-04-04 11:36:21.693 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:36:22.170 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-cond-cell1.service 2022-04-04 11:36:22.185 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond-cell1.service → /etc/systemd/system/devstack@n-cond-cell1.service. 2022-04-04 11:36:22.639 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-cond-cell1.service 2022-04-04 11:36:22.670 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:36:22.677 | + functions-common:time_stop:2309 : local name 2022-04-04 11:36:22.681 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:36:22.685 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:36:22.688 | + functions-common:time_stop:2312 : local total 2022-04-04 11:36:22.694 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:36:22.698 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:36:22.705 | + functions-common:time_stop:2316 : start_time=1649072180859 2022-04-04 11:36:22.709 | + functions-common:time_stop:2318 : [[ -z 1649072180859 ]] 2022-04-04 11:36:22.711 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:36:22.722 | + functions-common:time_stop:2321 : end_time=1649072182713 2022-04-04 11:36:22.729 | + functions-common:time_stop:2322 : elapsed_time=1854 2022-04-04 11:36:22.737 | + functions-common:time_stop:2323 : total=26502 2022-04-04 11:36:22.745 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:36:22.754 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=28356 2022-04-04 11:36:22.762 | + lib/nova:start_nova:1072 : start_nova_compute 2022-04-04 11:36:22.770 | + lib/nova:start_nova_compute:902 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:36:22.778 | + lib/nova:start_nova_compute:903 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:36:22.786 | + lib/nova:start_nova_compute:903 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:36:22.794 | + lib/nova:start_nova_compute:905 : local compute_cell_conf=/etc/nova/nova.conf 2022-04-04 11:36:22.802 | + lib/nova:start_nova_compute:908 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2022-04-04 11:36:22.810 | + lib/nova:start_nova_compute:910 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2022-04-04 11:36:22.815 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-04-04 11:36:22.819 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-04-04 11:36:22.821 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2022-04-04 11:36:22.824 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-04-04 11:36:22.831 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2022-04-04 11:36:22.838 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2022-04-04 11:36:22.846 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2022-04-04 11:36:22.854 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2022-04-04 11:36:22.860 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2022-04-04 11:36:22.861 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2022-04-04 11:36:22.861 | BEGIN { 2022-04-04 11:36:22.861 | section = "" 2022-04-04 11:36:22.861 | last_section = "" 2022-04-04 11:36:22.861 | section_count = 0 2022-04-04 11:36:22.861 | } 2022-04-04 11:36:22.861 | /^\[.+\]/ { 2022-04-04 11:36:22.861 | gsub("[][]", "", $1); 2022-04-04 11:36:22.861 | section=$1 2022-04-04 11:36:22.861 | next 2022-04-04 11:36:22.861 | } 2022-04-04 11:36:22.861 | /^ *\#/ { 2022-04-04 11:36:22.861 | next 2022-04-04 11:36:22.861 | } 2022-04-04 11:36:22.861 | /^[^ \t]+/ { 2022-04-04 11:36:22.861 | # get offset of first = in $0 2022-04-04 11:36:22.862 | eq_idx = index($0, "=") 2022-04-04 11:36:22.862 | # extract attr & value from $0 2022-04-04 11:36:22.862 | attr = substr($0, 1, eq_idx - 1) 2022-04-04 11:36:22.862 | value = substr($0, eq_idx + 1) 2022-04-04 11:36:22.862 | # only need to strip trailing whitespace from attr 2022-04-04 11:36:22.862 | sub(/[ \t]*$/, "", attr) 2022-04-04 11:36:22.862 | # need to strip leading & trailing whitespace from value 2022-04-04 11:36:22.862 | sub(/^[ \t]*/, "", value) 2022-04-04 11:36:22.862 | sub(/[ \t]*$/, "", value) 2022-04-04 11:36:22.862 | 2022-04-04 11:36:22.862 | # cfg_attr_count: number of config lines per [section, attr] 2022-04-04 11:36:22.862 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-04-04 11:36:22.862 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-04-04 11:36:22.862 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-04-04 11:36:22.862 | if (! (section, attr) in cfg_attr_count) { 2022-04-04 11:36:22.862 | if (section != last_section) { 2022-04-04 11:36:22.862 | cfg_section[section_count++] = section 2022-04-04 11:36:22.862 | last_section = section 2022-04-04 11:36:22.862 | } 2022-04-04 11:36:22.862 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-04-04 11:36:22.862 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-04-04 11:36:22.862 | 2022-04-04 11:36:22.862 | cfg_attr[section, attr, 0] = value 2022-04-04 11:36:22.862 | cfg_attr_count[section, attr] = 1 2022-04-04 11:36:22.862 | } else { 2022-04-04 11:36:22.862 | lno = cfg_attr_count[section, attr]++ 2022-04-04 11:36:22.862 | cfg_attr[section, attr, lno] = value 2022-04-04 11:36:22.862 | } 2022-04-04 11:36:22.862 | } 2022-04-04 11:36:22.862 | END { 2022-04-04 11:36:22.862 | # Process each section in order 2022-04-04 11:36:22.862 | for (sno = 0; sno < section_count; sno++) { 2022-04-04 11:36:22.862 | section = cfg_section[sno] 2022-04-04 11:36:22.863 | # The ini routines simply append a config item immediately 2022-04-04 11:36:22.863 | # after the section header. To keep the same order as defined 2022-04-04 11:36:22.863 | # in local.conf, invoke the ini routines in the reverse order 2022-04-04 11:36:22.863 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-04-04 11:36:22.863 | attr = cfg_sec_attr_name[sno, attr_no] 2022-04-04 11:36:22.863 | if (cfg_attr_count[section, attr] == 1) 2022-04-04 11:36:22.863 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-04-04 11:36:22.863 | else { 2022-04-04 11:36:22.863 | # For multiline, invoke the ini routines in the reverse order 2022-04-04 11:36:22.863 | count = cfg_attr_count[section, attr] 2022-04-04 11:36:22.863 | print "inidelete " configfile " " section " " attr 2022-04-04 11:36:22.863 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-04-04 11:36:22.863 | for (l = count -2; l >= 0; l--) 2022-04-04 11:36:22.863 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-04-04 11:36:22.863 | } 2022-04-04 11:36:22.863 | } 2022-04-04 11:36:22.863 | } 2022-04-04 11:36:22.863 | } 2022-04-04 11:36:22.863 | + inc/meta-config:merge_config_file:164 : read a 2022-04-04 11:36:22.863 | ' 2022-04-04 11:36:22.866 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-04-04 11:36:22.873 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-04-04 11:36:22.878 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-04-04 11:36:22.887 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2022-04-04 11:36:22.893 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-04-04 11:36:22.902 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2022-04-04 11:36:22.914 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2022-04-04 11:36:22.914 | BEGIN { group = "" } 2022-04-04 11:36:22.914 | /^\[\[.+\|.*\]\]/ { 2022-04-04 11:36:22.914 | gsub("[][]", "", $1); 2022-04-04 11:36:22.914 | split($1, a, "|"); 2022-04-04 11:36:22.914 | if (a[1] == matchgroup && a[2] == configfile) { 2022-04-04 11:36:22.914 | group=a[1] 2022-04-04 11:36:22.914 | } else { 2022-04-04 11:36:22.914 | group="" 2022-04-04 11:36:22.914 | } 2022-04-04 11:36:22.914 | next 2022-04-04 11:36:22.914 | } 2022-04-04 11:36:22.914 | { 2022-04-04 11:36:22.914 | if (group != "") 2022-04-04 11:36:22.914 | print $0 2022-04-04 11:36:22.914 | } 2022-04-04 11:36:22.914 | ' /home/ubuntu/devstack/local.conf 2022-04-04 11:36:22.929 | + lib/nova:start_nova_compute:912 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-04-04 11:36:22.932 | + lib/nova:start_nova_compute:919 : iniset /etc/nova/nova-cpu.conf workarounds disable_group_policy_check_upcall True 2022-04-04 11:36:22.986 | + lib/nova:start_nova_compute:922 : iniset /etc/nova/nova-cpu.conf filter_scheduler track_instance_changes False 2022-04-04 11:36:23.046 | + lib/nova:start_nova_compute:923 : iniset_rpc_backend nova /etc/nova/nova-cpu.conf DEFAULT nova_cell1 2022-04-04 11:36:23.053 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-04-04 11:36:23.064 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova-cpu.conf 2022-04-04 11:36:23.070 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-04-04 11:36:23.075 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-04-04 11:36:23.079 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-04-04 11:36:23.113 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:23.117 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-04-04 11:36:23.126 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-04-04 11:36:23.133 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-04-04 11:36:23.186 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:23.194 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/nova_cell1 2022-04-04 11:36:23.200 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova-cpu.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/nova_cell1 2022-04-04 11:36:23.262 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-04-04 11:36:23.274 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-04-04 11:36:23.277 | + lib/nova:start_nova_compute:927 : inidelete /etc/nova/nova-cpu.conf database connection 2022-04-04 11:36:23.309 | + lib/nova:start_nova_compute:928 : inidelete /etc/nova/nova-cpu.conf api_database connection 2022-04-04 11:36:23.347 | + lib/nova:start_nova_compute:933 : configure_console_compute 2022-04-04 11:36:23.351 | + lib/nova:configure_console_compute:622 : local offset 2022-04-04 11:36:23.355 | + lib/nova:configure_console_compute:623 : offset=0 2022-04-04 11:36:23.357 | + lib/nova:configure_console_compute:627 : local default_proxyclient_addr 2022-04-04 11:36:23.363 | ++ lib/nova:configure_console_compute:628 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2022-04-04 11:36:23.391 | + lib/nova:configure_console_compute:628 : default_proxyclient_addr=10.222.0.43 2022-04-04 11:36:23.396 | + lib/nova:configure_console_compute:632 : is_service_enabled n-cpu 2022-04-04 11:36:23.421 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:36:23.424 | + lib/nova:configure_console_compute:648 : is_service_enabled n-novnc 2022-04-04 11:36:23.457 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:36:23.463 | + lib/nova:configure_console_compute:648 : '[' False '!=' False ']' 2022-04-04 11:36:23.466 | + lib/nova:configure_console_compute:656 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2022-04-04 11:36:23.531 | + lib/nova:configure_console_compute:659 : is_service_enabled n-spice 2022-04-04 11:36:23.564 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:36:23.569 | + lib/nova:configure_console_compute:669 : is_service_enabled n-sproxy 2022-04-04 11:36:23.614 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:36:23.626 | + lib/nova:start_nova_compute:936 : '[' -n '' ']' 2022-04-04 11:36:23.636 | + lib/nova:start_nova_compute:941 : [[ libvirt == \l\i\b\v\i\r\t ]] 2022-04-04 11:36:23.646 | + lib/nova:start_nova_compute:941 : [[ kvm == \q\e\m\u ]] 2022-04-04 11:36:23.651 | + lib/nova:start_nova_compute:945 : [[ libvirt = \l\i\b\v\i\r\t ]] 2022-04-04 11:36:23.667 | + lib/nova:start_nova_compute:949 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt 2022-04-04 11:36:23.673 | + functions-common:run_process:1564 : local service=n-cpu 2022-04-04 11:36:23.673 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2022-04-04 11:36:23.686 | + functions-common:run_process:1566 : local group=libvirt 2022-04-04 11:36:23.698 | + functions-common:run_process:1567 : local user= 2022-04-04 11:36:23.700 | + functions-common:run_process:1569 : local name=n-cpu 2022-04-04 11:36:23.703 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:36:23.705 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:36:23.709 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:36:23.711 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:36:23.717 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:36:23.724 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072183716 2022-04-04 11:36:23.727 | + functions-common:run_process:1572 : is_service_enabled n-cpu 2022-04-04 11:36:23.750 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:36:23.753 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:36:23.755 | + functions-common:time_stop:2309 : local name 2022-04-04 11:36:23.758 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:36:23.760 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:36:23.763 | + functions-common:time_stop:2312 : local total 2022-04-04 11:36:23.765 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:36:23.768 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:36:23.771 | + functions-common:time_stop:2316 : start_time=1649072183716 2022-04-04 11:36:23.774 | + functions-common:time_stop:2318 : [[ -z 1649072183716 ]] 2022-04-04 11:36:23.779 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:36:23.784 | + functions-common:time_stop:2321 : end_time=1649072183781 2022-04-04 11:36:23.787 | + functions-common:time_stop:2322 : elapsed_time=65 2022-04-04 11:36:23.790 | + functions-common:time_stop:2323 : total=28356 2022-04-04 11:36:23.792 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:36:23.795 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=28421 2022-04-04 11:36:23.797 | + lib/nova:start_nova_compute:971 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:36:23.800 | + lib/nova:start_nova_compute:971 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-04-04 11:36:23.803 | + lib/nova:start_nova:1073 : is_service_enabled n-api 2022-04-04 11:36:23.822 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:23.825 | + lib/nova:start_nova:1075 : echo 'Dumping cells_v2 mapping' 2022-04-04 11:36:23.825 | Dumping cells_v2 mapping 2022-04-04 11:36:23.827 | + lib/nova:start_nova:1076 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2022-04-04 11:36:27.320 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:36:27.320 | from cryptography.utils import int_from_bytes 2022-04-04 11:36:27.320 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:36:27.320 | from cryptography.utils import int_from_bytes 2022-04-04 11:36:27.320 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2022-04-04 11:36:27.320 | | Name | UUID | Transport URL | Database Connection | Disabled | 2022-04-04 11:36:27.320 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2022-04-04 11:36:27.320 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8 | False | 2022-04-04 11:36:27.320 | | cell1 | 72351bc7-fba9-45a3-9876-a1157de3bb44 | rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/nova_cell1 | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8 | False | 2022-04-04 11:36:27.321 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2022-04-04 11:36:27.725 | + ./stack.sh:main:1324 : async_runfunc create_flavors 2022-04-04 11:36:27.728 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2022-04-04 11:36:27.789 | + inc/async:async_inner:63 : create_flavors 2022-04-04 11:36:27.829 | [17761 Async create_flavors:115946]: running: create_flavors 2022-04-04 11:36:27.831 | + ./stack.sh:main:1326 : is_service_enabled cinder 2022-04-04 11:36:27.849 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:27.852 | + ./stack.sh:main:1327 : echo_summary 'Starting Cinder' 2022-04-04 11:36:27.854 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:36:27.857 | + ./stack.sh:echo_summary:432 : echo -e Starting Cinder 2022-04-04 11:36:27.859 | + ./stack.sh:main:1328 : start_cinder 2022-04-04 11:36:27.862 | + lib/cinder:start_cinder:505 : local service_port=8776 2022-04-04 11:36:27.865 | + lib/cinder:start_cinder:506 : local service_protocol=http 2022-04-04 11:36:27.867 | + lib/cinder:start_cinder:507 : local cinder_url 2022-04-04 11:36:27.870 | + lib/cinder:start_cinder:508 : is_service_enabled tls-proxy 2022-04-04 11:36:27.886 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:36:27.889 | + lib/cinder:start_cinder:512 : '[' lioadm = tgtadm ']' 2022-04-04 11:36:27.891 | + lib/cinder:start_cinder:532 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync,n-super-cond,n-cond-cell1 =~ c-api ]] 2022-04-04 11:36:27.894 | + lib/cinder:start_cinder:533 : '[' True == False ']' 2022-04-04 11:36:27.898 | ++ lib/cinder:start_cinder:541 : which uwsgi 2022-04-04 11:36:27.902 | + lib/cinder:start_cinder:541 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-04-04 11:36:27.905 | + functions-common:run_process:1564 : local service=c-api 2022-04-04 11:36:27.908 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-04-04 11:36:27.910 | + functions-common:run_process:1566 : local group= 2022-04-04 11:36:27.913 | + functions-common:run_process:1567 : local user= 2022-04-04 11:36:27.916 | + functions-common:run_process:1569 : local name=c-api 2022-04-04 11:36:27.918 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:36:27.921 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:36:27.923 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:36:27.926 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:36:27.930 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:36:27.934 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072187931 2022-04-04 11:36:27.937 | + functions-common:run_process:1572 : is_service_enabled c-api 2022-04-04 11:36:27.955 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:27.957 | + functions-common:run_process:1573 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' 2022-04-04 11:36:27.960 | + functions-common:_run_under_systemd:1529 : local service=c-api 2022-04-04 11:36:27.964 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-04-04 11:36:27.967 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-04-04 11:36:27.969 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-04-04 11:36:27.972 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-04-04 11:36:27.974 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2022-04-04 11:36:27.977 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2022-04-04 11:36:27.980 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@c-api.service 2022-04-04 11:36:27.982 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:36:27.985 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:36:27.987 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2022-04-04 11:36:27.990 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' ubuntu 2022-04-04 11:36:27.993 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@c-api.service 2022-04-04 11:36:27.995 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-04-04 11:36:27.997 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-04-04 11:36:27.999 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-04-04 11:36:28.001 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@c-api.service 2022-04-04 11:36:28.004 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-04-04 11:36:28.008 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2022-04-04 11:36:28.073 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2022-04-04 11:36:28.137 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User ubuntu 2022-04-04 11:36:28.195 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-04-04 11:36:28.247 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:36:28.300 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2022-04-04 11:36:28.352 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2022-04-04 11:36:28.407 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2022-04-04 11:36:28.459 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2022-04-04 11:36:28.512 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2022-04-04 11:36:28.565 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-04-04 11:36:28.568 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2022-04-04 11:36:28.631 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-04-04 11:36:29.053 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@c-api.service 2022-04-04 11:36:29.068 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2022-04-04 11:36:29.498 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@c-api.service 2022-04-04 11:36:29.581 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:36:29.584 | + functions-common:time_stop:2309 : local name 2022-04-04 11:36:29.587 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:36:29.591 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:36:29.595 | + functions-common:time_stop:2312 : local total 2022-04-04 11:36:29.600 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:36:29.603 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:36:29.606 | + functions-common:time_stop:2316 : start_time=1649072187931 2022-04-04 11:36:29.608 | + functions-common:time_stop:2318 : [[ -z 1649072187931 ]] 2022-04-04 11:36:29.614 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:36:29.617 | + functions-common:time_stop:2321 : end_time=1649072189613 2022-04-04 11:36:29.619 | + functions-common:time_stop:2322 : elapsed_time=1682 2022-04-04 11:36:29.622 | + functions-common:time_stop:2323 : total=28421 2022-04-04 11:36:29.625 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:36:29.627 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=30103 2022-04-04 11:36:29.630 | + lib/cinder:start_cinder:542 : cinder_url=http://10.222.0.43/volume/v3 2022-04-04 11:36:29.632 | + lib/cinder:start_cinder:546 : echo 'Waiting for Cinder API to start...' 2022-04-04 11:36:29.633 | Waiting for Cinder API to start... 2022-04-04 11:36:29.635 | + lib/cinder:start_cinder:547 : wait_for_service 60 http://10.222.0.43/volume/v3 2022-04-04 11:36:29.638 | + functions:wait_for_service:457 : local timeout=60 2022-04-04 11:36:29.641 | + functions:wait_for_service:458 : local url=http://10.222.0.43/volume/v3 2022-04-04 11:36:29.644 | + functions:wait_for_service:459 : local rval=0 2022-04-04 11:36:29.647 | + functions:wait_for_service:460 : time_start wait_for_service 2022-04-04 11:36:29.650 | + functions-common:time_start:2295 : local name=wait_for_service 2022-04-04 11:36:29.652 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:36:29.655 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:36:29.661 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:36:29.664 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072189660 2022-04-04 11:36:29.667 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-04-04 11:36:29.674 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.43/volume/v3 2022-04-04 11:36:33.985 | + :: : [[ 401 == 503 ]] 2022-04-04 11:36:33.987 | + :: : [[ 0 -eq 7 ]] 2022-04-04 11:36:33.990 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-04-04 11:36:33.995 | + functions-common:time_stop:2309 : local name 2022-04-04 11:36:33.997 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:36:34.000 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:36:34.002 | + functions-common:time_stop:2312 : local total 2022-04-04 11:36:34.005 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:36:34.008 | + functions-common:time_stop:2315 : name=wait_for_service 2022-04-04 11:36:34.010 | + functions-common:time_stop:2316 : start_time=1649072189660 2022-04-04 11:36:34.012 | + functions-common:time_stop:2318 : [[ -z 1649072189660 ]] 2022-04-04 11:36:34.016 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:36:34.021 | + functions-common:time_stop:2321 : end_time=1649072194018 2022-04-04 11:36:34.023 | + functions-common:time_stop:2322 : elapsed_time=4358 2022-04-04 11:36:34.026 | + functions-common:time_stop:2323 : total=17719 2022-04-04 11:36:34.028 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:36:34.031 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=22077 2022-04-04 11:36:34.033 | + functions:wait_for_service:467 : return 0 2022-04-04 11:36:34.036 | + lib/cinder:start_cinder:551 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:34.039 | + functions-common:run_process:1564 : local service=c-sch 2022-04-04 11:36:34.041 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:34.043 | + functions-common:run_process:1566 : local group= 2022-04-04 11:36:34.046 | + functions-common:run_process:1567 : local user= 2022-04-04 11:36:34.048 | + functions-common:run_process:1569 : local name=c-sch 2022-04-04 11:36:34.051 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:36:34.053 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:36:34.056 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:36:34.058 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:36:34.061 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:36:34.066 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072194063 2022-04-04 11:36:34.071 | + functions-common:run_process:1572 : is_service_enabled c-sch 2022-04-04 11:36:34.089 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:34.094 | + functions-common:run_process:1573 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' 2022-04-04 11:36:34.097 | + functions-common:_run_under_systemd:1529 : local service=c-sch 2022-04-04 11:36:34.100 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:34.102 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:34.105 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:34.107 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:34.110 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2022-04-04 11:36:34.112 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2022-04-04 11:36:34.115 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@c-sch.service 2022-04-04 11:36:34.117 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:36:34.121 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:36:34.123 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2022-04-04 11:36:34.126 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' ubuntu 2022-04-04 11:36:34.128 | + functions-common:write_user_unit_file:1446 : local service=devstack@c-sch.service 2022-04-04 11:36:34.131 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:34.133 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:36:34.136 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:36:34.138 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:36:34.141 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:36:34.143 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2022-04-04 11:36:34.146 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:36:34.151 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2022-04-04 11:36:34.220 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User ubuntu 2022-04-04 11:36:34.290 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:34.345 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2022-04-04 11:36:34.397 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2022-04-04 11:36:34.449 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:36:34.503 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:36:34.506 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2022-04-04 11:36:34.570 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:36:35.005 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@c-sch.service 2022-04-04 11:36:35.019 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2022-04-04 11:36:35.468 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@c-sch.service 2022-04-04 11:36:35.493 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:36:35.497 | + functions-common:time_stop:2309 : local name 2022-04-04 11:36:35.499 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:36:35.502 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:36:35.504 | + functions-common:time_stop:2312 : local total 2022-04-04 11:36:35.507 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:36:35.515 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:36:35.515 | + functions-common:time_stop:2316 : start_time=1649072194063 2022-04-04 11:36:35.515 | + functions-common:time_stop:2318 : [[ -z 1649072194063 ]] 2022-04-04 11:36:35.518 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:36:35.523 | + functions-common:time_stop:2321 : end_time=1649072195520 2022-04-04 11:36:35.525 | + functions-common:time_stop:2322 : elapsed_time=1457 2022-04-04 11:36:35.528 | + functions-common:time_stop:2323 : total=30103 2022-04-04 11:36:35.530 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:36:35.533 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=31560 2022-04-04 11:36:35.536 | + lib/cinder:start_cinder:552 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:35.543 | + functions-common:run_process:1564 : local service=c-bak 2022-04-04 11:36:35.547 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:35.551 | + functions-common:run_process:1566 : local group= 2022-04-04 11:36:35.554 | + functions-common:run_process:1567 : local user= 2022-04-04 11:36:35.563 | + functions-common:run_process:1569 : local name=c-bak 2022-04-04 11:36:35.565 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:36:35.568 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:36:35.571 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:36:35.575 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:36:35.579 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:36:35.585 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072195581 2022-04-04 11:36:35.587 | + functions-common:run_process:1572 : is_service_enabled c-bak 2022-04-04 11:36:35.606 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:35.608 | + functions-common:run_process:1573 : _run_under_systemd c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 2022-04-04 11:36:35.611 | + functions-common:_run_under_systemd:1529 : local service=c-bak 2022-04-04 11:36:35.613 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:35.616 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:35.618 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:35.621 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:35.623 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ sudo ]] 2022-04-04 11:36:35.626 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2022-04-04 11:36:35.632 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@c-bak.service 2022-04-04 11:36:35.632 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:36:35.634 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:36:35.636 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2022-04-04 11:36:35.639 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@c-bak.service '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' ubuntu 2022-04-04 11:36:35.641 | + functions-common:write_user_unit_file:1446 : local service=devstack@c-bak.service 2022-04-04 11:36:35.644 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:35.647 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:36:35.649 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:36:35.652 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:36:35.655 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:36:35.658 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@c-bak.service 2022-04-04 11:36:35.661 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:36:35.672 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Unit Description 'Devstack devstack@c-bak.service' 2022-04-04 11:36:35.764 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service User ubuntu 2022-04-04 11:36:35.844 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service ExecStart '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:35.911 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service KillMode process 2022-04-04 11:36:35.975 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service TimeoutStopSec 300 2022-04-04 11:36:36.034 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:36:36.103 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:36:36.106 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Install WantedBy multi-user.target 2022-04-04 11:36:36.178 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:36:36.707 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@c-bak.service 2022-04-04 11:36:36.722 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-bak.service → /etc/systemd/system/devstack@c-bak.service. 2022-04-04 11:36:37.201 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@c-bak.service 2022-04-04 11:36:37.242 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:36:37.247 | + functions-common:time_stop:2309 : local name 2022-04-04 11:36:37.256 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:36:37.259 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:36:37.267 | + functions-common:time_stop:2312 : local total 2022-04-04 11:36:37.271 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:36:37.274 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:36:37.277 | + functions-common:time_stop:2316 : start_time=1649072195581 2022-04-04 11:36:37.279 | + functions-common:time_stop:2318 : [[ -z 1649072195581 ]] 2022-04-04 11:36:37.284 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:36:37.297 | + functions-common:time_stop:2321 : end_time=1649072197286 2022-04-04 11:36:37.297 | + functions-common:time_stop:2322 : elapsed_time=1705 2022-04-04 11:36:37.297 | + functions-common:time_stop:2323 : total=31560 2022-04-04 11:36:37.305 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:36:37.309 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=33265 2022-04-04 11:36:37.309 | + lib/cinder:start_cinder:553 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:37.312 | + functions-common:run_process:1564 : local service=c-vol 2022-04-04 11:36:37.317 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:37.317 | + functions-common:run_process:1566 : local group= 2022-04-04 11:36:37.321 | + functions-common:run_process:1567 : local user= 2022-04-04 11:36:37.322 | + functions-common:run_process:1569 : local name=c-vol 2022-04-04 11:36:37.325 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:36:37.329 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:36:37.331 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:36:37.333 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:36:37.341 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:36:37.345 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072197340 2022-04-04 11:36:37.349 | + functions-common:run_process:1572 : is_service_enabled c-vol 2022-04-04 11:36:37.374 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:37.381 | + functions-common:run_process:1573 : _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 2022-04-04 11:36:37.381 | + functions-common:_run_under_systemd:1529 : local service=c-vol 2022-04-04 11:36:37.383 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:37.385 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:37.388 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:37.390 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:37.393 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2022-04-04 11:36:37.396 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2022-04-04 11:36:37.398 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@c-vol.service 2022-04-04 11:36:37.402 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:36:37.404 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:36:37.407 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2022-04-04 11:36:37.410 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@c-vol.service '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' ubuntu 2022-04-04 11:36:37.413 | + functions-common:write_user_unit_file:1446 : local service=devstack@c-vol.service 2022-04-04 11:36:37.416 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:37.418 | + functions-common:write_user_unit_file:1448 : local group= 2022-04-04 11:36:37.421 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-04-04 11:36:37.423 | + functions-common:write_user_unit_file:1450 : local extra= 2022-04-04 11:36:37.426 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-04-04 11:36:37.429 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2022-04-04 11:36:37.431 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-04-04 11:36:37.437 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2022-04-04 11:36:37.514 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User ubuntu 2022-04-04 11:36:37.593 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-04-04 11:36:37.659 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2022-04-04 11:36:37.723 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2022-04-04 11:36:37.788 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:36:37.859 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-04-04 11:36:37.861 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2022-04-04 11:36:37.935 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-04-04 11:36:38.426 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@c-vol.service 2022-04-04 11:36:38.453 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2022-04-04 11:36:38.989 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@c-vol.service 2022-04-04 11:36:39.026 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:36:39.030 | + functions-common:time_stop:2309 : local name 2022-04-04 11:36:39.033 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:36:39.043 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:36:39.059 | + functions-common:time_stop:2312 : local total 2022-04-04 11:36:39.063 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:36:39.065 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:36:39.069 | + functions-common:time_stop:2316 : start_time=1649072197340 2022-04-04 11:36:39.076 | + functions-common:time_stop:2318 : [[ -z 1649072197340 ]] 2022-04-04 11:36:39.077 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:36:39.081 | + functions-common:time_stop:2321 : end_time=1649072199077 2022-04-04 11:36:39.085 | + functions-common:time_stop:2322 : elapsed_time=1737 2022-04-04 11:36:39.086 | + functions-common:time_stop:2323 : total=33265 2022-04-04 11:36:39.089 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:36:39.093 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=35002 2022-04-04 11:36:39.093 | + ./stack.sh:main:1329 : create_volume_types 2022-04-04 11:36:39.101 | + lib/cinder:create_volume_types:571 : is_service_enabled c-api 2022-04-04 11:36:39.120 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:39.123 | + lib/cinder:create_volume_types:571 : [[ -n lvm:lvmdriver-1 ]] 2022-04-04 11:36:39.123 | + lib/cinder:create_volume_types:572 : local be be_name 2022-04-04 11:36:39.126 | + lib/cinder:create_volume_types:573 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-04-04 11:36:39.128 | + lib/cinder:create_volume_types:574 : be_name=lvmdriver-1 2022-04-04 11:36:39.131 | + lib/cinder:create_volume_types:576 : is_service_enabled keystone 2022-04-04 11:36:39.229 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:39.250 | + lib/cinder:create_volume_types:577 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=lvmdriver-1 lvmdriver-1 2022-04-04 11:36:42.941 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:36:42.942 | from cryptography.utils import int_from_bytes 2022-04-04 11:36:42.942 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:36:42.942 | from cryptography.utils import int_from_bytes 2022-04-04 11:36:42.942 | +-------------+--------------------------------------+ 2022-04-04 11:36:42.942 | | Field | Value | 2022-04-04 11:36:42.942 | +-------------+--------------------------------------+ 2022-04-04 11:36:42.942 | | description | None | 2022-04-04 11:36:42.942 | | id | 5f9f26a2-6fb8-42e7-9641-647b7a0575bf | 2022-04-04 11:36:42.942 | | is_public | True | 2022-04-04 11:36:42.942 | | name | lvmdriver-1 | 2022-04-04 11:36:42.942 | | properties | volume_backend_name='lvmdriver-1' | 2022-04-04 11:36:42.942 | +-------------+--------------------------------------+ 2022-04-04 11:36:43.112 | + lib/cinder:create_volume_types:591 : [[ False == \T\r\u\e ]] 2022-04-04 11:36:43.114 | + ./stack.sh:main:1334 : [[ False == \T\r\u\e ]] 2022-04-04 11:36:43.117 | + ./stack.sh:main:1342 : is_service_enabled glance 2022-04-04 11:36:43.140 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:43.143 | + ./stack.sh:main:1343 : echo_summary 'Starting Glance' 2022-04-04 11:36:43.147 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:36:43.149 | + ./stack.sh:echo_summary:432 : echo -e Starting Glance 2022-04-04 11:36:43.154 | + ./stack.sh:main:1344 : start_glance 2022-04-04 11:36:43.154 | + lib/glance:start_glance:609 : local service_protocol=http 2022-04-04 11:36:43.157 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2022-04-04 11:36:43.179 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:36:43.187 | + lib/glance:start_glance:616 : [[ False == False ]] 2022-04-04 11:36:43.197 | ++ lib/glance:start_glance:617 : which uwsgi 2022-04-04 11:36:43.211 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-04-04 11:36:43.217 | + functions-common:run_process:1564 : local service=g-api 2022-04-04 11:36:43.223 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-04-04 11:36:43.228 | + functions-common:run_process:1566 : local group= 2022-04-04 11:36:43.230 | + functions-common:run_process:1567 : local user= 2022-04-04 11:36:43.233 | + functions-common:run_process:1569 : local name=g-api 2022-04-04 11:36:43.238 | + functions-common:run_process:1571 : time_start run_process 2022-04-04 11:36:43.239 | + functions-common:time_start:2295 : local name=run_process 2022-04-04 11:36:43.242 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:36:43.244 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:36:43.248 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:36:43.253 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072203250 2022-04-04 11:36:43.256 | + functions-common:run_process:1572 : is_service_enabled g-api 2022-04-04 11:36:43.298 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:43.306 | + functions-common:run_process:1573 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' 2022-04-04 11:36:43.316 | + functions-common:_run_under_systemd:1529 : local service=g-api 2022-04-04 11:36:43.322 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-04-04 11:36:43.326 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-04-04 11:36:43.334 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-04-04 11:36:43.337 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-04-04 11:36:43.342 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2022-04-04 11:36:43.345 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2022-04-04 11:36:43.350 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@g-api.service 2022-04-04 11:36:43.355 | + functions-common:_run_under_systemd:1536 : local group= 2022-04-04 11:36:43.357 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-04-04 11:36:43.362 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2022-04-04 11:36:43.366 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' ubuntu 2022-04-04 11:36:43.370 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@g-api.service 2022-04-04 11:36:43.376 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-04-04 11:36:43.383 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-04-04 11:36:43.385 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-04-04 11:36:43.388 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@g-api.service 2022-04-04 11:36:43.390 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-04-04 11:36:43.395 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2022-04-04 11:36:43.483 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2022-04-04 11:36:43.559 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User ubuntu 2022-04-04 11:36:43.617 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-04-04 11:36:43.673 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-04-04 11:36:43.737 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2022-04-04 11:36:43.810 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2022-04-04 11:36:43.891 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2022-04-04 11:36:43.951 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2022-04-04 11:36:44.012 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2022-04-04 11:36:44.078 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-04-04 11:36:44.080 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2022-04-04 11:36:44.167 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-04-04 11:36:44.644 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@g-api.service 2022-04-04 11:36:44.658 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2022-04-04 11:36:45.127 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@g-api.service 2022-04-04 11:36:45.215 | + functions-common:run_process:1575 : time_stop run_process 2022-04-04 11:36:45.222 | + functions-common:time_stop:2309 : local name 2022-04-04 11:36:45.227 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:36:45.235 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:36:45.240 | + functions-common:time_stop:2312 : local total 2022-04-04 11:36:45.243 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:36:45.266 | + functions-common:time_stop:2315 : name=run_process 2022-04-04 11:36:45.279 | + functions-common:time_stop:2316 : start_time=1649072203250 2022-04-04 11:36:45.290 | + functions-common:time_stop:2318 : [[ -z 1649072203250 ]] 2022-04-04 11:36:45.295 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:36:45.307 | + functions-common:time_stop:2321 : end_time=1649072205297 2022-04-04 11:36:45.314 | + functions-common:time_stop:2322 : elapsed_time=2047 2022-04-04 11:36:45.326 | + functions-common:time_stop:2323 : total=35002 2022-04-04 11:36:45.333 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:36:45.339 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=37049 2022-04-04 11:36:45.343 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2022-04-04 11:36:45.365 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:36:45.368 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.222.0.43) to start...' 2022-04-04 11:36:45.368 | Waiting for g-api (10.222.0.43) to start... 2022-04-04 11:36:45.371 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.222.0.43/image 2022-04-04 11:36:45.373 | + functions:wait_for_service:457 : local timeout=60 2022-04-04 11:36:45.376 | + functions:wait_for_service:458 : local url=http://10.222.0.43/image 2022-04-04 11:36:45.379 | + functions:wait_for_service:459 : local rval=0 2022-04-04 11:36:45.382 | + functions:wait_for_service:460 : time_start wait_for_service 2022-04-04 11:36:45.384 | + functions-common:time_start:2295 : local name=wait_for_service 2022-04-04 11:36:45.387 | + functions-common:time_start:2296 : local start_time= 2022-04-04 11:36:45.389 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-04-04 11:36:45.397 | ++ functions-common:time_start:2300 : date +%s%3N 2022-04-04 11:36:45.419 | + functions-common:time_start:2300 : _TIME_START[$name]=1649072205401 2022-04-04 11:36:45.439 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-04-04 11:36:45.480 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.43/image 2022-04-04 11:36:49.492 | + :: : [[ 300 == 503 ]] 2022-04-04 11:36:49.494 | + :: : [[ 0 -eq 7 ]] 2022-04-04 11:36:49.497 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-04-04 11:36:49.500 | + functions-common:time_stop:2309 : local name 2022-04-04 11:36:49.503 | + functions-common:time_stop:2310 : local end_time 2022-04-04 11:36:49.505 | + functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:36:49.508 | + functions-common:time_stop:2312 : local total 2022-04-04 11:36:49.510 | + functions-common:time_stop:2313 : local start_time 2022-04-04 11:36:49.513 | + functions-common:time_stop:2315 : name=wait_for_service 2022-04-04 11:36:49.515 | + functions-common:time_stop:2316 : start_time=1649072205401 2022-04-04 11:36:49.518 | + functions-common:time_stop:2318 : [[ -z 1649072205401 ]] 2022-04-04 11:36:49.522 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:36:49.526 | + functions-common:time_stop:2321 : end_time=1649072209523 2022-04-04 11:36:49.529 | + functions-common:time_stop:2322 : elapsed_time=4122 2022-04-04 11:36:49.531 | + functions-common:time_stop:2323 : total=22077 2022-04-04 11:36:49.534 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:36:49.537 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=26199 2022-04-04 11:36:49.539 | + functions:wait_for_service:467 : return 0 2022-04-04 11:36:49.542 | + ./stack.sh:main:1358 : is_service_enabled mysql postgresql 2022-04-04 11:36:49.562 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:49.565 | + ./stack.sh:main:1358 : is_service_enabled glance 2022-04-04 11:36:49.583 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:36:49.585 | + ./stack.sh:main:1359 : echo_summary 'Uploading images' 2022-04-04 11:36:49.588 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:36:49.590 | + ./stack.sh:echo_summary:432 : echo -e Uploading images 2022-04-04 11:36:49.593 | + ./stack.sh:main:1361 : for image_url in ${IMAGE_URLS//,/ } 2022-04-04 11:36:49.595 | + ./stack.sh:main:1362 : upload_image http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-04-04 11:36:49.598 | + functions:upload_image:132 : local image_url=http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-04-04 11:36:49.600 | + functions:upload_image:134 : local image image_fname image_name 2022-04-04 11:36:49.602 | + functions:upload_image:137 : mkdir -p /home/ubuntu/devstack/files/images 2022-04-04 11:36:49.607 | ++ functions:upload_image:138 : basename http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-04-04 11:36:49.611 | + functions:upload_image:138 : image_fname=ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-04-04 11:36:49.613 | + functions:upload_image:139 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx != file* ]] 2022-04-04 11:36:49.615 | + functions:upload_image:141 : [[ ! -f /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx ]] 2022-04-04 11:36:49.617 | + functions:upload_image:142 : wget --progress=dot:giga -c http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx -O /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-04-04 11:36:49.621 | --2022-04-04 11:36:49-- http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-04-04 11:36:49.622 | Connecting to 10.100.0.9:80... connected. 2022-04-04 11:36:49.623 | HTTP request sent, awaiting response... 200 OK 2022-04-04 11:36:49.624 | Length: 645922816 (616M) 2022-04-04 11:36:49.624 | Saving to: ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ 2022-04-04 11:36:49.643 | 2022-04-04 11:36:49.932 | 0K ........ ........ ........ ........ 5% 107M 5s 2022-04-04 11:36:50.217 | 32768K ........ ........ ........ ........ 10% 112M 5s 2022-04-04 11:36:50.512 | 65536K ........ ........ ........ ........ 15% 108M 5s 2022-04-04 11:36:50.797 | 98304K ........ ........ ........ ........ 20% 112M 4s 2022-04-04 11:36:51.085 | 131072K ........ ........ ........ ........ 25% 111M 4s 2022-04-04 11:36:51.370 | 163840K ........ ........ ........ ........ 31% 112M 4s 2022-04-04 11:36:51.656 | 196608K ........ ........ ........ ........ 36% 112M 4s 2022-04-04 11:36:51.941 | 229376K ........ ........ ........ ........ 41% 112M 3s 2022-04-04 11:36:52.231 | 262144K ........ ........ ........ ........ 46% 112M 3s 2022-04-04 11:36:52.511 | 294912K ........ ........ ........ ........ 51% 112M 3s 2022-04-04 11:36:52.796 | 327680K ........ ........ ........ ........ 57% 112M 2s 2022-04-04 11:36:53.081 | 360448K ........ ........ ........ ........ 62% 112M 2s 2022-04-04 11:36:53.371 | 393216K ........ ........ ........ ........ 67% 111M 2s 2022-04-04 11:36:53.656 | 425984K ........ ........ ........ ........ 72% 112M 2s 2022-04-04 11:36:53.941 | 458752K ........ ........ ........ ........ 77% 112M 1s 2022-04-04 11:36:54.227 | 491520K ........ ........ ........ ........ 83% 111M 1s 2022-04-04 11:36:54.512 | 524288K ........ ........ ........ ........ 88% 114M 1s 2022-04-04 11:36:54.797 | 557056K ........ ........ ........ ........ 93% 112M 0s 2022-04-04 11:36:55.082 | 589824K ........ ........ ........ ........ 98% 112M 0s 2022-04-04 11:36:55.144 | 622592K ........ 100% 112M=5.5s 2022-04-04 11:36:55.145 | 2022-04-04 11:36:55.145 | 2022-04-04 11:36:55 (112 MB/s) - ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ saved [645922816/645922816] 2022-04-04 11:36:55.145 | 2022-04-04 11:36:55.148 | + functions:upload_image:143 : [[ 0 -ne 0 ]] 2022-04-04 11:36:55.150 | + functions:upload_image:148 : image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-04-04 11:36:55.152 | + functions:upload_image:162 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ openvz ]] 2022-04-04 11:36:55.154 | + functions:upload_image:169 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vmdk ]] 2022-04-04 11:36:55.156 | + functions:upload_image:283 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.hds ]] 2022-04-04 11:36:55.158 | + functions:upload_image:294 : local kernel= 2022-04-04 11:36:55.160 | + functions:upload_image:295 : local ramdisk= 2022-04-04 11:36:55.162 | + functions:upload_image:296 : local disk_format= 2022-04-04 11:36:55.165 | + functions:upload_image:297 : local container_format= 2022-04-04 11:36:55.167 | + functions:upload_image:298 : local unpack= 2022-04-04 11:36:55.169 | + functions:upload_image:299 : local img_property= 2022-04-04 11:36:55.171 | + functions:upload_image:303 : [[ libvirt == \l\i\b\v\i\r\t ]] 2022-04-04 11:36:55.173 | + functions:upload_image:304 : [[ kvm == \q\e\m\u ]] 2022-04-04 11:36:55.176 | + functions:upload_image:304 : [[ kvm == \k\v\m ]] 2022-04-04 11:36:55.178 | + functions:upload_image:305 : img_property=hw_rng_model=virtio 2022-04-04 11:36:55.180 | + functions:upload_image:309 : case "$image_fname" in 2022-04-04 11:36:55.183 | + functions:upload_image:374 : local extension=04-minimal-cloudimg-amd64-sync.vhdx 2022-04-04 11:36:55.186 | ++ functions:upload_image:375 : basename /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx .04-minimal-cloudimg-amd64-sync.vhdx 2022-04-04 11:36:55.190 | + functions:upload_image:375 : image_name=ubuntu-16 2022-04-04 11:36:55.198 | ++ functions:upload_image:376 : echo ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-04-04 11:36:55.198 | ++ functions:upload_image:376 : grep -oP '(?<=\.)vhdx?(?=\.|$)' 2022-04-04 11:36:55.200 | + functions:upload_image:376 : disk_format=vhdx 2022-04-04 11:36:55.202 | + functions:upload_image:377 : container_format=bare 2022-04-04 11:36:55.204 | + functions:upload_image:378 : '[' vhdx == gz ']' 2022-04-04 11:36:55.206 | + functions:upload_image:385 : is_arch ppc64le 2022-04-04 11:36:55.209 | ++ functions-common:is_arch:428 : uname -m 2022-04-04 11:36:55.213 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c\6\4\l\e ]] 2022-04-04 11:36:55.215 | + functions:upload_image:385 : is_arch ppc64 2022-04-04 11:36:55.218 | ++ functions-common:is_arch:428 : uname -m 2022-04-04 11:36:55.222 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c\6\4 ]] 2022-04-04 11:36:55.224 | + functions:upload_image:385 : is_arch ppc 2022-04-04 11:36:55.227 | ++ functions-common:is_arch:428 : uname -m 2022-04-04 11:36:55.233 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c ]] 2022-04-04 11:36:55.233 | + functions:upload_image:389 : is_arch aarch64 2022-04-04 11:36:55.236 | ++ functions-common:is_arch:428 : uname -m 2022-04-04 11:36:55.240 | + functions-common:is_arch:428 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-04-04 11:36:55.243 | + functions:upload_image:393 : '[' bare = bare ']' 2022-04-04 11:36:55.245 | + functions:upload_image:394 : '[' '' = zcat ']' 2022-04-04 11:36:55.247 | + functions:upload_image:396 : '[' '' = bunzip2 ']' 2022-04-04 11:36:55.249 | + functions:upload_image:398 : '[' '' = unxz ']' 2022-04-04 11:36:55.251 | + functions:upload_image:409 : _upload_image ubuntu-16 bare vhdx /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx hw_rng_model=virtio 2022-04-04 11:36:55.253 | + functions:_upload_image:104 : local image_name=ubuntu-16 2022-04-04 11:36:55.256 | + functions:_upload_image:105 : shift 2022-04-04 11:36:55.258 | + functions:_upload_image:106 : local container=bare 2022-04-04 11:36:55.260 | + functions:_upload_image:107 : shift 2022-04-04 11:36:55.262 | + functions:_upload_image:108 : local disk=vhdx 2022-04-04 11:36:55.264 | + functions:_upload_image:109 : shift 2022-04-04 11:36:55.266 | + functions:_upload_image:110 : local image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-04-04 11:36:55.269 | + functions:_upload_image:111 : shift 2022-04-04 11:36:55.271 | + functions:_upload_image:112 : local properties 2022-04-04 11:36:55.273 | + functions:_upload_image:113 : local useimport 2022-04-04 11:36:55.276 | ++ functions:_upload_image:115 : _image_properties_to_arg hw_rng_model=virtio 2022-04-04 11:36:55.278 | ++ functions:_image_properties_to_arg:87 : local result= 2022-04-04 11:36:55.280 | ++ functions:_image_properties_to_arg:88 : for property in $* 2022-04-04 11:36:55.282 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_rng_model=virtio' 2022-04-04 11:36:55.286 | ++ functions:_image_properties_to_arg:91 : echo --property hw_rng_model=virtio 2022-04-04 11:36:55.289 | + functions:_upload_image:115 : properties='--property hw_rng_model=virtio' 2022-04-04 11:36:55.291 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2022-04-04 11:36:55.293 | + functions:_upload_image:121 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create ubuntu-16 --public --container-format bare --disk-format vhdx --property hw_rng_model=virtio 2022-04-04 11:36:59.327 | + inc/async:async_inner:64 : rc=0 2022-04-04 11:36:59.359 | [115946 Async create_flavors:115946]: finished successfully 2022-04-04 11:37:14.886 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:14.886 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:14.886 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:14.886 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:14.886 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2022-04-04 11:37:14.887 | | Field | Value | 2022-04-04 11:37:14.887 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2022-04-04 11:37:14.887 | | container_format | bare | 2022-04-04 11:37:14.887 | | created_at | 2022-04-04T11:36:58Z | 2022-04-04 11:37:14.887 | | disk_format | vhdx | 2022-04-04 11:37:14.887 | | file | /v2/images/7159f850-51dd-4171-8035-34b401889b19/file | 2022-04-04 11:37:14.887 | | id | 7159f850-51dd-4171-8035-34b401889b19 | 2022-04-04 11:37:14.887 | | min_disk | 0 | 2022-04-04 11:37:14.887 | | min_ram | 0 | 2022-04-04 11:37:14.887 | | name | ubuntu-16 | 2022-04-04 11:37:14.887 | | owner | c754a9317f864b6090be3ae7d7452bba | 2022-04-04 11:37:14.887 | | properties | hw_rng_model='virtio', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/ubuntu-16', owner_specified.openstack.sha256='' | 2022-04-04 11:37:14.887 | | protected | False | 2022-04-04 11:37:14.887 | | schema | /v2/schemas/image | 2022-04-04 11:37:14.887 | | status | queued | 2022-04-04 11:37:14.887 | | tags | | 2022-04-04 11:37:14.887 | | updated_at | 2022-04-04T11:36:58Z | 2022-04-04 11:37:14.887 | | visibility | public | 2022-04-04 11:37:14.887 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2022-04-04 11:37:15.066 | + ./stack.sh:main:1366 : async_wait create_flavors 2022-04-04 11:37:15.133 | [17761 Async create_flavors:115946]: Waiting for completion of create_flavors running on PID 115946 (2 other jobs running) 2022-04-04 11:37:15.174 | [17761 Async create_flavors:115946]: Signaling child to exit 2022-04-04 11:37:15.174 | WAKEUP 2022-04-04 11:37:15.198 | [17761 Async create_flavors:115946]: Signaled 2022-04-04 11:37:15.207 | + lib/nova:create_flavors:1140 : is_service_enabled n-api 2022-04-04 11:37:15.207 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:37:15.207 | + lib/nova:create_flavors:1141 : openstack --os-region-name=RegionOne flavor list 2022-04-04 11:37:15.207 | + lib/nova:create_flavors:1141 : grep -q ds512M 2022-04-04 11:37:15.207 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.207 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.207 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.207 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.208 | + lib/nova:create_flavors:1143 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2022-04-04 11:37:15.208 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.208 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.208 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.208 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.208 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.208 | | Field | Value | 2022-04-04 11:37:15.208 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.208 | | OS-FLV-DISABLED:disabled | False | 2022-04-04 11:37:15.208 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-04-04 11:37:15.208 | | description | None | 2022-04-04 11:37:15.208 | | disk | 1 | 2022-04-04 11:37:15.208 | | id | c1 | 2022-04-04 11:37:15.208 | | name | cirros256 | 2022-04-04 11:37:15.208 | | os-flavor-access:is_public | True | 2022-04-04 11:37:15.208 | | properties | hw_rng:allowed='True' | 2022-04-04 11:37:15.208 | | ram | 256 | 2022-04-04 11:37:15.208 | | rxtx_factor | 1.0 | 2022-04-04 11:37:15.208 | | swap | | 2022-04-04 11:37:15.208 | | vcpus | 1 | 2022-04-04 11:37:15.208 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.208 | + lib/nova:create_flavors:1144 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2022-04-04 11:37:15.208 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.208 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.208 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.208 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.208 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.208 | | Field | Value | 2022-04-04 11:37:15.208 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.208 | | OS-FLV-DISABLED:disabled | False | 2022-04-04 11:37:15.208 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-04-04 11:37:15.208 | | description | None | 2022-04-04 11:37:15.208 | | disk | 5 | 2022-04-04 11:37:15.209 | | id | d1 | 2022-04-04 11:37:15.209 | | name | ds512M | 2022-04-04 11:37:15.209 | | os-flavor-access:is_public | True | 2022-04-04 11:37:15.209 | | properties | hw_rng:allowed='True' | 2022-04-04 11:37:15.209 | | ram | 512 | 2022-04-04 11:37:15.209 | | rxtx_factor | 1.0 | 2022-04-04 11:37:15.209 | | swap | | 2022-04-04 11:37:15.209 | | vcpus | 1 | 2022-04-04 11:37:15.209 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.209 | + lib/nova:create_flavors:1145 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2022-04-04 11:37:15.209 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.209 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.209 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.209 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.209 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.209 | | Field | Value | 2022-04-04 11:37:15.209 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.209 | | OS-FLV-DISABLED:disabled | False | 2022-04-04 11:37:15.209 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-04-04 11:37:15.209 | | description | None | 2022-04-04 11:37:15.209 | | disk | 10 | 2022-04-04 11:37:15.209 | | id | d2 | 2022-04-04 11:37:15.209 | | name | ds1G | 2022-04-04 11:37:15.209 | | os-flavor-access:is_public | True | 2022-04-04 11:37:15.209 | | properties | hw_rng:allowed='True' | 2022-04-04 11:37:15.209 | | ram | 1024 | 2022-04-04 11:37:15.209 | | rxtx_factor | 1.0 | 2022-04-04 11:37:15.209 | | swap | | 2022-04-04 11:37:15.209 | | vcpus | 1 | 2022-04-04 11:37:15.209 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.209 | + lib/nova:create_flavors:1146 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2022-04-04 11:37:15.210 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.210 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.210 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.210 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.210 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.210 | | Field | Value | 2022-04-04 11:37:15.210 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.210 | | OS-FLV-DISABLED:disabled | False | 2022-04-04 11:37:15.210 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-04-04 11:37:15.210 | | description | None | 2022-04-04 11:37:15.210 | | disk | 10 | 2022-04-04 11:37:15.210 | | id | d3 | 2022-04-04 11:37:15.210 | | name | ds2G | 2022-04-04 11:37:15.210 | | os-flavor-access:is_public | True | 2022-04-04 11:37:15.210 | | properties | hw_rng:allowed='True' | 2022-04-04 11:37:15.210 | | ram | 2048 | 2022-04-04 11:37:15.210 | | rxtx_factor | 1.0 | 2022-04-04 11:37:15.210 | | swap | | 2022-04-04 11:37:15.210 | | vcpus | 2 | 2022-04-04 11:37:15.210 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.210 | + lib/nova:create_flavors:1147 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2022-04-04 11:37:15.210 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.210 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.210 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.210 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.210 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.210 | | Field | Value | 2022-04-04 11:37:15.210 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.210 | | OS-FLV-DISABLED:disabled | False | 2022-04-04 11:37:15.210 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-04-04 11:37:15.210 | | description | None | 2022-04-04 11:37:15.210 | | disk | 20 | 2022-04-04 11:37:15.211 | | id | d4 | 2022-04-04 11:37:15.211 | | name | ds4G | 2022-04-04 11:37:15.211 | | os-flavor-access:is_public | True | 2022-04-04 11:37:15.211 | | properties | hw_rng:allowed='True' | 2022-04-04 11:37:15.211 | | ram | 4096 | 2022-04-04 11:37:15.211 | | rxtx_factor | 1.0 | 2022-04-04 11:37:15.211 | | swap | | 2022-04-04 11:37:15.211 | | vcpus | 4 | 2022-04-04 11:37:15.211 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.211 | + lib/nova:create_flavors:1150 : grep -q m1.tiny 2022-04-04 11:37:15.211 | + lib/nova:create_flavors:1150 : openstack --os-region-name=RegionOne flavor list 2022-04-04 11:37:15.211 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.211 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.211 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.211 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.211 | + lib/nova:create_flavors:1151 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2022-04-04 11:37:15.211 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.211 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.211 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.211 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.211 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.211 | | Field | Value | 2022-04-04 11:37:15.211 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.211 | | OS-FLV-DISABLED:disabled | False | 2022-04-04 11:37:15.211 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-04-04 11:37:15.211 | | description | None | 2022-04-04 11:37:15.211 | | disk | 1 | 2022-04-04 11:37:15.211 | | id | 1 | 2022-04-04 11:37:15.211 | | name | m1.tiny | 2022-04-04 11:37:15.211 | | os-flavor-access:is_public | True | 2022-04-04 11:37:15.211 | | properties | hw_rng:allowed='True' | 2022-04-04 11:37:15.211 | | ram | 512 | 2022-04-04 11:37:15.212 | | rxtx_factor | 1.0 | 2022-04-04 11:37:15.212 | | swap | | 2022-04-04 11:37:15.212 | | vcpus | 1 | 2022-04-04 11:37:15.212 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.212 | + lib/nova:create_flavors:1152 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2022-04-04 11:37:15.212 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.212 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.212 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.212 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.212 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.212 | | Field | Value | 2022-04-04 11:37:15.212 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.212 | | OS-FLV-DISABLED:disabled | False | 2022-04-04 11:37:15.212 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-04-04 11:37:15.212 | | description | None | 2022-04-04 11:37:15.212 | | disk | 20 | 2022-04-04 11:37:15.212 | | id | 2 | 2022-04-04 11:37:15.212 | | name | m1.small | 2022-04-04 11:37:15.212 | | os-flavor-access:is_public | True | 2022-04-04 11:37:15.212 | | properties | hw_rng:allowed='True' | 2022-04-04 11:37:15.212 | | ram | 2048 | 2022-04-04 11:37:15.212 | | rxtx_factor | 1.0 | 2022-04-04 11:37:15.212 | | swap | | 2022-04-04 11:37:15.212 | | vcpus | 1 | 2022-04-04 11:37:15.212 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.212 | + lib/nova:create_flavors:1153 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2022-04-04 11:37:15.212 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.212 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.212 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.212 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.212 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.212 | | Field | Value | 2022-04-04 11:37:15.212 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.212 | | OS-FLV-DISABLED:disabled | False | 2022-04-04 11:37:15.213 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-04-04 11:37:15.213 | | description | None | 2022-04-04 11:37:15.213 | | disk | 40 | 2022-04-04 11:37:15.213 | | id | 3 | 2022-04-04 11:37:15.213 | | name | m1.medium | 2022-04-04 11:37:15.213 | | os-flavor-access:is_public | True | 2022-04-04 11:37:15.213 | | properties | hw_rng:allowed='True' | 2022-04-04 11:37:15.213 | | ram | 4096 | 2022-04-04 11:37:15.213 | | rxtx_factor | 1.0 | 2022-04-04 11:37:15.213 | | swap | | 2022-04-04 11:37:15.213 | | vcpus | 2 | 2022-04-04 11:37:15.213 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.213 | + lib/nova:create_flavors:1154 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2022-04-04 11:37:15.213 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.213 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.213 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.213 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.213 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.213 | | Field | Value | 2022-04-04 11:37:15.213 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.213 | | OS-FLV-DISABLED:disabled | False | 2022-04-04 11:37:15.213 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-04-04 11:37:15.213 | | description | None | 2022-04-04 11:37:15.213 | | disk | 80 | 2022-04-04 11:37:15.213 | | id | 4 | 2022-04-04 11:37:15.213 | | name | m1.large | 2022-04-04 11:37:15.213 | | os-flavor-access:is_public | True | 2022-04-04 11:37:15.213 | | properties | hw_rng:allowed='True' | 2022-04-04 11:37:15.213 | | ram | 8192 | 2022-04-04 11:37:15.213 | | rxtx_factor | 1.0 | 2022-04-04 11:37:15.214 | | swap | | 2022-04-04 11:37:15.214 | | vcpus | 4 | 2022-04-04 11:37:15.214 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.214 | + lib/nova:create_flavors:1155 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2022-04-04 11:37:15.214 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.214 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.214 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:15.214 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:15.214 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.214 | | Field | Value | 2022-04-04 11:37:15.214 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.214 | | OS-FLV-DISABLED:disabled | False | 2022-04-04 11:37:15.214 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-04-04 11:37:15.214 | | description | None | 2022-04-04 11:37:15.214 | | disk | 160 | 2022-04-04 11:37:15.214 | | id | 5 | 2022-04-04 11:37:15.214 | | name | m1.xlarge | 2022-04-04 11:37:15.214 | | os-flavor-access:is_public | True | 2022-04-04 11:37:15.214 | | properties | hw_rng:allowed='True' | 2022-04-04 11:37:15.214 | | ram | 16384 | 2022-04-04 11:37:15.214 | | rxtx_factor | 1.0 | 2022-04-04 11:37:15.214 | | swap | | 2022-04-04 11:37:15.214 | | vcpus | 8 | 2022-04-04 11:37:15.214 | +----------------------------+-----------------------+ 2022-04-04 11:37:15.263 | [17761 Async create_flavors:115946]: finished create_flavors with result 0 in 31 seconds 2022-04-04 11:37:15.267 | + inc/async:async_wait:197 : return 0 2022-04-04 11:37:15.270 | + ./stack.sh:main:1368 : is_service_enabled horizon 2022-04-04 11:37:15.287 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:37:15.290 | + ./stack.sh:main:1382 : is_service_enabled nova 2022-04-04 11:37:15.307 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:37:15.310 | + ./stack.sh:main:1382 : is_service_enabled keystone 2022-04-04 11:37:15.328 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:37:15.330 | + ./stack.sh:main:1383 : USERRC_PARAMS='-PA --target-dir /home/ubuntu/devstack/accrc' 2022-04-04 11:37:15.333 | + ./stack.sh:main:1385 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-04-04 11:37:15.336 | + ./stack.sh:main:1389 : /home/ubuntu/devstack/tools/create_userrc.sh -PA --target-dir /home/ubuntu/devstack/accrc 2022-04-04 11:37:15.355 | + home/ubuntu/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2022-04-04 11:37:15.358 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:80 : getopt -o hPAp:u:r:C: -l os-username:,os-password:,os-tenant-id:,os-tenant-name:,os-project-name:,os-project-id:,os-project-domain-id:,os-project-domain-name:,os-user-domain-id:,os-user-domain-name:,os-auth-url:,target-dir:,heat-url:,skip-project:,os-cacert:,help,debug -- -PA --target-dir /home/ubuntu/devstack/accrc 2022-04-04 11:37:15.360 | + home/ubuntu/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/home/ubuntu/devstack/accrc'\'' --' 2022-04-04 11:37:15.362 | + home/ubuntu/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/home/ubuntu/devstack/accrc'\''' -- 2022-04-04 11:37:15.363 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /home/ubuntu/devstack/accrc -- 2022-04-04 11:37:15.364 | + home/ubuntu/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2022-04-04 11:37:15.366 | + home/ubuntu/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2022-04-04 11:37:15.367 | + home/ubuntu/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2022-04-04 11:37:15.369 | + home/ubuntu/devstack/tools/create_userrc.sh:main:92 : MODE= 2022-04-04 11:37:15.370 | + home/ubuntu/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2022-04-04 11:37:15.371 | + home/ubuntu/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2022-04-04 11:37:15.373 | + home/ubuntu/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2022-04-04 11:37:15.375 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2022-04-04 11:37:15.376 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2022-04-04 11:37:15.378 | + home/ubuntu/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2022-04-04 11:37:15.380 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2022-04-04 11:37:15.381 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 4 -gt 0 ']' 2022-04-04 11:37:15.382 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2022-04-04 11:37:15.384 | + home/ubuntu/devstack/tools/create_userrc.sh:main:118 : MODE=all 2022-04-04 11:37:15.385 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2022-04-04 11:37:15.387 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2022-04-04 11:37:15.388 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2022-04-04 11:37:15.389 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/home/ubuntu/devstack/accrc 2022-04-04 11:37:15.391 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : shift 2022-04-04 11:37:15.392 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2022-04-04 11:37:15.394 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2022-04-04 11:37:15.396 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2022-04-04 11:37:15.398 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : shift 2022-04-04 11:37:15.404 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : break 2022-04-04 11:37:15.404 | + home/ubuntu/devstack/tools/create_userrc.sh:main:129 : '[' -z Passw0rd ']' 2022-04-04 11:37:15.405 | + home/ubuntu/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2022-04-04 11:37:15.409 | + home/ubuntu/devstack/tools/create_userrc.sh:main:142 : '[' -z admin -a '' ']' 2022-04-04 11:37:15.412 | + home/ubuntu/devstack/tools/create_userrc.sh:main:146 : '[' -z admin -a -z '' ']' 2022-04-04 11:37:15.414 | + home/ubuntu/devstack/tools/create_userrc.sh:main:150 : '[' -z admin ']' 2022-04-04 11:37:15.415 | + home/ubuntu/devstack/tools/create_userrc.sh:main:154 : '[' -z http://10.222.0.43/identity ']' 2022-04-04 11:37:15.417 | + home/ubuntu/devstack/tools/create_userrc.sh:main:158 : '[' -z default -a -z '' ']' 2022-04-04 11:37:15.418 | + home/ubuntu/devstack/tools/create_userrc.sh:main:163 : '[' -z default -a -z '' ']' 2022-04-04 11:37:15.420 | + home/ubuntu/devstack/tools/create_userrc.sh:main:168 : USER_PASS=Passw0rd 2022-04-04 11:37:15.421 | + home/ubuntu/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2022-04-04 11:37:15.423 | + home/ubuntu/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2022-04-04 11:37:15.425 | + home/ubuntu/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2022-04-04 11:37:15.427 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep ,True 2022-04-04 11:37:15.427 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2022-04-04 11:37:15.427 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-04-04 11:37:15.428 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep -v service 2022-04-04 11:37:15.429 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-04-04 11:37:17.608 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:17.608 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:17.608 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:17.608 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:17.758 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 4df116f1349048d3a96d58db6f23e647 --long --quote none -f csv 2022-04-04 11:37:17.759 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-04-04 11:37:17.759 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-04-04 11:37:17.760 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-04-04 11:37:19.897 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:19.897 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:19.897 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:19.897 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:20.043 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest2 '!=' admin ']' 2022-04-04 11:37:20.044 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest2_password' 2022-04-04 11:37:20.046 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-04-04 11:37:20.047 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-04-04 11:37:20.049 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry d1f09c37141c4231b63a1d29e76c04bf swiftusertest2 4df116f1349048d3a96d58db6f23e647 swiftprojecttest2 Passw0rd 2022-04-04 11:37:20.050 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=d1f09c37141c4231b63a1d29e76c04bf 2022-04-04 11:37:20.052 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest2 2022-04-04 11:37:20.053 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=4df116f1349048d3a96d58db6f23e647 2022-04-04 11:37:20.055 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest2 2022-04-04 11:37:20.056 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-04-04 11:37:20.058 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest2 2022-04-04 11:37:20.072 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest2/swiftusertest2 2022-04-04 11:37:20.074 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-04-04 11:37:20.079 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-04-04 11:37:20.081 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-04-04 11:37:20.083 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-04-04 11:37:20.085 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:20.086 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:20.088 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-04-04 11:37:20.089 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:20.091 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:20.092 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-04-04 11:37:20.094 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:20.095 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:20.097 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-04-04 11:37:20.099 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:20.100 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:20.101 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-04-04 11:37:20.103 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-04-04 11:37:20.105 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-04-04 11:37:20.106 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-04-04 11:37:20.108 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-04-04 11:37:20.110 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-04-04 11:37:20.110 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-04-04 11:37:20.112 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-04-04 11:37:20.112 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 57d3f09b14404073a7018e8afd7f78e1 --long --quote none -f csv 2022-04-04 11:37:22.293 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:22.293 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:22.293 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:22.293 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:22.442 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest3 '!=' admin ']' 2022-04-04 11:37:22.444 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest3_password' 2022-04-04 11:37:22.445 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-04-04 11:37:22.447 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-04-04 11:37:22.448 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 27c9b8b727c742e391b94dc83a88e10c swiftusertest3 57d3f09b14404073a7018e8afd7f78e1 swiftprojecttest1 Passw0rd 2022-04-04 11:37:22.450 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=27c9b8b727c742e391b94dc83a88e10c 2022-04-04 11:37:22.451 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest3 2022-04-04 11:37:22.453 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=57d3f09b14404073a7018e8afd7f78e1 2022-04-04 11:37:22.454 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2022-04-04 11:37:22.456 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-04-04 11:37:22.457 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2022-04-04 11:37:22.460 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest3 2022-04-04 11:37:22.462 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-04-04 11:37:22.465 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-04-04 11:37:22.466 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-04-04 11:37:22.468 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-04-04 11:37:22.469 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:22.471 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:22.472 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-04-04 11:37:22.474 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:22.475 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:22.477 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-04-04 11:37:22.478 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:22.480 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:22.481 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-04-04 11:37:22.483 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:22.484 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:22.485 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-04-04 11:37:22.487 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-04-04 11:37:22.489 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-04-04 11:37:22.491 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest1 '!=' admin ']' 2022-04-04 11:37:22.492 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest1_password' 2022-04-04 11:37:22.493 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-04-04 11:37:22.495 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-04-04 11:37:22.496 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry bb9c9de1cf6848db93f55a27f4718964 swiftusertest1 57d3f09b14404073a7018e8afd7f78e1 swiftprojecttest1 Passw0rd 2022-04-04 11:37:22.498 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=bb9c9de1cf6848db93f55a27f4718964 2022-04-04 11:37:22.499 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest1 2022-04-04 11:37:22.501 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=57d3f09b14404073a7018e8afd7f78e1 2022-04-04 11:37:22.504 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2022-04-04 11:37:22.506 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-04-04 11:37:22.507 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2022-04-04 11:37:22.510 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest1 2022-04-04 11:37:22.512 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-04-04 11:37:22.515 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-04-04 11:37:22.516 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-04-04 11:37:22.518 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-04-04 11:37:22.520 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:22.521 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:22.522 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-04-04 11:37:22.524 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:22.525 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:22.527 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-04-04 11:37:22.528 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:22.530 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:22.531 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-04-04 11:37:22.533 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:22.534 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:22.536 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-04-04 11:37:22.537 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-04-04 11:37:22.539 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-04-04 11:37:22.540 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-04-04 11:37:22.542 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-04-04 11:37:22.544 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-04-04 11:37:22.544 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-04-04 11:37:22.544 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 661bce24202d44c082be6c3cc0060630 --long --quote none -f csv 2022-04-04 11:37:22.546 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-04-04 11:37:24.659 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:24.659 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:24.659 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:24.659 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:24.809 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2022-04-04 11:37:24.811 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2022-04-04 11:37:24.812 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-04-04 11:37:24.814 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-04-04 11:37:24.815 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry c6833884cf78465aaa47cc0430f5bdd1 demo 661bce24202d44c082be6c3cc0060630 invisible_to_admin Passw0rd 2022-04-04 11:37:24.817 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=c6833884cf78465aaa47cc0430f5bdd1 2022-04-04 11:37:24.819 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2022-04-04 11:37:24.820 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=661bce24202d44c082be6c3cc0060630 2022-04-04 11:37:24.822 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=invisible_to_admin 2022-04-04 11:37:24.823 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-04-04 11:37:24.824 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/invisible_to_admin 2022-04-04 11:37:24.828 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/invisible_to_admin/demo 2022-04-04 11:37:24.829 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-04-04 11:37:24.833 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-04-04 11:37:24.834 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-04-04 11:37:24.836 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-04-04 11:37:24.837 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:24.839 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:24.840 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-04-04 11:37:24.842 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:24.843 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:24.845 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-04-04 11:37:24.846 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:24.848 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:24.849 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-04-04 11:37:24.851 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:24.852 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:24.853 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-04-04 11:37:24.855 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-04-04 11:37:24.856 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-04-04 11:37:24.858 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-04-04 11:37:24.860 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-04-04 11:37:24.862 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project aac5cc5a71f543d7ab89e5088fe1833c --long --quote none -f csv 2022-04-04 11:37:24.862 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-04-04 11:37:24.862 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-04-04 11:37:24.864 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-04-04 11:37:26.997 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:26.998 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:26.998 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:26.998 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:27.157 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2022-04-04 11:37:27.158 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2022-04-04 11:37:27.160 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-04-04 11:37:27.161 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-04-04 11:37:27.163 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry c6833884cf78465aaa47cc0430f5bdd1 demo aac5cc5a71f543d7ab89e5088fe1833c demo Passw0rd 2022-04-04 11:37:27.164 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=c6833884cf78465aaa47cc0430f5bdd1 2022-04-04 11:37:27.166 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2022-04-04 11:37:27.167 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:37:27.169 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2022-04-04 11:37:27.170 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-04-04 11:37:27.172 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2022-04-04 11:37:27.176 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/demo 2022-04-04 11:37:27.177 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-04-04 11:37:27.180 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-04-04 11:37:27.182 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-04-04 11:37:27.184 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-04-04 11:37:27.185 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:27.187 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:27.188 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-04-04 11:37:27.190 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:27.192 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:27.197 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-04-04 11:37:27.198 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:27.200 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:27.201 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-04-04 11:37:27.203 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:27.204 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:27.206 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-04-04 11:37:27.207 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-04-04 11:37:27.209 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-04-04 11:37:27.210 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2022-04-04 11:37:27.212 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2022-04-04 11:37:27.213 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-04-04 11:37:27.215 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-04-04 11:37:27.216 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry e9fb5ea8c6994e5a8d3e79212627190b admin aac5cc5a71f543d7ab89e5088fe1833c demo Passw0rd 2022-04-04 11:37:27.218 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=e9fb5ea8c6994e5a8d3e79212627190b 2022-04-04 11:37:27.219 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2022-04-04 11:37:27.221 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=aac5cc5a71f543d7ab89e5088fe1833c 2022-04-04 11:37:27.223 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2022-04-04 11:37:27.224 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-04-04 11:37:27.231 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2022-04-04 11:37:27.231 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/admin 2022-04-04 11:37:27.231 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-04-04 11:37:27.234 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-04-04 11:37:27.235 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-04-04 11:37:27.237 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-04-04 11:37:27.239 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:27.240 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:27.242 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-04-04 11:37:27.243 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:27.245 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:27.246 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-04-04 11:37:27.248 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:27.249 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:27.251 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-04-04 11:37:27.252 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:27.254 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:27.255 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-04-04 11:37:27.265 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-04-04 11:37:27.266 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-04-04 11:37:27.268 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-04-04 11:37:27.270 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-04-04 11:37:27.272 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project ac9aed44450740fd826111b5a6d17ee4 --long --quote none -f csv 2022-04-04 11:37:27.272 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-04-04 11:37:27.272 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-04-04 11:37:27.274 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-04-04 11:37:29.474 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:29.474 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:29.474 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:29.474 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:29.622 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2022-04-04 11:37:29.624 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2022-04-04 11:37:29.625 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-04-04 11:37:29.627 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-04-04 11:37:29.629 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry e9fb5ea8c6994e5a8d3e79212627190b admin ac9aed44450740fd826111b5a6d17ee4 alt_demo Passw0rd 2022-04-04 11:37:29.630 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=e9fb5ea8c6994e5a8d3e79212627190b 2022-04-04 11:37:29.631 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2022-04-04 11:37:29.633 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:37:29.634 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2022-04-04 11:37:29.636 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-04-04 11:37:29.637 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2022-04-04 11:37:29.641 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/admin 2022-04-04 11:37:29.642 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-04-04 11:37:29.646 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-04-04 11:37:29.647 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-04-04 11:37:29.649 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-04-04 11:37:29.650 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:29.652 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:29.653 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-04-04 11:37:29.655 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:29.656 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:29.658 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-04-04 11:37:29.659 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:29.661 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:29.663 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-04-04 11:37:29.665 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:29.666 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:29.667 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-04-04 11:37:29.669 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-04-04 11:37:29.671 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-04-04 11:37:29.672 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a alt_demo '!=' admin ']' 2022-04-04 11:37:29.674 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$alt_demo_password' 2022-04-04 11:37:29.675 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-04-04 11:37:29.677 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-04-04 11:37:29.679 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry bbf6e7f7a621460e9daa91063bd8bb89 alt_demo ac9aed44450740fd826111b5a6d17ee4 alt_demo Passw0rd 2022-04-04 11:37:29.680 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=bbf6e7f7a621460e9daa91063bd8bb89 2022-04-04 11:37:29.682 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=alt_demo 2022-04-04 11:37:29.683 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=ac9aed44450740fd826111b5a6d17ee4 2022-04-04 11:37:29.685 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2022-04-04 11:37:29.686 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-04-04 11:37:29.688 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2022-04-04 11:37:29.691 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/alt_demo 2022-04-04 11:37:29.692 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-04-04 11:37:29.696 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-04-04 11:37:29.697 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-04-04 11:37:29.699 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-04-04 11:37:29.700 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:29.702 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:29.703 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-04-04 11:37:29.705 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:29.706 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:29.708 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-04-04 11:37:29.709 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:29.711 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:29.712 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-04-04 11:37:29.714 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:29.715 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:29.716 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-04-04 11:37:29.718 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-04-04 11:37:29.720 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-04-04 11:37:29.721 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-04-04 11:37:29.723 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-04-04 11:37:29.726 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-04-04 11:37:29.726 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-04-04 11:37:29.726 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project be3ff22dc8e94d63a7f886926a5bbf86 --long --quote none -f csv 2022-04-04 11:37:29.728 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-04-04 11:37:31.890 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:31.890 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:31.890 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:31.890 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:32.045 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest4 '!=' admin ']' 2022-04-04 11:37:32.046 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest4_password' 2022-04-04 11:37:32.048 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-04-04 11:37:32.049 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-04-04 11:37:32.051 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry a016935298784083a903f83ea2af0a12 swiftusertest4 be3ff22dc8e94d63a7f886926a5bbf86 swiftprojecttest4 Passw0rd 2022-04-04 11:37:32.053 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=a016935298784083a903f83ea2af0a12 2022-04-04 11:37:32.054 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest4 2022-04-04 11:37:32.056 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=be3ff22dc8e94d63a7f886926a5bbf86 2022-04-04 11:37:32.057 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest4 2022-04-04 11:37:32.059 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-04-04 11:37:32.060 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest4 2022-04-04 11:37:32.064 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest4/swiftusertest4 2022-04-04 11:37:32.066 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-04-04 11:37:32.071 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-04-04 11:37:32.073 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-04-04 11:37:32.075 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-04-04 11:37:32.079 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:32.080 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:32.082 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-04-04 11:37:32.083 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:32.094 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:32.094 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-04-04 11:37:32.094 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:32.098 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:32.099 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-04-04 11:37:32.101 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:32.103 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:32.106 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-04-04 11:37:32.108 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-04-04 11:37:32.110 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-04-04 11:37:32.111 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-04-04 11:37:32.114 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-04-04 11:37:32.115 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project c754a9317f864b6090be3ae7d7452bba --long --quote none -f csv 2022-04-04 11:37:32.116 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-04-04 11:37:32.119 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-04-04 11:37:32.120 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-04-04 11:37:34.222 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:34.222 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:34.222 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:34.223 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:34.381 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2022-04-04 11:37:34.382 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2022-04-04 11:37:34.384 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-04-04 11:37:34.385 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-04-04 11:37:34.387 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry e9fb5ea8c6994e5a8d3e79212627190b admin c754a9317f864b6090be3ae7d7452bba admin Passw0rd 2022-04-04 11:37:34.388 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=e9fb5ea8c6994e5a8d3e79212627190b 2022-04-04 11:37:34.390 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2022-04-04 11:37:34.391 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=c754a9317f864b6090be3ae7d7452bba 2022-04-04 11:37:34.393 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=admin 2022-04-04 11:37:34.394 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-04-04 11:37:34.396 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/admin 2022-04-04 11:37:34.399 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/admin/admin 2022-04-04 11:37:34.401 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-04-04 11:37:34.404 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-04-04 11:37:34.406 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-04-04 11:37:34.407 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-04-04 11:37:34.408 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:34.410 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:34.411 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-04-04 11:37:34.413 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:34.414 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:34.416 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-04-04 11:37:34.417 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:34.419 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-04-04 11:37:34.420 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-04-04 11:37:34.422 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-04-04 11:37:34.423 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-04-04 11:37:34.425 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-04-04 11:37:34.427 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-04-04 11:37:34.428 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-04-04 11:37:34.430 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-04-04 11:37:34.432 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-04-04 11:37:34.435 | + ./stack.sh:main:1394 : save_stackenv 2022-04-04 11:37:34.437 | + functions-common:save_stackenv:60 : local tag= 2022-04-04 11:37:34.440 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-04-04 11:37:34.445 | + functions-common:save_stackenv:62 : time_stamp=2022-04-04-113734 2022-04-04 11:37:34.448 | + functions-common:save_stackenv:63 : echo '# 2022-04-04-113734 ' 2022-04-04 11:37:34.450 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:37:34.452 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-04-04 11:37:34.455 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:37:34.457 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-04-04 11:37:34.459 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:37:34.462 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-04-04 11:37:34.464 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:37:34.466 | + 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,s-container-sync,n-super-cond,n-cond-cell1 2022-04-04 11:37:34.469 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:37:34.471 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.43 2022-04-04 11:37:34.473 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:37:34.476 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.43/identity 2022-04-04 11:37:34.478 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:37:34.480 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-04-04-110920 2022-04-04 11:37:34.483 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:37:34.485 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-04-04 11:37:34.487 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:37:34.490 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.43 2022-04-04 11:37:34.492 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:37:34.495 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-04-04 11:37:34.497 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:37:34.499 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-04-04 11:37:34.501 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:37:34.504 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-04-04 11:37:34.507 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-04-04 11:37:34.509 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-04-04 11:37:34.511 | + ./stack.sh:main:1405 : merge_config_group /home/ubuntu/devstack/local.conf extra 2022-04-04 11:37:34.514 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-04-04 11:37:34.516 | + inc/meta-config:merge_config_group:171 : shift 2022-04-04 11:37:34.519 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2022-04-04 11:37:34.521 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-04-04 11:37:34.524 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-04-04 11:37:34.526 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-04-04 11:37:34.529 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf extra 2022-04-04 11:37:34.532 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-04-04 11:37:34.534 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2022-04-04 11:37:34.537 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-04-04 11:37:34.540 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2022-04-04 11:37:34.540 | /^\[\[.+\|.*\]\]/ { 2022-04-04 11:37:34.540 | gsub("[][]", "", $1); 2022-04-04 11:37:34.540 | split($1, a, "|"); 2022-04-04 11:37:34.540 | if (a[1] == matchgroup) 2022-04-04 11:37:34.540 | print a[2] 2022-04-04 11:37:34.540 | } 2022-04-04 11:37:34.540 | ' /home/ubuntu/devstack/local.conf 2022-04-04 11:37:34.570 | + ./stack.sh:main:1412 : run_phase stack extra 2022-04-04 11:37:34.573 | + functions-common:run_phase:1737 : local mode=stack 2022-04-04 11:37:34.575 | + functions-common:run_phase:1738 : local phase=extra 2022-04-04 11:37:34.577 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-04-04 11:37:34.580 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-04-04 11:37:34.583 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-04-04 11:37:34.585 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-04-04 11:37:34.588 | + functions-common:run_phase:1747 : local extra 2022-04-04 11:37:34.591 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-04-04 11:37:34.601 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-04-04 11:37:34.603 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-04-04 11:37:34.606 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-04-04 11:37:34.609 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack extra 2022-04-04 11:37:34.611 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-04-04 11:37:34.628 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:37:34.630 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-04-04 11:37:34.633 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-04-04 11:37:34.635 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2022-04-04 11:37:34.638 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-04-04 11:37:34.640 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-04-04 11:37:34.643 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-04-04 11:37:34.646 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2022-04-04 11:37:34.648 | ++ extras.d/80-tempest.sh:source:15 : : 2022-04-04 11:37:34.651 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-04-04 11:37:34.654 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-04-04 11:37:34.657 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2022-04-04 11:37:34.659 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-04-04 11:37:34.662 | + functions-common:run_phase:1764 : run_plugins stack extra 2022-04-04 11:37:34.665 | + functions-common:run_plugins:1723 : local mode=stack 2022-04-04 11:37:34.668 | + functions-common:run_plugins:1724 : local phase=extra 2022-04-04 11:37:34.670 | + functions-common:run_plugins:1726 : local plugins= 2022-04-04 11:37:34.673 | + functions-common:run_plugins:1727 : local plugin 2022-04-04 11:37:34.675 | + ./stack.sh:main:1420 : merge_config_group /home/ubuntu/devstack/local.conf post-extra 2022-04-04 11:37:34.678 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-04-04 11:37:34.680 | + inc/meta-config:merge_config_group:171 : shift 2022-04-04 11:37:34.683 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2022-04-04 11:37:34.685 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-04-04 11:37:34.688 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-04-04 11:37:34.690 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-04-04 11:37:34.694 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-extra 2022-04-04 11:37:34.696 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-04-04 11:37:34.699 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2022-04-04 11:37:34.701 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-04-04 11:37:34.704 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2022-04-04 11:37:34.704 | /^\[\[.+\|.*\]\]/ { 2022-04-04 11:37:34.704 | gsub("[][]", "", $1); 2022-04-04 11:37:34.704 | split($1, a, "|"); 2022-04-04 11:37:34.704 | if (a[1] == matchgroup) 2022-04-04 11:37:34.704 | print a[2] 2022-04-04 11:37:34.704 | } 2022-04-04 11:37:34.704 | ' /home/ubuntu/devstack/local.conf 2022-04-04 11:37:34.711 | + ./stack.sh:main:1429 : is_service_enabled n-cpu 2022-04-04 11:37:34.730 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:37:34.733 | + ./stack.sh:main:1434 : service_check 2022-04-04 11:37:34.735 | + functions-common:service_check:1602 : local service 2022-04-04 11:37:34.738 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:34.740 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@key.service 2022-04-04 11:37:34.857 | Failed to get unit file state for devstack@key.service: No such file or directory 2022-04-04 11:37:34.861 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:34.863 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-api.service 2022-04-04 11:37:34.877 | enabled 2022-04-04 11:37:34.881 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-api.service --no-pager 2022-04-04 11:37:34.913 | ● devstack@n-api.service - Devstack devstack@n-api.service 2022-04-04 11:37:34.913 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2022-04-04 11:37:34.913 | Active: active (running) since Mon 2022-04-04 11:35:02 UTC; 2min 32s ago 2022-04-04 11:37:34.913 | Main PID: 108940 (uwsgi) 2022-04-04 11:37:34.913 | Status: "uWSGI is ready" 2022-04-04 11:37:34.913 | Tasks: 3 (limit: 14304) 2022-04-04 11:37:34.913 | Memory: 240.3M 2022-04-04 11:37:34.913 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2022-04-04 11:37:34.913 | ├─108940 nova-apiuWSGI master 2022-04-04 11:37:34.913 | ├─108941 nova-apiuWSGI worker 1 2022-04-04 11:37:34.913 | └─108942 nova-apiuWSGI worker 2 2022-04-04 11:37:34.913 | 2022-04-04 11:37:34.913 | Apr 04 11:36:56 dv-neutron-835866-1-hyperv devstack@n-api.service[108942]: [pid: 108942|app: 0|req: 17/32] 10.222.0.43 () {64 vars in 1332 bytes} [Mon Apr 4 11:36:56 2022] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 76 msecs (HTTP/1.1 200) 9 headers in 358 bytes (2 switches on core 0) 2022-04-04 11:37:34.913 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv devstack@n-api.service[108941]: DEBUG nova.api.openstack.wsgi [None req-01e10100-b3a6-4d6e-a5fd-d59c66e6e11c admin admin] Calling method '>' {{(pid=108941) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2022-04-04 11:37:34.913 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv devstack@n-api.service[108941]: INFO nova.api.openstack.requestlog [None req-01e10100-b3a6-4d6e-a5fd-d59c66e6e11c admin admin] 10.222.0.43 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.001655 2022-04-04 11:37:34.913 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv devstack@n-api.service[108941]: [pid: 108941|app: 0|req: 16/33] 10.222.0.43 () {54 vars in 930 bytes} [Mon Apr 4 11:36:58 2022] GET /compute/v2.1 => generated 388 bytes in 3 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2022-04-04 11:37:34.913 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv devstack@n-api.service[108942]: DEBUG nova.api.openstack.wsgi [None req-3a3d073f-3da0-4a03-94c4-7c3d97e28d97 admin admin] Action: 'create', calling method: >, body: {"flavor": {"OS-FLV-EXT-DATA:ephemeral": 0, "vcpus": 8, "ram": 16384, "id": "5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "swap": 0, "name": "m1.xlarge", "disk": 160}} {{(pid=108942) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2022-04-04 11:37:34.913 | Apr 04 11:36:59 dv-neutron-835866-1-hyperv devstack@n-api.service[108942]: INFO nova.api.openstack.requestlog [None req-3a3d073f-3da0-4a03-94c4-7c3d97e28d97 admin admin] 10.222.0.43 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.146488 2022-04-04 11:37:34.913 | Apr 04 11:36:59 dv-neutron-835866-1-hyperv devstack@n-api.service[108942]: [pid: 108942|app: 0|req: 18/34] 10.222.0.43 () {64 vars in 1282 bytes} [Mon Apr 4 11:36:58 2022] POST /compute/v2.1/flavors => generated 408 bytes in 148 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2022-04-04 11:37:34.913 | Apr 04 11:36:59 dv-neutron-835866-1-hyperv devstack@n-api.service[108941]: DEBUG nova.api.openstack.wsgi [None req-b4800d27-deda-4f5a-8d8c-10484bfcb69e admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=108941) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2022-04-04 11:37:34.913 | Apr 04 11:36:59 dv-neutron-835866-1-hyperv devstack@n-api.service[108941]: INFO nova.api.openstack.requestlog [None req-b4800d27-deda-4f5a-8d8c-10484bfcb69e admin admin] 10.222.0.43 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.080328 2022-04-04 11:37:34.913 | Apr 04 11:36:59 dv-neutron-835866-1-hyperv devstack@n-api.service[108941]: [pid: 108941|app: 0|req: 17/35] 10.222.0.43 () {64 vars in 1332 bytes} [Mon Apr 4 11:36:59 2022] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 82 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2022-04-04 11:37:34.916 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:34.919 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-cond.service 2022-04-04 11:37:34.932 | Failed to get unit file state for devstack@n-cond.service: No such file or directory 2022-04-04 11:37:34.936 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:34.938 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-sch.service 2022-04-04 11:37:34.953 | enabled 2022-04-04 11:37:34.956 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-sch.service --no-pager 2022-04-04 11:37:34.975 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2022-04-04 11:37:34.975 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2022-04-04 11:37:34.975 | Active: active (running) since Mon 2022-04-04 11:36:16 UTC; 1min 18s ago 2022-04-04 11:37:34.975 | Main PID: 113754 (nova-scheduler) 2022-04-04 11:37:34.975 | Tasks: 3 (limit: 14304) 2022-04-04 11:37:34.975 | Memory: 147.4M 2022-04-04 11:37:34.975 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2022-04-04 11:37:34.975 | ├─113754 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2022-04-04 11:37:34.975 | ├─115011 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2022-04-04 11:37:34.975 | └─115012 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2022-04-04 11:37:34.975 | 2022-04-04 11:37:34.975 | Apr 04 11:36:21 dv-neutron-835866-1-hyperv nova-scheduler[113754]: DEBUG oslo_service.service [None req-303a8500-428c-4ac3-abf4-643d03417386 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=113754) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:34.975 | Apr 04 11:36:21 dv-neutron-835866-1-hyperv nova-scheduler[113754]: DEBUG oslo_service.service [None req-303a8500-428c-4ac3-abf4-643d03417386 None None] oslo_messaging_rabbit.ssl_version = {{(pid=113754) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:34.975 | Apr 04 11:36:21 dv-neutron-835866-1-hyperv nova-scheduler[113754]: DEBUG oslo_service.service [None req-303a8500-428c-4ac3-abf4-643d03417386 None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=113754) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:34.975 | Apr 04 11:36:21 dv-neutron-835866-1-hyperv nova-scheduler[113754]: DEBUG oslo_service.service [None req-303a8500-428c-4ac3-abf4-643d03417386 None None] oslo_messaging_notifications.retry = -1 {{(pid=113754) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:34.975 | Apr 04 11:36:21 dv-neutron-835866-1-hyperv nova-scheduler[113754]: DEBUG oslo_service.service [None req-303a8500-428c-4ac3-abf4-643d03417386 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=113754) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:34.975 | Apr 04 11:36:21 dv-neutron-835866-1-hyperv nova-scheduler[113754]: DEBUG oslo_service.service [None req-303a8500-428c-4ac3-abf4-643d03417386 None None] oslo_messaging_notifications.transport_url = **** {{(pid=113754) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:34.976 | Apr 04 11:36:21 dv-neutron-835866-1-hyperv nova-scheduler[113754]: DEBUG oslo_service.service [None req-303a8500-428c-4ac3-abf4-643d03417386 None None] oslo_reports.file_event_handler = None {{(pid=113754) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:34.976 | Apr 04 11:36:21 dv-neutron-835866-1-hyperv nova-scheduler[113754]: DEBUG oslo_service.service [None req-303a8500-428c-4ac3-abf4-643d03417386 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=113754) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:34.976 | Apr 04 11:36:21 dv-neutron-835866-1-hyperv nova-scheduler[113754]: DEBUG oslo_service.service [None req-303a8500-428c-4ac3-abf4-643d03417386 None None] oslo_reports.log_dir = None {{(pid=113754) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:34.976 | Apr 04 11:36:21 dv-neutron-835866-1-hyperv nova-scheduler[113754]: DEBUG oslo_service.service [None req-303a8500-428c-4ac3-abf4-643d03417386 None None] ******************************************************************************** {{(pid=113754) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-04-04 11:37:34.979 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:34.982 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-api-meta.service 2022-04-04 11:37:34.996 | enabled 2022-04-04 11:37:34.999 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-api-meta.service --no-pager 2022-04-04 11:37:35.016 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2022-04-04 11:37:35.016 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.016 | Active: active (running) since Mon 2022-04-04 11:36:18 UTC; 1min 16s ago 2022-04-04 11:37:35.016 | Main PID: 114213 (uwsgi) 2022-04-04 11:37:35.016 | Status: "uWSGI is ready" 2022-04-04 11:37:35.016 | Tasks: 4 (limit: 14304) 2022-04-04 11:37:35.016 | Memory: 203.0M 2022-04-04 11:37:35.016 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2022-04-04 11:37:35.016 | ├─114213 nova-api-metauWSGI master 2022-04-04 11:37:35.016 | ├─114218 nova-api-metauWSGI worker 1 2022-04-04 11:37:35.016 | ├─114219 nova-api-metauWSGI worker 2 2022-04-04 11:37:35.016 | └─114220 nova-api-metauWSGI http 1 2022-04-04 11:37:35.016 | 2022-04-04 11:37:35.016 | Apr 04 11:36:23 dv-neutron-835866-1-hyperv devstack@n-api-meta.service[114219]: DEBUG oslo_concurrency.lockutils [None req-5f7eac21-a15d-4a3d-9ec1-9552d50e7c91 None None] Lock "72351bc7-fba9-45a3-9876-a1157de3bb44" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=114219) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-04-04 11:37:35.016 | Apr 04 11:36:23 dv-neutron-835866-1-hyperv devstack@n-api-meta.service[114219]: DEBUG oslo_concurrency.lockutils [None req-5f7eac21-a15d-4a3d-9ec1-9552d50e7c91 None None] Lock "72351bc7-fba9-45a3-9876-a1157de3bb44" released by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.002s {{(pid=114219) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-04-04 11:37:35.016 | Apr 04 11:36:23 dv-neutron-835866-1-hyperv devstack@n-api-meta.service[114219]: DEBUG oslo_db.sqlalchemy.engines [None req-5f7eac21-a15d-4a3d-9ec1-9552d50e7c91 None None] 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=114219) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-04-04 11:37:35.016 | Apr 04 11:36:23 dv-neutron-835866-1-hyperv devstack@n-api-meta.service[114219]: DEBUG oslo_db.sqlalchemy.engines [None req-5f7eac21-a15d-4a3d-9ec1-9552d50e7c91 None None] 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=114219) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-04-04 11:37:35.016 | Apr 04 11:36:23 dv-neutron-835866-1-hyperv devstack@n-api-meta.service[114218]: DEBUG oslo_db.sqlalchemy.engines [None req-c611695f-6bed-497d-809e-60516a4a565c None None] 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=114218) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-04-04 11:37:35.017 | Apr 04 11:36:23 dv-neutron-835866-1-hyperv devstack@n-api-meta.service[114219]: DEBUG oslo_db.sqlalchemy.engines [None req-5f7eac21-a15d-4a3d-9ec1-9552d50e7c91 None None] 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=114219) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-04-04 11:37:35.017 | Apr 04 11:36:23 dv-neutron-835866-1-hyperv devstack@n-api-meta.service[114218]: WARNING nova.api.metadata.handler [None req-c611695f-6bed-497d-809e-60516a4a565c None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2022-04-04 11:37:35.017 | Apr 04 11:36:23 dv-neutron-835866-1-hyperv devstack@n-api-meta.service[114218]: WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x56407707f9a0 pid: 114218 (default app) 2022-04-04 11:37:35.017 | Apr 04 11:36:23 dv-neutron-835866-1-hyperv devstack@n-api-meta.service[114219]: WARNING nova.api.metadata.handler [None req-5f7eac21-a15d-4a3d-9ec1-9552d50e7c91 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2022-04-04 11:37:35.017 | Apr 04 11:36:23 dv-neutron-835866-1-hyperv devstack@n-api-meta.service[114219]: WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x56407707f9a0 pid: 114219 (default app) 2022-04-04 11:37:35.021 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.023 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@placement-api.service 2022-04-04 11:37:35.037 | enabled 2022-04-04 11:37:35.040 | + functions-common:service_check:1609 : sudo systemctl status devstack@placement-api.service --no-pager 2022-04-04 11:37:35.056 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2022-04-04 11:37:35.056 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.056 | Active: active (running) since Mon 2022-04-04 11:35:17 UTC; 2min 17s ago 2022-04-04 11:37:35.056 | Main PID: 110117 (uwsgi) 2022-04-04 11:37:35.056 | Status: "uWSGI is ready" 2022-04-04 11:37:35.056 | Tasks: 3 (limit: 14304) 2022-04-04 11:37:35.056 | Memory: 142.7M 2022-04-04 11:37:35.056 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2022-04-04 11:37:35.056 | ├─110117 placementuWSGI master 2022-04-04 11:37:35.056 | ├─110128 placementuWSGI worker 1 2022-04-04 11:37:35.056 | └─110129 placementuWSGI worker 2 2022-04-04 11:37:35.056 | 2022-04-04 11:37:35.056 | Apr 04 11:35:21 dv-neutron-835866-1-hyperv devstack@placement-api.service[110128]: WSGI app 0 (mountpoint='') ready in 4 seconds on interpreter 0x561c51d459c0 pid: 110128 (default app) 2022-04-04 11:37:35.056 | Apr 04 11:36:20 dv-neutron-835866-1-hyperv devstack@placement-api.service[110129]: DEBUG placement.requestlog [None req-d0e05434-f01a-4bcc-9d78-3cf977e513f6 None None] Starting request: 10.222.0.43 "GET /placement/" {{(pid=110129) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2022-04-04 11:37:35.056 | Apr 04 11:36:20 dv-neutron-835866-1-hyperv devstack@placement-api.service[110129]: INFO placement.requestlog [None req-d0e05434-f01a-4bcc-9d78-3cf977e513f6 None None] 10.222.0.43 "GET /placement/" status: 200 len: 136 microversion: 1.0 2022-04-04 11:37:35.056 | Apr 04 11:36:20 dv-neutron-835866-1-hyperv devstack@placement-api.service[110129]: [pid: 110129|app: 0|req: 2/2] 10.222.0.43 () {54 vars in 916 bytes} [Mon Apr 4 11:36:20 2022] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2022-04-04 11:37:35.056 | Apr 04 11:36:24 dv-neutron-835866-1-hyperv devstack@placement-api.service[110128]: DEBUG placement.requestlog [None req-e81c65ba-d8f0-4a3d-a16a-3d1cd8c3456e None None] Starting request: 10.222.0.43 "GET /placement/" {{(pid=110128) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2022-04-04 11:37:35.057 | Apr 04 11:36:24 dv-neutron-835866-1-hyperv devstack@placement-api.service[110128]: INFO placement.requestlog [None req-e81c65ba-d8f0-4a3d-a16a-3d1cd8c3456e None None] 10.222.0.43 "GET /placement/" status: 200 len: 136 microversion: 1.0 2022-04-04 11:37:35.057 | Apr 04 11:36:24 dv-neutron-835866-1-hyperv devstack@placement-api.service[110128]: [pid: 110128|app: 0|req: 1/3] 10.222.0.43 () {54 vars in 916 bytes} [Mon Apr 4 11:36:24 2022] GET /placement => generated 136 bytes in 17 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2022-04-04 11:37:35.057 | Apr 04 11:36:26 dv-neutron-835866-1-hyperv devstack@placement-api.service[110129]: DEBUG placement.requestlog [None req-80899d07-ecf0-49aa-8bb9-65d2a4bb17af None None] Starting request: 10.222.0.43 "GET /placement/" {{(pid=110129) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2022-04-04 11:37:35.057 | Apr 04 11:36:26 dv-neutron-835866-1-hyperv devstack@placement-api.service[110129]: INFO placement.requestlog [None req-80899d07-ecf0-49aa-8bb9-65d2a4bb17af None None] 10.222.0.43 "GET /placement/" status: 200 len: 136 microversion: 1.0 2022-04-04 11:37:35.057 | Apr 04 11:36:26 dv-neutron-835866-1-hyperv devstack@placement-api.service[110129]: [pid: 110129|app: 0|req: 3/4] 10.222.0.43 () {54 vars in 916 bytes} [Mon Apr 4 11:36:26 2022] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2022-04-04 11:37:35.060 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.062 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@placement-client.service 2022-04-04 11:37:35.075 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2022-04-04 11:37:35.079 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.081 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@g-api.service 2022-04-04 11:37:35.095 | enabled 2022-04-04 11:37:35.099 | + functions-common:service_check:1609 : sudo systemctl status devstack@g-api.service --no-pager 2022-04-04 11:37:35.115 | ● devstack@g-api.service - Devstack devstack@g-api.service 2022-04-04 11:37:35.116 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.116 | Active: active (running) since Mon 2022-04-04 11:36:45 UTC; 49s ago 2022-04-04 11:37:35.116 | Main PID: 118251 (uwsgi) 2022-04-04 11:37:35.116 | Status: "uWSGI is ready" 2022-04-04 11:37:35.116 | Tasks: 7 (limit: 14304) 2022-04-04 11:37:35.116 | Memory: 207.8M 2022-04-04 11:37:35.116 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2022-04-04 11:37:35.116 | ├─118251 glance-apiuWSGI master 2022-04-04 11:37:35.116 | ├─118252 glance-apiuWSGI worker 1 2022-04-04 11:37:35.116 | └─118253 glance-apiuWSGI worker 2 2022-04-04 11:37:35.116 | 2022-04-04 11:37:35.116 | Apr 04 11:37:14 dv-neutron-835866-1-hyperv devstack@g-api.service[118253]: DEBUG glance_store.location [None req-0027b61c-f446-4099-9272-e72fd5420be6 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=118253) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-04-04 11:37:35.116 | Apr 04 11:37:14 dv-neutron-835866-1-hyperv devstack@g-api.service[118253]: DEBUG glance_store.location [None req-0027b61c-f446-4099-9272-e72fd5420be6 admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=118253) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-04-04 11:37:35.116 | Apr 04 11:37:14 dv-neutron-835866-1-hyperv devstack@g-api.service[118253]: DEBUG glance_store.location [None req-0027b61c-f446-4099-9272-e72fd5420be6 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=118253) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-04-04 11:37:35.116 | Apr 04 11:37:14 dv-neutron-835866-1-hyperv devstack@g-api.service[118253]: DEBUG glance_store.location [None req-0027b61c-f446-4099-9272-e72fd5420be6 admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=118253) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-04-04 11:37:35.116 | Apr 04 11:37:14 dv-neutron-835866-1-hyperv devstack@g-api.service[118253]: DEBUG glance_store.location [None req-0027b61c-f446-4099-9272-e72fd5420be6 admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=118253) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-04-04 11:37:35.116 | Apr 04 11:37:14 dv-neutron-835866-1-hyperv devstack@g-api.service[118253]: DEBUG glance_store.location [None req-0027b61c-f446-4099-9272-e72fd5420be6 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=118253) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-04-04 11:37:35.116 | Apr 04 11:37:14 dv-neutron-835866-1-hyperv devstack@g-api.service[118253]: DEBUG glance_store.location [None req-0027b61c-f446-4099-9272-e72fd5420be6 admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=118253) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-04-04 11:37:35.116 | Apr 04 11:37:14 dv-neutron-835866-1-hyperv devstack@g-api.service[118253]: DEBUG glance_store.location [None req-0027b61c-f446-4099-9272-e72fd5420be6 admin admin] Registering scheme swift+config with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=118253) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-04-04 11:37:35.116 | Apr 04 11:37:14 dv-neutron-835866-1-hyperv devstack@g-api.service[118253]: DEBUG glance_store.backend [None req-0027b61c-f446-4099-9272-e72fd5420be6 admin admin] Skipping store.set_acls... not implemented. {{(pid=118253) set_acls /usr/local/lib/python3.8/dist-packages/glance_store/backend.py:509}} 2022-04-04 11:37:35.116 | Apr 04 11:37:14 dv-neutron-835866-1-hyperv devstack@g-api.service[118253]: [pid: 118253|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 879 bytes} [Mon Apr 4 11:36:57 2022] PUT /v2/images/7159f850-51dd-4171-8035-34b401889b19/file => generated 0 bytes in 17056 msecs (HTTP/1.1 204) 4 headers in 171 bytes (5 switches on core 0) 2022-04-04 11:37:35.119 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.122 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@c-sch.service 2022-04-04 11:37:35.136 | enabled 2022-04-04 11:37:35.140 | + functions-common:service_check:1609 : sudo systemctl status devstack@c-sch.service --no-pager 2022-04-04 11:37:35.156 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2022-04-04 11:37:35.156 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.156 | Active: active (running) since Mon 2022-04-04 11:36:35 UTC; 59s ago 2022-04-04 11:37:35.156 | Main PID: 116942 (cinder-schedule) 2022-04-04 11:37:35.156 | Tasks: 2 (limit: 14304) 2022-04-04 11:37:35.156 | Memory: 101.5M 2022-04-04 11:37:35.156 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2022-04-04 11:37:35.156 | └─116942 /usr/bin/python3.8 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2022-04-04 11:37:35.156 | 2022-04-04 11:37:35.156 | Apr 04 11:36:39 dv-neutron-835866-1-hyperv cinder-scheduler[116942]: DEBUG cinder.service [None req-ae6174c4-a6d5-4d86-9249-eb18193235a8 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=116942) start /opt/stack/cinder/cinder/service.py:237}} 2022-04-04 11:37:35.156 | Apr 04 11:36:41 dv-neutron-835866-1-hyperv cinder-scheduler[116942]: DEBUG cinder.scheduler.host_manager [None req-b281c04c-5911-41a3-9a69-56fcc1fad0b9 None None] Received backup service update from dv-neutron-835866-1-hyperv: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=116942) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:544}} 2022-04-04 11:37:35.156 | Apr 04 11:36:47 dv-neutron-835866-1-hyperv cinder-scheduler[116942]: DEBUG cinder.scheduler.host_manager [None req-564e661d-1d4f-4e23-9ac0-b42c75fec2dd None None] Received volume service update from dv-neutron-835866-1-hyperv@lvmdriver-1: {'volume_backend_name': 'lvmdriver-1', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'storage_protocol': 'iSCSI', 'pools': [{'pool_name': 'lvmdriver-1', 'total_capacity_gb': 48.82, 'free_capacity_gb': 48.82, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:dv-neutron-835866-1-hyperv:stack-volumes-lvmdriver-1:default:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': False, 'thick_provisioning_support': True, 'total_volumes': 0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True}], 'shared_targets': False, 'sparse_copy_volume': False, 'filter_function': None, 'goodness_function': None} {{(pid=116942) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:575}} 2022-04-04 11:37:35.156 | Apr 04 11:36:47 dv-neutron-835866-1-hyperv cinder-scheduler[116942]: DEBUG cinder.scheduler.host_manager [None req-564e661d-1d4f-4e23-9ac0-b42c75fec2dd None None] Updating capabilities for dv-neutron-835866-1-hyperv@lvmdriver-1#lvmdriver-1: {'pool_name': 'lvmdriver-1', 'total_capacity_gb': 48.82, 'free_capacity_gb': 48.82, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:dv-neutron-835866-1-hyperv:stack-volumes-lvmdriver-1:default:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': False, 'thick_provisioning_support': True, 'total_volumes': 0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': 'lvmdriver-1', 'storage_protocol': 'iSCSI', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'timestamp': datetime.datetime(2022, 4, 4, 11, 36, 46, 990034)} {{(pid=116942) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:368}} 2022-04-04 11:37:35.156 | Apr 04 11:36:47 dv-neutron-835866-1-hyperv cinder-scheduler[116942]: DEBUG cinder.utils [None req-564e661d-1d4f-4e23-9ac0-b42c75fec2dd None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=116942) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:768}} 2022-04-04 11:37:35.156 | Apr 04 11:36:47 dv-neutron-835866-1-hyperv cinder-scheduler[116942]: DEBUG cinder.utils [None req-564e661d-1d4f-4e23-9ac0-b42c75fec2dd None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=116942) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:768}} 2022-04-04 11:37:35.156 | Apr 04 11:36:47 dv-neutron-835866-1-hyperv cinder-scheduler[116942]: DEBUG cinder.scheduler.host_manager [None req-564e661d-1d4f-4e23-9ac0-b42c75fec2dd None None] Publish storage capacity: [{'type': 'backend', 'name_to_id': 'dv-neutron-835866-1-hyperv@lvmdriver-1', 'total': 48.82, 'free': 48.82, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 48.82, 'reported_at': datetime.datetime(2022, 4, 4, 11, 36, 47, 22160)}]. {{(pid=116942) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:899}} 2022-04-04 11:37:35.156 | Apr 04 11:36:49 dv-neutron-835866-1-hyperv cinder-scheduler[116942]: DEBUG oslo_service.periodic_task [None req-6cc72640-ba32-45bf-bd04-ac0a43ec03d6 None None] Running periodic task SchedulerManager._clean_expired_messages {{(pid=116942) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2022-04-04 11:37:35.156 | Apr 04 11:36:49 dv-neutron-835866-1-hyperv cinder-scheduler[116942]: INFO cinder.message.api [None req-6cc72640-ba32-45bf-bd04-ac0a43ec03d6 None None] Deleted 0 expired messages. 2022-04-04 11:37:35.156 | Apr 04 11:36:49 dv-neutron-835866-1-hyperv cinder-scheduler[116942]: DEBUG oslo_service.periodic_task [None req-6cc72640-ba32-45bf-bd04-ac0a43ec03d6 None None] Running periodic task SchedulerManager._clean_expired_reservation {{(pid=116942) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2022-04-04 11:37:35.160 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.162 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@c-api.service 2022-04-04 11:37:35.176 | enabled 2022-04-04 11:37:35.180 | + functions-common:service_check:1609 : sudo systemctl status devstack@c-api.service --no-pager 2022-04-04 11:37:35.197 | ● devstack@c-api.service - Devstack devstack@c-api.service 2022-04-04 11:37:35.197 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.197 | Active: active (running) since Mon 2022-04-04 11:36:29 UTC; 1min 5s ago 2022-04-04 11:37:35.197 | Main PID: 116467 (uwsgi) 2022-04-04 11:37:35.197 | Status: "uWSGI is ready" 2022-04-04 11:37:35.197 | Tasks: 5 (limit: 14304) 2022-04-04 11:37:35.197 | Memory: 221.9M 2022-04-04 11:37:35.197 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2022-04-04 11:37:35.197 | ├─116467 cinder-apiuWSGI master 2022-04-04 11:37:35.197 | ├─116469 cinder-apiuWSGI worker 1 2022-04-04 11:37:35.197 | └─116471 cinder-apiuWSGI worker 2 2022-04-04 11:37:35.197 | 2022-04-04 11:37:35.197 | Apr 04 11:36:42 dv-neutron-835866-1-hyperv devstack@c-api.service[116469]: warnings.warn(deprecated_msg) 2022-04-04 11:37:35.197 | Apr 04 11:36:42 dv-neutron-835866-1-hyperv devstack@c-api.service[116469]: INFO cinder.api.openstack.wsgi [req-b70031d2-33cf-4c78-baf7-3a4240987d31 req-985e0451-46d0-4656-afb3-aff5f9271680 admin admin] POST http://10.222.0.43/volume/v3/c754a9317f864b6090be3ae7d7452bba/types/5f9f26a2-6fb8-42e7-9641-647b7a0575bf/extra_specs 2022-04-04 11:37:35.197 | Apr 04 11:36:42 dv-neutron-835866-1-hyperv devstack@c-api.service[116469]: /usr/local/lib/python3.8/dist-packages/webob/acceptparse.py:1047: DeprecationWarning: The behavior of AcceptValidHeader.best_match is currently being maintained for backward compatibility, but it will be deprecated in the future, as it does not conform to the RFC. 2022-04-04 11:37:35.197 | Apr 04 11:36:42 dv-neutron-835866-1-hyperv devstack@c-api.service[116469]: warnings.warn( 2022-04-04 11:37:35.197 | Apr 04 11:36:42 dv-neutron-835866-1-hyperv devstack@c-api.service[116469]: DEBUG cinder.api.openstack.wsgi [req-b70031d2-33cf-4c78-baf7-3a4240987d31 req-985e0451-46d0-4656-afb3-aff5f9271680 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "lvmdriver-1"}} {{(pid=116469) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:854}} 2022-04-04 11:37:35.197 | Apr 04 11:36:42 dv-neutron-835866-1-hyperv devstack@c-api.service[116469]: /usr/local/lib/python3.8/dist-packages/oslo_context/context.py:105: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2022-04-04 11:37:35.197 | Apr 04 11:36:42 dv-neutron-835866-1-hyperv devstack@c-api.service[116469]: warnings.warn('Policy enforcement is depending on the value of ' 2022-04-04 11:37:35.197 | Apr 04 11:36:42 dv-neutron-835866-1-hyperv devstack@c-api.service[116469]: DEBUG oslo_db.sqlalchemy.engines [req-b70031d2-33cf-4c78-baf7-3a4240987d31 req-985e0451-46d0-4656-afb3-aff5f9271680 admin admin] 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=116469) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-04-04 11:37:35.197 | Apr 04 11:36:42 dv-neutron-835866-1-hyperv devstack@c-api.service[116469]: INFO cinder.api.openstack.wsgi [req-b70031d2-33cf-4c78-baf7-3a4240987d31 req-985e0451-46d0-4656-afb3-aff5f9271680 admin admin] http://10.222.0.43/volume/v3/c754a9317f864b6090be3ae7d7452bba/types/5f9f26a2-6fb8-42e7-9641-647b7a0575bf/extra_specs returned with HTTP 200 2022-04-04 11:37:35.197 | Apr 04 11:36:42 dv-neutron-835866-1-hyperv devstack@c-api.service[116469]: [pid: 116469|app: 0|req: 1/3] 10.222.0.43 () {62 vars in 1454 bytes} [Mon Apr 4 11:36:42 2022] POST /volume/v3/c754a9317f864b6090be3ae7d7452bba/types/5f9f26a2-6fb8-42e7-9641-647b7a0575bf/extra_specs => generated 55 bytes in 653 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2022-04-04 11:37:35.200 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.203 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@c-vol.service 2022-04-04 11:37:35.216 | enabled 2022-04-04 11:37:35.220 | + functions-common:service_check:1609 : sudo systemctl status devstack@c-vol.service --no-pager 2022-04-04 11:37:35.236 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2022-04-04 11:37:35.242 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.242 | Active: active (running) since Mon 2022-04-04 11:36:39 UTC; 56s ago 2022-04-04 11:37:35.242 | Main PID: 117660 (cinder-volume) 2022-04-04 11:37:35.242 | Tasks: 3 (limit: 14304) 2022-04-04 11:37:35.242 | Memory: 132.9M 2022-04-04 11:37:35.242 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2022-04-04 11:37:35.242 | ├─117660 /usr/bin/python3.8 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2022-04-04 11:37:35.242 | └─117807 /usr/bin/python3.8 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2022-04-04 11:37:35.242 | 2022-04-04 11:37:35.242 | Apr 04 11:36:47 dv-neutron-835866-1-hyperv sudo[118351]: ubuntu : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 2022-04-04 11:37:35.242 | Apr 04 11:36:47 dv-neutron-835866-1-hyperv sudo[118351]: pam_unix(sudo:session): session opened for user root by (uid=0) 2022-04-04 11:37:35.242 | Apr 04 11:36:47 dv-neutron-835866-1-hyperv sudo[118351]: pam_unix(sudo:session): session closed for user root 2022-04-04 11:37:35.242 | Apr 04 11:36:47 dv-neutron-835866-1-hyperv cinder-volume[117807]: DEBUG oslo_concurrency.processutils [None req-564e661d-1d4f-4e23-9ac0-b42c75fec2dd None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.512s {{(pid=117807) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2022-04-04 11:37:35.242 | Apr 04 11:36:47 dv-neutron-835866-1-hyperv cinder-volume[117807]: DEBUG oslo_concurrency.processutils [None req-564e661d-1d4f-4e23-9ac0-b42c75fec2dd None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=117807) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:384}} 2022-04-04 11:37:35.242 | Apr 04 11:36:47 dv-neutron-835866-1-hyperv sudo[118356]: ubuntu : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 2022-04-04 11:37:35.242 | Apr 04 11:36:47 dv-neutron-835866-1-hyperv sudo[118356]: pam_unix(sudo:session): session opened for user root by (uid=0) 2022-04-04 11:37:35.242 | Apr 04 11:36:48 dv-neutron-835866-1-hyperv sudo[118356]: pam_unix(sudo:session): session closed for user root 2022-04-04 11:37:35.242 | Apr 04 11:36:48 dv-neutron-835866-1-hyperv cinder-volume[117807]: DEBUG oslo_concurrency.processutils [None req-564e661d-1d4f-4e23-9ac0-b42c75fec2dd None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.503s {{(pid=117807) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2022-04-04 11:37:35.242 | Apr 04 11:36:48 dv-neutron-835866-1-hyperv cinder-volume[117807]: INFO cinder.volume.manager [None req-564e661d-1d4f-4e23-9ac0-b42c75fec2dd None None] Driver post RPC initialization completed successfully. 2022-04-04 11:37:35.242 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.243 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ovn-controller.service 2022-04-04 11:37:35.256 | Failed to get unit file state for devstack@ovn-controller.service: No such file or directory 2022-04-04 11:37:35.260 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.262 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ovn-northd.service 2022-04-04 11:37:35.274 | Failed to get unit file state for devstack@ovn-northd.service: No such file or directory 2022-04-04 11:37:35.278 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.281 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2022-04-04 11:37:35.292 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2022-04-04 11:37:35.296 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.299 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ovsdb-server.service 2022-04-04 11:37:35.311 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2022-04-04 11:37:35.315 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.318 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-svc.service 2022-04-04 11:37:35.331 | enabled 2022-04-04 11:37:35.334 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-svc.service --no-pager 2022-04-04 11:37:35.353 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2022-04-04 11:37:35.353 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.353 | Active: active (running) since Mon 2022-04-04 11:35:09 UTC; 2min 25s ago 2022-04-04 11:37:35.353 | Main PID: 109525 (/usr/bin/python) 2022-04-04 11:37:35.353 | Tasks: 9 (limit: 14304) 2022-04-04 11:37:35.353 | Memory: 367.6M 2022-04-04 11:37:35.353 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2022-04-04 11:37:35.353 | ├─109525 /usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2022-04-04 11:37:35.354 | ├─109636 neutron-server: api worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-04-04 11:37:35.354 | ├─109637 neutron-server: api worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-04-04 11:37:35.354 | ├─109638 neutron-server: rpc worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-04-04 11:37:35.354 | └─109639 neutron-server: rpc worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-04-04 11:37:35.354 | 2022-04-04 11:37:35.354 | Apr 04 11:36:59 dv-neutron-835866-1-hyperv neutron-server[109638]: DEBUG neutron_lib.callbacks.manager [None req-b44a4589-684c-40cb-b8f1-062bd89bfaea None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8779926925132', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2048524'] for agent, after_update {{(pid=109638) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-04-04 11:37:35.354 | Apr 04 11:37:00 dv-neutron-835866-1-hyperv neutron-server[109638]: DEBUG neutron_lib.callbacks.manager [None req-d83c4e90-0923-43b5-8994-f9e08fbeda78 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8779926925132', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2048524'] for agent, after_update {{(pid=109638) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-04-04 11:37:35.354 | Apr 04 11:37:02 dv-neutron-835866-1-hyperv neutron-server[109638]: DEBUG neutron_lib.callbacks.manager [None req-4ac5a636-370e-40c7-9813-194c87400d9c None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8779926925132', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2048524'] for agent, after_update {{(pid=109638) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-04-04 11:37:35.354 | Apr 04 11:37:02 dv-neutron-835866-1-hyperv neutron-server[109638]: DEBUG neutron_lib.callbacks.manager [None req-b8add863-a8eb-458b-a63a-6e39de8d47ad None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8779926925132', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2048524'] for agent, after_update {{(pid=109638) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-04-04 11:37:35.354 | Apr 04 11:37:23 dv-neutron-835866-1-hyperv neutron-server[109639]: DEBUG neutron.db.agents_db [None req-47d8bc05-8c95-41bc-8494-0400830573b3 None None] Agent healthcheck: found 5 active agents {{(pid=109639) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} 2022-04-04 11:37:35.354 | Apr 04 11:37:27 dv-neutron-835866-1-hyperv neutron-server[109638]: DEBUG neutron_lib.callbacks.manager [None req-30dbe774-0fbc-4d98-9712-e1f385d7dce5 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8779926925132', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2048524'] for agent, after_update {{(pid=109638) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-04-04 11:37:35.355 | Apr 04 11:37:29 dv-neutron-835866-1-hyperv neutron-server[109638]: DEBUG neutron_lib.callbacks.manager [None req-b7839569-b41a-4ca6-8378-36f218dc0021 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8779926925132', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2048524'] for agent, after_update {{(pid=109638) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-04-04 11:37:35.355 | Apr 04 11:37:30 dv-neutron-835866-1-hyperv neutron-server[109638]: DEBUG neutron_lib.callbacks.manager [None req-d83c4e90-0923-43b5-8994-f9e08fbeda78 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8779926925132', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2048524'] for agent, after_update {{(pid=109638) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-04-04 11:37:35.355 | Apr 04 11:37:31 dv-neutron-835866-1-hyperv neutron-server[109638]: DEBUG neutron_lib.callbacks.manager [None req-4ac5a636-370e-40c7-9813-194c87400d9c None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8779926925132', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2048524'] for agent, after_update {{(pid=109638) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-04-04 11:37:35.355 | Apr 04 11:37:32 dv-neutron-835866-1-hyperv neutron-server[109638]: DEBUG neutron_lib.callbacks.manager [None req-b8add863-a8eb-458b-a63a-6e39de8d47ad None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8779926925132', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2048524'] for agent, after_update {{(pid=109638) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-04-04 11:37:35.358 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.361 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-ovn-metadata-agent.service 2022-04-04 11:37:35.374 | Failed to get unit file state for devstack@q-ovn-metadata-agent.service: No such file or directory 2022-04-04 11:37:35.377 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.381 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@rabbit.service 2022-04-04 11:37:35.393 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2022-04-04 11:37:35.397 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.399 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@tempest.service 2022-04-04 11:37:35.411 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2022-04-04 11:37:35.415 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.418 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@mysql.service 2022-04-04 11:37:35.430 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2022-04-04 11:37:35.434 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.436 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@etcd3.service 2022-04-04 11:37:35.449 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2022-04-04 11:37:35.452 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.455 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@dstat.service 2022-04-04 11:37:35.468 | enabled 2022-04-04 11:37:35.472 | + functions-common:service_check:1609 : sudo systemctl status devstack@dstat.service --no-pager 2022-04-04 11:37:35.488 | ● devstack@dstat.service - Devstack devstack@dstat.service 2022-04-04 11:37:35.489 | Loaded: loaded (/etc/systemd/system/devstack@dstat.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.489 | Active: active (running) since Mon 2022-04-04 11:23:50 UTC; 13min ago 2022-04-04 11:37:35.489 | Main PID: 78905 (dstat.sh) 2022-04-04 11:37:35.489 | Tasks: 3 (limit: 14304) 2022-04-04 11:37:35.489 | Memory: 18.7M 2022-04-04 11:37:35.489 | CGroup: /system.slice/system-devstack.slice/devstack@dstat.service 2022-04-04 11:37:35.489 | ├─78905 /bin/bash /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs 2022-04-04 11:37:35.489 | ├─79035 python3 /usr/bin/dstat -tcmndrylpg --tcp --output /opt/stack/logs/dstat-csv.log 2022-04-04 11:37:35.489 | └─79036 python3 /usr/bin/dstat -tcmndrylpg --swap --tcp 2022-04-04 11:37:35.489 | 2022-04-04 11:37:35.489 | Apr 04 11:37:26 dv-neutron-835866-1-hyperv dstat.sh[79036]: 04-04 11:37:26| 26 2 66 5 0|5152M 584M 175M 5759M| 11k 9364 | 0 472k| 0 34.0 | 475 4149 |5.07 3.28 2.30|1.0 1.0 3.0| 0 0 | 0 0 | 23 214 0 57 0 2022-04-04 11:37:35.489 | Apr 04 11:37:27 dv-neutron-835866-1-hyperv dstat.sh[79036]: 04-04 11:37:27| 26 3 65 4 0|5175M 562M 175M 5759M| 111k 111k| 0 428k| 0 25.0 | 891 4776 |4.75 3.25 2.29|2.0 1.0 0| 0 0 | 0 0 | 23 214 0 57 0 2022-04-04 11:37:35.489 | Apr 04 11:37:28 dv-neutron-835866-1-hyperv dstat.sh[79036]: 04-04 11:37:28| 24 5 64 7 0|5140M 596M 175M 5759M|8450 7106 | 0 756k| 0 47.0 |1144 5496 |4.75 3.25 2.29|1.0 0 140| 0 0 | 0 0 | 23 214 0 56 0 2022-04-04 11:37:35.489 | Apr 04 11:37:29 dv-neutron-835866-1-hyperv dstat.sh[79036]: 04-04 11:37:29| 26 3 67 4 0|5169M 567M 175M 5759M|8565 7055 | 0 376k| 0 27.0 | 448 4110 |4.75 3.25 2.29|1.0 0 0| 0 0 | 0 0 | 23 214 0 56 0 2022-04-04 11:37:35.489 | Apr 04 11:37:30 dv-neutron-835866-1-hyperv dstat.sh[79036]: 04-04 11:37:30| 23 6 65 5 0|5124M 612M 175M 5759M| 118k 117k| 0 420k| 0 30.0 |1593 6052 |4.75 3.25 2.29|1.0 0 139| 0 0 | 0 0 | 23 214 0 56 0 2022-04-04 11:37:35.489 | Apr 04 11:37:31 dv-neutron-835866-1-hyperv dstat.sh[79036]: 04-04 11:37:31| 25 3 65 5 0|5153M 584M 175M 5759M| 16k 16k| 0 480k| 0 39.0 | 501 4263 |4.75 3.25 2.29|1.0 0 1.0| 0 0 | 0 0 | 23 214 0 56 0 2022-04-04 11:37:35.489 | Apr 04 11:37:32 dv-neutron-835866-1-hyperv dstat.sh[79036]: 04-04 11:37:32| 34 7 52 7 0|5143M 593M 175M 5759M| 115k 115k| 16k 528k|4.00 53.0 |1873 9482 |4.45 3.21 2.28|3.0 0 80| 0 0 | 0 0 | 24 215 0 56 0 2022-04-04 11:37:35.489 | Apr 04 11:37:33 dv-neutron-835866-1-hyperv dstat.sh[79036]: 04-04 11:37:33| 23 5 66 4 0|5144M 592M 175M 5759M| 19k 18k| 0 376k| 0 24.0 | 633 4561 |4.45 3.21 2.28|1.0 0 32| 0 0 | 0 0 | 23 214 0 57 0 2022-04-04 11:37:35.489 | Apr 04 11:37:34 dv-neutron-835866-1-hyperv dstat.sh[79036]: 04-04 11:37:34| 26 2 69 3 0|5172M 564M 175M 5759M|6783 5157 | 0 248k| 0 15.0 | 412 3723 |4.45 3.21 2.28|1.0 0 0| 0 0 | 0 0 | 23 215 0 48 0 2022-04-04 11:37:35.489 | Apr 04 11:37:35 dv-neutron-835866-1-hyperv dstat.sh[79036]: 04-04 11:37:35| 15 13 64 8 0|5115M 618M 175M 5762M| 73k 73k|2432k 408k|59.0 26.0 |2608 7503 |4.45 3.21 2.28|2.0 0 344| 0 0 | 0 0 | 23 214 0 48 0 2022-04-04 11:37:35.492 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.495 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-crt.service 2022-04-04 11:37:35.507 | Failed to get unit file state for devstack@n-crt.service: No such file or directory 2022-04-04 11:37:35.510 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.513 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-cauth.service 2022-04-04 11:37:35.525 | Failed to get unit file state for devstack@n-cauth.service: No such file or directory 2022-04-04 11:37:35.529 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.531 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-agt.service 2022-04-04 11:37:35.545 | enabled 2022-04-04 11:37:35.549 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-agt.service --no-pager 2022-04-04 11:37:35.565 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2022-04-04 11:37:35.565 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.565 | Active: active (running) since Mon 2022-04-04 11:35:21 UTC; 2min 13s ago 2022-04-04 11:37:35.565 | Main PID: 110590 (neutron-openvsw) 2022-04-04 11:37:35.565 | Tasks: 7 (limit: 14304) 2022-04-04 11:37:35.565 | Memory: 215.4M 2022-04-04 11:37:35.565 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2022-04-04 11:37:35.565 | ├─110590 neutron-openvswitch-agent (/usr/bin/python3.8 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-04-04 11:37:35.565 | ├─112193 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmp175zgyrn/privsep.sock 2022-04-04 11:37:35.565 | ├─112307 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmp_cyy983m/privsep.sock 2022-04-04 11:37:35.565 | └─112310 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2022-04-04 11:37:35.565 | 2022-04-04 11:37:35.565 | Apr 04 11:37:29 dv-neutron-835866-1-hyperv neutron-openvswitch-agent[110590]: DEBUG neutron.agent.linux.utils [None req-fd3a9043-4476-4aab-8f95-a5090043c43f None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 112310. {{(pid=110590) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2022-04-04 11:37:35.565 | Apr 04 11:37:29 dv-neutron-835866-1-hyperv neutron-openvswitch-agent[110590]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fd3a9043-4476-4aab-8f95-a5090043c43f None None] Agent rpc_loop - iteration:58 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2022-04-04 11:37:35.565 | Apr 04 11:37:31 dv-neutron-835866-1-hyperv neutron-openvswitch-agent[110590]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fd3a9043-4476-4aab-8f95-a5090043c43f None None] Agent rpc_loop - iteration:59 started 2022-04-04 11:37:35.565 | Apr 04 11:37:31 dv-neutron-835866-1-hyperv neutron-openvswitch-agent[110590]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-fd3a9043-4476-4aab-8f95-a5090043c43f None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x91e2874e,OFPFlowStatsRequest(cookie=0,cookie_mask=0,flags=0,match=OFPMatch(oxm_fields={}),out_group=4294967295,out_port=4294967295,table_id=23,type=1) result [OFPFlowStatsReply(body=[OFPFlowStats(byte_count=0,cookie=8649133127066886712,duration_nsec=368000000,duration_sec=124,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=110590) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2022-04-04 11:37:35.565 | Apr 04 11:37:31 dv-neutron-835866-1-hyperv neutron-openvswitch-agent[110590]: DEBUG neutron.agent.linux.utils [None req-fd3a9043-4476-4aab-8f95-a5090043c43f None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 112310. {{(pid=110590) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2022-04-04 11:37:35.565 | Apr 04 11:37:31 dv-neutron-835866-1-hyperv neutron-openvswitch-agent[110590]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fd3a9043-4476-4aab-8f95-a5090043c43f None None] Agent rpc_loop - iteration:59 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2022-04-04 11:37:35.565 | Apr 04 11:37:33 dv-neutron-835866-1-hyperv neutron-openvswitch-agent[110590]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fd3a9043-4476-4aab-8f95-a5090043c43f None None] Agent rpc_loop - iteration:60 started 2022-04-04 11:37:35.566 | Apr 04 11:37:33 dv-neutron-835866-1-hyperv neutron-openvswitch-agent[110590]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-fd3a9043-4476-4aab-8f95-a5090043c43f None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x91e28750,OFPFlowStatsRequest(cookie=0,cookie_mask=0,flags=0,match=OFPMatch(oxm_fields={}),out_group=4294967295,out_port=4294967295,table_id=23,type=1) result [OFPFlowStatsReply(body=[OFPFlowStats(byte_count=0,cookie=8649133127066886712,duration_nsec=370000000,duration_sec=126,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=110590) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2022-04-04 11:37:35.566 | Apr 04 11:37:33 dv-neutron-835866-1-hyperv neutron-openvswitch-agent[110590]: DEBUG neutron.agent.linux.utils [None req-fd3a9043-4476-4aab-8f95-a5090043c43f None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 112310. {{(pid=110590) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2022-04-04 11:37:35.566 | Apr 04 11:37:33 dv-neutron-835866-1-hyperv neutron-openvswitch-agent[110590]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fd3a9043-4476-4aab-8f95-a5090043c43f None None] Agent rpc_loop - iteration:60 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2022-04-04 11:37:35.569 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.571 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-dhcp.service 2022-04-04 11:37:35.585 | enabled 2022-04-04 11:37:35.589 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-dhcp.service --no-pager 2022-04-04 11:37:35.605 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2022-04-04 11:37:35.605 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.605 | Active: active (running) since Mon 2022-04-04 11:35:23 UTC; 2min 12s ago 2022-04-04 11:37:35.605 | Main PID: 110953 (neutron-dhcp-ag) 2022-04-04 11:37:35.605 | Tasks: 16 (limit: 14304) 2022-04-04 11:37:35.605 | Memory: 326.1M 2022-04-04 11:37:35.605 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2022-04-04 11:37:35.605 | ├─110953 neutron-dhcp-agent (/usr/bin/python3.8 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini) 2022-04-04 11:37:35.606 | ├─112563 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpk9aqyvhw/privsep.sock 2022-04-04 11:37:35.606 | ├─112602 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmp19n9aok8/privsep.sock 2022-04-04 11:37:35.606 | ├─112658 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpuq2cs1th/privsep.sock 2022-04-04 11:37:35.606 | ├─112718 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2022-04-04 11:37:35.606 | ├─112719 /usr/bin/python3.8 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2022-04-04 11:37:35.606 | └─112729 dnsmasq --no-hosts --pid-file=/opt/stack/data/neutron/dhcp/7c1c6e6c-46bf-4c1a-ac46-b6c107daf877/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/7c1c6e6c-46bf-4c1a-ac46-b6c107daf877/host --addn-hosts=/opt/stack/data/neutron/dhcp/7c1c6e6c-46bf-4c1a-ac46-b6c107daf877/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/7c1c6e6c-46bf-4c1a-ac46-b6c107daf877/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/7c1c6e6c-46bf-4c1a-ac46-b6c107daf877/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-8d1d208e-1ebe-42c5-98a9-38cb25122503,172.20.0.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,1500 --dhcp-lease-max=64 --conf-file=/dev/null --domain=openstacklocal 2022-04-04 11:37:35.606 | 2022-04-04 11:37:35.606 | Apr 04 11:36:08 dv-neutron-835866-1-hyperv neutron-dhcp-agent[110953]: DEBUG neutron.agent.dhcp.agent [None req-fc67979f-cde5-439a-9ee1-dc269a9fa29b None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '21a35470-2035-42f2-8ca3-cb65aa06dc87', 'name': 'public-subnet', 'tenant_id': 'c754a9317f864b6090be3ae7d7452bba', 'network_id': '39b7bdbe-c80e-47b0-bdab-806dc0b6a2ae', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 20, 'gateway_ip': '172.26.1.1', 'cidr': '172.26.1.0/24', 'allocation_pools': [{'start': '172.26.1.2', 'end': '172.26.1.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2022-04-04T11:36:07Z', 'updated_at': '2022-04-04T11:36:07Z', 'revision_number': 0, 'project_id': 'c754a9317f864b6090be3ae7d7452bba', 'network': {'id': '39b7bdbe-c80e-47b0-bdab-806dc0b6a2ae', 'name': 'public', 'tenant_id': 'c754a9317f864b6090be3ae7d7452bba', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['21a35470-2035-42f2-8ca3-cb65aa06dc87'], 'standard_attr_id': 17, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2022-04-04T11:35:59Z', 'updated_at': '2022-04-04T11:36:07Z', 'revision_number': 2, 'project_id': 'c754a9317f864b6090be3ae7d7452bba', 'provider:network_type': 'flat', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': None}}, 'priority': 3},) {} {{(pid=110953) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-04-04 11:37:35.606 | Apr 04 11:36:08 dv-neutron-835866-1-hyperv neutron-dhcp-agent[110953]: DEBUG oslo_concurrency.lockutils [None req-aa599401-e16e-40f1-85ab-7e0f864d5253 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=110953) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-04-04 11:37:35.606 | Apr 04 11:36:08 dv-neutron-835866-1-hyperv neutron-dhcp-agent[110953]: DEBUG oslo_concurrency.lockutils [None req-aa599401-e16e-40f1-85ab-7e0f864d5253 None None] Lock "resize_greenpool" released by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.001s {{(pid=110953) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-04-04 11:37:35.606 | Apr 04 11:36:11 dv-neutron-835866-1-hyperv neutron-dhcp-agent[110953]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=110953) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-04-04 11:37:35.606 | Apr 04 11:36:14 dv-neutron-835866-1-hyperv neutron-dhcp-agent[110953]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (,) {} {{(pid=110953) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-04-04 11:37:35.606 | Apr 04 11:36:14 dv-neutron-835866-1-hyperv neutron-dhcp-agent[110953]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (,) {} {{(pid=110953) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-04-04 11:37:35.606 | Apr 04 11:36:27 dv-neutron-835866-1-hyperv neutron-dhcp-agent[110953]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=110953) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-04-04 11:37:35.606 | Apr 04 11:36:27 dv-neutron-835866-1-hyperv neutron-dhcp-agent[110953]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=110953) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-04-04 11:37:35.606 | Apr 04 11:37:27 dv-neutron-835866-1-hyperv neutron-dhcp-agent[110953]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=110953) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-04-04 11:37:35.606 | Apr 04 11:37:27 dv-neutron-835866-1-hyperv neutron-dhcp-agent[110953]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=110953) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-04-04 11:37:35.610 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.612 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-l3.service 2022-04-04 11:37:35.626 | enabled 2022-04-04 11:37:35.630 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-l3.service --no-pager 2022-04-04 11:37:35.646 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2022-04-04 11:37:35.646 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.646 | Active: active (running) since Mon 2022-04-04 11:35:24 UTC; 2min 10s ago 2022-04-04 11:37:35.646 | Main PID: 111345 (neutron-l3-agen) 2022-04-04 11:37:35.646 | Tasks: 18 (limit: 14304) 2022-04-04 11:37:35.646 | Memory: 328.8M 2022-04-04 11:37:35.646 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2022-04-04 11:37:35.646 | ├─111345 neutron-l3-agent (/usr/bin/python3.8 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini) 2022-04-04 11:37:35.646 | ├─112348 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpgswf49yb/privsep.sock 2022-04-04 11:37:35.646 | ├─112978 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmppny4lg2a/privsep.sock 2022-04-04 11:37:35.646 | ├─113072 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpc3lf7v0y/privsep.sock 2022-04-04 11:37:35.646 | ├─113291 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2022-04-04 11:37:35.646 | ├─113292 /usr/bin/python3.8 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2022-04-04 11:37:35.646 | └─113302 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/d4910c93-71c2-44bc-aba6-9620dde6b8f4.conf 2022-04-04 11:37:35.646 | 2022-04-04 11:37:35.646 | Apr 04 11:36:28 dv-neutron-835866-1-hyperv neutron-l3-agent[111345]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=111345) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-04-04 11:37:35.646 | Apr 04 11:36:28 dv-neutron-835866-1-hyperv neutron-l3-agent[111345]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=111345) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-04-04 11:37:35.646 | Apr 04 11:36:29 dv-neutron-835866-1-hyperv neutron-l3-agent[111345]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=111345) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-04-04 11:37:35.646 | Apr 04 11:36:29 dv-neutron-835866-1-hyperv neutron-l3-agent[111345]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=111345) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-04-04 11:37:35.647 | Apr 04 11:36:54 dv-neutron-835866-1-hyperv neutron-l3-agent[111345]: DEBUG oslo_service.periodic_task [None req-498cea40-87ca-417a-b419-7bb1453391b6 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=111345) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2022-04-04 11:37:35.647 | Apr 04 11:37:28 dv-neutron-835866-1-hyperv neutron-l3-agent[111345]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=111345) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-04-04 11:37:35.647 | Apr 04 11:37:28 dv-neutron-835866-1-hyperv neutron-l3-agent[111345]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=111345) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-04-04 11:37:35.647 | Apr 04 11:37:29 dv-neutron-835866-1-hyperv neutron-l3-agent[111345]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=111345) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-04-04 11:37:35.647 | Apr 04 11:37:29 dv-neutron-835866-1-hyperv neutron-l3-agent[111345]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.000s {{(pid=111345) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-04-04 11:37:35.647 | Apr 04 11:37:34 dv-neutron-835866-1-hyperv neutron-l3-agent[111345]: DEBUG oslo_service.periodic_task [None req-498cea40-87ca-417a-b419-7bb1453391b6 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=111345) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2022-04-04 11:37:35.650 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.652 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-meta.service 2022-04-04 11:37:35.666 | enabled 2022-04-04 11:37:35.670 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-meta.service --no-pager 2022-04-04 11:37:35.686 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2022-04-04 11:37:35.686 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.686 | Active: active (running) since Mon 2022-04-04 11:35:26 UTC; 2min 9s ago 2022-04-04 11:37:35.686 | Main PID: 111711 (neutron-metadat) 2022-04-04 11:37:35.686 | Tasks: 4 (limit: 14304) 2022-04-04 11:37:35.686 | Memory: 119.8M 2022-04-04 11:37:35.686 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2022-04-04 11:37:35.686 | ├─111711 neutron-metadata-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini) 2022-04-04 11:37:35.686 | ├─112187 neutron-metadata-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini) 2022-04-04 11:37:35.686 | └─112188 neutron-metadata-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini) 2022-04-04 11:37:35.686 | 2022-04-04 11:37:35.687 | Apr 04 11:35:30 dv-neutron-835866-1-hyperv neutron-metadata-agent[111711]: DEBUG oslo_service.service [None req-d83c4e90-0923-43b5-8994-f9e08fbeda78 None None] oslo_messaging_rabbit.ssl = False {{(pid=111711) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.687 | Apr 04 11:35:30 dv-neutron-835866-1-hyperv neutron-metadata-agent[111711]: DEBUG oslo_service.service [None req-d83c4e90-0923-43b5-8994-f9e08fbeda78 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=111711) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.687 | Apr 04 11:35:30 dv-neutron-835866-1-hyperv neutron-metadata-agent[111711]: DEBUG oslo_service.service [None req-d83c4e90-0923-43b5-8994-f9e08fbeda78 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=111711) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.687 | Apr 04 11:35:30 dv-neutron-835866-1-hyperv neutron-metadata-agent[111711]: DEBUG oslo_service.service [None req-d83c4e90-0923-43b5-8994-f9e08fbeda78 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=111711) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.687 | Apr 04 11:35:30 dv-neutron-835866-1-hyperv neutron-metadata-agent[111711]: DEBUG oslo_service.service [None req-d83c4e90-0923-43b5-8994-f9e08fbeda78 None None] oslo_messaging_rabbit.ssl_version = {{(pid=111711) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.687 | Apr 04 11:35:30 dv-neutron-835866-1-hyperv neutron-metadata-agent[111711]: DEBUG oslo_service.service [None req-d83c4e90-0923-43b5-8994-f9e08fbeda78 None None] oslo_messaging_notifications.driver = [] {{(pid=111711) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.687 | Apr 04 11:35:30 dv-neutron-835866-1-hyperv neutron-metadata-agent[111711]: DEBUG oslo_service.service [None req-d83c4e90-0923-43b5-8994-f9e08fbeda78 None None] oslo_messaging_notifications.retry = -1 {{(pid=111711) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.687 | Apr 04 11:35:30 dv-neutron-835866-1-hyperv neutron-metadata-agent[111711]: DEBUG oslo_service.service [None req-d83c4e90-0923-43b5-8994-f9e08fbeda78 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=111711) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.687 | Apr 04 11:35:30 dv-neutron-835866-1-hyperv neutron-metadata-agent[111711]: DEBUG oslo_service.service [None req-d83c4e90-0923-43b5-8994-f9e08fbeda78 None None] oslo_messaging_notifications.transport_url = **** {{(pid=111711) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.687 | Apr 04 11:35:30 dv-neutron-835866-1-hyperv neutron-metadata-agent[111711]: DEBUG oslo_service.service [None req-d83c4e90-0923-43b5-8994-f9e08fbeda78 None None] ******************************************************************************** {{(pid=111711) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-04-04 11:37:35.690 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.692 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-metering.service 2022-04-04 11:37:35.706 | enabled 2022-04-04 11:37:35.709 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-metering.service --no-pager 2022-04-04 11:37:35.725 | ● devstack@q-metering.service - Devstack devstack@q-metering.service 2022-04-04 11:37:35.725 | Loaded: loaded (/etc/systemd/system/devstack@q-metering.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.725 | Active: active (running) since Mon 2022-04-04 11:35:27 UTC; 2min 7s ago 2022-04-04 11:37:35.726 | Main PID: 112082 (neutron-meterin) 2022-04-04 11:37:35.726 | Tasks: 2 (limit: 14304) 2022-04-04 11:37:35.726 | Memory: 103.7M 2022-04-04 11:37:35.726 | CGroup: /system.slice/system-devstack.slice/devstack@q-metering.service 2022-04-04 11:37:35.726 | └─112082 neutron-metering-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini) 2022-04-04 11:37:35.726 | 2022-04-04 11:37:35.726 | Apr 04 11:37:31 dv-neutron-835866-1-hyperv neutron-metering-agent[112082]: DEBUG neutron.services.metering.agents.metering_agent [-] Sync router namespaces {{(pid=112082) _sync_router_namespaces /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:302}} 2022-04-04 11:37:35.726 | Apr 04 11:37:31 dv-neutron-835866-1-hyperv neutron-metering-agent[112082]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=112082) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-04-04 11:37:35.726 | Apr 04 11:37:31 dv-neutron-835866-1-hyperv neutron-metering-agent[112082]: DEBUG neutron.services.metering.drivers.noop.noop_driver [-] neutron.services.metering.drivers.noop.noop_driver.NoopMeteringDriver method sync_router_namespaces called with arguments (, dict_values([])) {} {{(pid=112082) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-04-04 11:37:35.726 | Apr 04 11:37:31 dv-neutron-835866-1-hyperv neutron-metering-agent[112082]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=112082) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-04-04 11:37:35.726 | Apr 04 11:37:31 dv-neutron-835866-1-hyperv neutron-metering-agent[112082]: DEBUG neutron.services.metering.agents.metering_agent [-] Retrieving traffic counters for routers [{}]. {{(pid=112082) _add_metering_infos /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:219}} 2022-04-04 11:37:35.726 | Apr 04 11:37:31 dv-neutron-835866-1-hyperv neutron-metering-agent[112082]: DEBUG neutron.services.metering.agents.metering_agent [-] Get router traffic counters {{(pid=112082) _get_traffic_counters /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:298}} 2022-04-04 11:37:35.726 | Apr 04 11:37:31 dv-neutron-835866-1-hyperv neutron-metering-agent[112082]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=112082) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-04-04 11:37:35.726 | Apr 04 11:37:31 dv-neutron-835866-1-hyperv neutron-metering-agent[112082]: DEBUG neutron.services.metering.drivers.noop.noop_driver [-] neutron.services.metering.drivers.noop.noop_driver.NoopMeteringDriver method get_traffic_counters called with arguments (, dict_values([])) {} {{(pid=112082) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-04-04 11:37:35.726 | Apr 04 11:37:31 dv-neutron-835866-1-hyperv neutron-metering-agent[112082]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=112082) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-04-04 11:37:35.726 | Apr 04 11:37:31 dv-neutron-835866-1-hyperv neutron-metering-agent[112082]: DEBUG neutron.services.metering.agents.metering_agent [-] Traffic counters [None] retrieved for routers [{}]. {{(pid=112082) _add_metering_infos /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:223}} 2022-04-04 11:37:35.729 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.731 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-vpn.service 2022-04-04 11:37:35.744 | Failed to get unit file state for devstack@q-vpn.service: No such file or directory 2022-04-04 11:37:35.748 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.750 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@g-reg.service 2022-04-04 11:37:35.762 | Failed to get unit file state for devstack@g-reg.service: No such file or directory 2022-04-04 11:37:35.765 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.768 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@cinder.service 2022-04-04 11:37:35.780 | Failed to get unit file state for devstack@cinder.service: No such file or directory 2022-04-04 11:37:35.784 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.787 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@c-bak.service 2022-04-04 11:37:35.800 | enabled 2022-04-04 11:37:35.804 | + functions-common:service_check:1609 : sudo systemctl status devstack@c-bak.service --no-pager 2022-04-04 11:37:35.820 | ● devstack@c-bak.service - Devstack devstack@c-bak.service 2022-04-04 11:37:35.820 | Loaded: loaded (/etc/systemd/system/devstack@c-bak.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.820 | Active: active (running) since Mon 2022-04-04 11:36:37 UTC; 58s ago 2022-04-04 11:37:35.820 | Main PID: 117301 (cinder-backup) 2022-04-04 11:37:35.820 | Tasks: 3 (limit: 14304) 2022-04-04 11:37:35.820 | Memory: 118.0M 2022-04-04 11:37:35.820 | CGroup: /system.slice/system-devstack.slice/devstack@c-bak.service 2022-04-04 11:37:35.820 | ├─117301 /usr/bin/python3.8 /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf 2022-04-04 11:37:35.820 | └─117745 /usr/bin/python3.8 /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf 2022-04-04 11:37:35.820 | 2022-04-04 11:37:35.820 | Apr 04 11:36:41 dv-neutron-835866-1-hyperv cinder-backup[117301]: DEBUG oslo_service.service [None req-4143a3bf-4ad0-4727-b4f1-cbe4ec926406 None None] vault.keyfile = None {{(pid=117301) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.820 | Apr 04 11:36:41 dv-neutron-835866-1-hyperv cinder-backup[117301]: DEBUG oslo_service.service [None req-4143a3bf-4ad0-4727-b4f1-cbe4ec926406 None None] vault.kv_mountpoint = secret {{(pid=117301) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.820 | Apr 04 11:36:41 dv-neutron-835866-1-hyperv cinder-backup[117301]: DEBUG oslo_service.service [None req-4143a3bf-4ad0-4727-b4f1-cbe4ec926406 None None] vault.kv_version = 2 {{(pid=117301) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.821 | Apr 04 11:36:41 dv-neutron-835866-1-hyperv cinder-backup[117301]: DEBUG oslo_service.service [None req-4143a3bf-4ad0-4727-b4f1-cbe4ec926406 None None] vault.root_token_id = None {{(pid=117301) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.821 | Apr 04 11:36:41 dv-neutron-835866-1-hyperv cinder-backup[117301]: DEBUG oslo_service.service [None req-4143a3bf-4ad0-4727-b4f1-cbe4ec926406 None None] vault.split_loggers = False {{(pid=117301) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.821 | Apr 04 11:36:41 dv-neutron-835866-1-hyperv cinder-backup[117301]: DEBUG oslo_service.service [None req-4143a3bf-4ad0-4727-b4f1-cbe4ec926406 None None] vault.ssl_ca_crt_file = None {{(pid=117301) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.821 | Apr 04 11:36:41 dv-neutron-835866-1-hyperv cinder-backup[117301]: DEBUG oslo_service.service [None req-4143a3bf-4ad0-4727-b4f1-cbe4ec926406 None None] vault.timeout = None {{(pid=117301) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.821 | Apr 04 11:36:41 dv-neutron-835866-1-hyperv cinder-backup[117301]: DEBUG oslo_service.service [None req-4143a3bf-4ad0-4727-b4f1-cbe4ec926406 None None] vault.use_ssl = False {{(pid=117301) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.821 | Apr 04 11:36:41 dv-neutron-835866-1-hyperv cinder-backup[117301]: DEBUG oslo_service.service [None req-4143a3bf-4ad0-4727-b4f1-cbe4ec926406 None None] vault.vault_url = http://127.0.0.1:8200 {{(pid=117301) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:35.821 | Apr 04 11:36:41 dv-neutron-835866-1-hyperv cinder-backup[117301]: DEBUG oslo_service.service [None req-4143a3bf-4ad0-4727-b4f1-cbe4ec926406 None None] ******************************************************************************** {{(pid=117301) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-04-04 11:37:35.824 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.826 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-proxy.service 2022-04-04 11:37:35.839 | enabled 2022-04-04 11:37:35.843 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-proxy.service --no-pager 2022-04-04 11:37:35.859 | ● devstack@s-proxy.service - Devstack devstack@s-proxy.service 2022-04-04 11:37:35.859 | Loaded: loaded (/etc/systemd/system/devstack@s-proxy.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.859 | Active: active (running) since Mon 2022-04-04 11:34:56 UTC; 2min 38s ago 2022-04-04 11:37:35.859 | Main PID: 108130 (swift-proxy-ser) 2022-04-04 11:37:35.859 | Tasks: 2 (limit: 14304) 2022-04-04 11:37:35.860 | Memory: 77.2M 2022-04-04 11:37:35.860 | CGroup: /system.slice/system-devstack.slice/devstack@s-proxy.service 2022-04-04 11:37:35.860 | ├─108130 /usr/bin/python3.8 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2022-04-04 11:37:35.860 | └─108223 /usr/bin/python3.8 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2022-04-04 11:37:35.860 | 2022-04-04 11:37:35.860 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv proxy-server[108223]: Validating token access rules against request 2022-04-04 11:37:35.860 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv swift-proxy-server[108223]: proxy-server: Validating token access rules against request 2022-04-04 11:37:35.860 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv proxy-server[108223]: Received request from user: user_id 4be3828dd17f470d96ed1b730646630c, project_id 4c0b97e1bbf949bbbce9a143f27bc6eb, roles ResellerAdmin,service 2022-04-04 11:37:35.860 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv swift-proxy-server[108223]: proxy-server: Received request from user: user_id 4be3828dd17f470d96ed1b730646630c, project_id 4c0b97e1bbf949bbbce9a143f27bc6eb, roles ResellerAdmin,service 2022-04-04 11:37:35.860 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv proxy-server[108223]: Using identity: {'user': ('4be3828dd17f470d96ed1b730646630c', 'glance-swift'), 'tenant': ('4c0b97e1bbf949bbbce9a143f27bc6eb', 'service'), 'roles': ['ResellerAdmin', 'service'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: tx1f1a04ef79854f0b9a401-00624ad85a) 2022-04-04 11:37:35.860 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv swift-proxy-server[108223]: proxy-server: Using identity: {'user': ('4be3828dd17f470d96ed1b730646630c', 'glance-swift'), 'tenant': ('4c0b97e1bbf949bbbce9a143f27bc6eb', 'service'), 'roles': ['ResellerAdmin', 'service'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: tx1f1a04ef79854f0b9a401-00624ad85a) 2022-04-04 11:37:35.860 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv proxy-server[108223]: User 4c0b97e1bbf949bbbce9a143f27bc6eb has reseller admin authorizing (txn: tx1f1a04ef79854f0b9a401-00624ad85a) (client_ip: 10.222.0.43) 2022-04-04 11:37:35.860 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv swift-proxy-server[108223]: proxy-server: User 4c0b97e1bbf949bbbce9a143f27bc6eb has reseller admin authorizing (txn: tx1f1a04ef79854f0b9a401-00624ad85a) (client_ip: 10.222.0.43) 2022-04-04 11:37:35.860 | Apr 04 11:37:14 dv-neutron-835866-1-hyperv proxy-server[108223]: 10.222.0.43 10.222.0.43 04/Apr/2022/11/37/14 PUT /v1/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance/7159f850-51dd-4171-8035-34b401889b19 HTTP/1.0 201 - python-swiftclient-3.12.0 gAAAAABiStha... 645922816 - - tx1f1a04ef79854f0b9a401-00624ad85a - 15.9568 - - 1649072218.804796934 1649072234.761547565 0 2022-04-04 11:37:35.860 | Apr 04 11:37:14 dv-neutron-835866-1-hyperv swift-proxy-server[108223]: proxy-server: 10.222.0.43 10.222.0.43 04/Apr/2022/11/37/14 PUT /v1/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance/7159f850-51dd-4171-8035-34b401889b19 HTTP/1.0 201 - python-swiftclient-3.12.0 gAAAAABiStha... 645922816 - - tx1f1a04ef79854f0b9a401-00624ad85a - 15.9568 - - 1649072218.804796934 1649072234.761547565 0 2022-04-04 11:37:35.864 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.866 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-object.service 2022-04-04 11:37:35.880 | enabled 2022-04-04 11:37:35.884 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-object.service --no-pager 2022-04-04 11:37:35.901 | ● devstack@s-object.service - Devstack devstack@s-object.service 2022-04-04 11:37:35.901 | Loaded: loaded (/etc/systemd/system/devstack@s-object.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.901 | Active: active (running) since Mon 2022-04-04 11:34:51 UTC; 2min 44s ago 2022-04-04 11:37:35.901 | Main PID: 106633 (swift-object-se) 2022-04-04 11:37:35.901 | Tasks: 23 (limit: 14304) 2022-04-04 11:37:35.901 | Memory: 49.8M 2022-04-04 11:37:35.901 | CGroup: /system.slice/system-devstack.slice/devstack@s-object.service 2022-04-04 11:37:35.901 | ├─106633 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2022-04-04 11:37:35.901 | ├─106989 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2022-04-04 11:37:35.901 | └─106990 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2022-04-04 11:37:35.901 | 2022-04-04 11:37:35.901 | Apr 04 11:34:51 dv-neutron-835866-1-hyperv systemd[1]: Started Devstack devstack@s-object.service. 2022-04-04 11:37:35.901 | Apr 04 11:34:52 dv-neutron-835866-1-hyperv object-server[106633]: Started child 106989 from parent 106633 2022-04-04 11:37:35.901 | Apr 04 11:34:52 dv-neutron-835866-1-hyperv swift-object-server[106633]: object-server: Started child 106989 from parent 106633 2022-04-04 11:37:35.901 | Apr 04 11:34:52 dv-neutron-835866-1-hyperv object-server[106633]: Started child 106990 from parent 106633 2022-04-04 11:37:35.901 | Apr 04 11:34:52 dv-neutron-835866-1-hyperv swift-object-server[106633]: object-server: Started child 106990 from parent 106633 2022-04-04 11:37:35.901 | Apr 04 11:37:14 dv-neutron-835866-1-hyperv object-server[106990]: 127.0.0.1 - - [04/Apr/2022:11:37:14 +0000] "PUT /sdb1/93/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance/7159f850-51dd-4171-8035-34b401889b19" 201 - "PUT http://10.222.0.43:8080/v1/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance/7159f850-51dd-4171-8035-34b401889b19" "tx1f1a04ef79854f0b9a401-00624ad85a" "proxy-server 108223" 15.9289 "-" 106990 0 2022-04-04 11:37:35.901 | Apr 04 11:37:14 dv-neutron-835866-1-hyperv swift-object-server[106990]: object-server: 127.0.0.1 - - [04/Apr/2022:11:37:14 +0000] "PUT /sdb1/93/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance/7159f850-51dd-4171-8035-34b401889b19" 201 - "PUT http://10.222.0.43:8080/v1/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance/7159f850-51dd-4171-8035-34b401889b19" "tx1f1a04ef79854f0b9a401-00624ad85a" "proxy-server 108223" 15.9289 "-" 106990 0 2022-04-04 11:37:35.905 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.907 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-container.service 2022-04-04 11:37:35.923 | enabled 2022-04-04 11:37:35.927 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-container.service --no-pager 2022-04-04 11:37:35.944 | ● devstack@s-container.service - Devstack devstack@s-container.service 2022-04-04 11:37:35.944 | Loaded: loaded (/etc/systemd/system/devstack@s-container.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.944 | Active: active (running) since Mon 2022-04-04 11:34:52 UTC; 2min 43s ago 2022-04-04 11:37:35.944 | Main PID: 106996 (swift-container) 2022-04-04 11:37:35.945 | Tasks: 3 (limit: 14304) 2022-04-04 11:37:35.945 | Memory: 50.0M 2022-04-04 11:37:35.945 | CGroup: /system.slice/system-devstack.slice/devstack@s-container.service 2022-04-04 11:37:35.945 | ├─106996 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2022-04-04 11:37:35.945 | ├─107350 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2022-04-04 11:37:35.945 | └─107351 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2022-04-04 11:37:35.945 | 2022-04-04 11:37:35.945 | Apr 04 11:34:53 dv-neutron-835866-1-hyperv container-server[106996]: Started child 107350 from parent 106996 2022-04-04 11:37:35.945 | Apr 04 11:34:53 dv-neutron-835866-1-hyperv swift-container-server[106996]: container-server: Started child 107350 from parent 106996 2022-04-04 11:37:35.945 | Apr 04 11:34:53 dv-neutron-835866-1-hyperv container-server[106996]: Started child 107351 from parent 106996 2022-04-04 11:37:35.945 | Apr 04 11:34:53 dv-neutron-835866-1-hyperv swift-container-server[106996]: container-server: Started child 107351 from parent 106996 2022-04-04 11:37:35.945 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv container-server[107351]: 127.0.0.1 - - [04/Apr/2022:11:36:58 +0000] "PUT /sdb1/320/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance" 201 - "PUT http://10.222.0.43:8080/v1/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance" "tx42b38f764f2643949cf71-00624ad85a" "proxy-server 108223" 0.1021 "-" 107351 0 2022-04-04 11:37:35.945 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv swift-container-server[107351]: container-server: 127.0.0.1 - - [04/Apr/2022:11:36:58 +0000] "PUT /sdb1/320/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance" 201 - "PUT http://10.222.0.43:8080/v1/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance" "tx42b38f764f2643949cf71-00624ad85a" "proxy-server 108223" 0.1021 "-" 107351 0 2022-04-04 11:37:35.945 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv container-server[107350]: 127.0.0.1 - - [04/Apr/2022:11:36:58 +0000] "HEAD /sdb1/320/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance" 204 - "HEAD http://10.222.0.43:8080/v1/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance?format=json&states=listing" "tx1f1a04ef79854f0b9a401-00624ad85a" "proxy-server 108223" 0.0060 "-" 107350 0 2022-04-04 11:37:35.945 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv swift-container-server[107350]: container-server: 127.0.0.1 - - [04/Apr/2022:11:36:58 +0000] "HEAD /sdb1/320/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance" 204 - "HEAD http://10.222.0.43:8080/v1/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance?format=json&states=listing" "tx1f1a04ef79854f0b9a401-00624ad85a" "proxy-server 108223" 0.0060 "-" 107350 0 2022-04-04 11:37:35.945 | Apr 04 11:37:14 dv-neutron-835866-1-hyperv container-server[107350]: 127.0.0.1 - - [04/Apr/2022:11:37:14 +0000] "PUT /sdb1/320/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance/7159f850-51dd-4171-8035-34b401889b19" 201 - "PUT http://10.222.0.43:8080/sdb1/93/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance/7159f850-51dd-4171-8035-34b401889b19" "tx1f1a04ef79854f0b9a401-00624ad85a" "object-server 106990" 0.0011 "-" 107350 0 2022-04-04 11:37:35.945 | Apr 04 11:37:14 dv-neutron-835866-1-hyperv swift-container-server[107350]: container-server: 127.0.0.1 - - [04/Apr/2022:11:37:14 +0000] "PUT /sdb1/320/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance/7159f850-51dd-4171-8035-34b401889b19" 201 - "PUT http://10.222.0.43:8080/sdb1/93/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance/7159f850-51dd-4171-8035-34b401889b19" "tx1f1a04ef79854f0b9a401-00624ad85a" "object-server 106990" 0.0011 "-" 107350 0 2022-04-04 11:37:35.948 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.951 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-account.service 2022-04-04 11:37:35.966 | enabled 2022-04-04 11:37:35.970 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-account.service --no-pager 2022-04-04 11:37:35.987 | ● devstack@s-account.service - Devstack devstack@s-account.service 2022-04-04 11:37:35.987 | Loaded: loaded (/etc/systemd/system/devstack@s-account.service; enabled; vendor preset: enabled) 2022-04-04 11:37:35.987 | Active: active (running) since Mon 2022-04-04 11:34:54 UTC; 2min 41s ago 2022-04-04 11:37:35.987 | Main PID: 107357 (swift-account-s) 2022-04-04 11:37:35.987 | Tasks: 3 (limit: 14304) 2022-04-04 11:37:35.987 | Memory: 46.7M 2022-04-04 11:37:35.987 | CGroup: /system.slice/system-devstack.slice/devstack@s-account.service 2022-04-04 11:37:35.987 | ├─107357 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2022-04-04 11:37:35.987 | ├─107724 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2022-04-04 11:37:35.987 | └─107726 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2022-04-04 11:37:35.987 | 2022-04-04 11:37:35.987 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv account-server[107724]: 127.0.0.1 - - [04/Apr/2022:11:36:58 +0000] "HEAD /sdb1/110/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb" 404 - "HEAD http://10.222.0.43:8080/v1/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb?format=json" "txdeaf4c214a7e45a58e6eb-00624ad85a" "proxy-server 108223" 0.0018 "-" 107724 - 2022-04-04 11:37:35.987 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv swift-account-server[107724]: account-server: 127.0.0.1 - - [04/Apr/2022:11:36:58 +0000] "HEAD /sdb1/110/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb" 404 - "HEAD http://10.222.0.43:8080/v1/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb?format=json" "txdeaf4c214a7e45a58e6eb-00624ad85a" "proxy-server 108223" 0.0018 "-" 107724 - 2022-04-04 11:37:35.987 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv account-server[107724]: 127.0.0.1 - - [04/Apr/2022:11:36:58 +0000] "HEAD /sdb1/110/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb" 404 - "HEAD http://10.222.0.43:8080/v1/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb?format=json" "txdeaf4c214a7e45a58e6eb-00624ad85a" "proxy-server 108223" 0.0004 "-" 107724 - 2022-04-04 11:37:35.987 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv swift-account-server[107724]: account-server: 127.0.0.1 - - [04/Apr/2022:11:36:58 +0000] "HEAD /sdb1/110/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb" 404 - "HEAD http://10.222.0.43:8080/v1/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb?format=json" "txdeaf4c214a7e45a58e6eb-00624ad85a" "proxy-server 108223" 0.0004 "-" 107724 - 2022-04-04 11:37:35.987 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv account-server[107724]: 127.0.0.1 - - [04/Apr/2022:11:36:58 +0000] "PUT /sdb1/110/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb" 201 - "-" "tx42b38f764f2643949cf71-00624ad85a" "-" 0.2188 "-" 107724 - 2022-04-04 11:37:35.987 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv swift-account-server[107724]: account-server: 127.0.0.1 - - [04/Apr/2022:11:36:58 +0000] "PUT /sdb1/110/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb" 201 - "-" "tx42b38f764f2643949cf71-00624ad85a" "-" 0.2188 "-" 107724 - 2022-04-04 11:37:35.987 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv account-server[107726]: 127.0.0.1 - - [04/Apr/2022:11:36:58 +0000] "HEAD /sdb1/110/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb" 204 - "HEAD http://10.222.0.43:8080/v1/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb?format=json" "tx42b38f764f2643949cf71-00624ad85a" "proxy-server 108223" 0.0056 "-" 107726 - 2022-04-04 11:37:35.988 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv swift-account-server[107726]: account-server: 127.0.0.1 - - [04/Apr/2022:11:36:58 +0000] "HEAD /sdb1/110/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb" 204 - "HEAD http://10.222.0.43:8080/v1/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb?format=json" "tx42b38f764f2643949cf71-00624ad85a" "proxy-server 108223" 0.0056 "-" 107726 - 2022-04-04 11:37:35.988 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv account-server[107726]: 127.0.0.1 - - [04/Apr/2022:11:36:58 +0000] "PUT /sdb1/110/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/320/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance" "tx42b38f764f2643949cf71-00624ad85a" "container-server 107351" 0.0020 "-" 107726 0 2022-04-04 11:37:35.988 | Apr 04 11:36:58 dv-neutron-835866-1-hyperv swift-account-server[107726]: account-server: 127.0.0.1 - - [04/Apr/2022:11:36:58 +0000] "PUT /sdb1/110/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/320/AUTH_4c0b97e1bbf949bbbce9a143f27bc6eb/glance" "tx42b38f764f2643949cf71-00624ad85a" "container-server 107351" 0.0020 "-" 107726 0 2022-04-04 11:37:35.992 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:35.994 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@heat.service 2022-04-04 11:37:36.007 | Failed to get unit file state for devstack@heat.service: No such file or directory 2022-04-04 11:37:36.011 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:36.014 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@h-api.service 2022-04-04 11:37:36.028 | Failed to get unit file state for devstack@h-api.service: No such file or directory 2022-04-04 11:37:36.031 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:36.036 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@h-api-cfn.service 2022-04-04 11:37:36.048 | Failed to get unit file state for devstack@h-api-cfn.service: No such file or directory 2022-04-04 11:37:36.052 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:36.054 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@h-api-cw.service 2022-04-04 11:37:36.068 | Failed to get unit file state for devstack@h-api-cw.service: No such file or directory 2022-04-04 11:37:36.072 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:36.075 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@h-eng.service 2022-04-04 11:37:36.088 | Failed to get unit file state for devstack@h-eng.service: No such file or directory 2022-04-04 11:37:36.094 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:36.100 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-acentral.service 2022-04-04 11:37:36.112 | Failed to get unit file state for devstack@ceilometer-acentral.service: No such file or directory 2022-04-04 11:37:36.115 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:36.118 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-acompute.service 2022-04-04 11:37:36.131 | Failed to get unit file state for devstack@ceilometer-acompute.service: No such file or directory 2022-04-04 11:37:36.135 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:36.138 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-collector.service 2022-04-04 11:37:36.152 | Failed to get unit file state for devstack@ceilometer-collector.service: No such file or directory 2022-04-04 11:37:36.155 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:36.159 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-api.service 2022-04-04 11:37:36.172 | Failed to get unit file state for devstack@ceilometer-api.service: No such file or directory 2022-04-04 11:37:36.176 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:36.179 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-anotification.service 2022-04-04 11:37:36.191 | Failed to get unit file state for devstack@ceilometer-anotification.service: No such file or directory 2022-04-04 11:37:36.195 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:36.197 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-container-sync.service 2022-04-04 11:37:36.211 | enabled 2022-04-04 11:37:36.215 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-container-sync.service --no-pager 2022-04-04 11:37:36.232 | ● devstack@s-container-sync.service - Devstack devstack@s-container-sync.service 2022-04-04 11:37:36.232 | Loaded: loaded (/etc/systemd/system/devstack@s-container-sync.service; enabled; vendor preset: enabled) 2022-04-04 11:37:36.232 | Active: active (running) since Mon 2022-04-04 11:34:55 UTC; 2min 40s ago 2022-04-04 11:37:36.233 | Main PID: 107756 (swift-container) 2022-04-04 11:37:36.233 | Tasks: 1 (limit: 14304) 2022-04-04 11:37:36.233 | Memory: 31.4M 2022-04-04 11:37:36.233 | CGroup: /system.slice/system-devstack.slice/devstack@s-container-sync.service 2022-04-04 11:37:36.233 | └─107756 /usr/bin/python3.8 /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf 2022-04-04 11:37:36.233 | 2022-04-04 11:37:36.233 | Apr 04 11:34:55 dv-neutron-835866-1-hyperv systemd[1]: Started Devstack devstack@s-container-sync.service. 2022-04-04 11:37:36.233 | Apr 04 11:34:56 dv-neutron-835866-1-hyperv container-sync[107756]: Starting 107756 2022-04-04 11:37:36.233 | Apr 04 11:34:56 dv-neutron-835866-1-hyperv container-sync[107756]: Configuration option internal_client_conf_path not defined. Using default configuration, See internal-client.conf-sample for options 2022-04-04 11:37:36.236 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:36.239 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-super-cond.service 2022-04-04 11:37:36.252 | enabled 2022-04-04 11:37:36.256 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-super-cond.service --no-pager 2022-04-04 11:37:36.273 | ● devstack@n-super-cond.service - Devstack devstack@n-super-cond.service 2022-04-04 11:37:36.273 | Loaded: loaded (/etc/systemd/system/devstack@n-super-cond.service; enabled; vendor preset: enabled) 2022-04-04 11:37:36.273 | Active: active (running) since Mon 2022-04-04 11:36:20 UTC; 1min 15s ago 2022-04-04 11:37:36.273 | Main PID: 115019 (nova-conductor) 2022-04-04 11:37:36.273 | Tasks: 3 (limit: 14304) 2022-04-04 11:37:36.273 | Memory: 147.0M 2022-04-04 11:37:36.273 | CGroup: /system.slice/system-devstack.slice/devstack@n-super-cond.service 2022-04-04 11:37:36.273 | ├─115019 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2022-04-04 11:37:36.273 | ├─115894 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2022-04-04 11:37:36.273 | └─115895 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2022-04-04 11:37:36.273 | 2022-04-04 11:37:36.273 | Apr 04 11:36:25 dv-neutron-835866-1-hyperv nova-conductor[115019]: DEBUG oslo_service.service [None req-c18d8ac8-6102-4e04-9032-4bfc259974b8 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=115019) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.273 | Apr 04 11:36:25 dv-neutron-835866-1-hyperv nova-conductor[115019]: DEBUG oslo_service.service [None req-c18d8ac8-6102-4e04-9032-4bfc259974b8 None None] oslo_messaging_rabbit.ssl_version = {{(pid=115019) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.273 | Apr 04 11:36:25 dv-neutron-835866-1-hyperv nova-conductor[115019]: DEBUG oslo_service.service [None req-c18d8ac8-6102-4e04-9032-4bfc259974b8 None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=115019) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.273 | Apr 04 11:36:25 dv-neutron-835866-1-hyperv nova-conductor[115019]: DEBUG oslo_service.service [None req-c18d8ac8-6102-4e04-9032-4bfc259974b8 None None] oslo_messaging_notifications.retry = -1 {{(pid=115019) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.273 | Apr 04 11:36:25 dv-neutron-835866-1-hyperv nova-conductor[115019]: DEBUG oslo_service.service [None req-c18d8ac8-6102-4e04-9032-4bfc259974b8 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=115019) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.273 | Apr 04 11:36:25 dv-neutron-835866-1-hyperv nova-conductor[115019]: DEBUG oslo_service.service [None req-c18d8ac8-6102-4e04-9032-4bfc259974b8 None None] oslo_messaging_notifications.transport_url = **** {{(pid=115019) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.274 | Apr 04 11:36:25 dv-neutron-835866-1-hyperv nova-conductor[115019]: DEBUG oslo_service.service [None req-c18d8ac8-6102-4e04-9032-4bfc259974b8 None None] oslo_reports.file_event_handler = None {{(pid=115019) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.274 | Apr 04 11:36:25 dv-neutron-835866-1-hyperv nova-conductor[115019]: DEBUG oslo_service.service [None req-c18d8ac8-6102-4e04-9032-4bfc259974b8 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=115019) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.274 | Apr 04 11:36:25 dv-neutron-835866-1-hyperv nova-conductor[115019]: DEBUG oslo_service.service [None req-c18d8ac8-6102-4e04-9032-4bfc259974b8 None None] oslo_reports.log_dir = None {{(pid=115019) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.274 | Apr 04 11:36:25 dv-neutron-835866-1-hyperv nova-conductor[115019]: DEBUG oslo_service.service [None req-c18d8ac8-6102-4e04-9032-4bfc259974b8 None None] ******************************************************************************** {{(pid=115019) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-04-04 11:37:36.276 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-04-04 11:37:36.284 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-cond-cell1.service 2022-04-04 11:37:36.292 | enabled 2022-04-04 11:37:36.296 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-cond-cell1.service --no-pager 2022-04-04 11:37:36.312 | ● devstack@n-cond-cell1.service - Devstack devstack@n-cond-cell1.service 2022-04-04 11:37:36.312 | Loaded: loaded (/etc/systemd/system/devstack@n-cond-cell1.service; enabled; vendor preset: enabled) 2022-04-04 11:37:36.312 | Active: active (running) since Mon 2022-04-04 11:36:22 UTC; 1min 13s ago 2022-04-04 11:37:36.313 | Main PID: 115409 (nova-conductor) 2022-04-04 11:37:36.313 | Tasks: 3 (limit: 14304) 2022-04-04 11:37:36.313 | Memory: 141.0M 2022-04-04 11:37:36.313 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond-cell1.service 2022-04-04 11:37:36.313 | ├─115409 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2022-04-04 11:37:36.313 | ├─115901 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2022-04-04 11:37:36.313 | └─115902 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2022-04-04 11:37:36.313 | 2022-04-04 11:37:36.313 | Apr 04 11:36:26 dv-neutron-835866-1-hyperv nova-conductor[115409]: DEBUG oslo_service.service [None req-584f0d34-550c-4bd6-9c33-7d231b864421 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=115409) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.313 | Apr 04 11:36:26 dv-neutron-835866-1-hyperv nova-conductor[115409]: DEBUG oslo_service.service [None req-584f0d34-550c-4bd6-9c33-7d231b864421 None None] oslo_messaging_rabbit.ssl_version = {{(pid=115409) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.313 | Apr 04 11:36:26 dv-neutron-835866-1-hyperv nova-conductor[115409]: DEBUG oslo_service.service [None req-584f0d34-550c-4bd6-9c33-7d231b864421 None None] oslo_messaging_notifications.driver = [] {{(pid=115409) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.313 | Apr 04 11:36:26 dv-neutron-835866-1-hyperv nova-conductor[115409]: DEBUG oslo_service.service [None req-584f0d34-550c-4bd6-9c33-7d231b864421 None None] oslo_messaging_notifications.retry = -1 {{(pid=115409) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.313 | Apr 04 11:36:26 dv-neutron-835866-1-hyperv nova-conductor[115409]: DEBUG oslo_service.service [None req-584f0d34-550c-4bd6-9c33-7d231b864421 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=115409) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.313 | Apr 04 11:36:26 dv-neutron-835866-1-hyperv nova-conductor[115409]: DEBUG oslo_service.service [None req-584f0d34-550c-4bd6-9c33-7d231b864421 None None] oslo_messaging_notifications.transport_url = **** {{(pid=115409) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.313 | Apr 04 11:36:26 dv-neutron-835866-1-hyperv nova-conductor[115409]: DEBUG oslo_service.service [None req-584f0d34-550c-4bd6-9c33-7d231b864421 None None] oslo_reports.file_event_handler = None {{(pid=115409) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.313 | Apr 04 11:36:26 dv-neutron-835866-1-hyperv nova-conductor[115409]: DEBUG oslo_service.service [None req-584f0d34-550c-4bd6-9c33-7d231b864421 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=115409) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.313 | Apr 04 11:36:26 dv-neutron-835866-1-hyperv nova-conductor[115409]: DEBUG oslo_service.service [None req-584f0d34-550c-4bd6-9c33-7d231b864421 None None] oslo_reports.log_dir = None {{(pid=115409) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-04-04 11:37:36.313 | Apr 04 11:36:26 dv-neutron-835866-1-hyperv nova-conductor[115409]: DEBUG oslo_service.service [None req-584f0d34-550c-4bd6-9c33-7d231b864421 None None] ******************************************************************************** {{(pid=115409) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-04-04 11:37:36.317 | + ./stack.sh:main:1440 : is_service_enabled n-api 2022-04-04 11:37:36.335 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:37:36.338 | + ./stack.sh:main:1441 : is_service_enabled n-cpu 2022-04-04 11:37:36.355 | + functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:37:36.358 | + ./stack.sh:main:1448 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2022-04-04 11:37:36.360 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:37:36.365 | + ./stack.sh:echo_summary:432 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2022-04-04 11:37:36.369 | + ./stack.sh:main:1455 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2022-04-04 11:37:40.205 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:40.205 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:40.205 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:40.205 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:40.206 | +--------------------------------------------------------------------+ 2022-04-04 11:37:40.206 | | Upgrade Check Results | 2022-04-04 11:37:40.206 | +--------------------------------------------------------------------+ 2022-04-04 11:37:40.206 | | Check: Cells v2 | 2022-04-04 11:37:40.206 | | Result: Success | 2022-04-04 11:37:40.206 | | Details: No host mappings or compute nodes were found. Remember to | 2022-04-04 11:37:40.206 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2022-04-04 11:37:40.206 | | compute hosts are deployed. | 2022-04-04 11:37:40.206 | +--------------------------------------------------------------------+ 2022-04-04 11:37:40.206 | | Check: Placement API | 2022-04-04 11:37:40.206 | | Result: Success | 2022-04-04 11:37:40.206 | | Details: None | 2022-04-04 11:37:40.206 | +--------------------------------------------------------------------+ 2022-04-04 11:37:40.206 | | Check: Cinder API | 2022-04-04 11:37:40.206 | | Result: Success | 2022-04-04 11:37:40.206 | | Details: None | 2022-04-04 11:37:40.206 | +--------------------------------------------------------------------+ 2022-04-04 11:37:40.206 | | Check: Policy Scope-based Defaults | 2022-04-04 11:37:40.206 | | Result: Success | 2022-04-04 11:37:40.206 | | Details: None | 2022-04-04 11:37:40.206 | +--------------------------------------------------------------------+ 2022-04-04 11:37:40.206 | | Check: Policy File JSON to YAML Migration | 2022-04-04 11:37:40.206 | | Result: Success | 2022-04-04 11:37:40.206 | | Details: None | 2022-04-04 11:37:40.206 | +--------------------------------------------------------------------+ 2022-04-04 11:37:40.206 | | Check: Older than N-1 computes | 2022-04-04 11:37:40.206 | | Result: Success | 2022-04-04 11:37:40.206 | | Details: None | 2022-04-04 11:37:40.206 | +--------------------------------------------------------------------+ 2022-04-04 11:37:40.206 | | Check: hw_machine_type unset | 2022-04-04 11:37:40.206 | | Result: Success | 2022-04-04 11:37:40.207 | | Details: None | 2022-04-04 11:37:40.207 | +--------------------------------------------------------------------+ 2022-04-04 11:37:40.644 | + ./stack.sh:main:1462 : [[ -x /home/ubuntu/devstack/local.sh ]] 2022-04-04 11:37:40.647 | + ./stack.sh:main:1463 : echo 'Running user script /home/ubuntu/devstack/local.sh' 2022-04-04 11:37:40.647 | Running user script /home/ubuntu/devstack/local.sh 2022-04-04 11:37:40.649 | + ./stack.sh:main:1464 : /home/ubuntu/devstack/local.sh 2022-04-04 11:37:40.652 | Before updating nova flavors: 2022-04-04 11:37:42.802 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:42.802 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:42.802 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:42.802 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:42.802 | +----+-----------+-------+------+-----------+-------+-----------+ 2022-04-04 11:37:42.802 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2022-04-04 11:37:42.802 | +----+-----------+-------+------+-----------+-------+-----------+ 2022-04-04 11:37:42.802 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2022-04-04 11:37:42.802 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2022-04-04 11:37:42.802 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2022-04-04 11:37:42.802 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2022-04-04 11:37:42.802 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2022-04-04 11:37:42.802 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2022-04-04 11:37:42.802 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2022-04-04 11:37:42.802 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2022-04-04 11:37:42.802 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2022-04-04 11:37:42.802 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2022-04-04 11:37:42.802 | +----+-----------+-------+------+-----------+-------+-----------+ 2022-04-04 11:37:44.548 | ERROR (CommandError): No flavor with a name or ID of '42' exists. 2022-04-04 11:37:44.629 | Flavor 42 not found 2022-04-04 11:37:46.202 | ERROR (CommandError): No flavor with a name or ID of '84' exists. 2022-04-04 11:37:46.281 | Flavor 84 not found 2022-04-04 11:37:47.832 | ERROR (CommandError): No flavor with a name or ID of '451' exists. 2022-04-04 11:37:47.909 | Flavor 451 not found 2022-04-04 11:37:49.461 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-04-04 11:37:49.461 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-04-04 11:37:49.461 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-04-04 11:37:49.461 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-04-04 11:37:49.461 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-04-04 11:37:51.123 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-04-04 11:37:51.123 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-04-04 11:37:51.124 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-04-04 11:37:51.124 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2022-04-04 11:37:51.124 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-04-04 11:37:52.747 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-04-04 11:37:52.747 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-04-04 11:37:52.747 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-04-04 11:37:52.747 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-04-04 11:37:52.747 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-04-04 11:37:54.340 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-04-04 11:37:54.341 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-04-04 11:37:54.341 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-04-04 11:37:54.341 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-04-04 11:37:54.341 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-04-04 11:37:54.423 | After updating nova flavors: 2022-04-04 11:37:55.936 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-04-04 11:37:55.936 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-04-04 11:37:55.936 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-04-04 11:37:55.936 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-04-04 11:37:55.936 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2022-04-04 11:37:55.936 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2022-04-04 11:37:55.936 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2022-04-04 11:37:55.936 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-04-04 11:37:55.936 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-04-04 11:37:55.936 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-04-04 11:37:55.936 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2022-04-04 11:37:55.936 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2022-04-04 11:37:55.936 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-04-04 11:37:55.936 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2022-04-04 11:37:55.936 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2022-04-04 11:37:55.936 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2022-04-04 11:37:55.936 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2022-04-04 11:37:55.936 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-04-04 11:37:58.320 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:58.320 | from cryptography.utils import int_from_bytes 2022-04-04 11:37:58.320 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:37:58.320 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:01.007 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:01.007 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:01.007 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:01.007 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:01.166 | Neutron networks: 2022-04-04 11:38:03.428 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:03.428 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:03.428 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:03.428 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:03.429 | +--------------------------------------+---------+--------------------------------------+ 2022-04-04 11:38:03.429 | | ID | Name | Subnets | 2022-04-04 11:38:03.429 | +--------------------------------------+---------+--------------------------------------+ 2022-04-04 11:38:03.429 | | 39b7bdbe-c80e-47b0-bdab-806dc0b6a2ae | public | 21a35470-2035-42f2-8ca3-cb65aa06dc87 | 2022-04-04 11:38:03.429 | | 7c1c6e6c-46bf-4c1a-ac46-b6c107daf877 | private | 8d1d208e-1ebe-42c5-98a9-38cb25122503 | 2022-04-04 11:38:03.429 | +--------------------------------------+---------+--------------------------------------+ 2022-04-04 11:38:05.755 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:05.756 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:05.756 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:05.756 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:08.062 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:08.062 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:08.062 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:08.063 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:08.063 | +---------------------------+--------------------------------------+ 2022-04-04 11:38:08.063 | | Field | Value | 2022-04-04 11:38:08.063 | +---------------------------+--------------------------------------+ 2022-04-04 11:38:08.063 | | admin_state_up | UP | 2022-04-04 11:38:08.063 | | availability_zone_hints | | 2022-04-04 11:38:08.063 | | availability_zones | nova | 2022-04-04 11:38:08.063 | | created_at | 2022-04-04T11:35:59Z | 2022-04-04 11:38:08.063 | | description | | 2022-04-04 11:38:08.063 | | dns_domain | None | 2022-04-04 11:38:08.063 | | id | 39b7bdbe-c80e-47b0-bdab-806dc0b6a2ae | 2022-04-04 11:38:08.063 | | ipv4_address_scope | None | 2022-04-04 11:38:08.063 | | ipv6_address_scope | None | 2022-04-04 11:38:08.063 | | is_default | True | 2022-04-04 11:38:08.063 | | is_vlan_transparent | None | 2022-04-04 11:38:08.063 | | mtu | 1500 | 2022-04-04 11:38:08.063 | | name | public | 2022-04-04 11:38:08.063 | | port_security_enabled | True | 2022-04-04 11:38:08.063 | | project_id | c754a9317f864b6090be3ae7d7452bba | 2022-04-04 11:38:08.063 | | provider:network_type | flat | 2022-04-04 11:38:08.063 | | provider:physical_network | physnet1 | 2022-04-04 11:38:08.063 | | provider:segmentation_id | None | 2022-04-04 11:38:08.063 | | qos_policy_id | None | 2022-04-04 11:38:08.063 | | revision_number | 2 | 2022-04-04 11:38:08.063 | | router:external | External | 2022-04-04 11:38:08.063 | | segments | None | 2022-04-04 11:38:08.063 | | shared | False | 2022-04-04 11:38:08.063 | | status | ACTIVE | 2022-04-04 11:38:08.063 | | subnets | 21a35470-2035-42f2-8ca3-cb65aa06dc87 | 2022-04-04 11:38:08.063 | | tags | | 2022-04-04 11:38:08.063 | | updated_at | 2022-04-04T11:36:07Z | 2022-04-04 11:38:08.063 | +---------------------------+--------------------------------------+ 2022-04-04 11:38:10.364 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:10.364 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:10.364 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:10.364 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:10.364 | +---------------------------+--------------------------------------+ 2022-04-04 11:38:10.364 | | Field | Value | 2022-04-04 11:38:10.364 | +---------------------------+--------------------------------------+ 2022-04-04 11:38:10.364 | | admin_state_up | UP | 2022-04-04 11:38:10.364 | | availability_zone_hints | | 2022-04-04 11:38:10.364 | | availability_zones | nova | 2022-04-04 11:38:10.364 | | created_at | 2022-04-04T11:35:40Z | 2022-04-04 11:38:10.364 | | description | | 2022-04-04 11:38:10.364 | | dns_domain | None | 2022-04-04 11:38:10.364 | | id | 7c1c6e6c-46bf-4c1a-ac46-b6c107daf877 | 2022-04-04 11:38:10.364 | | ipv4_address_scope | None | 2022-04-04 11:38:10.364 | | ipv6_address_scope | None | 2022-04-04 11:38:10.364 | | is_default | None | 2022-04-04 11:38:10.364 | | is_vlan_transparent | None | 2022-04-04 11:38:10.364 | | mtu | 1500 | 2022-04-04 11:38:10.364 | | name | private | 2022-04-04 11:38:10.364 | | port_security_enabled | True | 2022-04-04 11:38:10.364 | | project_id | aac5cc5a71f543d7ab89e5088fe1833c | 2022-04-04 11:38:10.364 | | provider:network_type | vlan | 2022-04-04 11:38:10.365 | | provider:physical_network | physnet1 | 2022-04-04 11:38:10.365 | | provider:segmentation_id | 220 | 2022-04-04 11:38:10.365 | | qos_policy_id | None | 2022-04-04 11:38:10.365 | | revision_number | 3 | 2022-04-04 11:38:10.365 | | router:external | Internal | 2022-04-04 11:38:10.365 | | segments | None | 2022-04-04 11:38:10.365 | | shared | False | 2022-04-04 11:38:10.365 | | status | ACTIVE | 2022-04-04 11:38:10.365 | | subnets | 8d1d208e-1ebe-42c5-98a9-38cb25122503 | 2022-04-04 11:38:10.365 | | tags | | 2022-04-04 11:38:10.365 | | updated_at | 2022-04-04T11:38:00Z | 2022-04-04 11:38:10.365 | +---------------------------+--------------------------------------+ 2022-04-04 11:38:10.511 | Neutron subnetworks: 2022-04-04 11:38:12.673 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:12.673 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:12.673 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:12.673 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:12.673 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2022-04-04 11:38:12.673 | | ID | Name | Network | Subnet | 2022-04-04 11:38:12.673 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2022-04-04 11:38:12.673 | | 21a35470-2035-42f2-8ca3-cb65aa06dc87 | public-subnet | 39b7bdbe-c80e-47b0-bdab-806dc0b6a2ae | 172.26.1.0/24 | 2022-04-04 11:38:12.673 | | 8d1d208e-1ebe-42c5-98a9-38cb25122503 | private-subnet | 7c1c6e6c-46bf-4c1a-ac46-b6c107daf877 | 172.20.0.0/26 | 2022-04-04 11:38:12.673 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2022-04-04 11:38:14.961 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:14.961 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:14.961 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:14.961 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:17.257 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:17.257 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:17.257 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:17.257 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:17.257 | +----------------------+--------------------------------------+ 2022-04-04 11:38:17.257 | | Field | Value | 2022-04-04 11:38:17.257 | +----------------------+--------------------------------------+ 2022-04-04 11:38:17.257 | | allocation_pools | 172.26.1.2-172.26.1.254 | 2022-04-04 11:38:17.257 | | cidr | 172.26.1.0/24 | 2022-04-04 11:38:17.257 | | created_at | 2022-04-04T11:36:07Z | 2022-04-04 11:38:17.257 | | description | | 2022-04-04 11:38:17.257 | | dns_nameservers | | 2022-04-04 11:38:17.257 | | dns_publish_fixed_ip | None | 2022-04-04 11:38:17.257 | | enable_dhcp | False | 2022-04-04 11:38:17.257 | | gateway_ip | 172.26.1.1 | 2022-04-04 11:38:17.257 | | host_routes | | 2022-04-04 11:38:17.257 | | id | 21a35470-2035-42f2-8ca3-cb65aa06dc87 | 2022-04-04 11:38:17.257 | | ip_version | 4 | 2022-04-04 11:38:17.257 | | ipv6_address_mode | None | 2022-04-04 11:38:17.257 | | ipv6_ra_mode | None | 2022-04-04 11:38:17.257 | | name | public-subnet | 2022-04-04 11:38:17.258 | | network_id | 39b7bdbe-c80e-47b0-bdab-806dc0b6a2ae | 2022-04-04 11:38:17.258 | | project_id | c754a9317f864b6090be3ae7d7452bba | 2022-04-04 11:38:17.258 | | revision_number | 0 | 2022-04-04 11:38:17.258 | | segment_id | None | 2022-04-04 11:38:17.258 | | service_types | | 2022-04-04 11:38:17.258 | | subnetpool_id | None | 2022-04-04 11:38:17.258 | | tags | | 2022-04-04 11:38:17.258 | | updated_at | 2022-04-04T11:36:07Z | 2022-04-04 11:38:17.258 | +----------------------+--------------------------------------+ 2022-04-04 11:38:19.554 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:19.554 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:19.554 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:19.554 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:19.554 | +----------------------+--------------------------------------+ 2022-04-04 11:38:19.554 | | Field | Value | 2022-04-04 11:38:19.554 | +----------------------+--------------------------------------+ 2022-04-04 11:38:19.554 | | allocation_pools | 172.20.0.2-172.20.0.62 | 2022-04-04 11:38:19.554 | | cidr | 172.20.0.0/26 | 2022-04-04 11:38:19.554 | | created_at | 2022-04-04T11:35:44Z | 2022-04-04 11:38:19.554 | | description | | 2022-04-04 11:38:19.554 | | dns_nameservers | 8.8.4.4, 8.8.8.8 | 2022-04-04 11:38:19.554 | | dns_publish_fixed_ip | None | 2022-04-04 11:38:19.554 | | enable_dhcp | True | 2022-04-04 11:38:19.554 | | gateway_ip | 172.20.0.1 | 2022-04-04 11:38:19.554 | | host_routes | | 2022-04-04 11:38:19.554 | | id | 8d1d208e-1ebe-42c5-98a9-38cb25122503 | 2022-04-04 11:38:19.554 | | ip_version | 4 | 2022-04-04 11:38:19.554 | | ipv6_address_mode | None | 2022-04-04 11:38:19.554 | | ipv6_ra_mode | None | 2022-04-04 11:38:19.554 | | name | private-subnet | 2022-04-04 11:38:19.554 | | network_id | 7c1c6e6c-46bf-4c1a-ac46-b6c107daf877 | 2022-04-04 11:38:19.556 | | project_id | aac5cc5a71f543d7ab89e5088fe1833c | 2022-04-04 11:38:19.556 | | revision_number | 1 | 2022-04-04 11:38:19.556 | | segment_id | None | 2022-04-04 11:38:19.556 | | service_types | | 2022-04-04 11:38:19.556 | | subnetpool_id | 432d9f4c-f12d-48cf-8d90-d18975b28ccb | 2022-04-04 11:38:19.556 | | tags | | 2022-04-04 11:38:19.556 | | updated_at | 2022-04-04T11:38:00Z | 2022-04-04 11:38:19.556 | +----------------------+--------------------------------------+ 2022-04-04 11:38:19.770 | + ./stack.sh:main:1473 : command openstack complete 2022-04-04 11:38:19.770 | + ./stack.sh:main:1474 : sudo tee /etc/bash_completion.d/osc.bash_completion 2022-04-04 11:38:19.773 | + ./stack.sh:main:1473 : openstack complete 2022-04-04 11:38:22.303 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:22.303 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:22.303 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:22.303 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:22.303 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2022-04-04 11:38:22.643 | + ./stack.sh:main:1477 : is_service_enabled cinder 2022-04-04 11:38:22.661 | + functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:38:22.664 | + ./stack.sh:main:1478 : is_ubuntu 2022-04-04 11:38:22.667 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-04-04 11:38:22.669 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-04-04 11:38:22.671 | + ./stack.sh:main:1479 : echo_summary 'Configuring lvm.conf global device filter' 2022-04-04 11:38:22.674 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:38:22.676 | + ./stack.sh:echo_summary:432 : echo -e Configuring lvm.conf global device filter 2022-04-04 11:38:22.679 | + ./stack.sh:main:1480 : set_lvm_filter 2022-04-04 11:38:22.681 | + lib/lvm:set_lvm_filter:178 : local 'filter_suffix="r|.*|" ] # from devstack' 2022-04-04 11:38:22.684 | + lib/lvm:set_lvm_filter:179 : local 'filter_string=global_filter = [ ' 2022-04-04 11:38:22.686 | + lib/lvm:set_lvm_filter:180 : local pv 2022-04-04 11:38:22.689 | + lib/lvm:set_lvm_filter:181 : local vg 2022-04-04 11:38:22.691 | + lib/lvm:set_lvm_filter:182 : local line 2022-04-04 11:38:22.694 | ++ lib/lvm:set_lvm_filter:184 : sudo pvs --noheadings -o name 2022-04-04 11:38:22.886 | + lib/lvm:set_lvm_filter:184 : for pv_info in $(sudo pvs --noheadings -o name) 2022-04-04 11:38:22.890 | ++ lib/lvm:set_lvm_filter:185 : echo -e /dev/loop4 2022-04-04 11:38:22.891 | ++ lib/lvm:set_lvm_filter:185 : sed 's/ //g' 2022-04-04 11:38:22.891 | ++ lib/lvm:set_lvm_filter:185 : sed 's/\/dev\///g' 2022-04-04 11:38:22.896 | + lib/lvm:set_lvm_filter:185 : pv=loop4 2022-04-04 11:38:22.899 | + lib/lvm:set_lvm_filter:186 : new='"a|loop4|", ' 2022-04-04 11:38:22.902 | + lib/lvm:set_lvm_filter:187 : filter_string='global_filter = [ "a|loop4|", ' 2022-04-04 11:38:22.904 | + lib/lvm:set_lvm_filter:184 : for pv_info in $(sudo pvs --noheadings -o name) 2022-04-04 11:38:22.909 | ++ lib/lvm:set_lvm_filter:185 : echo -e /dev/loop5 2022-04-04 11:38:22.909 | ++ lib/lvm:set_lvm_filter:185 : sed 's/ //g' 2022-04-04 11:38:22.909 | ++ lib/lvm:set_lvm_filter:185 : sed 's/\/dev\///g' 2022-04-04 11:38:22.915 | + lib/lvm:set_lvm_filter:185 : pv=loop5 2022-04-04 11:38:22.917 | + lib/lvm:set_lvm_filter:186 : new='"a|loop5|", ' 2022-04-04 11:38:22.920 | + lib/lvm:set_lvm_filter:187 : filter_string='global_filter = [ "a|loop4|", "a|loop5|", ' 2022-04-04 11:38:22.922 | + lib/lvm:set_lvm_filter:189 : filter_string='global_filter = [ "a|loop4|", "a|loop5|", "r|.*|" ] # from devstack' 2022-04-04 11:38:22.925 | + lib/lvm:set_lvm_filter:191 : clean_lvm_filter 2022-04-04 11:38:22.928 | + lib/lvm:clean_lvm_filter:166 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2022-04-04 11:38:22.942 | + lib/lvm:set_lvm_filter:192 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "a|loop4|", "a|loop5|", "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2022-04-04 11:38:22.955 | + lib/lvm:set_lvm_filter:193 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "a|loop4|", "a|loop5|", "r|.*|" ] # from devstack' 2022-04-04 11:38:22.958 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:38:22.961 | + ./stack.sh:echo_summary:432 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"a|loop4|",' '"a|loop5|",' '"r|.*|"' ']' '#' from devstack 2022-04-04 11:38:22.963 | + ./stack.sh:main:1490 : run_phase stack test-config 2022-04-04 11:38:22.966 | + functions-common:run_phase:1737 : local mode=stack 2022-04-04 11:38:22.968 | + functions-common:run_phase:1738 : local phase=test-config 2022-04-04 11:38:22.971 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-04-04 11:38:22.974 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-04-04 11:38:22.977 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-04-04 11:38:22.979 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-04-04 11:38:22.982 | + functions-common:run_phase:1747 : local extra 2022-04-04 11:38:22.985 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-04-04 11:38:22.990 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-04-04 11:38:22.993 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-04-04 11:38:22.996 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-04-04 11:38:22.998 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack test-config 2022-04-04 11:38:23.001 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-04-04 11:38:23.017 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:38:23.020 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-04-04 11:38:23.022 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-04-04 11:38:23.024 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2022-04-04 11:38:23.027 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-04-04 11:38:23.029 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-04-04 11:38:23.032 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-04-04 11:38:23.035 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2022-04-04 11:38:23.037 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-04-04 11:38:23.039 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2022-04-04 11:38:23.042 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-04-04 11:38:23.044 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-04-04 11:38:23.047 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2022-04-04 11:38:23.097 | [17761 Async install_tempest:77817]: Waiting for completion of install_tempest running on PID 77817 (1 other jobs running) 2022-04-04 11:38:23.121 | [17761 Async install_tempest:77817]: Signaling child to exit 2022-04-04 11:38:23.122 | WAKEUP 2022-04-04 11:38:23.144 | [17761 Async install_tempest:77817]: Signaled 2022-04-04 11:38:23.146 | ++ lib/tempest:install_tempest:736 : git_clone https://opendev.org/openstack/tempest.git /opt/stack/tempest master 2022-04-04 11:38:23.146 | ++ functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/tempest.git 2022-04-04 11:38:23.146 | ++ functions-common:git_clone:524 : local git_dest=/opt/stack/tempest 2022-04-04 11:38:23.146 | ++ functions-common:git_clone:525 : local git_ref=master 2022-04-04 11:38:23.146 | ++ functions-common:git_clone:526 : local orig_dir 2022-04-04 11:38:23.146 | +++ functions-common:git_clone:527 : pwd 2022-04-04 11:38:23.146 | ++ functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-04-04 11:38:23.146 | ++ functions-common:git_clone:528 : local git_clone_flags= 2022-04-04 11:38:23.146 | +++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-04-04 11:38:23.146 | ++ functions-common:git_clone:530 : RECLONE=False 2022-04-04 11:38:23.146 | ++ functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-04-04 11:38:23.146 | ++ functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-04-04 11:38:23.146 | ++ functions-common:git_clone:544 : echo master 2022-04-04 11:38:23.146 | ++ functions-common:git_clone:544 : egrep -q '^refs' 2022-04-04 11:38:23.146 | ++ functions-common:git_clone:558 : [[ ! -d /opt/stack/tempest ]] 2022-04-04 11:38:23.146 | ++ functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-04-04 11:38:23.146 | ++ functions-common:git_clone:592 : cd /opt/stack/tempest 2022-04-04 11:38:23.146 | ++ functions-common:git_clone:593 : git show --oneline 2022-04-04 11:38:23.146 | ++ functions-common:git_clone:593 : head -1 2022-04-04 11:38:23.146 | 0ed065a5b Merge "Use server hostname when creating secure websocket" 2022-04-04 11:38:23.146 | ++ functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-04-04 11:38:23.146 | ++ lib/tempest:install_tempest:737 : pip_install 'tox!=2.8.0' 2022-04-04 11:38:23.146 | Using python 3.8 to install tox!=2.8.0 2022-04-04 11:38:23.146 | ++ 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 'tox!=2.8.0' 2022-04-04 11:38:23.146 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:23.146 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:23.146 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:23.146 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:23.146 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:38:23.147 | Collecting tox!=2.8.0 2022-04-04 11:38:23.147 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/be3/362472a33094b/tox-3.24.5-py2.py3-none-any.whl (85 kB) 2022-04-04 11:38:23.147 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.6/85.6 KB 57.9 MB/s eta 0:00:00 2022-04-04 11:38:23.147 | Requirement already satisfied: six>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from tox!=2.8.0) (1.16.0) 2022-04-04 11:38:23.147 | Collecting filelock>=3.0.0 2022-04-04 11:38:23.147 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/929/b7d63ec5b7d6b/filelock-3.0.12-py3-none-any.whl (7.6 kB) 2022-04-04 11:38:23.147 | Collecting py>=1.4.17 2022-04-04 11:38:23.147 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3b8/0836aa6d1feea/py-1.10.0-py2.py3-none-any.whl (97 kB) 2022-04-04 11:38:23.147 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.6/97.6 KB 57.7 MB/s eta 0:00:00 2022-04-04 11:38:23.147 | Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 2022-04-04 11:38:23.147 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e46/70891b3a03eb0/virtualenv-20.7.2-py2.py3-none-any.whl (5.3 MB) 2022-04-04 11:38:23.147 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 67.7 MB/s eta 0:00:00 2022-04-04 11:38:23.147 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.8/dist-packages (from tox!=2.8.0) (21.0) 2022-04-04 11:38:23.147 | Collecting toml>=0.9.4 2022-04-04 11:38:23.147 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/806/143ae5bfb6a3c/toml-0.10.2-py2.py3-none-any.whl (16 kB) 2022-04-04 11:38:23.147 | Collecting pluggy>=0.12.0 2022-04-04 11:38:23.147 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/741/34bbf457f031a/pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2022-04-04 11:38:23.147 | Requirement already satisfied: pyparsing>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=14->tox!=2.8.0) (2.4.7) 2022-04-04 11:38:23.147 | Collecting backports.entry-points-selectable>=1.0.4 2022-04-04 11:38:23.147 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a6d/9a871cde5e15b/backports.entry_points_selectable-1.1.0-py2.py3-none-any.whl (6.2 kB) 2022-04-04 11:38:23.147 | Collecting distlib<1,>=0.3.1 2022-04-04 11:38:23.147 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/23e/223426b28491b/distlib-0.3.2-py2.py3-none-any.whl (338 kB) 2022-04-04 11:38:23.147 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 338.7/338.7 KB 58.5 MB/s eta 0:00:00 2022-04-04 11:38:23.147 | Collecting platformdirs<3,>=2 2022-04-04 11:38:23.147 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/800/3ac87717ae2c7/platformdirs-2.3.0-py3-none-any.whl (13 kB) 2022-04-04 11:38:23.147 | Installing collected packages: filelock, distlib, toml, py, pluggy, platformdirs, backports.entry-points-selectable, virtualenv, tox 2022-04-04 11:38:23.147 | Attempting uninstall: filelock 2022-04-04 11:38:23.147 | Found existing installation: filelock 3.6.0 2022-04-04 11:38:23.147 | Uninstalling filelock-3.6.0: 2022-04-04 11:38:23.147 | Successfully uninstalled filelock-3.6.0 2022-04-04 11:38:23.147 | Attempting uninstall: distlib 2022-04-04 11:38:23.147 | Found existing installation: distlib 0.3.4 2022-04-04 11:38:23.148 | Uninstalling distlib-0.3.4: 2022-04-04 11:38:23.148 | Successfully uninstalled distlib-0.3.4 2022-04-04 11:38:23.148 | Attempting uninstall: platformdirs 2022-04-04 11:38:23.148 | Found existing installation: platformdirs 2.5.1 2022-04-04 11:38:23.148 | Uninstalling platformdirs-2.5.1: 2022-04-04 11:38:23.148 | Successfully uninstalled platformdirs-2.5.1 2022-04-04 11:38:23.148 | Attempting uninstall: virtualenv 2022-04-04 11:38:23.148 | Found existing installation: virtualenv 20.14.0 2022-04-04 11:38:23.148 | Uninstalling virtualenv-20.14.0: 2022-04-04 11:38:23.148 | Successfully uninstalled virtualenv-20.14.0 2022-04-04 11:38:23.148 | Successfully installed backports.entry-points-selectable-1.1.0 distlib-0.3.2 filelock-3.0.12 platformdirs-2.3.0 pluggy-1.0.0 py-1.10.0 toml-0.10.2 tox-3.24.5 virtualenv-20.7.2 2022-04-04 11:38:23.148 | 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-04-04 11:38:23.148 | ++ inc/python:pip_install:200 : result=0 2022-04-04 11:38:23.148 | ++ inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:38:23.148 | ++ functions-common:time_stop:2309 : local name 2022-04-04 11:38:23.148 | ++ functions-common:time_stop:2310 : local end_time 2022-04-04 11:38:23.148 | ++ functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:38:23.148 | ++ functions-common:time_stop:2312 : local total 2022-04-04 11:38:23.148 | ++ functions-common:time_stop:2313 : local start_time 2022-04-04 11:38:23.148 | ++ functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:38:23.148 | ++ functions-common:time_stop:2316 : start_time=1649071417181 2022-04-04 11:38:23.148 | ++ functions-common:time_stop:2318 : [[ -z 1649071417181 ]] 2022-04-04 11:38:23.148 | +++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:38:23.148 | ++ functions-common:time_stop:2321 : end_time=1649071425529 2022-04-04 11:38:23.148 | ++ functions-common:time_stop:2322 : elapsed_time=8348 2022-04-04 11:38:23.148 | ++ functions-common:time_stop:2323 : total=254274 2022-04-04 11:38:23.148 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:38:23.148 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=262622 2022-04-04 11:38:23.148 | ++ inc/python:pip_install:203 : return 0 2022-04-04 11:38:23.148 | ++ lib/tempest:install_tempest:738 : pushd /opt/stack/tempest 2022-04-04 11:38:23.148 | /opt/stack/tempest ~/devstack 2022-04-04 11:38:23.148 | ++ lib/tempest:install_tempest:742 : git checkout master 2022-04-04 11:38:23.148 | M .coveragerc 2022-04-04 11:38:23.148 | M .gitignore 2022-04-04 11:38:23.149 | M .gitreview 2022-04-04 11:38:23.149 | M .mailmap 2022-04-04 11:38:23.149 | M .stestr.conf 2022-04-04 11:38:23.149 | M CONTRIBUTING.rst 2022-04-04 11:38:23.149 | M HACKING.rst 2022-04-04 11:38:23.149 | M LICENSE 2022-04-04 11:38:23.149 | M README.rst 2022-04-04 11:38:23.149 | M REVIEWING.rst 2022-04-04 11:38:23.149 | M bindep.txt 2022-04-04 11:38:23.149 | M doc/requirements.txt 2022-04-04 11:38:23.149 | M doc/source/_extra/.htaccess 2022-04-04 11:38:23.149 | M doc/source/_static/.keep 2022-04-04 11:38:23.149 | M doc/source/account_generator.rst 2022-04-04 11:38:23.149 | M doc/source/cleanup.rst 2022-04-04 11:38:23.149 | M doc/source/conf.py 2022-04-04 11:38:23.149 | M doc/source/configuration.rst 2022-04-04 11:38:23.149 | M doc/source/contributor/contributing.rst 2022-04-04 11:38:23.149 | M doc/source/data/tempest-non-active-plugins-registry.header 2022-04-04 11:38:23.149 | M doc/source/data/tempest-plugins-registry.header 2022-04-04 11:38:23.149 | M doc/source/index.rst 2022-04-04 11:38:23.149 | M doc/source/keystone_scopes_and_roles_support.rst 2022-04-04 11:38:23.149 | M doc/source/library.rst 2022-04-04 11:38:23.149 | M doc/source/library/api_microversion_testing.rst 2022-04-04 11:38:23.149 | M doc/source/library/auth.rst 2022-04-04 11:38:23.149 | M doc/source/library/cli.rst 2022-04-04 11:38:23.149 | M doc/source/library/clients.rst 2022-04-04 11:38:23.149 | M doc/source/library/credential_providers.rst 2022-04-04 11:38:23.149 | M doc/source/library/decorators.rst 2022-04-04 11:38:23.149 | M doc/source/library/rest_client.rst 2022-04-04 11:38:23.149 | M doc/source/library/service_clients/compute_clients.rst 2022-04-04 11:38:23.150 | M doc/source/library/utils.rst 2022-04-04 11:38:23.150 | M doc/source/library/validation_resources.rst 2022-04-04 11:38:23.150 | M doc/source/microversion_testing.rst 2022-04-04 11:38:23.150 | M doc/source/overview.rst 2022-04-04 11:38:23.150 | M doc/source/plugins/index.rst 2022-04-04 11:38:23.150 | M doc/source/plugins/plugin.rst 2022-04-04 11:38:23.150 | M doc/source/requirement_upper_constraint_for_tempest.rst 2022-04-04 11:38:23.150 | M doc/source/run.rst 2022-04-04 11:38:23.150 | M doc/source/sampleconf.rst 2022-04-04 11:38:23.150 | M doc/source/stable_branch_support_policy.rst 2022-04-04 11:38:23.150 | M doc/source/stable_branch_testing_policy.rst 2022-04-04 11:38:23.150 | M doc/source/subunit_describe_calls.rst 2022-04-04 11:38:23.150 | M doc/source/supported_version.rst 2022-04-04 11:38:23.150 | M doc/source/tempest_and_plugins_compatible_version_policy.rst 2022-04-04 11:38:23.150 | M doc/source/test_removal.rst 2022-04-04 11:38:23.150 | M doc/source/tests/modules.rst 2022-04-04 11:38:23.150 | M doc/source/workspace.rst 2022-04-04 11:38:23.150 | M doc/source/write_tests.rst 2022-04-04 11:38:23.150 | M etc/accounts.yaml.sample 2022-04-04 11:38:23.150 | M etc/allow-list.yaml 2022-04-04 11:38:23.150 | M etc/logging.conf.sample 2022-04-04 11:38:23.150 | M etc/rbac-persona-accounts.yaml.sample 2022-04-04 11:38:23.150 | M playbooks/devstack-tempest-ipv6.yaml 2022-04-04 11:38:23.150 | M playbooks/devstack-tempest.yaml 2022-04-04 11:38:23.150 | M playbooks/enable-fips.yaml 2022-04-04 11:38:23.150 | M playbooks/post-tempest.yaml 2022-04-04 11:38:23.150 | M releasenotes/notes/10/10.0-supported-openstack-releases-b88db468695348f6.yaml 2022-04-04 11:38:23.150 | M releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml 2022-04-04 11:38:23.150 | M releasenotes/notes/10/10.0.0-start-using-reno-ed9518126fd0e1a3.yaml 2022-04-04 11:38:23.150 | M releasenotes/notes/11/11.0.0-api-microversion-testing-support-2ceddd2255670932.yaml 2022-04-04 11:38:23.150 | M releasenotes/notes/11/11.0.0-compute-microversion-support-e0b23f960f894b9b.yaml 2022-04-04 11:38:23.150 | M releasenotes/notes/11/11.0.0-supported-openstack-releases-1e5d7295d939d439.yaml 2022-04-04 11:38:23.150 | M releasenotes/notes/12/12.0.0-supported-openstack-releases-f10aac381d933dd1.yaml 2022-04-04 11:38:23.150 | M releasenotes/notes/12/12.1.0-add-network-versions-client-d90e8334e1443f5c.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.1.0-add-scope-to-auth-b5a82493ea89f41e.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.1.0-add-tempest-run-3d0aaf69c2ca4115.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.1.0-add-tempest-workspaces-228a2ba4690b5589.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.1.0-add_subunit_describe_calls-5498a37e6cd66c4b.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.1.0-bug-1486834-7ebca15836ae27a9.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.1.0-identity-clients-as-library-e663c6132fcac6c2.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.1.0-image-clients-as-library-86d17caa26ce3961.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.1.0-new-test-utils-module-adf34468c4d52719.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.1.0-remove-input-scenarios-functionality-01308e6d4307f580.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.1.0-remove-integrated-horizon-bb57551c1e5f5be3.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.1.0-remove-legacy-credential-providers-3d653ac3ba1ada2b.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.1.0-remove-trove-tests-666522e9113549f9.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.1.0-routers-client-as-library-25a363379da351f6.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.1.0-support-chunked-encoding-d71f53225f68edf3.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.1.0-tempest-init-global-config-dir-location-changes-12260255871d3a2b.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.2.0-add-httptimeout-in-restclient-ax78061900e3f3d7.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.2.0-add-new-identity-clients-3c3afd674a395bde.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.2.0-clients_module-16f3025f515bf9ec.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.2.0-nova_cert_default-90eb7c1e3cde624a.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.2.0-plugin-service-client-registration-00b19a2dd4935ba0.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.2.0-remove-javelin-276f62d04f7e4a1d.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.2.0-service_client_config-8a1d7b4de769c633.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/12/12.2.0-volume-clients-as-library-9a3444dd63c134b3.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/13/13.0.0-add-new-identity-clients-as-library-5f7ndha733nwdsn9.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/13/13.0.0-add-volume-clients-as-a-library-d05b6bc35e66c6ef.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/13/13.0.0-deprecate-get_ipv6_addr_by_EUI64-4673f07677289cf6.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/13/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/13/13.0.0-start-of-newton-support-3ebb274f300f28eb.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/13/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/13/13.0.0-volume-clients-as-library-660811011be29d1a.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/14/14.0.0-add-cred-provider-abstract-class-to-lib-70ff513221f8a871.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/14/14.0.0-add-cred_client-to-tempest.lib-4d4af33f969c576f.yaml 2022-04-04 11:38:23.151 | M releasenotes/notes/14/14.0.0-add-error-code-translation-to-versions-clients-acbc78292e24b014.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/14/14.0.0-add-image-clients-af94564fb34ddca6.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/14/14.0.0-add-role-assignments-client-as-a-library-d34b4fdf376984ad.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/14/14.0.0-add-service-provider-client-cbba77d424a30dd3.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/14/14.0.0-add-ssh-port-parameter-to-client-6d16c374ac4456c1.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/14/14.0.0-deprecate-nova-api-extensions-df16b02485dae203.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/14/14.0.0-move-cinder-v3-to-lib-service-be3ba0c20753b594.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/14/14.0.0-new-volume-limit-client-517c17d9090f4df4.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/14/14.0.0-remo-stress-tests-81052b211ad95d2e.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/14/14.0.0-remove-baremetal-tests-65186d9e15d5b8fb.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/14/14.0.0-remove-bootable-option-024f8944c056a3e0.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/14/14.0.0-remove-negative-test-generator-1653f4c0f86ccf75.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/14/14.0.0-remove-sahara-tests-1532c47c7df80e3a.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/14/14.0.0-volume-clients-as-library-309030c7a16e62ab.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/15/15.0.0-add-identity-v3-clients-as-a-library-d34b4fdf376984ad.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/15/15.0.0-add-image-clients-tests-49dbc0a0a4281a77.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/15/15.0.0-add-implied-roles-to-roles-client-library-edf96408ad9ba82e.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/15/15.0.0-add-snapshot-manage-client-as-library-a76ffdba9d8d01cb.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/15/15.0.0-deprecate-allow_port_security_disabled-option-2d3d87f6bd11d03a.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/15/15.0.0-deprecate-identity-feature-enabled.reseller-84800a8232fe217f.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/15/15.0.0-deprecate-volume_feature_enabled.volume_services-dbe024ea067d5ab2.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/15/15.0.0-jsonschema-validator-2377ba131e12d3c7.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-microversion-config-options-eaee6a7d2f8390a8.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-validation-config-options-e3d1b89ce074d71c.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/15/15.0.0-remove-deprecated-input-scenario-config-options-414e0c5442e967e9.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/15/15.0.0-remove-deprecated-network-config-options-f9ce276231578fe6.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/16/16.0.0-add-OAUTH-Consumer-Client-tempest-tests-db1df7aae4a9fd4e.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/16/16.0.0-add-additional-methods-to-roles-client-library-178d4a6000dec72d.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/16/16.0.0-add-cascade-parameter-to-volumes-client-ff4f7f12795003a4.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/16/16.0.0-add-compute-server-evaculate-client-as-a-library-ed76baf25f02c3ca.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/16/16.0.0-add-content-type-without-spaces-b2c9b91b257814f3.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/16/16.0.0-add-list-auth-project-client-5905076d914a3943.yaml 2022-04-04 11:38:23.152 | M releasenotes/notes/16/16.0.0-add-list-glance-api-versions-ec5fc8081fc8a0ae.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-add-list-security-groups-by-servers-to-servers-client-library-088df48f6d81f4be.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-add-list-version-to-identity-client-944cb7396088a575.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-add-list-version-to-volume-client-4769dd1bd4ab9c5e.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-add-quota-sets-detail-kwarg-74b72183295b3ce7.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-add-tempest-lib-remote-client-adbeb3f42a36910b.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-add-tempest-run-combine-option-e94c1049ba8985d5.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-add-update-encryption-type-to-encryption-types-client-f3093532a0bcf9a1.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-add-volume-manage-client-as-library-78ab198a1dc1bd41.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-create-server-tags-client-8c0042a77e859af6.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-deprecate-deactivate_image-config-7a282c471937bbcb.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-deprecate-resources-prefix-option-ad490c0a30a0266b.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_attr-decorator-450a1ed727494724.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_config-decorator-64c32d588043ab12.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-deprecated-cinder-api-v1-option-df7d5a54d93db5cf.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-dreprecate_client_parameters-cb8d069e62957f7e.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-fix-volume-v2-service-clients-bugfix-1667354-73d2c3c8fedc08bf.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-mitaka-eol-88ff8355fff81b55.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-remove-call_until_true-of-test-de9c13bc8f969921.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-remove-cinder-v1-api-tests-71e266b8d55d475f.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-remove-deprecated-allow_port_security_disabled-option-d0ffaeb2e7817707.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-remove-deprecated-compute-validation-config-options-part-2-5cd17b6e0e6cb8a3.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-remove-deprecated-dvr_extra_resources-option-e8c441c38eab7ddd.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-remove-deprecated-identity-reseller-option-4411c7e3951f1094.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-remove-sahara-service-available-44a642aa9c634ab4.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-remove-volume_feature_enabled.volume_services-c6aa142cc1021297.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-use-keystone-v3-api-935860d30ddbb8e9.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/16/16.0.0-volume-transfers-client-e5ed3f5464c0cdc0.yaml 2022-04-04 11:38:23.153 | M releasenotes/notes/25/subunt-describe-call-verbose-arg-fix.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/Add-keystone-v3-OS_FEDERATION-APIs-as-tempest-clients-fe9e10a0fe5f09d4.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/Add-volume_size_extend-config--opt-for-volume-tests-041f7d25fc2f3e05.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/Extend-cleanup-CLI-to-delete-regions-9f1dbda2c8de12e2.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/Fix-KeyError-bug-in-v3-volumes_client-ff5d9b894f2257c8.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/Inclusive-jargon-17621346744f0cf4.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/Placement-client-for-placement-based-minimum-bw-allocation-27ed0938118752b6.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/QoS-client-for-placement-based-minimum-bw-allocation-8e5854d5754cec68.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/Remove-deprecated-image-scenario-options-b573c60e873ab451.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/Remove-deprecated-scenario.img_dir-option-da626e6153181e16.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/Remove-manager-2e0b0af48f01294a.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/Remove-test_reboot_server_soft-48fa786f38cd94dc.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/Set-default-of-operator_role-to-member-f9c3abd2ebde23b7.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/Stabilize-scenario-manager-adf36d21b08e31a4.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/account-generator-accepts-positive-numbers-only-33a366a297494ef7.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/account_generator-6eb03f664a448c35.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-OAUTH-Token-Client-tempest-tests-6351eda451b95a86.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-additional-methods-to-policy-client-library-b8279c18335588c9.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-alt-project-dynamic-creds-1a3bc543e65d9433.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-assisted-volume-snapshot-client-737f5cb35d58c1b6.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-can-migrate-between-any-hosts-config-option-x8ah4f9737a28e9b.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-compute-feature-ide-bus-b63802502c378083.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-compute-feature-serial-console-45583c4341e34fc9.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-compute-feature-shelve-migrate-fdbd3633abe65c4e.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-consistency-group-exceptions-01cbb792cd710231.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-create-group-from-src-tempest-tests-9eb8b0b4b5c52055.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-domain-configuration-client-tempest-tests-e383efabdbb9ad03.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-domain-param-in-cliclient-a270fcf35c8f09e6.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-extra-apis-to-volume-v3-services-client-bf9b235cf5a611fe.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-floating-ip-config-option-e5774bf77702ce9f.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-force-detach-volume-to-volumes-client-library-b2071f2954f8e8b1.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-group-type-specs-apis-to-v3-group-types-client-10390b52dedede54.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-identity-roles-system-methods-519dc144231993a3.yaml 2022-04-04 11:38:23.154 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-endpoint-groups-3518a90bbb731d0f.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-extensions-9cfd217fd2c6a61f.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-image-alt-ssh-user-config-option-1b775af2f468aa5b.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-immutable-user-source-support-dd17772a997075e0.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-ip-version-check-in-addresses-x491ac6d9abaxa12.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-is-resource-deleted-sg-client-f4a7a7a54ff024d7.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-keystone-ep-clients-eeefd0904fbbe151.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-keystone-v3-ec2-tests-d959b7d36f0bd7fc.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-kwargs-to-delete-vol-of-vol-client-1ecde75beb62933c.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-list-volume-transfers-with-detail-to-transfers-client-80169bf78cf4fa66.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-load-list-cmd-35a4a2e6ea0a36fd.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-manage-snapshot-ref-config-option-67efd04897335b67.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-migrate-volume-and-list-hosts-to-v3-volume-client-library-ad3529260db58f00.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-params-to-identity-v3-list-endpoints-958a155be4e17e5b.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-params-to-v2-list-backups-api-c088d2b4bfe90247.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-placement-usage-client-method-8b6015cbd8a5e0f6.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-profiler-config-options-db7c4ae6d338ee5c.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-qos-apis-for-bandwidth-limit-rules-cc144660fcaa419a.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-qos-minimum-packet-rule-client-c8bfe09873032d4a.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-redirect-param-bea1f6fbce629c70.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-reset-group-snapshot-status-api-to-v3-group-snapshots-client-248d41827daf2a0c.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-reset-group-status-api-to-v3-groups-client-9aa048617c66756a.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-return-value-to-retype-volume-a401aa619aaa2457.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-save-state-option-5ea67858cbaca969.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-server-diagnostics-validation-schema-b5a3c55b45aa718a.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-show-api-v3-details-api-to-v3-versions-client-4b408427379cabfe.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-show-default-group-type-detail-api-to-v3-group-types-client-65f717878cf52da0.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-show-default-quotas-api-to-network-quotas-client-3a7c1159af9e56ff.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-show-default-volume-types-api-to-v3-types-client-44b2676f217d78dc.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-show-encryption-specs-item-api-to-v2-encryption-types-client-290b421cd4bc0c0e.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-show-host-to-hosts-client-library-c60c4eb49d139480.yaml 2022-04-04 11:38:23.155 | M releasenotes/notes/add-show-quota-details-api-to-network-quotas-client-3fffd302cc5d335f.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-show-snapshot-metadata-item-api-to-v2-snapshots-client-bd3cbab3c7f0e0b3.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-show-volume-image-metadata-api-to-v2-volumes-client-ee3c027f35276561.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-show-volume-metadata-item-api-to-v2-volumes-client-47d59ecd999ca9df.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-show-volume-summary-api-to-v3-volumes-client-96e7b01abdb5c9c3.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-ssh-key-type-38d7a2f900d79842.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-storyboard-in-skip-because-decorator-3e139aa8a4f7970f.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-subnet-id-config-option-fac3d6f12abfc171.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-support-args-kwargs-in-call-until-true-a91k592h5a64exf7.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-unstable_test-decorator-a73cf97d4ffcc796.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-update-api-to-group-types-client-09c06ccdf80d5003.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-update-backup-api-to-v3-backups-client-e8465b2b66617dc0.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-update-flavor--api-to-flavors-client-a859542fe54aab7c.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-validation-resources-to-lib-dc2600c4324ca4d7.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-volume-group-snapshots-tempest-tests-840df3da26590f5e.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-volume-group-types-tempest-tests-1298ab8cb4fe8b7b.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-volume-groups-tempest-tests-dd7b2abfe2b48427.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-volume-quota-class-client-as-library-c4c2b22c36ff807e.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-volume-transfers-v3.55-73f75073ad2c4091.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add-worker-file-option-d949121a61156968.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/add_proxy_url_get_credentials-aef66b085450513f.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/agents-client-delete-method-de1a7fb3f845999c.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/api_v2_admin_flag-dea5ca9bc2ce63bc.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/associate-disassociate-floating_ip-0b6cfebeef1304b0.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/bp-application-credentials-df69b1f617db1bb9.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/bug-1647999-7aeda50a8d082d4c.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/bug-1791007-328a8b9a43bfb157.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/bug-1799883-6ea95fc64f70c9ef.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/bug-1808473-54ada26ab78e7b02.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/change-default-region-for-placement-to-empty-string-394f1132c28345bb.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/cinder-use-os-endpoint-type-c11f63fd468ceb4c.yaml 2022-04-04 11:38:23.156 | M releasenotes/notes/cli-tests-v3fixes-fb38189cefd64213.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/compare-header-version-func-de5139b2161b3627.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/conditional-attr-a8564ec5a70ec840.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/config-image-api-v1-default-to-false-39d5f2xafc534ab1.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/config-volume-multiattach-ea8138dfa4fd308c.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/config_image_certificate_compute_feature-c56efb520d54aff5.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/correct-port-profile-config-option-d67f5cb31f1bc34c.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/create-mount-config-drive-to-lib-1a6e912b8afbcc7e.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/create_loginable_secgroup_rule-73722fd4b4eb12d0.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/create_security_group_rule-16d58a8f0f0ff262.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/credentials-factory-stable-c8037bd9ae642482.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/deprecate-and-enable-identity-application_credentials-1d4eaef4c3c9dcba.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/deprecate-and-enable-identity-project-tags-23b87518888e563a.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/deprecate-compute-feature-enabled-block-migrate-cinder-iscsi-fcda802d774dfeec.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/deprecate-compute-images-client-in-volume-tests-92b6dd55fcaba620.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/deprecate-config-forbid_global_implied_dsr-e64cfa66e6e3ded5.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/deprecate-default-value-for-v3_endpoint_type-fb9e47c5ba1c719d.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/deprecate-dns_servers-option-0xf2f297ee47a5ff.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/deprecate-image-v1-service-clients-d12ed42210bb76b5.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/deprecate-old-api-microversion-fixture-a471aac985c0f3fb.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/deprecate-scheduler-available-filters-cbca2017ba3cf2aa.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/deprecate-spice-rdp-console-config-f2af173552axfb72.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/deprecate-vnc-server-header-529f07d592aefb62.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/deprecate-volume-api-selection-config-options-b95c5c0ccbf38916.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/deprecate-volume-v2-service-clients-ff8a2a7be1797eb5.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/disable-identity-v2-testing-4ef1565d1a5aedcf.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/drop-DEFAULT_PARAMS-bfcc2e7b74ef880b.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/drop-py-2-7-730baf411876d5d8.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/drop-py-3-5-support-76ca78f1a650fcad.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/enable-volume-multiattach-fd5e9bf0e96b56ce.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/end-of-support-for-stein-f795b968d83497a9.yaml 2022-04-04 11:38:23.157 | M releasenotes/notes/end-of-support-for-train-83369468215d7485.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/extra-compute-services-tests-92b6c0618972e02f.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/fix-credential-logging-98089c897d801355.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/fix-list-group-snapshots-api-969d9321002c566c.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/fix-remoteclient-default-ssh-shell-prologue-33e99343d086f601.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/fix-show-image-file-expected-code-92d97342d0f6d60e.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/floating-ips-port-forwarding-client-cf8820b910bd7f4d.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/http_proxy_config-cb39b55520e84db5.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/identity-tests-domain-drivers-76235f6672221e45.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/identity-token-client-8aaef74b1d61090a.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/identity-v3-project-tags-client-36683c6a8644e54b.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/identity_client-635275d43abbb807.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/image-client-add-versions-and-tasks-ac289dbfe1c899cc.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/image_import_testing_support-22ba4bcb9f2fb848.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/intermediate-pike-release-2ce492432ff8f012.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/intermediate-queens-release-2f9f305775fca454.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/intermediate-train-release-0146c624cff9a57f.yaml 2022-04-04 11:38:23.158 | M releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/intermediate-wallaby-release-55a0b31b1dee7b23.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/introduce-attachments-client-add-show-attachment-api-c3111f7e560a87b3.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/lib_api_microversion_fixture-f52308fc6b6b89f2.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/limits-client-d656f16a3d3e84fc.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/list-auth-domains-v3-endpoint-9ec60c7d3011c397.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/log-resource-client-20e58a295f729902.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/log_console_output-dae6b8740b5a5821.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/loggable-resource-client-5977d46a7ea52199.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/make-create-user-domain-aware-for-v3-creds-client-5054f58e715adc0c.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/make-object-storage-client-as-stable-interface-d1b07c7e8f17bef6.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/merge-tempest-horizon-plugin-39d555339ab8c7ce.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/migrate-dynamic-creds-ecebb47528080761.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/migrate-object-storage-as-stable-interface-42014c7b43ecb254.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/migrate-preprov-creds-ef61a046ee1ec604.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/move-attr-decorator-to-lib-a1e80c42ba9c5392.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/move-related_bug-decorator-to-lib-dbfd5c543bbb2805.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/move-volume-v3-base_client-to-volume-1edbz0f207c3b283.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/network-show-version-18e1707a4df0a3d3.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/network-swap-to-project_id-a1d7fdf6c5e1cf44.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/network-tag-client-f4614029af7927f0.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/network_feature_enabled_available_features-35f9ac5f253e2ca3.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/new-placement-client-methods-e35c473e29494928.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/omit_X-Subject-Token_from_log-1bf5fef88c80334b.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/os_tenant_name-3ee175763bff455b.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/pause_teardown-45c9d60ffa889f7f.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/plugin-client-registration-enhancements-e09131742391225b.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/prevent-error-in-parse-resp-when-nullable-list-9898cd0f22180986.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/raise-exception-when-error-deleting-on-volume-18d0d0c5886212dd.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/random-bytes-size-limit-ee94a8c6534fe916.yaml 2022-04-04 11:38:23.159 | M releasenotes/notes/removal-deprecated-config-options-3db535b979fe3509.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/removal-deprecated-volume-config-options-21c4412f3c600923.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/remove-allow_tenant_isolation-option-03f0d998eb498d44.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/remove-deprecated-apis-from-v2-volumes-client-3ca4a5db5fea518f.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/remove-deprecated-find-test-caller-f4525cd043bfd1b6.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/remove-deprecated-old-token-clients-e4c2e654132f1130.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/remove-deprecated-skip-decorators-f8b42d812d20b537.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/remove-deprecated-skip_unless_attr-decorator-02bde59a00328f5c.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/remove-deprecated-volume-apis-from-v2-volumes-client-cf35e5b4cca89860.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/remove-deprecated-volume-config-options-4b7ea93b88e5b982.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/remove-get-ipv6-addr-by-EUI64-c79972d799c7a430.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/remove-heat-tests-9efb42cac3e0b306.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/remove-old-data-utils-e0966f882f7fe23a.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/remove-some-deprecated-identity-options-0ffxd1b8db928e43.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/remove-volume-v1-service-clients-9235e3a965f93c09.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/segments-client-866f02948f40d4ff.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/set-cinder-api-v3-option-true-1b3e61e3129b7c00.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/set-default-value-of-concurrency-to-2-d916d5c31e3725d5.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/start-of-pike-support-f2a1b7ea8e8b0311.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/start-of-queens-support-fea9051ba1d85fc7.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/subunit_describe_calls-ad7df689b9d63e3f.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/support-for-rbac-new-scope-6ec8164ce1e7288c.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/support-microversion-in-scenario-test-b4fbfdd3a977fc58.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/support-scope-in-get-roles-dynamic-creds-90bfab163c1c289a.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/swift-improve-cleanup-63cfc21ffb3aff6f.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/switch-to-stestr-8c9f834b3f5a55d8.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/system-scope-44244cc955a7825f.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/tempest-default-run_validations-9640c41b6a4a9121.yaml 2022-04-04 11:38:23.160 | M releasenotes/notes/tempest-identity-catalog-client-f5c8589a9d7c1eb5.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/tempest-lib-compute-update-service-6019d2dcfe4a1c5d.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/tempest-rocky-release-0fc3312053923380.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/tempest-run-fix-updates-564b41706decbba1.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/tempest-train-release-a2ed0743a5eadeb6.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/tempest-ussuri-release-72b5770a3b97678f.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/tempest-victoria-release-27000c02edc5a112.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/tempest-wallaby-release-0f2cea5ccf63485e.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/tempest-workspace-delete-directory-feature-74d6d157a5a05561.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/tempest-xena-release-3ffb30eb59e49f2c.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/tempest-yoga-release-66e8484b9a402e9f.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/test-clients-stable-for-plugin-90b1e7dc83f28ccd.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/use-cinder-v3-client-for-verify_tempest_config-2bf3d817b0070064.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/verify-tempest-command-8e88452c7a08dd77.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/vnc-hardcoded-server-name-removed-6f8d1e90a175dc08.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/volume-backed-live-mig-5a38b496ba1ec093.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/volume-service-testing-default-to-v3-endpoints-20b86895a590925d.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/volume-v3-service-clients-a863a6336af56cca.yaml 2022-04-04 11:38:23.161 | M releasenotes/notes/xenapi_apis-conf-fcca549283e53ed6.yaml 2022-04-04 11:38:23.161 | M releasenotes/source/_static/.placeholder 2022-04-04 11:38:23.161 | M releasenotes/source/_templates/.placeholder 2022-04-04 11:38:23.161 | M releasenotes/source/conf.py 2022-04-04 11:38:23.161 | M releasenotes/source/index.rst 2022-04-04 11:38:23.161 | M releasenotes/source/unreleased.rst 2022-04-04 11:38:23.161 | M releasenotes/source/v10.0.0.rst 2022-04-04 11:38:23.161 | M releasenotes/source/v11.0.0.rst 2022-04-04 11:38:23.161 | M releasenotes/source/v12.0.0.rst 2022-04-04 11:38:23.161 | M releasenotes/source/v13.0.0.rst 2022-04-04 11:38:23.161 | M releasenotes/source/v14.0.0.rst 2022-04-04 11:38:23.161 | M releasenotes/source/v15.0.0.rst 2022-04-04 11:38:23.161 | M releasenotes/source/v16.0.0.rst 2022-04-04 11:38:23.161 | M releasenotes/source/v16.1.0.rst 2022-04-04 11:38:23.161 | M releasenotes/source/v17.0.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v17.1.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v17.2.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v18.0.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v19.0.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v20.0.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v21.0.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v22.0.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v22.1.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v23.0.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v24.0.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v26.0.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v26.1.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v27.0.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v28.0.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v28.1.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v29.0.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v29.1.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v29.2.0.rst 2022-04-04 11:38:23.162 | M releasenotes/source/v30.0.0.rst 2022-04-04 11:38:23.162 | M requirements.txt 2022-04-04 11:38:23.162 | M roles/acl-devstack-files/README.rst 2022-04-04 11:38:23.162 | M roles/acl-devstack-files/defaults/main.yaml 2022-04-04 11:38:23.162 | M roles/acl-devstack-files/tasks/main.yaml 2022-04-04 11:38:23.162 | M roles/run-tempest-26/README.rst 2022-04-04 11:38:23.162 | M roles/run-tempest-26/defaults/main.yaml 2022-04-04 11:38:23.162 | M roles/run-tempest-26/tasks/main.yaml 2022-04-04 11:38:23.162 | M roles/run-tempest/README.rst 2022-04-04 11:38:23.162 | M roles/run-tempest/defaults/main.yaml 2022-04-04 11:38:23.162 | M roles/run-tempest/tasks/main.yaml 2022-04-04 11:38:23.162 | M roles/setup-tempest-data-dir/README.rst 2022-04-04 11:38:23.162 | M roles/setup-tempest-data-dir/defaults/main.yaml 2022-04-04 11:38:23.162 | M roles/setup-tempest-data-dir/tasks/main.yaml 2022-04-04 11:38:23.162 | M roles/setup-tempest-run-dir/README.rst 2022-04-04 11:38:23.162 | M roles/setup-tempest-run-dir/defaults/main.yaml 2022-04-04 11:38:23.162 | M roles/setup-tempest-run-dir/tasks/main.yaml 2022-04-04 11:38:23.163 | M roles/tempest-cleanup/README.rst 2022-04-04 11:38:23.163 | M roles/tempest-cleanup/defaults/main.yaml 2022-04-04 11:38:23.163 | M roles/tempest-cleanup/tasks/dry_run.yaml 2022-04-04 11:38:23.163 | M roles/tempest-cleanup/tasks/dry_run_checker.py 2022-04-04 11:38:23.163 | M roles/tempest-cleanup/tasks/main.yaml 2022-04-04 11:38:23.163 | M setup.cfg 2022-04-04 11:38:23.163 | M setup.py 2022-04-04 11:38:23.163 | M tempest/README.rst 2022-04-04 11:38:23.163 | M tempest/__init__.py 2022-04-04 11:38:23.163 | M tempest/api/README.rst 2022-04-04 11:38:23.163 | M tempest/api/__init__.py 2022-04-04 11:38:23.163 | M tempest/api/compute/__init__.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/__init__.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_agents.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_aggregates.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_aggregates_negative.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_auto_allocate_network.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_availability_zone.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_availability_zone_negative.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_create_server.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_delete_server.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_fixed_ips.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_fixed_ips_negative.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_flavors.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_flavors_access.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_flavors_access_negative.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_flavors_extra_specs.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_flavors_extra_specs_negative.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_flavors_microversions.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_floating_ips_bulk.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_hosts.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_hosts_negative.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_hypervisor.py 2022-04-04 11:38:23.163 | M tempest/api/compute/admin/test_hypervisor_negative.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_instance_usage_audit_log.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_instance_usage_audit_log_negative.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_keypairs_v210.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_live_migration.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_live_migration_negative.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_migrations.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_networks.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_quotas.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_quotas_negative.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_security_groups.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_server_diagnostics.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_server_diagnostics_negative.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_servers.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_servers_negative.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_servers_on_multinodes.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_services.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_services_negative.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_simple_tenant_usage.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_simple_tenant_usage_negative.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_volume.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_volume_swap.py 2022-04-04 11:38:23.164 | M tempest/api/compute/admin/test_volumes_negative.py 2022-04-04 11:38:23.164 | M tempest/api/compute/api_microversion_fixture.py 2022-04-04 11:38:23.164 | M tempest/api/compute/base.py 2022-04-04 11:38:23.164 | M tempest/api/compute/certificates/__init__.py 2022-04-04 11:38:23.164 | M tempest/api/compute/certificates/test_certificates.py 2022-04-04 11:38:23.164 | M tempest/api/compute/flavors/__init__.py 2022-04-04 11:38:23.164 | M tempest/api/compute/flavors/test_flavors.py 2022-04-04 11:38:23.164 | M tempest/api/compute/flavors/test_flavors_negative.py 2022-04-04 11:38:23.164 | M tempest/api/compute/floating_ips/__init__.py 2022-04-04 11:38:23.164 | M tempest/api/compute/floating_ips/base.py 2022-04-04 11:38:23.164 | M tempest/api/compute/floating_ips/test_floating_ips_actions.py 2022-04-04 11:38:23.164 | M tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py 2022-04-04 11:38:23.164 | M tempest/api/compute/floating_ips/test_list_floating_ips.py 2022-04-04 11:38:23.165 | M tempest/api/compute/floating_ips/test_list_floating_ips_negative.py 2022-04-04 11:38:23.165 | M tempest/api/compute/images/__init__.py 2022-04-04 11:38:23.165 | M tempest/api/compute/images/test_image_metadata.py 2022-04-04 11:38:23.165 | M tempest/api/compute/images/test_image_metadata_negative.py 2022-04-04 11:38:23.165 | M tempest/api/compute/images/test_images.py 2022-04-04 11:38:23.165 | M tempest/api/compute/images/test_images_negative.py 2022-04-04 11:38:23.165 | M tempest/api/compute/images/test_images_oneserver.py 2022-04-04 11:38:23.165 | M tempest/api/compute/images/test_images_oneserver_negative.py 2022-04-04 11:38:23.165 | M tempest/api/compute/images/test_list_image_filters.py 2022-04-04 11:38:23.165 | M tempest/api/compute/images/test_list_image_filters_negative.py 2022-04-04 11:38:23.165 | M tempest/api/compute/images/test_list_images.py 2022-04-04 11:38:23.165 | M tempest/api/compute/keypairs/__init__.py 2022-04-04 11:38:23.165 | M tempest/api/compute/keypairs/base.py 2022-04-04 11:38:23.165 | M tempest/api/compute/keypairs/test_keypairs.py 2022-04-04 11:38:23.165 | M tempest/api/compute/keypairs/test_keypairs_negative.py 2022-04-04 11:38:23.165 | M tempest/api/compute/keypairs/test_keypairs_v22.py 2022-04-04 11:38:23.165 | M tempest/api/compute/limits/__init__.py 2022-04-04 11:38:23.165 | M tempest/api/compute/limits/test_absolute_limits.py 2022-04-04 11:38:23.165 | M tempest/api/compute/limits/test_absolute_limits_negative.py 2022-04-04 11:38:23.165 | M tempest/api/compute/security_groups/__init__.py 2022-04-04 11:38:23.165 | M tempest/api/compute/security_groups/base.py 2022-04-04 11:38:23.165 | M tempest/api/compute/security_groups/test_security_group_rules.py 2022-04-04 11:38:23.165 | M tempest/api/compute/security_groups/test_security_group_rules_negative.py 2022-04-04 11:38:23.165 | M tempest/api/compute/security_groups/test_security_groups.py 2022-04-04 11:38:23.165 | M tempest/api/compute/security_groups/test_security_groups_negative.py 2022-04-04 11:38:23.165 | M tempest/api/compute/servers/__init__.py 2022-04-04 11:38:23.165 | M tempest/api/compute/servers/test_attach_interfaces.py 2022-04-04 11:38:23.165 | M tempest/api/compute/servers/test_availability_zone.py 2022-04-04 11:38:23.165 | M tempest/api/compute/servers/test_create_server.py 2022-04-04 11:38:23.165 | M tempest/api/compute/servers/test_create_server_multi_nic.py 2022-04-04 11:38:23.165 | M tempest/api/compute/servers/test_delete_server.py 2022-04-04 11:38:23.165 | M tempest/api/compute/servers/test_device_tagging.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_disk_config.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_instance_actions.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_instance_actions_negative.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_list_server_filters.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_list_servers_negative.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_multiple_create.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_multiple_create_negative.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_novnc.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_server_actions.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_server_addresses.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_server_addresses_negative.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_server_group.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_server_metadata.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_server_metadata_negative.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_server_password.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_server_personality.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_server_rescue.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_server_rescue_negative.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_server_tags.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_servers.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_servers_microversions.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_servers_negative.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_virtual_interfaces.py 2022-04-04 11:38:23.166 | M tempest/api/compute/servers/test_virtual_interfaces_negative.py 2022-04-04 11:38:23.166 | M tempest/api/compute/test_extensions.py 2022-04-04 11:38:23.166 | M tempest/api/compute/test_networks.py 2022-04-04 11:38:23.166 | M tempest/api/compute/test_quotas.py 2022-04-04 11:38:23.166 | M tempest/api/compute/test_tenant_networks.py 2022-04-04 11:38:23.166 | M tempest/api/compute/test_versions.py 2022-04-04 11:38:23.166 | M tempest/api/compute/volumes/__init__.py 2022-04-04 11:38:23.166 | M tempest/api/compute/volumes/test_attach_volume.py 2022-04-04 11:38:23.167 | M tempest/api/compute/volumes/test_attach_volume_negative.py 2022-04-04 11:38:23.167 | M tempest/api/compute/volumes/test_volume_snapshots.py 2022-04-04 11:38:23.167 | M tempest/api/compute/volumes/test_volumes_get.py 2022-04-04 11:38:23.167 | M tempest/api/compute/volumes/test_volumes_list.py 2022-04-04 11:38:23.167 | M tempest/api/compute/volumes/test_volumes_negative.py 2022-04-04 11:38:23.167 | M tempest/api/identity/__init__.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/__init__.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v2/__init__.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v2/test_endpoints.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v2/test_roles.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v2/test_roles_negative.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v2/test_services.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v2/test_tenant_negative.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v2/test_tenants.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v2/test_tokens.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v2/test_tokens_negative.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v2/test_users.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v2/test_users_negative.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v3/__init__.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v3/test_application_credentials.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v3/test_credentials.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v3/test_default_project_id.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v3/test_domain_configuration.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v3/test_domains.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v3/test_domains_negative.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v3/test_endpoint_groups.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v3/test_endpoints.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v3/test_endpoints_negative.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v3/test_groups.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v3/test_inherits.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v3/test_list_projects.py 2022-04-04 11:38:23.167 | M tempest/api/identity/admin/v3/test_list_users.py 2022-04-04 11:38:23.168 | M tempest/api/identity/admin/v3/test_oauth_consumers.py 2022-04-04 11:38:23.168 | M tempest/api/identity/admin/v3/test_policies.py 2022-04-04 11:38:23.168 | M tempest/api/identity/admin/v3/test_project_tags.py 2022-04-04 11:38:23.168 | M tempest/api/identity/admin/v3/test_projects.py 2022-04-04 11:38:23.168 | M tempest/api/identity/admin/v3/test_projects_negative.py 2022-04-04 11:38:23.168 | M tempest/api/identity/admin/v3/test_regions.py 2022-04-04 11:38:23.168 | M tempest/api/identity/admin/v3/test_roles.py 2022-04-04 11:38:23.168 | M tempest/api/identity/admin/v3/test_services.py 2022-04-04 11:38:23.168 | M tempest/api/identity/admin/v3/test_tokens.py 2022-04-04 11:38:23.168 | M tempest/api/identity/admin/v3/test_trusts.py 2022-04-04 11:38:23.168 | M tempest/api/identity/admin/v3/test_users.py 2022-04-04 11:38:23.168 | M tempest/api/identity/admin/v3/test_users_negative.py 2022-04-04 11:38:23.168 | M tempest/api/identity/base.py 2022-04-04 11:38:23.168 | M tempest/api/identity/v2/__init__.py 2022-04-04 11:38:23.168 | M tempest/api/identity/v2/test_api_discovery.py 2022-04-04 11:38:23.168 | M tempest/api/identity/v2/test_ec2_credentials.py 2022-04-04 11:38:23.168 | M tempest/api/identity/v2/test_extension.py 2022-04-04 11:38:23.168 | M tempest/api/identity/v2/test_tenants.py 2022-04-04 11:38:23.168 | M tempest/api/identity/v2/test_tokens.py 2022-04-04 11:38:23.168 | M tempest/api/identity/v2/test_users.py 2022-04-04 11:38:23.168 | M tempest/api/identity/v3/__init__.py 2022-04-04 11:38:23.168 | M tempest/api/identity/v3/test_access_rules.py 2022-04-04 11:38:23.168 | M tempest/api/identity/v3/test_api_discovery.py 2022-04-04 11:38:23.168 | M tempest/api/identity/v3/test_application_credentials.py 2022-04-04 11:38:23.168 | M tempest/api/identity/v3/test_catalog.py 2022-04-04 11:38:23.168 | M tempest/api/identity/v3/test_domains.py 2022-04-04 11:38:23.168 | M tempest/api/identity/v3/test_ec2_credentials.py 2022-04-04 11:38:23.168 | M tempest/api/identity/v3/test_projects.py 2022-04-04 11:38:23.168 | M tempest/api/identity/v3/test_tokens.py 2022-04-04 11:38:23.168 | M tempest/api/identity/v3/test_users.py 2022-04-04 11:38:23.168 | M tempest/api/image/__init__.py 2022-04-04 11:38:23.168 | M tempest/api/image/base.py 2022-04-04 11:38:23.168 | M tempest/api/image/v1/__init__.py 2022-04-04 11:38:23.168 | M tempest/api/image/v1/test_image_members.py 2022-04-04 11:38:23.169 | M tempest/api/image/v1/test_image_members_negative.py 2022-04-04 11:38:23.169 | M tempest/api/image/v1/test_images.py 2022-04-04 11:38:23.169 | M tempest/api/image/v1/test_images_negative.py 2022-04-04 11:38:23.169 | M tempest/api/image/v2/__init__.py 2022-04-04 11:38:23.169 | M tempest/api/image/v2/admin/__init__.py 2022-04-04 11:38:23.169 | M tempest/api/image/v2/admin/test_images.py 2022-04-04 11:38:23.169 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_objects.py 2022-04-04 11:38:23.169 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_properties.py 2022-04-04 11:38:23.169 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_tags.py 2022-04-04 11:38:23.169 | M tempest/api/image/v2/admin/test_images_metadefs_namespaces.py 2022-04-04 11:38:23.169 | M tempest/api/image/v2/admin/test_images_metadefs_resource_types.py 2022-04-04 11:38:23.169 | M tempest/api/image/v2/test_images.py 2022-04-04 11:38:23.169 | M tempest/api/image/v2/test_images_member.py 2022-04-04 11:38:23.169 | M tempest/api/image/v2/test_images_member_negative.py 2022-04-04 11:38:23.169 | M tempest/api/image/v2/test_images_metadefs_schema.py 2022-04-04 11:38:23.169 | M tempest/api/image/v2/test_images_negative.py 2022-04-04 11:38:23.169 | M tempest/api/image/v2/test_images_tags.py 2022-04-04 11:38:23.169 | M tempest/api/image/v2/test_images_tags_negative.py 2022-04-04 11:38:23.169 | M tempest/api/image/v2/test_versions.py 2022-04-04 11:38:23.169 | M tempest/api/network/__init__.py 2022-04-04 11:38:23.169 | M tempest/api/network/admin/__init__.py 2022-04-04 11:38:23.169 | M tempest/api/network/admin/test_dhcp_agent_scheduler.py 2022-04-04 11:38:23.169 | M tempest/api/network/admin/test_external_network_extension.py 2022-04-04 11:38:23.169 | M tempest/api/network/admin/test_external_networks_negative.py 2022-04-04 11:38:23.169 | M tempest/api/network/admin/test_floating_ips_admin_actions.py 2022-04-04 11:38:23.169 | M tempest/api/network/admin/test_metering_extensions.py 2022-04-04 11:38:23.169 | M tempest/api/network/admin/test_negative_quotas.py 2022-04-04 11:38:23.169 | M tempest/api/network/admin/test_ports.py 2022-04-04 11:38:23.169 | M tempest/api/network/admin/test_quotas.py 2022-04-04 11:38:23.169 | M tempest/api/network/admin/test_routers.py 2022-04-04 11:38:23.169 | M tempest/api/network/admin/test_routers_dvr.py 2022-04-04 11:38:23.169 | M tempest/api/network/admin/test_routers_negative.py 2022-04-04 11:38:23.169 | M tempest/api/network/base.py 2022-04-04 11:38:23.169 | M tempest/api/network/base_security_groups.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_agent_management_negative.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_allowed_address_pair.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_dhcp_ipv6.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_extensions.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_extra_dhcp_options.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_floating_ips.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_floating_ips_negative.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_networks.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_networks_negative.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_ports.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_routers.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_routers_negative.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_security_groups.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_security_groups_negative.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_service_providers.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_subnetpools_extensions.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_tags.py 2022-04-04 11:38:23.170 | M tempest/api/network/test_versions.py 2022-04-04 11:38:23.170 | M tempest/api/object_storage/__init__.py 2022-04-04 11:38:23.170 | M tempest/api/object_storage/base.py 2022-04-04 11:38:23.170 | M tempest/api/object_storage/test_account_bulk.py 2022-04-04 11:38:23.170 | M tempest/api/object_storage/test_account_quotas.py 2022-04-04 11:38:23.170 | M tempest/api/object_storage/test_account_quotas_negative.py 2022-04-04 11:38:23.170 | M tempest/api/object_storage/test_account_services.py 2022-04-04 11:38:23.170 | M tempest/api/object_storage/test_account_services_negative.py 2022-04-04 11:38:23.170 | M tempest/api/object_storage/test_container_acl.py 2022-04-04 11:38:23.170 | M tempest/api/object_storage/test_container_acl_negative.py 2022-04-04 11:38:23.170 | M tempest/api/object_storage/test_container_quotas.py 2022-04-04 11:38:23.170 | M tempest/api/object_storage/test_container_services.py 2022-04-04 11:38:23.170 | M tempest/api/object_storage/test_container_services_negative.py 2022-04-04 11:38:23.170 | M tempest/api/object_storage/test_container_staticweb.py 2022-04-04 11:38:23.170 | M tempest/api/object_storage/test_container_sync.py 2022-04-04 11:38:23.170 | M tempest/api/object_storage/test_container_sync_middleware.py 2022-04-04 11:38:23.171 | M tempest/api/object_storage/test_crossdomain.py 2022-04-04 11:38:23.171 | M tempest/api/object_storage/test_healthcheck.py 2022-04-04 11:38:23.171 | M tempest/api/object_storage/test_object_expiry.py 2022-04-04 11:38:23.171 | M tempest/api/object_storage/test_object_formpost.py 2022-04-04 11:38:23.171 | M tempest/api/object_storage/test_object_formpost_negative.py 2022-04-04 11:38:23.171 | M tempest/api/object_storage/test_object_services.py 2022-04-04 11:38:23.171 | M tempest/api/object_storage/test_object_slo.py 2022-04-04 11:38:23.171 | M tempest/api/object_storage/test_object_temp_url.py 2022-04-04 11:38:23.171 | M tempest/api/object_storage/test_object_temp_url_negative.py 2022-04-04 11:38:23.171 | M tempest/api/object_storage/test_object_version.py 2022-04-04 11:38:23.171 | M tempest/api/volume/__init__.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/__init__.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_backends_capabilities.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_encrypted_volumes_extend.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_group_snapshots.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_group_type_specs.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_group_types.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_groups.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_multi_backend.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_qos.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_snapshot_manage.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_snapshots_actions.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_user_messages.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_volume_hosts.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_volume_manage.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_volume_pools.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_volume_quota_classes.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_volume_quotas.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_volume_quotas_negative.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_volume_retype.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_volume_services.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_volume_services_negative.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py 2022-04-04 11:38:23.171 | M tempest/api/volume/admin/test_volume_type_access.py 2022-04-04 11:38:23.172 | M tempest/api/volume/admin/test_volume_types.py 2022-04-04 11:38:23.172 | M tempest/api/volume/admin/test_volume_types_extra_specs.py 2022-04-04 11:38:23.172 | M tempest/api/volume/admin/test_volume_types_extra_specs_negative.py 2022-04-04 11:38:23.172 | M tempest/api/volume/admin/test_volume_types_negative.py 2022-04-04 11:38:23.172 | M tempest/api/volume/admin/test_volumes_actions.py 2022-04-04 11:38:23.172 | M tempest/api/volume/admin/test_volumes_backup.py 2022-04-04 11:38:23.172 | M tempest/api/volume/admin/test_volumes_list.py 2022-04-04 11:38:23.172 | M tempest/api/volume/api_microversion_fixture.py 2022-04-04 11:38:23.172 | M tempest/api/volume/base.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_availability_zone.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_extensions.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_image_metadata.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_snapshot_metadata.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_versions.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_volume_absolute_limits.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_volume_delete_cascade.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_volume_metadata.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_volume_transfers.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_volumes_actions.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_volumes_backup.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_volumes_clone.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_volumes_clone_negative.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_volumes_extend.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_volumes_get.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_volumes_list.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_volumes_negative.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_volumes_snapshots.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_volumes_snapshots_list.py 2022-04-04 11:38:23.172 | M tempest/api/volume/test_volumes_snapshots_negative.py 2022-04-04 11:38:23.172 | M tempest/clients.py 2022-04-04 11:38:23.172 | M tempest/cmd/__init__.py 2022-04-04 11:38:23.172 | M tempest/cmd/cleanup.py 2022-04-04 11:38:23.172 | M tempest/cmd/cleanup_service.py 2022-04-04 11:38:23.172 | M tempest/cmd/config-generator.tempest.conf 2022-04-04 11:38:23.173 | M tempest/cmd/init.py 2022-04-04 11:38:23.173 | M tempest/cmd/list_plugins.py 2022-04-04 11:38:23.173 | M tempest/cmd/main.py 2022-04-04 11:38:23.173 | M tempest/cmd/run.py 2022-04-04 11:38:23.173 | M tempest/cmd/subunit_describe_calls.py 2022-04-04 11:38:23.173 | M tempest/cmd/verify_tempest_config.py 2022-04-04 11:38:23.173 | M tempest/cmd/workspace.py 2022-04-04 11:38:23.173 | M tempest/common/__init__.py 2022-04-04 11:38:23.173 | M tempest/common/compute.py 2022-04-04 11:38:23.173 | M tempest/common/credentials_factory.py 2022-04-04 11:38:23.173 | M tempest/common/custom_matchers.py 2022-04-04 11:38:23.173 | M tempest/common/identity.py 2022-04-04 11:38:23.173 | M tempest/common/image.py 2022-04-04 11:38:23.173 | M tempest/common/tempest_fixtures.py 2022-04-04 11:38:23.173 | M tempest/common/utils/__init__.py 2022-04-04 11:38:23.173 | M tempest/common/utils/linux/__init__.py 2022-04-04 11:38:23.173 | M tempest/common/utils/linux/remote_client.py 2022-04-04 11:38:23.173 | M tempest/common/utils/net_info.py 2022-04-04 11:38:23.173 | M tempest/common/utils/net_utils.py 2022-04-04 11:38:23.173 | M tempest/common/waiters.py 2022-04-04 11:38:23.173 | M tempest/config.py 2022-04-04 11:38:23.173 | M tempest/hacking/__init__.py 2022-04-04 11:38:23.173 | M tempest/hacking/checks.py 2022-04-04 11:38:23.173 | M tempest/lib/__init__.py 2022-04-04 11:38:23.173 | M tempest/lib/api_schema/__init__.py 2022-04-04 11:38:23.173 | M tempest/lib/api_schema/response/__init__.py 2022-04-04 11:38:23.173 | M tempest/lib/api_schema/response/compute/__init__.py 2022-04-04 11:38:23.173 | M tempest/lib/api_schema/response/compute/v2_1/__init__.py 2022-04-04 11:38:23.173 | M tempest/lib/api_schema/response/compute/v2_1/agents.py 2022-04-04 11:38:23.173 | M tempest/lib/api_schema/response/compute/v2_1/aggregates.py 2022-04-04 11:38:23.173 | M tempest/lib/api_schema/response/compute/v2_1/availability_zone.py 2022-04-04 11:38:23.173 | M tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/certificates.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/extensions.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/flavors.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/flavors_access.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/floating_ips.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/hosts.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/hypervisors.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/images.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/interfaces.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/keypairs.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/limits.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/migrations.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/parameter_types.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/quota_classes.py 2022-04-04 11:38:23.174 | M tempest/lib/api_schema/response/compute/v2_1/quotas.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_1/security_groups.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_1/server_groups.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_1/servers.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_1/services.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_1/snapshots.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_1/versions.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_1/volumes.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_11/__init__.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_11/services.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_13/__init__.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_13/server_groups.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_16/__init__.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_16/servers.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_19/__init__.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_19/servers.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_2/__init__.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_2/keypairs.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_23/__init__.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_23/migrations.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_26/__init__.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_26/servers.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_28/__init__.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_28/hypervisors.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_3/__init__.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_3/servers.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_33/__init__.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_33/hypervisors.py 2022-04-04 11:38:23.175 | M tempest/lib/api_schema/response/compute/v2_36/__init__.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_36/limits.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_36/quotas.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_39/__init__.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_39/limits.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_41/__init__.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_41/aggregates.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_45/__init__.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_45/images.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_45/servers.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_47/__init__.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_47/servers.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_48/__init__.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_48/servers.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_50/__init__.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_50/quota_classes.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_51/__init__.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_51/servers.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_53/__init__.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_53/hypervisors.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_53/services.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_54/__init__.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_54/servers.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_55/__init__.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_55/flavors.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_57/__init__.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_57/limits.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_57/quota_classes.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_57/quotas.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_57/servers.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_58/__init__.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_58/servers.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_59/__init__.py 2022-04-04 11:38:23.176 | M tempest/lib/api_schema/response/compute/v2_59/migrations.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_6/__init__.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_6/servers.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_61/__init__.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_61/flavors.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_62/__init__.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_62/servers.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_63/__init__.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_63/servers.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_64/__init__.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_64/server_groups.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_70/__init__.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_70/interfaces.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_70/servers.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_71/__init__.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_71/servers.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_73/__init__.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_73/servers.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_75/__init__.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_75/servers.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_79/__init__.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_79/servers.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_8/__init__.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_8/servers.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_9/__init__.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/compute/v2_9/servers.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/volume/__init__.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/volume/backups.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/volume/capabilities.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/volume/extensions.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/volume/group_snapshots.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/volume/group_types.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/volume/groups.py 2022-04-04 11:38:23.177 | M tempest/lib/api_schema/response/volume/hosts.py 2022-04-04 11:38:23.178 | M tempest/lib/api_schema/response/volume/limits.py 2022-04-04 11:38:23.178 | M tempest/lib/api_schema/response/volume/manage_snapshot.py 2022-04-04 11:38:23.178 | M tempest/lib/api_schema/response/volume/manage_volume.py 2022-04-04 11:38:23.178 | M tempest/lib/api_schema/response/volume/messages.py 2022-04-04 11:38:23.178 | M tempest/lib/api_schema/response/volume/qos.py 2022-04-04 11:38:23.178 | M tempest/lib/api_schema/response/volume/quota_classes.py 2022-04-04 11:38:23.178 | M tempest/lib/api_schema/response/volume/quotas.py 2022-04-04 11:38:23.178 | M tempest/lib/api_schema/response/volume/scheduler_stats.py 2022-04-04 11:38:23.178 | M tempest/lib/api_schema/response/volume/services.py 2022-04-04 11:38:23.178 | M tempest/lib/api_schema/response/volume/snapshots.py 2022-04-04 11:38:23.178 | M tempest/lib/api_schema/response/volume/transfers.py 2022-04-04 11:38:23.178 | M tempest/lib/api_schema/response/volume/v3_7/__init__.py 2022-04-04 11:38:23.178 | M tempest/lib/api_schema/response/volume/v3_7/services.py 2022-04-04 11:38:23.178 | M tempest/lib/api_schema/response/volume/volume_types.py 2022-04-04 11:38:23.178 | M tempest/lib/api_schema/response/volume/volumes.py 2022-04-04 11:38:23.178 | M tempest/lib/auth.py 2022-04-04 11:38:23.178 | M tempest/lib/base.py 2022-04-04 11:38:23.178 | M tempest/lib/cli/__init__.py 2022-04-04 11:38:23.178 | M tempest/lib/cli/base.py 2022-04-04 11:38:23.178 | M tempest/lib/cli/output_parser.py 2022-04-04 11:38:23.178 | M tempest/lib/cmd/__init__.py 2022-04-04 11:38:23.178 | M tempest/lib/common/__init__.py 2022-04-04 11:38:23.178 | M tempest/lib/common/api_microversion_fixture.py 2022-04-04 11:38:23.178 | M tempest/lib/common/api_version_request.py 2022-04-04 11:38:23.178 | M tempest/lib/common/api_version_utils.py 2022-04-04 11:38:23.178 | M tempest/lib/common/cred_client.py 2022-04-04 11:38:23.178 | M tempest/lib/common/cred_provider.py 2022-04-04 11:38:23.178 | M tempest/lib/common/dynamic_creds.py 2022-04-04 11:38:23.178 | M tempest/lib/common/fixed_network.py 2022-04-04 11:38:23.178 | M tempest/lib/common/http.py 2022-04-04 11:38:23.178 | M tempest/lib/common/jsonschema_validator.py 2022-04-04 11:38:23.178 | M tempest/lib/common/preprov_creds.py 2022-04-04 11:38:23.178 | M tempest/lib/common/profiler.py 2022-04-04 11:38:23.178 | M tempest/lib/common/rest_client.py 2022-04-04 11:38:23.179 | M tempest/lib/common/ssh.py 2022-04-04 11:38:23.179 | M tempest/lib/common/thread.py 2022-04-04 11:38:23.179 | M tempest/lib/common/utils/__init__.py 2022-04-04 11:38:23.179 | M tempest/lib/common/utils/data_utils.py 2022-04-04 11:38:23.179 | M tempest/lib/common/utils/linux/__init__.py 2022-04-04 11:38:23.179 | M tempest/lib/common/utils/linux/remote_client.py 2022-04-04 11:38:23.179 | M tempest/lib/common/utils/misc.py 2022-04-04 11:38:23.179 | M tempest/lib/common/utils/test_utils.py 2022-04-04 11:38:23.179 | M tempest/lib/common/validation_resources.py 2022-04-04 11:38:23.179 | M tempest/lib/decorators.py 2022-04-04 11:38:23.179 | M tempest/lib/exceptions.py 2022-04-04 11:38:23.179 | M tempest/lib/services/__init__.py 2022-04-04 11:38:23.179 | M tempest/lib/services/clients.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/__init__.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/agents_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/aggregates_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/assisted_volume_snapshots_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/availability_zone_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/baremetal_nodes_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/base_compute_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/certificates_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/extensions_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/fixed_ips_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/flavors_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/floating_ip_pools_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/floating_ips_bulk_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/floating_ips_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/hosts_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/hypervisor_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/images_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/instance_usage_audit_log_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/interfaces_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/keypairs_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/limits_client.py 2022-04-04 11:38:23.179 | M tempest/lib/services/compute/migrations_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/compute/networks_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/compute/quota_classes_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/compute/quotas_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/compute/security_group_default_rules_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/compute/security_group_rules_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/compute/security_groups_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/compute/server_groups_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/compute/servers_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/compute/services_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/compute/snapshots_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/compute/tenant_networks_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/compute/tenant_usages_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/compute/versions_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/compute/volumes_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/__init__.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v2/__init__.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v2/endpoints_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v2/identity_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v2/roles_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v2/services_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v2/tenants_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v2/token_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v2/users_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v3/__init__.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v3/access_rules_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v3/application_credentials_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v3/catalog_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v3/credentials_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v3/domain_configuration_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v3/domains_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v3/endpoint_filter_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v3/endpoint_groups_client.py 2022-04-04 11:38:23.180 | M tempest/lib/services/identity/v3/endpoints_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/groups_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/identity_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/identity_providers_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/inherited_roles_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/limits_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/mappings_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/oauth_consumers_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/oauth_token_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/policies_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/project_tags_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/projects_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/protocols_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/regions_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/role_assignments_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/roles_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/service_providers_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/services_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/token_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/trusts_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/users_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/identity/v3/versions_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/image/__init__.py 2022-04-04 11:38:23.181 | M tempest/lib/services/image/v1/__init__.py 2022-04-04 11:38:23.181 | M tempest/lib/services/image/v1/image_members_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/image/v1/images_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/image/v2/__init__.py 2022-04-04 11:38:23.181 | M tempest/lib/services/image/v2/image_members_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/image/v2/images_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/image/v2/namespace_objects_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/image/v2/namespace_properties_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/image/v2/namespace_tags_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/image/v2/namespaces_client.py 2022-04-04 11:38:23.181 | M tempest/lib/services/image/v2/resource_types_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/image/v2/schemas_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/image/v2/versions_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/__init__.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/agents_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/base.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/extensions_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/floating_ips_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/floating_ips_port_forwarding_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/log_resource_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/loggable_resource_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/metering_label_rules_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/metering_labels_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/networks_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/ports_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/qos_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/qos_limit_bandwidth_rules_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/qos_minimum_packet_rate_rules_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/quotas_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/routers_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/security_group_rules_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/security_groups_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/segments_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/service_providers_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/subnetpools_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/subnets_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/tags_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/trunks_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/network/versions_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/object_storage/__init__.py 2022-04-04 11:38:23.182 | M tempest/lib/services/object_storage/account_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/object_storage/bulk_middleware_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/object_storage/capabilities_client.py 2022-04-04 11:38:23.182 | M tempest/lib/services/object_storage/container_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/object_storage/object_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/placement/__init__.py 2022-04-04 11:38:23.183 | M tempest/lib/services/placement/base_placement_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/placement/placement_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/placement/resource_providers_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/__init__.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/base_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/__init__.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/availability_zone_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/backups_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/capabilities_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/encryption_types_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/extensions_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/hosts_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/limits_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/qos_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/quota_classes_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/quotas_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/scheduler_stats_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/services_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/snapshot_manage_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/snapshots_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/transfers_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/types_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/volume_manage_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v2/volumes_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v3/__init__.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v3/attachments_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v3/availability_zone_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v3/backups_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v3/base_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v3/capabilities_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v3/encryption_types_client.py 2022-04-04 11:38:23.183 | M tempest/lib/services/volume/v3/extensions_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/group_snapshots_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/group_types_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/groups_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/hosts_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/limits_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/messages_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/qos_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/quota_classes_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/quotas_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/scheduler_stats_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/services_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/snapshot_manage_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/snapshots_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/transfers_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/types_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/versions_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/volume_manage_client.py 2022-04-04 11:38:23.184 | M tempest/lib/services/volume/v3/volumes_client.py 2022-04-04 11:38:23.184 | M tempest/scenario/README.rst 2022-04-04 11:38:23.184 | M tempest/scenario/__init__.py 2022-04-04 11:38:23.184 | M tempest/scenario/manager.py 2022-04-04 11:38:23.184 | M tempest/scenario/test_aggregates_basic_ops.py 2022-04-04 11:38:23.184 | M tempest/scenario/test_compute_unified_limits.py 2022-04-04 11:38:23.184 | M tempest/scenario/test_dashboard_basic_ops.py 2022-04-04 11:38:23.184 | M tempest/scenario/test_encrypted_cinder_volumes.py 2022-04-04 11:38:23.184 | M tempest/scenario/test_minimum_basic.py 2022-04-04 11:38:23.184 | M tempest/scenario/test_network_advanced_server_ops.py 2022-04-04 11:38:23.184 | M tempest/scenario/test_network_basic_ops.py 2022-04-04 11:38:23.184 | M tempest/scenario/test_network_qos_placement.py 2022-04-04 11:38:23.184 | M tempest/scenario/test_network_v6.py 2022-04-04 11:38:23.184 | M tempest/scenario/test_object_storage_basic_ops.py 2022-04-04 11:38:23.184 | M tempest/scenario/test_security_groups_basic_ops.py 2022-04-04 11:38:23.184 | M tempest/scenario/test_server_advanced_ops.py 2022-04-04 11:38:23.185 | M tempest/scenario/test_server_basic_ops.py 2022-04-04 11:38:23.185 | M tempest/scenario/test_server_multinode.py 2022-04-04 11:38:23.185 | M tempest/scenario/test_shelve_instance.py 2022-04-04 11:38:23.185 | M tempest/scenario/test_snapshot_pattern.py 2022-04-04 11:38:23.185 | M tempest/scenario/test_stamp_pattern.py 2022-04-04 11:38:23.185 | M tempest/scenario/test_unified_limits.py 2022-04-04 11:38:23.185 | M tempest/scenario/test_volume_backup_restore.py 2022-04-04 11:38:23.185 | M tempest/scenario/test_volume_boot_pattern.py 2022-04-04 11:38:23.185 | M tempest/scenario/test_volume_migrate_attached.py 2022-04-04 11:38:23.185 | M tempest/services/__init__.py 2022-04-04 11:38:23.185 | M tempest/services/orchestration/__init__.py 2022-04-04 11:38:23.185 | M tempest/services/orchestration/json/__init__.py 2022-04-04 11:38:23.185 | M tempest/services/orchestration/json/orchestration_client.py 2022-04-04 11:38:23.185 | M tempest/test.py 2022-04-04 11:38:23.185 | M tempest/test_discover/__init__.py 2022-04-04 11:38:23.185 | M tempest/test_discover/plugins.py 2022-04-04 11:38:23.185 | M tempest/test_discover/test_discover.py 2022-04-04 11:38:23.185 | M tempest/tests/README.rst 2022-04-04 11:38:23.185 | M tempest/tests/__init__.py 2022-04-04 11:38:23.185 | M tempest/tests/api/__init__.py 2022-04-04 11:38:23.185 | M tempest/tests/api/compute/__init__.py 2022-04-04 11:38:23.185 | M tempest/tests/api/compute/test_base.py 2022-04-04 11:38:23.185 | M tempest/tests/base.py 2022-04-04 11:38:23.185 | M tempest/tests/cmd/__init__.py 2022-04-04 11:38:23.185 | M tempest/tests/cmd/subunit_describe_calls_data/calls.subunit 2022-04-04 11:38:23.185 | M tempest/tests/cmd/subunit_describe_calls_data/calls_subunit_expected.json 2022-04-04 11:38:23.185 | M tempest/tests/cmd/test_account_generator.py 2022-04-04 11:38:23.185 | M tempest/tests/cmd/test_cleanup.py 2022-04-04 11:38:23.185 | M tempest/tests/cmd/test_cleanup_services.py 2022-04-04 11:38:23.185 | M tempest/tests/cmd/test_list_plugins.py 2022-04-04 11:38:23.185 | M tempest/tests/cmd/test_run.py 2022-04-04 11:38:23.185 | M tempest/tests/cmd/test_saved_state_json.json 2022-04-04 11:38:23.185 | M tempest/tests/cmd/test_subunit_describe_calls.py 2022-04-04 11:38:23.185 | M tempest/tests/cmd/test_tempest_init.py 2022-04-04 11:38:23.186 | M tempest/tests/cmd/test_verify_tempest_config.py 2022-04-04 11:38:23.186 | M tempest/tests/cmd/test_workspace.py 2022-04-04 11:38:23.186 | M tempest/tests/common/__init__.py 2022-04-04 11:38:23.186 | M tempest/tests/common/test_admin_available.py 2022-04-04 11:38:23.186 | M tempest/tests/common/test_alt_available.py 2022-04-04 11:38:23.186 | M tempest/tests/common/test_compute.py 2022-04-04 11:38:23.186 | M tempest/tests/common/test_credentials_factory.py 2022-04-04 11:38:23.186 | M tempest/tests/common/test_custom_matchers.py 2022-04-04 11:38:23.186 | M tempest/tests/common/test_image.py 2022-04-04 11:38:23.186 | M tempest/tests/common/utils/__init__.py 2022-04-04 11:38:23.186 | M tempest/tests/common/utils/linux/__init__.py 2022-04-04 11:38:23.186 | M tempest/tests/common/utils/linux/test_remote_client.py 2022-04-04 11:38:23.186 | M tempest/tests/common/utils/test_net_utils.py 2022-04-04 11:38:23.186 | M tempest/tests/fake_config.py 2022-04-04 11:38:23.186 | M tempest/tests/fake_tempest_plugin.py 2022-04-04 11:38:23.186 | M tempest/tests/files/__init__.py 2022-04-04 11:38:23.186 | M tempest/tests/files/failing-tests 2022-04-04 11:38:23.186 | M tempest/tests/files/passing-tests 2022-04-04 11:38:23.186 | M tempest/tests/files/setup.cfg 2022-04-04 11:38:23.186 | M tempest/tests/files/testr-conf 2022-04-04 11:38:23.186 | M tempest/tests/lib/__init__.py 2022-04-04 11:38:23.186 | M tempest/tests/lib/cli/__init__.py 2022-04-04 11:38:23.186 | M tempest/tests/lib/cli/test_command_failed.py 2022-04-04 11:38:23.186 | M tempest/tests/lib/cli/test_execute.py 2022-04-04 11:38:23.186 | M tempest/tests/lib/cli/test_output_parser.py 2022-04-04 11:38:23.186 | M tempest/tests/lib/cmd/__init__.py 2022-04-04 11:38:23.186 | M tempest/tests/lib/cmd/test_check_uuid.py 2022-04-04 11:38:23.186 | M tempest/tests/lib/common/__init__.py 2022-04-04 11:38:23.186 | M tempest/tests/lib/common/test_api_version_request.py 2022-04-04 11:38:23.186 | M tempest/tests/lib/common/test_api_version_utils.py 2022-04-04 11:38:23.186 | M tempest/tests/lib/common/test_cred_client.py 2022-04-04 11:38:23.186 | M tempest/tests/lib/common/test_dynamic_creds.py 2022-04-04 11:38:23.186 | M tempest/tests/lib/common/test_http.py 2022-04-04 11:38:23.186 | M tempest/tests/lib/common/test_jsonschema_validator.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/common/test_preprov_creds.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/common/test_profiler.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/common/test_rest_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/common/test_validation_resources.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/common/utils/__init__.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/common/utils/linux/__init__.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/common/utils/linux/test_remote_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/common/utils/test_data_utils.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/common/utils/test_misc.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/common/utils/test_test_utils.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/fake_auth_provider.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/fake_credentials.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/fake_http.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/fake_identity.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/__init__.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/base.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/__init__.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/test_agents_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/test_aggregates_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/test_assisted_volume_snapshots_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/test_availability_zone_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/test_baremetal_nodes_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/test_base_compute_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/test_certificates_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/test_extensions_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/test_fixedIPs_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/test_flavors_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/test_floating_ip_pools_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/test_floating_ips_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/test_hosts_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/test_hypervisor_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/test_images_client.py 2022-04-04 11:38:23.187 | M tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_interfaces_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_keypairs_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_limits_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_migrations_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_networks_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_quota_classes_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_quotas_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_security_group_default_rules_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_security_group_rules_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_security_groups_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_server_groups_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_servers_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_services_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_snapshots_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_tenant_networks_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_tenant_usages_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_versions_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/compute/test_volumes_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/identity/__init__.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/identity/v2/__init__.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/identity/v2/test_endpoints_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/identity/v2/test_identity_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/identity/v2/test_roles_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/identity/v2/test_services_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/identity/v2/test_tenants_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/identity/v2/test_token_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/identity/v2/test_users_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/identity/v3/__init__.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/identity/v3/test_access_rules_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/identity/v3/test_application_credentials_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/identity/v3/test_catalog_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/identity/v3/test_credentials_client.py 2022-04-04 11:38:23.188 | M tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_domains_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_endpoints_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_groups_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_identity_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_identity_providers_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_limit_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_mappings_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_oauth_token_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_policies_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_project_tags_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_projects_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_protocols_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_regions_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_role_assignments_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_roles_client.py 2022-04-04 11:38:23.189 | M tempest/tests/lib/services/identity/v3/test_service_providers_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/identity/v3/test_services_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/identity/v3/test_token_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/identity/v3/test_trusts_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/identity/v3/test_users_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/identity/v3/test_versions_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/image/__init__.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/image/v1/__init__.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/image/v1/test_image_members_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/image/v2/__init__.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/image/v2/test_image_members_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/image/v2/test_images_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/image/v2/test_namespace_object_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/image/v2/test_namespace_properties_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/image/v2/test_namespace_tags_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/image/v2/test_namespaces_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/image/v2/test_resource_types_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/image/v2/test_schemas_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/image/v2/test_versions_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/network/__init__.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/network/test_agents_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/network/test_base_network_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/network/test_extensions_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/network/test_floating_ips_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/network/test_floating_ips_port_forwarding_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/network/test_log_resource_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/network/test_loggable_resource_client.py 2022-04-04 11:38:23.190 | M tempest/tests/lib/services/network/test_metering_label_rules_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_metering_labels_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_networks_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_ports_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_qos_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_qos_limit_bandwidth_rules_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_qos_minimum_packet_rate_rules_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_quotas_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_routers_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_security_group_rules_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_security_groups_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_segments_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_service_providers_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_subnetpools_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_subnets_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_tags_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_trunks_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/network/test_versions_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/object_storage/__init__.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/object_storage/test_capabilities_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/object_storage/test_object_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/placement/__init__.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/placement/test_placement_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/placemenSwitched to branch 'master' 2022-04-04 11:38:23.191 | t/test_resource_providers_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/registry_fixture.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/test_clients.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/volume/__init__.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/volume/v3/__init__.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/volume/v3/test_attachments_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/volume/v3/test_availability_zone_client.py 2022-04-04 11:38:23.191 | M tempest/tests/lib/services/volume/v3/test_backups_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_capabilities_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_encryption_types_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_extensions_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_group_types_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_groups_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_hosts_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_limits_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_quota_classes_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_quotas_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_services_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_snapshots_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_transfers_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_types_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_user_messages_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_versions_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_volume_manage_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/services/volume/v3/test_volumes_client.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/test_api_microversion_fixture.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/test_auth.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/test_base.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/test_credentials.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/test_decorators.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/test_ssh.py 2022-04-04 11:38:23.192 | M tempest/tests/lib/test_tempest_lib.py 2022-04-04 11:38:23.192 | M tempest/tests/test_base_test.py 2022-04-04 11:38:23.192 | M tempest/tests/test_config.py 2022-04-04 11:38:23.192 | M tempest/tests/test_decorators.py 2022-04-04 11:38:23.192 | M tempest/tests/test_hacking.py 2022-04-04 11:38:23.192 | M tempest/tests/test_imports.py 2022-04-04 11:38:23.192 | M tempest/tests/test_list_tests.py 2022-04-04 11:38:23.193 | M tempest/tests/test_microversions.py 2022-04-04 11:38:23.193 | M tempest/tests/test_tempest_plugin.py 2022-04-04 11:38:23.193 | M tempest/tests/test_test.py 2022-04-04 11:38:23.193 | M tempest/tests/utils.py 2022-04-04 11:38:23.193 | M tempest/version.py 2022-04-04 11:38:23.193 | M test-requirements.txt 2022-04-04 11:38:23.193 | M tools/generate-tempest-plugins-list.py 2022-04-04 11:38:23.193 | M tools/tempest-integrated-gate-compute-exclude-list.txt 2022-04-04 11:38:23.193 | M tools/tempest-integrated-gate-networking-exclude-list.txt 2022-04-04 11:38:23.193 | M tools/tempest-integrated-gate-object-storage-exclude-list.txt 2022-04-04 11:38:23.193 | M tools/tempest-integrated-gate-placement-exclude-list.txt 2022-04-04 11:38:23.193 | M tools/tempest-integrated-gate-storage-exclude-list.txt 2022-04-04 11:38:23.193 | M tools/tempest-plugin-sanity.sh 2022-04-04 11:38:23.193 | M tox.ini 2022-04-04 11:38:23.193 | M zuul.d/base.yaml 2022-04-04 11:38:23.193 | M zuul.d/integrated-gate.yaml 2022-04-04 11:38:23.193 | M zuul.d/project.yaml 2022-04-04 11:38:23.193 | M zuul.d/stable-jobs.yaml 2022-04-04 11:38:23.193 | M zuul.d/tempest-specific.yaml 2022-04-04 11:38:23.193 | Your branch is up to date with 'origin/master'. 2022-04-04 11:38:23.193 | ++ lib/tempest:install_tempest:744 : local tmp_u_c_m 2022-04-04 11:38:23.193 | +++ lib/tempest:install_tempest:745 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2022-04-04 11:38:23.193 | ++ lib/tempest:install_tempest:745 : tmp_u_c_m=/tmp/tempest_u_c_m.ZqmrRMrBup 2022-04-04 11:38:23.193 | ++ lib/tempest:install_tempest:746 : set_tempest_venv_constraints /tmp/tempest_u_c_m.ZqmrRMrBup 2022-04-04 11:38:23.193 | ++ lib/tempest:set_tempest_venv_constraints:115 : local tmp_c 2022-04-04 11:38:23.193 | ++ lib/tempest:set_tempest_venv_constraints:116 : tmp_c=/tmp/tempest_u_c_m.ZqmrRMrBup 2022-04-04 11:38:23.193 | ++ lib/tempest:set_tempest_venv_constraints:117 : [[ master == \m\a\s\t\e\r ]] 2022-04-04 11:38:23.193 | ++ lib/tempest:set_tempest_venv_constraints:118 : cd /opt/stack/requirements 2022-04-04 11:38:23.193 | ++ lib/tempest:set_tempest_venv_constraints:119 : git show master:upper-constraints.txt 2022-04-04 11:38:23.193 | ++ lib/tempest:install_tempest:748 : tox -r --notest -efull 2022-04-04 11:38:23.193 | full create: /opt/stack/tempest/.tox/tempest 2022-04-04 11:38:23.193 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2022-04-04 11:38:23.193 | full develop-inst: /opt/stack/tempest 2022-04-04 11:38:23.194 | full installed: attrs==21.4.0,autopage==0.5.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.12,cliff==3.10.1,cmd2==2.4.0,cryptography==36.0.1,debtcollector==2.5.0,extras==1.0.0,fasteners==0.17.3,fixtures==3.0.0,future==0.18.2,idna==3.3,iso8601==1.0.2,jsonschema==3.2.0,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.5.0,oslo.config==8.8.0,oslo.context==4.1.0,oslo.i18n==5.1.0,oslo.log==4.7.0,oslo.serialization==4.3.0,oslo.utils==4.12.2,packaging==21.3,paramiko==2.8.1,pbr==5.8.1,prettytable==3.1.1,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.7,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.27.1,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@0ed065a5b6b435f2039eadd30b1e92cbc7a26845#egg=tempest,testtools==2.5.0,urllib3==1.26.8,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3 2022-04-04 11:38:23.194 | ___________________________________ summary ____________________________________ 2022-04-04 11:38:23.194 | full: skipped tests 2022-04-04 11:38:23.194 | congratulations :) 2022-04-04 11:38:23.194 | ++ lib/tempest:install_tempest:752 : /opt/stack/tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.ZqmrRMrBup -r requirements.txt 2022-04-04 11:38:23.194 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:38:23.194 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 4)) (5.8.1) 2022-04-04 11:38:23.194 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 5)) (3.10.1) 2022-04-04 11:38:23.194 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 6)) (3.2.0) 2022-04-04 11:38:23.194 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 7)) (2.5.0) 2022-04-04 11:38:23.194 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 8)) (2.8.1) 2022-04-04 11:38:23.194 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 9)) (36.0.1) 2022-04-04 11:38:23.194 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 10)) (0.8.0) 2022-04-04 11:38:23.194 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 11)) (4.5.0) 2022-04-04 11:38:23.194 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 12)) (8.8.0) 2022-04-04 11:38:23.194 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 13)) (4.7.0) 2022-04-04 11:38:23.194 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 14)) (3.2.1) 2022-04-04 11:38:23.194 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 15)) (4.3.0) 2022-04-04 11:38:23.194 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 16)) (4.12.2) 2022-04-04 11:38:23.194 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 17)) (3.0.0) 2022-04-04 11:38:23.194 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 18)) (6.0) 2022-04-04 11:38:23.194 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 19)) (1.4.0) 2022-04-04 11:38:23.194 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 20)) (3.5.0) 2022-04-04 11:38:23.194 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 21)) (3.1.1) 2022-04-04 11:38:23.194 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 22)) (1.26.8) 2022-04-04 11:38:23.194 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 23)) (2.5.0) 2022-04-04 11:38:23.194 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.0) 2022-04-04 11:38:23.194 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (3.0.7) 2022-04-04 11:38:23.194 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.0) 2022-04-04 11:38:23.195 | Requirement already satisfied: six>=1.11.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (1.16.0) 2022-04-04 11:38:23.195 | Requirement already satisfied: pyrsistent>=0.14.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.1) 2022-04-04 11:38:23.195 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (60.9.3) 2022-04-04 11:38:23.195 | Requirement already satisfied: attrs>=17.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (21.4.0) 2022-04-04 11:38:23.195 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from testtools>=2.2.0->-r requirements.txt (line 7)) (1.0.0) 2022-04-04 11:38:23.195 | Requirement already satisfied: pynacl>=1.0.1 in ./.tox/tempest/lib/python3.8/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2022-04-04 11:38:23.195 | Requirement already satisfied: bcrypt>=3.1.3 in ./.tox/tempest/lib/python3.8/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (3.2.0) 2022-04-04 11:38:23.195 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.8/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.15.0) 2022-04-04 11:38:23.195 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (5.1.0) 2022-04-04 11:38:23.195 | Requirement already satisfied: fasteners>=0.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (0.17.3) 2022-04-04 11:38:23.195 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.27.1) 2022-04-04 11:38:23.195 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (1.5.0) 2022-04-04 11:38:23.195 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.8.2) 2022-04-04 11:38:23.195 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2022-04-04 11:38:23.195 | Requirement already satisfied: oslo.context>=2.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (4.1.0) 2022-04-04 11:38:23.195 | Requirement already satisfied: future in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.18.2) 2022-04-04 11:38:23.195 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.12.2) 2022-04-04 11:38:23.195 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.3) 2022-04-04 11:38:23.195 | Requirement already satisfied: pytz>=2013.6 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2021.3) 2022-04-04 11:38:23.195 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (1.0.2) 2022-04-04 11:38:23.195 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2022-04-04 11:38:23.195 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (21.3) 2022-04-04 11:38:23.195 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.8/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.5) 2022-04-04 11:38:23.195 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.13.3) 2022-04-04 11:38:23.195 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.8/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21) 2022-04-04 11:38:23.195 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.8/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2022-04-04 11:38:23.195 | Requirement already satisfied: charset-normalizer~=2.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.12) 2022-04-04 11:38:23.195 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2021.10.8) 2022-04-04 11:38:23.195 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3) 2022-04-04 11:38:23.196 | WARNING: You are using pip version 21.2.3; however, version 22.0.4 is available. 2022-04-04 11:38:23.196 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command. 2022-04-04 11:38:23.196 | ++ lib/tempest:install_tempest:753 : PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/tempest 2022-04-04 11:38:23.196 | ++ lib/tempest:install_tempest:754 : rm -f /tmp/tempest_u_c_m.ZqmrRMrBup 2022-04-04 11:38:23.196 | ++ lib/tempest:install_tempest:755 : popd 2022-04-04 11:38:23.196 | ~/devstack 2022-04-04 11:38:23.205 | [17761 Async install_tempest:77817]: finished install_tempest with result 0 in 50 seconds 2022-04-04 11:38:23.214 | ++ inc/async:async_wait:197 : return 0 2022-04-04 11:38:23.216 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2022-04-04 11:38:23.219 | ++ ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:38:23.222 | ++ ./stack.sh:echo_summary:432 : echo -e Initializing Tempest 2022-04-04 11:38:23.224 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2022-04-04 11:38:23.227 | ++ lib/tempest:configure_tempest:133 : [[ False == \T\r\u\e ]] 2022-04-04 11:38:23.229 | ++ lib/tempest:configure_tempest:137 : pip_install_gr testrepository 2022-04-04 11:38:23.231 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2022-04-04 11:38:23.233 | ++ inc/python:pip_install_gr:77 : local clean_name 2022-04-04 11:38:23.237 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2022-04-04 11:38:23.239 | +++ inc/python:get_from_global_requirements:225 : local package=testrepository 2022-04-04 11:38:23.241 | +++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-04-04 11:38:23.244 | ++++ inc/python:get_from_global_requirements:227 : grep -i -h '^testrepository' /opt/stack/requirements/global-requirements.txt 2022-04-04 11:38:23.247 | ++++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-04-04 11:38:23.255 | +++ inc/python:get_from_global_requirements:227 : required_pkg='testrepository ' 2022-04-04 11:38:23.257 | +++ inc/python:get_from_global_requirements:228 : [[ testrepository == '' ]] 2022-04-04 11:38:23.259 | +++ inc/python:get_from_global_requirements:231 : echo testrepository 2022-04-04 11:38:23.261 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2022-04-04 11:38:23.264 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2022-04-04 11:38:23.283 | Using python 3.8 to install testrepository 2022-04-04 11:38:23.286 | ++ 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 testrepository 2022-04-04 11:38:24.116 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:24.116 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:24.116 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:24.116 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:25.450 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:38:25.522 | Collecting testrepository 2022-04-04 11:38:25.529 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/752/449bc98c20253/testrepository-0.0.20.tar.gz (84 kB) 2022-04-04 11:38:25.536 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.0/85.0 KB 53.5 MB/s eta 0:00:00 2022-04-04 11:38:25.578 | Preparing metadata (setup.py): started 2022-04-04 11:38:26.358 | Preparing metadata (setup.py): finished with status 'done' 2022-04-04 11:38:26.369 | Requirement already satisfied: fixtures in /usr/local/lib/python3.8/dist-packages (from testrepository) (3.0.0) 2022-04-04 11:38:26.370 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.8/dist-packages (from testrepository) (1.4.0) 2022-04-04 11:38:26.372 | Requirement already satisfied: testtools>=0.9.30 in /usr/local/lib/python3.8/dist-packages (from testrepository) (2.5.0) 2022-04-04 11:38:26.384 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2022-04-04 11:38:26.396 | Requirement already satisfied: pbr>=0.11 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.30->testrepository) (5.6.0) 2022-04-04 11:38:26.405 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures->testrepository) (1.16.0) 2022-04-04 11:38:26.413 | Building wheels for collected packages: testrepository 2022-04-04 11:38:26.414 | Building wheel for testrepository (setup.py): started 2022-04-04 11:38:27.359 | Building wheel for testrepository (setup.py): finished with status 'done' 2022-04-04 11:38:27.361 | Created wheel for testrepository: filename=testrepository-0.0.20-py3-none-any.whl size=118733 sha256=97f4860c26dcb144efdef5422b2edf5c76c1511357025c16533935f60bc07122 2022-04-04 11:38:27.362 | Stored in directory: /root/.cache/pip/wheels/63/b5/95/e8547959b42f560b997b748467321ad88f9588a02b43d7a143 2022-04-04 11:38:27.367 | Successfully built testrepository 2022-04-04 11:38:29.788 | Installing collected packages: testrepository 2022-04-04 11:38:30.107 | Successfully installed testrepository-0.0.20 2022-04-04 11:38:30.108 | 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-04-04 11:38:30.269 | ++ inc/python:pip_install:200 : result=0 2022-04-04 11:38:30.271 | ++ inc/python:pip_install:202 : time_stop pip_install 2022-04-04 11:38:30.273 | ++ functions-common:time_stop:2309 : local name 2022-04-04 11:38:30.275 | ++ functions-common:time_stop:2310 : local end_time 2022-04-04 11:38:30.278 | ++ functions-common:time_stop:2311 : local elapsed_time 2022-04-04 11:38:30.280 | ++ functions-common:time_stop:2312 : local total 2022-04-04 11:38:30.282 | ++ functions-common:time_stop:2313 : local start_time 2022-04-04 11:38:30.284 | ++ functions-common:time_stop:2315 : name=pip_install 2022-04-04 11:38:30.286 | ++ functions-common:time_stop:2316 : start_time=1649072303278 2022-04-04 11:38:30.288 | ++ functions-common:time_stop:2318 : [[ -z 1649072303278 ]] 2022-04-04 11:38:30.291 | +++ functions-common:time_stop:2321 : date +%s%3N 2022-04-04 11:38:30.295 | ++ functions-common:time_stop:2321 : end_time=1649072310292 2022-04-04 11:38:30.297 | ++ functions-common:time_stop:2322 : elapsed_time=7014 2022-04-04 11:38:30.299 | ++ functions-common:time_stop:2323 : total=261261 2022-04-04 11:38:30.301 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2022-04-04 11:38:30.303 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=268275 2022-04-04 11:38:30.305 | ++ inc/python:pip_install:203 : return 0 2022-04-04 11:38:30.307 | ++ lib/tempest:configure_tempest:140 : local image_lines 2022-04-04 11:38:30.310 | ++ lib/tempest:configure_tempest:141 : local images 2022-04-04 11:38:30.312 | ++ lib/tempest:configure_tempest:142 : local num_images 2022-04-04 11:38:30.314 | ++ lib/tempest:configure_tempest:143 : local image_uuid 2022-04-04 11:38:30.316 | ++ lib/tempest:configure_tempest:144 : local image_uuid_alt 2022-04-04 11:38:30.318 | ++ lib/tempest:configure_tempest:145 : local password 2022-04-04 11:38:30.320 | ++ lib/tempest:configure_tempest:146 : local line 2022-04-04 11:38:30.326 | ++ lib/tempest:configure_tempest:147 : local flavors 2022-04-04 11:38:30.326 | ++ lib/tempest:configure_tempest:148 : local available_flavors 2022-04-04 11:38:30.327 | ++ lib/tempest:configure_tempest:149 : local flavors_ref 2022-04-04 11:38:30.329 | ++ lib/tempest:configure_tempest:150 : local flavor_lines 2022-04-04 11:38:30.331 | ++ lib/tempest:configure_tempest:151 : local flavor_ref_size 2022-04-04 11:38:30.333 | ++ lib/tempest:configure_tempest:152 : local flavor_ref_alt_size 2022-04-04 11:38:30.336 | ++ lib/tempest:configure_tempest:153 : local public_network_id 2022-04-04 11:38:30.339 | ++ lib/tempest:configure_tempest:154 : local public_router_id 2022-04-04 11:38:30.342 | ++ lib/tempest:configure_tempest:155 : local ssh_connect_method=floating 2022-04-04 11:38:30.344 | ++ lib/tempest:configure_tempest:156 : local disk 2022-04-04 11:38:30.347 | ++ lib/tempest:configure_tempest:159 : ifs=' 2022-04-04 11:38:30.347 | ' 2022-04-04 11:38:30.349 | ++ lib/tempest:configure_tempest:169 : declare -a images 2022-04-04 11:38:30.351 | ++ lib/tempest:configure_tempest:171 : is_service_enabled glance 2022-04-04 11:38:30.368 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:38:30.371 | ++ lib/tempest:configure_tempest:172 : read -r IMAGE_NAME IMAGE_UUID 2022-04-04 11:38:30.373 | +++ lib/tempest:configure_tempest:132 : oscwrap --os-cloud devstack-admin image list --property status=active 2022-04-04 11:38:30.373 | +++ lib/tempest:configure_tempest:132 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2022-04-04 11:38:32.714 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:32.714 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:32.715 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:32.715 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:32.865 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:38:32.868 | ++ lib/tempest:configure_tempest:173 : '[' ubuntu-16 = '' ']' 2022-04-04 11:38:32.870 | ++ lib/tempest:configure_tempest:177 : images+=($IMAGE_UUID) 2022-04-04 11:38:32.873 | ++ lib/tempest:configure_tempest:172 : read -r IMAGE_NAME IMAGE_UUID 2022-04-04 11:38:32.875 | ++ lib/tempest:configure_tempest:180 : case "${#images[*]}" in 2022-04-04 11:38:32.878 | ++ lib/tempest:configure_tempest:186 : '[' -z '' ']' 2022-04-04 11:38:32.880 | ++ lib/tempest:configure_tempest:187 : image_uuid=7159f850-51dd-4171-8035-34b401889b19 2022-04-04 11:38:32.882 | ++ lib/tempest:configure_tempest:188 : image_uuid_alt=7159f850-51dd-4171-8035-34b401889b19 2022-04-04 11:38:32.884 | ++ lib/tempest:configure_tempest:202 : sudo install -d -o ubuntu /opt/stack/tempest/etc 2022-04-04 11:38:32.897 | ++ lib/tempest:configure_tempest:203 : rm -f /opt/stack/tempest/etc/tempest.conf 2022-04-04 11:38:32.901 | ++ lib/tempest:configure_tempest:205 : local password=Passw0rd 2022-04-04 11:38:32.903 | ++ lib/tempest:configure_tempest:208 : local admin_username=admin 2022-04-04 11:38:32.906 | ++ lib/tempest:configure_tempest:209 : local admin_project_name=admin 2022-04-04 11:38:32.908 | ++ lib/tempest:configure_tempest:210 : local admin_domain_name=Default 2022-04-04 11:38:32.910 | ++ lib/tempest:configure_tempest:211 : local alt_username=alt_demo 2022-04-04 11:38:32.912 | ++ lib/tempest:configure_tempest:212 : local alt_project_name=alt_demo 2022-04-04 11:38:32.914 | ++ lib/tempest:configure_tempest:213 : local admin_project_id 2022-04-04 11:38:32.918 | +++ lib/tempest:configure_tempest:214 : oscwrap --os-cloud devstack-admin project list 2022-04-04 11:38:32.918 | +++ lib/tempest:configure_tempest:214 : awk '/ admin / { print $2 }' 2022-04-04 11:38:35.021 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:35.021 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:35.021 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:35.021 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:35.175 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:38:35.178 | ++ lib/tempest:configure_tempest:214 : admin_project_id=c754a9317f864b6090be3ae7d7452bba 2022-04-04 11:38:35.181 | ++ lib/tempest:configure_tempest:216 : is_service_enabled nova 2022-04-04 11:38:35.196 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:38:35.199 | +++ lib/tempest:configure_tempest:219 : oscwrap --os-cloud devstack-admin flavor list 2022-04-04 11:38:37.430 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:37.430 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:37.430 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:37.431 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:37.582 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:38:37.585 | ++ lib/tempest:configure_tempest:219 : available_flavors='+-----+-----------+-------+------+-----------+-------+-----------+ 2022-04-04 11:38:37.585 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2022-04-04 11:38:37.585 | +-----+-----------+-------+------+-----------+-------+-----------+ 2022-04-04 11:38:37.585 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2022-04-04 11:38:37.585 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2022-04-04 11:38:37.585 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2022-04-04 11:38:37.585 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2022-04-04 11:38:37.585 | | 42 | m1.nano | 256 | 1 | 0 | 1 | True | 2022-04-04 11:38:37.585 | | 451 | m1.heat | 512 | 1 | 0 | 1 | True | 2022-04-04 11:38:37.585 | | 452 | m1.heat2 | 1024 | 1 | 0 | 1 | True | 2022-04-04 11:38:37.585 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2022-04-04 11:38:37.585 | | 84 | m1.micro | 256 | 2 | 0 | 1 | True | 2022-04-04 11:38:37.585 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2022-04-04 11:38:37.585 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2022-04-04 11:38:37.585 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2022-04-04 11:38:37.585 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2022-04-04 11:38:37.585 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2022-04-04 11:38:37.585 | +-----+-----------+-------+------+-----------+-------+-----------+' 2022-04-04 11:38:37.587 | ++ lib/tempest:configure_tempest:220 : [[ -z '' ]] 2022-04-04 11:38:37.589 | ++ lib/tempest:configure_tempest:221 : [[ +-----+-----------+-------+------+-----------+-------+-----------+ 2022-04-04 11:38:37.589 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2022-04-04 11:38:37.589 | +-----+-----------+-------+------+-----------+-------+-----------+ 2022-04-04 11:38:37.589 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2022-04-04 11:38:37.589 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2022-04-04 11:38:37.589 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2022-04-04 11:38:37.589 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2022-04-04 11:38:37.589 | | 42 | m1.nano | 256 | 1 | 0 | 1 | True | 2022-04-04 11:38:37.589 | | 451 | m1.heat | 512 | 1 | 0 | 1 | True | 2022-04-04 11:38:37.589 | | 452 | m1.heat2 | 1024 | 1 | 0 | 1 | True | 2022-04-04 11:38:37.589 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2022-04-04 11:38:37.590 | | 84 | m1.micro | 256 | 2 | 0 | 1 | True | 2022-04-04 11:38:37.590 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2022-04-04 11:38:37.590 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2022-04-04 11:38:37.590 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2022-04-04 11:38:37.590 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2022-04-04 11:38:37.590 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2022-04-04 11:38:37.590 | +-----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2022-04-04 11:38:37.591 | ++ lib/tempest:configure_tempest:226 : flavor_ref=42 2022-04-04 11:38:37.594 | ++ lib/tempest:configure_tempest:227 : [[ +-----+-----------+-------+------+-----------+-------+-----------+ 2022-04-04 11:38:37.594 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2022-04-04 11:38:37.594 | +-----+-----------+-------+------+-----------+-------+-----------+ 2022-04-04 11:38:37.594 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2022-04-04 11:38:37.594 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2022-04-04 11:38:37.594 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2022-04-04 11:38:37.594 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2022-04-04 11:38:37.594 | | 42 | m1.nano | 256 | 1 | 0 | 1 | True | 2022-04-04 11:38:37.594 | | 451 | m1.heat | 512 | 1 | 0 | 1 | True | 2022-04-04 11:38:37.594 | | 452 | m1.heat2 | 1024 | 1 | 0 | 1 | True | 2022-04-04 11:38:37.594 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2022-04-04 11:38:37.594 | | 84 | m1.micro | 256 | 2 | 0 | 1 | True | 2022-04-04 11:38:37.594 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2022-04-04 11:38:37.594 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2022-04-04 11:38:37.594 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2022-04-04 11:38:37.594 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2022-04-04 11:38:37.594 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2022-04-04 11:38:37.594 | +-----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2022-04-04 11:38:37.597 | ++ lib/tempest:configure_tempest:232 : flavor_ref_alt=84 2022-04-04 11:38:37.599 | ++ lib/tempest:configure_tempest:281 : iniset /opt/stack/tempest/etc/tempest.conf network project_network_cidr 172.20.0.0/16 2022-04-04 11:38:37.628 | ++ lib/tempest:configure_tempest:283 : ssh_connect_method=floating 2022-04-04 11:38:37.630 | ++ lib/tempest:configure_tempest:289 : [[ True == \T\r\u\e ]] 2022-04-04 11:38:37.632 | ++ lib/tempest:configure_tempest:289 : is_networking_extension_supported external-net 2022-04-04 11:38:37.635 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=external-net 2022-04-04 11:38:37.638 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-04-04 11:38:39.787 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:39.787 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:39.787 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:39.787 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:39.957 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:38:39.960 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2022-04-04 11:38:39.960 | address-scope 2022-04-04 11:38:39.960 | router-admin-state-down-before-update 2022-04-04 11:38:39.960 | agent 2022-04-04 11:38:39.960 | agent-resources-synced 2022-04-04 11:38:39.960 | allowed-address-pairs 2022-04-04 11:38:39.960 | auto-allocated-topology 2022-04-04 11:38:39.960 | availability_zone 2022-04-04 11:38:39.960 | availability_zone_filter 2022-04-04 11:38:39.960 | default-subnetpools 2022-04-04 11:38:39.960 | dhcp_agent_scheduler 2022-04-04 11:38:39.960 | dvr 2022-04-04 11:38:39.960 | empty-string-filtering 2022-04-04 11:38:39.960 | external-net 2022-04-04 11:38:39.960 | extra_dhcp_opt 2022-04-04 11:38:39.960 | extraroute 2022-04-04 11:38:39.960 | extraroute-atomic 2022-04-04 11:38:39.960 | filter-validation 2022-04-04 11:38:39.960 | fip-port-details 2022-04-04 11:38:39.960 | flavors 2022-04-04 11:38:39.960 | floatingip-pools 2022-04-04 11:38:39.960 | ip-substring-filtering 2022-04-04 11:38:39.960 | router 2022-04-04 11:38:39.960 | ext-gw-mode 2022-04-04 11:38:39.960 | l3-ha 2022-04-04 11:38:39.960 | l3-flavors 2022-04-04 11:38:39.960 | l3-port-ip-change-not-allowed 2022-04-04 11:38:39.961 | l3_agent_scheduler 2022-04-04 11:38:39.961 | metering 2022-04-04 11:38:39.961 | metering_source_and_destination_fields 2022-04-04 11:38:39.961 | multi-provider 2022-04-04 11:38:39.961 | net-mtu 2022-04-04 11:38:39.961 | net-mtu-writable 2022-04-04 11:38:39.961 | network_availability_zone 2022-04-04 11:38:39.961 | network-ip-availability 2022-04-04 11:38:39.961 | pagination 2022-04-04 11:38:39.961 | port-device-profile 2022-04-04 11:38:39.961 | port-mac-address-regenerate 2022-04-04 11:38:39.961 | port-numa-affinity-policy 2022-04-04 11:38:39.961 | binding 2022-04-04 11:38:39.961 | binding-extended 2022-04-04 11:38:39.961 | port-security 2022-04-04 11:38:39.961 | project-id 2022-04-04 11:38:39.961 | provider 2022-04-04 11:38:39.961 | quotas 2022-04-04 11:38:39.961 | quota_details 2022-04-04 11:38:39.961 | rbac-policies 2022-04-04 11:38:39.961 | rbac-address-group 2022-04-04 11:38:39.961 | rbac-address-scope 2022-04-04 11:38:39.961 | rbac-security-groups 2022-04-04 11:38:39.961 | rbac-subnetpool 2022-04-04 11:38:39.961 | revision-if-match 2022-04-04 11:38:39.961 | standard-attr-revisions 2022-04-04 11:38:39.961 | router_availability_zone 2022-04-04 11:38:39.961 | security-groups-normalized-cidr 2022-04-04 11:38:39.961 | port-security-groups-filtering 2022-04-04 11:38:39.961 | security-groups-remote-address-group 2022-04-04 11:38:39.961 | security-group 2022-04-04 11:38:39.961 | service-type 2022-04-04 11:38:39.961 | sorting 2022-04-04 11:38:39.961 | standard-attr-description 2022-04-04 11:38:39.962 | stateful-security-group 2022-04-04 11:38:39.962 | subnet_onboard 2022-04-04 11:38:39.962 | subnet-service-types 2022-04-04 11:38:39.962 | subnet_allocation 2022-04-04 11:38:39.962 | subnetpool-prefix-ops 2022-04-04 11:38:39.962 | standard-attr-tag 2022-04-04 11:38:39.962 | standard-attr-timestamp' 2022-04-04 11:38:39.962 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2022-04-04 11:38:39.962 | address-scope 2022-04-04 11:38:39.962 | router-admin-state-down-before-update 2022-04-04 11:38:39.962 | agent 2022-04-04 11:38:39.962 | agent-resources-synced 2022-04-04 11:38:39.962 | allowed-address-pairs 2022-04-04 11:38:39.962 | auto-allocated-topology 2022-04-04 11:38:39.962 | availability_zone 2022-04-04 11:38:39.962 | availability_zone_filter 2022-04-04 11:38:39.962 | default-subnetpools 2022-04-04 11:38:39.962 | dhcp_agent_scheduler 2022-04-04 11:38:39.962 | dvr 2022-04-04 11:38:39.962 | empty-string-filtering 2022-04-04 11:38:39.962 | external-net 2022-04-04 11:38:39.962 | extra_dhcp_opt 2022-04-04 11:38:39.963 | extraroute 2022-04-04 11:38:39.963 | extraroute-atomic 2022-04-04 11:38:39.963 | filter-validation 2022-04-04 11:38:39.963 | fip-port-details 2022-04-04 11:38:39.963 | flavors 2022-04-04 11:38:39.963 | floatingip-pools 2022-04-04 11:38:39.963 | ip-substring-filtering 2022-04-04 11:38:39.963 | router 2022-04-04 11:38:39.963 | ext-gw-mode 2022-04-04 11:38:39.963 | l3-ha 2022-04-04 11:38:39.963 | l3-flavors 2022-04-04 11:38:39.963 | l3-port-ip-change-not-allowed 2022-04-04 11:38:39.963 | l3_agent_scheduler 2022-04-04 11:38:39.963 | metering 2022-04-04 11:38:39.963 | metering_source_and_destination_fields 2022-04-04 11:38:39.963 | multi-provider 2022-04-04 11:38:39.963 | net-mtu 2022-04-04 11:38:39.963 | net-mtu-writable 2022-04-04 11:38:39.963 | network_availability_zone 2022-04-04 11:38:39.963 | network-ip-availability 2022-04-04 11:38:39.963 | pagination 2022-04-04 11:38:39.963 | port-device-profile 2022-04-04 11:38:39.963 | port-mac-address-regenerate 2022-04-04 11:38:39.963 | port-numa-affinity-policy 2022-04-04 11:38:39.963 | binding 2022-04-04 11:38:39.963 | binding-extended 2022-04-04 11:38:39.963 | port-security 2022-04-04 11:38:39.963 | project-id 2022-04-04 11:38:39.963 | provider 2022-04-04 11:38:39.963 | quotas 2022-04-04 11:38:39.963 | quota_details 2022-04-04 11:38:39.963 | rbac-policies 2022-04-04 11:38:39.963 | rbac-address-group 2022-04-04 11:38:39.963 | rbac-address-scope 2022-04-04 11:38:39.963 | rbac-security-groups 2022-04-04 11:38:39.963 | rbac-subnetpool 2022-04-04 11:38:39.964 | revision-if-match 2022-04-04 11:38:39.964 | standard-attr-revisions 2022-04-04 11:38:39.964 | router_availability_zone 2022-04-04 11:38:39.964 | security-groups-normalized-cidr 2022-04-04 11:38:39.964 | port-security-groups-filtering 2022-04-04 11:38:39.964 | security-groups-remote-address-group 2022-04-04 11:38:39.964 | security-group 2022-04-04 11:38:39.964 | service-type 2022-04-04 11:38:39.964 | sorting 2022-04-04 11:38:39.964 | standard-attr-description 2022-04-04 11:38:39.964 | stateful-security-group 2022-04-04 11:38:39.964 | subnet_onboard 2022-04-04 11:38:39.964 | subnet-service-types 2022-04-04 11:38:39.964 | subnet_allocation 2022-04-04 11:38:39.964 | subnetpool-prefix-ops 2022-04-04 11:38:39.964 | standard-attr-tag 2022-04-04 11:38:39.964 | standard-attr-timestamp =~ external-net ]] 2022-04-04 11:38:39.964 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2022-04-04 11:38:39.967 | +++ lib/tempest:configure_tempest:290 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2022-04-04 11:38:42.382 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:42.382 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:42.382 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:42.382 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:42.536 | +++ functions-common:oscwrap:2349 : return 0 2022-04-04 11:38:42.539 | ++ lib/tempest:configure_tempest:290 : public_network_id=39b7bdbe-c80e-47b0-bdab-806dc0b6a2ae 2022-04-04 11:38:42.541 | ++ lib/tempest:configure_tempest:292 : openstack --os-cloud devstack-admin network create --share shared 2022-04-04 11:38:45.000 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:45.000 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:45.000 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:45.000 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:45.000 | +---------------------------+--------------------------------------+ 2022-04-04 11:38:45.000 | | Field | Value | 2022-04-04 11:38:45.000 | +---------------------------+--------------------------------------+ 2022-04-04 11:38:45.000 | | admin_state_up | UP | 2022-04-04 11:38:45.000 | | availability_zone_hints | | 2022-04-04 11:38:45.000 | | availability_zones | | 2022-04-04 11:38:45.000 | | created_at | 2022-04-04T11:38:44Z | 2022-04-04 11:38:45.000 | | description | | 2022-04-04 11:38:45.000 | | dns_domain | None | 2022-04-04 11:38:45.000 | | id | e4bd12c7-4537-4655-8f1f-ffa1c5e90641 | 2022-04-04 11:38:45.000 | | ipv4_address_scope | None | 2022-04-04 11:38:45.000 | | ipv6_address_scope | None | 2022-04-04 11:38:45.000 | | is_default | False | 2022-04-04 11:38:45.000 | | is_vlan_transparent | None | 2022-04-04 11:38:45.000 | | mtu | 1500 | 2022-04-04 11:38:45.000 | | name | shared | 2022-04-04 11:38:45.000 | | port_security_enabled | True | 2022-04-04 11:38:45.000 | | project_id | c754a9317f864b6090be3ae7d7452bba | 2022-04-04 11:38:45.000 | | provider:network_type | vlan | 2022-04-04 11:38:45.001 | | provider:physical_network | physnet1 | 2022-04-04 11:38:45.001 | | provider:segmentation_id | 203 | 2022-04-04 11:38:45.001 | | qos_policy_id | None | 2022-04-04 11:38:45.001 | | revision_number | 1 | 2022-04-04 11:38:45.001 | | router:external | Internal | 2022-04-04 11:38:45.001 | | segments | None | 2022-04-04 11:38:45.001 | | shared | True | 2022-04-04 11:38:45.001 | | status | ACTIVE | 2022-04-04 11:38:45.001 | | subnets | | 2022-04-04 11:38:45.001 | | tags | | 2022-04-04 11:38:45.001 | | updated_at | 2022-04-04T11:38:44Z | 2022-04-04 11:38:45.001 | +---------------------------+--------------------------------------+ 2022-04-04 11:38:45.163 | ++ lib/tempest:configure_tempest:293 : openstack --os-cloud devstack-admin subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2022-04-04 11:38:48.063 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:48.063 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:48.063 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-04-04 11:38:48.063 | from cryptography.utils import int_from_bytes 2022-04-04 11:38:48.063 | +----------------------+--------------------------------------+ 2022-04-04 11:38:48.063 | | Field | Value | 2022-04-04 11:38:48.063 | +----------------------+--------------------------------------+ 2022-04-04 11:38:48.063 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2022-04-04 11:38:48.063 | | cidr | 192.168.233.0/24 | 2022-04-04 11:38:48.063 | | created_at | 2022-04-04T11:38:47Z | 2022-04-04 11:38:48.063 | | description | shared-subnet | 2022-04-04 11:38:48.063 | | dns_nameservers | | 2022-04-04 11:38:48.063 | | dns_publish_fixed_ip | None | 2022-04-04 11:38:48.063 | | enable_dhcp | True | 2022-04-04 11:38:48.063 | | gateway_ip | 192.168.233.1 | 2022-04-04 11:38:48.063 | | host_routes | | 2022-04-04 11:38:48.063 | | id | 60b8e2c6-57c2-469c-bfe9-a98035071648 | 2022-04-04 11:38:48.063 | | ip_version | 4 | 2022-04-04 11:38:48.063 | | ipv6_address_mode | None | 2022-04-04 11:38:48.063 | | ipv6_ra_mode | None | 2022-04-04 11:38:48.063 | | name | shared-subnet | 2022-04-04 11:38:48.063 | | network_id | e4bd12c7-4537-4655-8f1f-ffa1c5e90641 | 2022-04-04 11:38:48.064 | | project_id | c754a9317f864b6090be3ae7d7452bba | 2022-04-04 11:38:48.064 | | revision_number | 0 | 2022-04-04 11:38:48.064 | | segment_id | None | 2022-04-04 11:38:48.064 | | service_types | | 2022-04-04 11:38:48.064 | | subnetpool_id | None | 2022-04-04 11:38:48.064 | | tags | | 2022-04-04 11:38:48.064 | | updated_at | 2022-04-04T11:38:47Z | 2022-04-04 11:38:48.064 | +----------------------+--------------------------------------+ 2022-04-04 11:38:48.225 | ++ lib/tempest:configure_tempest:296 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_syslog False 2022-04-04 11:38:48.259 | ++ lib/tempest:configure_tempest:299 : iniset /opt/stack/tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2022-04-04 11:38:48.290 | ++ lib/tempest:configure_tempest:300 : mkdir -p /opt/stack/data/tempest 2022-04-04 11:38:48.295 | ++ lib/tempest:configure_tempest:301 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_stderr False 2022-04-04 11:38:48.333 | ++ lib/tempest:configure_tempest:302 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT log_file tempest.log 2022-04-04 11:38:48.364 | ++ lib/tempest:configure_tempest:303 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT debug True 2022-04-04 11:38:48.393 | ++ lib/tempest:configure_tempest:306 : iniset /opt/stack/tempest/etc/tempest.conf compute build_timeout 196 2022-04-04 11:38:48.424 | ++ lib/tempest:configure_tempest:307 : iniset /opt/stack/tempest/etc/tempest.conf volume build_timeout 196 2022-04-04 11:38:48.455 | ++ lib/tempest:configure_tempest:310 : iniset /opt/stack/tempest/etc/tempest.conf identity uri http://10.222.0.43/identity/v2.0/ 2022-04-04 11:38:48.485 | ++ lib/tempest:configure_tempest:311 : iniset /opt/stack/tempest/etc/tempest.conf identity uri_v3 http://10.222.0.43/identity/v3 2022-04-04 11:38:48.514 | ++ lib/tempest:configure_tempest:312 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2022-04-04 11:38:48.543 | ++ lib/tempest:configure_tempest:313 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_duration 10 2022-04-04 11:38:48.570 | ++ lib/tempest:configure_tempest:314 : iniset /opt/stack/tempest/etc/tempest.conf identity user_unique_last_password_count 2 2022-04-04 11:38:48.603 | ++ lib/tempest:configure_tempest:315 : [[ True == \T\r\u\e ]] 2022-04-04 11:38:48.606 | ++ lib/tempest:configure_tempest:316 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_username admin 2022-04-04 11:38:48.639 | ++ lib/tempest:configure_tempest:317 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_password Passw0rd 2022-04-04 11:38:48.668 | ++ lib/tempest:configure_tempest:318 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_project_name admin 2022-04-04 11:38:48.705 | ++ lib/tempest:configure_tempest:319 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_domain_name Default 2022-04-04 11:38:48.733 | ++ lib/tempest:configure_tempest:321 : '[' False == True ']' 2022-04-04 11:38:48.737 | ++ lib/tempest:configure_tempest:326 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2022-04-04 11:38:48.768 | ++ lib/tempest:configure_tempest:328 : iniset /opt/stack/tempest/etc/tempest.conf identity auth_version v3 2022-04-04 11:38:48.796 | ++ lib/tempest:configure_tempest:329 : [[ '' != \v\2 ]] 2022-04-04 11:38:48.798 | ++ lib/tempest:configure_tempest:331 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2022-04-04 11:38:48.826 | ++ lib/tempest:configure_tempest:334 : is_service_enabled tls-proxy 2022-04-04 11:38:48.841 | ++ functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:38:48.843 | ++ lib/tempest:configure_tempest:339 : [[ True = True ]] 2022-04-04 11:38:48.845 | ++ lib/tempest:configure_tempest:340 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2022-04-04 11:38:48.877 | ++ lib/tempest:configure_tempest:345 : is_service_enabled ldap 2022-04-04 11:38:48.892 | ++ functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:38:48.895 | ++ lib/tempest:configure_tempest:351 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled project_tags True 2022-04-04 11:38:48.927 | ++ lib/tempest:configure_tempest:355 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2022-04-04 11:38:48.963 | ++ lib/tempest:configure_tempest:359 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled access_rules True 2022-04-04 11:38:48.994 | ++ lib/tempest:configure_tempest:364 : [[ ! -z '' ]] 2022-04-04 11:38:48.997 | ++ lib/tempest:configure_tempest:367 : iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled import_image False 2022-04-04 11:38:49.028 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2022-04-04 11:38:49.064 | ++ lib/tempest:configure_tempest:369 : is_service_enabled g-api-r 2022-04-04 11:38:49.093 | ++ functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:38:49.096 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref 7159f850-51dd-4171-8035-34b401889b19 2022-04-04 11:38:49.128 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref_alt 7159f850-51dd-4171-8035-34b401889b19 2022-04-04 11:38:49.166 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref 42 2022-04-04 11:38:49.196 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref_alt 84 2022-04-04 11:38:49.225 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack/tempest/etc/tempest.conf validation connect_method floating 2022-04-04 11:38:49.262 | ++ lib/tempest:configure_tempest:379 : is_service_enabled neutron 2022-04-04 11:38:49.278 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:38:49.280 | ++ lib/tempest:configure_tempest:387 : [[ -n '' ]] 2022-04-04 11:38:49.283 | ++ lib/tempest:configure_tempest:397 : local tempest_compute_min_microversion=None 2022-04-04 11:38:49.285 | ++ lib/tempest:configure_tempest:398 : local tempest_compute_max_microversion=2.90 2022-04-04 11:38:49.287 | ++ lib/tempest:configure_tempest:401 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2022-04-04 11:38:49.289 | ++ lib/tempest:configure_tempest:405 : '[' None == None ']' 2022-04-04 11:38:49.292 | ++ lib/tempest:configure_tempest:406 : inicomment /opt/stack/tempest/etc/tempest.conf compute min_microversion 2022-04-04 11:38:49.310 | ++ lib/tempest:configure_tempest:410 : '[' 2.90 == None ']' 2022-04-04 11:38:49.313 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack/tempest/etc/tempest.conf compute max_microversion 2.90 2022-04-04 11:38:49.339 | ++ lib/tempest:configure_tempest:416 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled personality False 2022-04-04 11:38:49.380 | ++ lib/tempest:configure_tempest:417 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled resize True 2022-04-04 11:38:49.410 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migration True 2022-04-04 11:38:49.438 | ++ lib/tempest:configure_tempest:419 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled change_password False 2022-04-04 11:38:49.466 | ++ lib/tempest:configure_tempest:420 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration True 2022-04-04 11:38:49.493 | ++ lib/tempest:configure_tempest:421 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2022-04-04 11:38:49.523 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2022-04-04 11:38:49.553 | ++ lib/tempest:configure_tempest:425 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2022-04-04 11:38:49.583 | ++ lib/tempest:configure_tempest:427 : [[ -n AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2022-04-04 11:38:49.585 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-04-04 11:38:49.617 | ++ lib/tempest:configure_tempest:431 : [[ False == \T\r\u\e ]] 2022-04-04 11:38:49.620 | ++ lib/tempest:configure_tempest:435 : is_service_enabled n-novnc 2022-04-04 11:38:49.637 | ++ functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:38:49.640 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack/tempest/etc/tempest.conf network project_networks_reachable false 2022-04-04 11:38:49.678 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack/tempest/etc/tempest.conf network public_network_id 39b7bdbe-c80e-47b0-bdab-806dc0b6a2ae 2022-04-04 11:38:49.708 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack/tempest/etc/tempest.conf network public_router_id '' 2022-04-04 11:38:49.745 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack/tempest/etc/tempest.conf network default_network 172.20.0.0/16 2022-04-04 11:38:49.780 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6 True 2022-04-04 11:38:49.816 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2022-04-04 11:38:49.845 | ++ lib/tempest:configure_tempest:446 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled port_security True 2022-04-04 11:38:49.873 | ++ lib/tempest:configure_tempest:449 : SCENARIO_IMAGE_DIR=/home/ubuntu/devstack/files 2022-04-04 11:38:49.875 | ++ lib/tempest:configure_tempest:450 : SCENARIO_IMAGE_FILE= 2022-04-04 11:38:49.878 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack/tempest/etc/tempest.conf scenario img_file /home/ubuntu/devstack/files/ 2022-04-04 11:38:49.909 | ++ lib/tempest:configure_tempest:454 : TEMPEST_SSH_NETWORK_NAME=private 2022-04-04 11:38:49.911 | ++ lib/tempest:configure_tempest:455 : is_provider_network 2022-04-04 11:38:49.914 | ++ functions-common:is_provider_network:2158 : '[' '' == True ']' 2022-04-04 11:38:49.916 | ++ functions-common:is_provider_network:2161 : return 1 2022-04-04 11:38:49.918 | ++ lib/tempest:configure_tempest:459 : iniset /opt/stack/tempest/etc/tempest.conf validation run_validation True 2022-04-04 11:38:49.946 | ++ lib/tempest:configure_tempest:460 : iniset /opt/stack/tempest/etc/tempest.conf validation ip_version_for_ssh 4 2022-04-04 11:38:49.975 | ++ lib/tempest:configure_tempest:461 : iniset /opt/stack/tempest/etc/tempest.conf validation ssh_timeout 196 2022-04-04 11:38:50.004 | ++ lib/tempest:configure_tempest:462 : iniset /opt/stack/tempest/etc/tempest.conf validation image_ssh_user cirros 2022-04-04 11:38:50.034 | ++ lib/tempest:configure_tempest:463 : iniset /opt/stack/tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2022-04-04 11:38:50.062 | ++ lib/tempest:configure_tempest:464 : iniset /opt/stack/tempest/etc/tempest.conf validation network_for_ssh private 2022-04-04 11:38:50.093 | ++ lib/tempest:configure_tempest:468 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2022-04-04 11:38:50.096 | ++ lib/tempest:configure_tempest:469 : TEMPEST_VOLUME_MANAGE_SNAPSHOT=True 2022-04-04 11:38:50.105 | +++ lib/tempest:configure_tempest:471 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2022-04-04 11:38:50.125 | ++ lib/tempest:configure_tempest:471 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_snapshot True 2022-04-04 11:38:50.165 | ++ lib/tempest:configure_tempest:473 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2022-04-04 11:38:50.168 | ++ lib/tempest:configure_tempest:474 : TEMPEST_VOLUME_MANAGE_VOLUME=True 2022-04-04 11:38:50.171 | +++ lib/tempest:configure_tempest:476 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2022-04-04 11:38:50.188 | ++ lib/tempest:configure_tempest:476 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_volume True 2022-04-04 11:38:50.224 | ++ lib/tempest:configure_tempest:479 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2022-04-04 11:38:50.226 | ++ lib/tempest:configure_tempest:479 : '[' libvirt = libvirt ']' 2022-04-04 11:38:50.228 | ++ lib/tempest:configure_tempest:480 : TEMPEST_EXTEND_ATTACHED_VOLUME=True 2022-04-04 11:38:50.234 | +++ lib/tempest:configure_tempest:482 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2022-04-04 11:38:50.255 | ++ lib/tempest:configure_tempest:482 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume True 2022-04-04 11:38:50.287 | ++ lib/tempest:configure_tempest:484 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2022-04-04 11:38:50.290 | ++ lib/tempest:configure_tempest:485 : TEMPEST_VOLUME_REVERT_TO_SNAPSHOT=True 2022-04-04 11:38:50.293 | +++ lib/tempest:configure_tempest:487 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2022-04-04 11:38:50.309 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled volume_revert True 2022-04-04 11:38:50.338 | ++ lib/tempest:configure_tempest:488 : local tempest_volume_min_microversion=None 2022-04-04 11:38:50.340 | ++ lib/tempest:configure_tempest:489 : local tempest_volume_max_microversion=3.66 2022-04-04 11:38:50.342 | ++ lib/tempest:configure_tempest:490 : '[' None == None ']' 2022-04-04 11:38:50.345 | ++ lib/tempest:configure_tempest:491 : inicomment /opt/stack/tempest/etc/tempest.conf volume min_microversion 2022-04-04 11:38:50.363 | ++ lib/tempest:configure_tempest:496 : '[' 3.66 == None ']' 2022-04-04 11:38:50.365 | ++ lib/tempest:configure_tempest:499 : iniset /opt/stack/tempest/etc/tempest.conf volume max_microversion 3.66 2022-04-04 11:38:50.394 | ++ lib/tempest:configure_tempest:502 : is_service_enabled c-bak 2022-04-04 11:38:50.410 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:38:50.412 | ++ lib/tempest:configure_tempest:509 : [[ -n lvm:lvmdriver-1 ]] 2022-04-04 11:38:50.414 | ++ lib/tempest:configure_tempest:509 : [[ lvm:lvmdriver-1 =~ .*,.* ]] 2022-04-04 11:38:50.418 | ++ lib/tempest:configure_tempest:529 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2022-04-04 11:38:50.420 | ++ lib/tempest:configure_tempest:533 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2022-04-04 11:38:50.423 | ++ lib/tempest:configure_tempest:543 : local tempest_placement_min_microversion=None 2022-04-04 11:38:50.425 | ++ lib/tempest:configure_tempest:544 : local tempest_placement_max_microversion=1.38 2022-04-04 11:38:50.428 | ++ lib/tempest:configure_tempest:545 : '[' None == None ']' 2022-04-04 11:38:50.430 | ++ lib/tempest:configure_tempest:546 : inicomment /opt/stack/tempest/etc/tempest.conf placement min_microversion 2022-04-04 11:38:50.449 | ++ lib/tempest:configure_tempest:550 : '[' 1.38 == None ']' 2022-04-04 11:38:50.451 | ++ lib/tempest:configure_tempest:553 : iniset /opt/stack/tempest/etc/tempest.conf placement max_microversion 1.38 2022-04-04 11:38:50.481 | ++ lib/tempest:configure_tempest:557 : '[' libvirt = ironic ']' 2022-04-04 11:38:50.483 | ++ lib/tempest:configure_tempest:571 : '[' libvirt = libvirt ']' 2022-04-04 11:38:50.486 | ++ lib/tempest:configure_tempest:573 : '[' kvm = lxc ']' 2022-04-04 11:38:50.488 | ++ lib/tempest:configure_tempest:580 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled shelve_migrate True 2022-04-04 11:38:50.516 | ++ lib/tempest:configure_tempest:581 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled stable_rescue True 2022-04-04 11:38:50.544 | ++ lib/tempest:configure_tempest:582 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled swap_volume True 2022-04-04 11:38:50.571 | ++ lib/tempest:configure_tempest:595 : local service 2022-04-04 11:38:50.573 | ++ lib/tempest:configure_tempest:596 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2022-04-04 11:38:50.575 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-04-04 11:38:50.578 | ++ lib/tempest:configure_tempest:598 : is_service_enabled key 2022-04-04 11:38:50.593 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:38:50.596 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available key True 2022-04-04 11:38:50.626 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-04-04 11:38:50.628 | ++ lib/tempest:configure_tempest:598 : is_service_enabled glance 2022-04-04 11:38:50.644 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:38:50.646 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available glance True 2022-04-04 11:38:50.674 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-04-04 11:38:50.676 | ++ lib/tempest:configure_tempest:598 : is_service_enabled nova 2022-04-04 11:38:50.692 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:38:50.694 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available nova True 2022-04-04 11:38:50.726 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-04-04 11:38:50.728 | ++ lib/tempest:configure_tempest:598 : is_service_enabled neutron 2022-04-04 11:38:50.744 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:38:50.746 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available neutron True 2022-04-04 11:38:50.778 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-04-04 11:38:50.780 | ++ lib/tempest:configure_tempest:598 : is_service_enabled cinder 2022-04-04 11:38:50.796 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:38:50.799 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available cinder True 2022-04-04 11:38:50.829 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-04-04 11:38:50.831 | ++ lib/tempest:configure_tempest:598 : is_service_enabled swift 2022-04-04 11:38:50.848 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:38:50.850 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available swift True 2022-04-04 11:38:50.878 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-04-04 11:38:50.880 | ++ lib/tempest:configure_tempest:598 : is_service_enabled horizon 2022-04-04 11:38:50.896 | ++ functions-common:is_service_enabled:1965 : return 1 2022-04-04 11:38:50.899 | ++ lib/tempest:configure_tempest:601 : iniset /opt/stack/tempest/etc/tempest.conf service_available horizon False 2022-04-04 11:38:50.927 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf enforce_scope glance False 2022-04-04 11:38:50.958 | ++ lib/tempest:configure_tempest:607 : iniset /opt/stack/tempest/etc/tempest.conf enforce_scope cinder False 2022-04-04 11:38:50.992 | ++ lib/tempest:configure_tempest:609 : '[' libvirt = libvirt ']' 2022-04-04 11:38:50.994 | ++ lib/tempest:configure_tempest:609 : '[' kvm = lxc ']' 2022-04-04 11:38:50.998 | ++ lib/tempest:configure_tempest:619 : local tmp_cfg_file 2022-04-04 11:38:51.001 | +++ lib/tempest:configure_tempest:620 : mktemp 2022-04-04 11:38:51.007 | ++ lib/tempest:configure_tempest:620 : tmp_cfg_file=/tmp/tmp.EjZJXqZNE6 2022-04-04 11:38:51.009 | ++ lib/tempest:configure_tempest:621 : cd /opt/stack/tempest 2022-04-04 11:38:51.012 | ++ lib/tempest:configure_tempest:622 : [[ False != \T\r\u\e ]] 2022-04-04 11:38:51.014 | ++ lib/tempest:configure_tempest:623 : tox -revenv-tempest --notest 2022-04-04 11:38:51.580 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2022-04-04 11:38:52.612 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2022-04-04 11:39:13.879 | venv-tempest develop-inst: /opt/stack/tempest 2022-04-04 11:39:23.146 | venv-tempest installed: attrs==21.4.0,autopage==0.5.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.12,cliff==3.10.1,cmd2==2.4.0,cryptography==36.0.1,debtcollector==2.5.0,extras==1.0.0,fasteners==0.17.3,fixtures==3.0.0,future==0.18.2,idna==3.3,iso8601==1.0.2,jsonschema==3.2.0,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.5.0,oslo.config==8.8.0,oslo.context==4.1.0,oslo.i18n==5.1.0,oslo.log==4.7.0,oslo.serialization==4.3.0,oslo.utils==4.12.2,packaging==21.3,paramiko==2.8.1,pbr==5.8.1,prettytable==3.1.1,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.7,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.27.1,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@0ed065a5b6b435f2039eadd30b1e92cbc7a26845#egg=tempest,testtools==2.5.0,urllib3==1.26.8,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3 2022-04-04 11:39:23.146 | ___________________________________ summary ____________________________________ 2022-04-04 11:39:23.146 | venv-tempest: skipped tests 2022-04-04 11:39:23.146 | congratulations :) 2022-04-04 11:39:23.175 | ++ lib/tempest:configure_tempest:626 : local tmp_u_c_m 2022-04-04 11:39:23.178 | +++ lib/tempest:configure_tempest:627 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2022-04-04 11:39:23.182 | ++ lib/tempest:configure_tempest:627 : tmp_u_c_m=/tmp/tempest_u_c_m.bTBLHrBcar 2022-04-04 11:39:23.184 | ++ lib/tempest:configure_tempest:628 : set_tempest_venv_constraints /tmp/tempest_u_c_m.bTBLHrBcar 2022-04-04 11:39:23.187 | ++ lib/tempest:set_tempest_venv_constraints:115 : local tmp_c 2022-04-04 11:39:23.189 | ++ lib/tempest:set_tempest_venv_constraints:116 : tmp_c=/tmp/tempest_u_c_m.bTBLHrBcar 2022-04-04 11:39:23.192 | ++ lib/tempest:set_tempest_venv_constraints:117 : [[ master == \m\a\s\t\e\r ]] 2022-04-04 11:39:23.194 | ++ lib/tempest:set_tempest_venv_constraints:118 : cd /opt/stack/requirements 2022-04-04 11:39:23.197 | ++ lib/tempest:set_tempest_venv_constraints:119 : git show master:upper-constraints.txt 2022-04-04 11:39:23.203 | ++ lib/tempest:configure_tempest:629 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.bTBLHrBcar -r requirements.txt 2022-04-04 11:39:25.641 | /opt/stack/tempest/.tox/tempest/lib/python3.8/site-packages/setuptools/command/easy_install.py:160: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2022-04-04 11:39:25.641 | warnings.warn( 2022-04-04 11:39:25.641 | /opt/stack/tempest/.tox/tempest/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-04-04 11:39:25.641 | warnings.warn( 2022-04-04 11:39:25.730 | venv-tempest develop-inst-noop: /opt/stack/tempest 2022-04-04 11:39:26.377 | venv-tempest installed: attrs==21.4.0,autopage==0.5.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.12,cliff==3.10.1,cmd2==2.4.0,cryptography==36.0.1,debtcollector==2.5.0,extras==1.0.0,fasteners==0.17.3,fixtures==3.0.0,future==0.18.2,idna==3.3,iso8601==1.0.2,jsonschema==3.2.0,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.5.0,oslo.config==8.8.0,oslo.context==4.1.0,oslo.i18n==5.1.0,oslo.log==4.7.0,oslo.serialization==4.3.0,oslo.utils==4.12.2,packaging==21.3,paramiko==2.8.1,pbr==5.8.1,prettytable==3.1.1,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.7,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.27.1,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@0ed065a5b6b435f2039eadd30b1e92cbc7a26845#egg=tempest,testtools==2.5.0,urllib3==1.26.8,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3 2022-04-04 11:39:26.378 | venv-tempest run-test-pre: PYTHONHASHSEED='192598830' 2022-04-04 11:39:26.378 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.bTBLHrBcar -r requirements.txt 2022-04-04 11:39:28.089 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-04-04 11:39:28.118 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 4)) (5.8.1) 2022-04-04 11:39:28.120 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 5)) (3.10.1) 2022-04-04 11:39:28.122 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 6)) (3.2.0) 2022-04-04 11:39:28.123 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 7)) (2.5.0) 2022-04-04 11:39:28.127 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 8)) (2.8.1) 2022-04-04 11:39:28.128 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 9)) (36.0.1) 2022-04-04 11:39:28.130 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 10)) (0.8.0) 2022-04-04 11:39:28.132 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 11)) (4.5.0) 2022-04-04 11:39:28.134 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 12)) (8.8.0) 2022-04-04 11:39:28.136 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 13)) (4.7.0) 2022-04-04 11:39:28.137 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 14)) (3.2.1) 2022-04-04 11:39:28.139 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 15)) (4.3.0) 2022-04-04 11:39:28.141 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 16)) (4.12.2) 2022-04-04 11:39:28.143 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 17)) (3.0.0) 2022-04-04 11:39:28.145 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 18)) (6.0) 2022-04-04 11:39:28.147 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 19)) (1.4.0) 2022-04-04 11:39:28.148 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 20)) (3.5.0) 2022-04-04 11:39:28.150 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 21)) (3.1.1) 2022-04-04 11:39:28.152 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 22)) (1.26.8) 2022-04-04 11:39:28.153 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 23)) (2.5.0) 2022-04-04 11:39:28.168 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.0) 2022-04-04 11:39:28.170 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (3.0.7) 2022-04-04 11:39:28.175 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.0) 2022-04-04 11:39:28.203 | Requirement already satisfied: pyrsistent>=0.14.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.1) 2022-04-04 11:39:28.205 | Requirement already satisfied: attrs>=17.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (21.4.0) 2022-04-04 11:39:28.206 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (60.9.3) 2022-04-04 11:39:28.208 | Requirement already satisfied: six>=1.11.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (1.16.0) 2022-04-04 11:39:28.220 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from testtools>=2.2.0->-r requirements.txt (line 7)) (1.0.0) 2022-04-04 11:39:28.256 | Requirement already satisfied: pynacl>=1.0.1 in ./.tox/tempest/lib/python3.8/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2022-04-04 11:39:28.258 | Requirement already satisfied: bcrypt>=3.1.3 in ./.tox/tempest/lib/python3.8/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (3.2.0) 2022-04-04 11:39:28.297 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.8/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.15.0) 2022-04-04 11:39:28.316 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (5.1.0) 2022-04-04 11:39:28.318 | Requirement already satisfied: fasteners>=0.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (0.17.3) 2022-04-04 11:39:28.362 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.27.1) 2022-04-04 11:39:28.364 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (1.5.0) 2022-04-04 11:39:28.409 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.8.2) 2022-04-04 11:39:28.412 | Requirement already satisfied: oslo.context>=2.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (4.1.0) 2022-04-04 11:39:28.415 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2022-04-04 11:39:28.451 | Requirement already satisfied: future in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.18.2) 2022-04-04 11:39:28.457 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.12.2) 2022-04-04 11:39:28.473 | Requirement already satisfied: pytz>=2013.6 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2021.3) 2022-04-04 11:39:28.475 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.3) 2022-04-04 11:39:28.494 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (1.0.2) 2022-04-04 11:39:28.496 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2022-04-04 11:39:28.499 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (21.3) 2022-04-04 11:39:28.575 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.8/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.5) 2022-04-04 11:39:28.611 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.13.3) 2022-04-04 11:39:28.710 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.8/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21) 2022-04-04 11:39:28.786 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.8/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2022-04-04 11:39:28.999 | Requirement already satisfied: charset-normalizer~=2.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.12) 2022-04-04 11:39:29.001 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3) 2022-04-04 11:39:29.003 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2021.10.8) 2022-04-04 11:39:29.272 | WARNING: You are using pip version 21.2.3; however, version 22.0.4 is available. 2022-04-04 11:39:29.272 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command. 2022-04-04 11:39:29.354 | ___________________________________ summary ____________________________________ 2022-04-04 11:39:29.354 | venv-tempest: commands succeeded 2022-04-04 11:39:29.354 | congratulations :) 2022-04-04 11:39:29.383 | ++ lib/tempest:configure_tempest:630 : rm -f /tmp/tempest_u_c_m.bTBLHrBcar 2022-04-04 11:39:29.387 | ++ lib/tempest:configure_tempest:633 : [[ False == \T\r\u\e ]] 2022-04-04 11:39:29.390 | ++ lib/tempest:configure_tempest:641 : [[ True == \F\a\l\s\e ]] 2022-04-04 11:39:29.393 | ++ lib/tempest:configure_tempest:645 : iniset /opt/stack/tempest/etc/tempest.conf auth use_dynamic_credentials True 2022-04-04 11:39:29.422 | ++ lib/tempest:configure_tempest:651 : tox -evenv -- tempest verify-config -uro /tmp/tmp.EjZJXqZNE6 2022-04-04 11:39:29.986 | venv create: /opt/stack/tempest/.tox/venv 2022-04-04 11:39:30.790 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2022-04-04 11:40:02.901 | venv develop-inst: /opt/stack/tempest 2022-04-04 11:40:14.369 | venv installed: alabaster==0.7.12,attrs==21.4.0,autopage==0.5.0,Babel==2.9.1,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.12,cliff==3.10.1,cmd2==2.4.0,cryptography==36.0.1,debtcollector==2.5.0,docutils==0.17.1,dulwich==0.20.32,extras==1.0.0,fasteners==0.17.3,fixtures==3.0.0,future==0.18.2,idna==3.3,imagesize==1.3.0,importlib-metadata==4.11.1,iso8601==1.0.2,Jinja2==3.0.3,jsonschema==3.2.0,MarkupSafe==2.1.0,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,openstackdocstheme==2.4.0,oslo.concurrency==4.5.0,oslo.config==8.8.0,oslo.context==4.1.0,oslo.i18n==5.1.0,oslo.log==4.7.0,oslo.serialization==4.3.0,oslo.utils==4.12.2,packaging==21.3,paramiko==2.8.1,pbr==5.8.1,prettytable==3.1.1,pycparser==2.21,Pygments==2.11.2,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.7,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,reno==3.5.0,requests==2.27.1,rfc3986==1.5.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==4.4.0,sphinxcontrib-applehelp==1.0.2,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==2.0.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-serializinghtml==1.1.5,sphinxcontrib-svg2pdfconverter==1.2.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@0ed065a5b6b435f2039eadd30b1e92cbc7a26845#egg=tempest,testtools==2.5.0,urllib3==1.26.8,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3,zipp==3.7.0 2022-04-04 11:40:14.370 | venv run-test-pre: PYTHONHASHSEED='2952723481' 2022-04-04 11:40:14.370 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.EjZJXqZNE6 2022-04-04 11:40:17.976 | /opt/stack/tempest/tempest/lib/services/image/v1/__init__.py:24: DeprecationWarning: The tempest.lib.services.image.v1 module (Image v1 APIs service clients) is deprecated in favor of tempest.lib.services.image.v2 (Image v2 APIs service clients) and will be removed once Tempest stop supporting stable Ussuri. 2022-04-04 11:40:17.976 | warnings.warn( 2022-04-04 11:40:17.976 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby. 2022-04-04 11:40:17.976 | warnings.warn( 2022-04-04 11:40:17.976 | /opt/stack/tempest/tempest/lib/services/clients.py:210: DeprecationWarning: Class 'tempest.lib.services.volume.v2.extensions_client.ExtensionsClient' has moved to 'tempest.lib.services.volume.v3.extensions_client.ExtensionsClient' in version 'Rocky' and will be removed in a future version 2022-04-04 11:40:17.976 | _client = klass(auth_provider=auth_provider, **kwargs) 2022-04-04 11:40:17.976 | Config option api_v2 in group image-feature-enabled should be changed to: False 2022-04-04 11:40:18.119 | ___________________________________ summary ____________________________________ 2022-04-04 11:40:18.119 | venv: commands succeeded 2022-04-04 11:40:18.119 | congratulations :) 2022-04-04 11:40:18.147 | ++ lib/tempest:configure_tempest:656 : is_service_enabled q-metering 2022-04-04 11:40:18.165 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:40:18.168 | ++ lib/tempest:configure_tempest:661 : is_service_enabled q-l3 2022-04-04 11:40:18.184 | ++ functions-common:is_service_enabled:1965 : return 0 2022-04-04 11:40:18.187 | ++ lib/tempest:configure_tempest:665 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2022-04-04 11:40:18.190 | ++ lib/tempest:configure_tempest:666 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2022-04-04 11:40:18.192 | ++ lib/tempest:configure_tempest:667 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2022-04-04 11:40:18.194 | ++ lib/tempest:configure_tempest:668 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2022-04-04 11:40:18.196 | ++ lib/tempest:configure_tempest:669 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2022-04-04 11:40:18.199 | ++ lib/tempest:configure_tempest:670 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2022-04-04 11:40:18.201 | ++ lib/tempest:configure_tempest:671 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2022-04-04 11:40:18.204 | ++ lib/tempest:configure_tempest:672 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2022-04-04 11:40:18.206 | ++ lib/tempest:configure_tempest:673 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2022-04-04 11:40:18.208 | ++ lib/tempest:configure_tempest:674 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2022-04-04 11:40:18.210 | ++ lib/tempest:configure_tempest:675 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2022-04-04 11:40:18.213 | ++ lib/tempest:configure_tempest:676 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2022-04-04 11:40:18.215 | ++ lib/tempest:configure_tempest:677 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2022-04-04 11:40:18.217 | ++ lib/tempest:configure_tempest:678 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2022-04-04 11:40:18.220 | ++ lib/tempest:configure_tempest:679 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2022-04-04 11:40:18.222 | ++ lib/tempest:configure_tempest:680 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2022-04-04 11:40:18.224 | ++ lib/tempest:configure_tempest:682 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2022-04-04 11:40:18.227 | ++ lib/tempest:configure_tempest:683 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2022-04-04 11:40:18.229 | ++ lib/tempest:configure_tempest:684 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2022-04-04 11:40:18.231 | ++ lib/tempest:configure_tempest:685 : [[ ! -z '' ]] 2022-04-04 11:40:18.234 | ++ lib/tempest:configure_tempest:691 : [[ -n '' ]] 2022-04-04 11:40:18.236 | ++ lib/tempest:configure_tempest:694 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled api_extensions address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2022-04-04 11:40:18.264 | ++ lib/tempest:configure_tempest:696 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2022-04-04 11:40:18.267 | ++ lib/tempest:configure_tempest:697 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2022-04-04 11:40:18.270 | ++ lib/tempest:configure_tempest:698 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2022-04-04 11:40:18.272 | ++ lib/tempest:configure_tempest:699 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2022-04-04 11:40:18.274 | ++ lib/tempest:configure_tempest:700 : [[ ! -z '' ]] 2022-04-04 11:40:18.277 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack/tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2022-04-04 11:40:18.308 | ++ lib/tempest:configure_tempest:708 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2022-04-04 11:40:18.310 | ++ lib/tempest:configure_tempest:709 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2022-04-04 11:40:18.313 | ++ lib/tempest:configure_tempest:710 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2022-04-04 11:40:18.315 | ++ lib/tempest:configure_tempest:711 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2022-04-04 11:40:18.318 | ++ lib/tempest:configure_tempest:712 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2022-04-04 11:40:18.320 | ++ lib/tempest:configure_tempest:713 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2022-04-04 11:40:18.323 | ++ lib/tempest:configure_tempest:714 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2022-04-04 11:40:18.325 | ++ lib/tempest:configure_tempest:715 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2022-04-04 11:40:18.328 | ++ lib/tempest:configure_tempest:716 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2022-04-04 11:40:18.331 | ++ lib/tempest:configure_tempest:717 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2022-04-04 11:40:18.333 | ++ lib/tempest:configure_tempest:718 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2022-04-04 11:40:18.336 | ++ lib/tempest:configure_tempest:720 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2022-04-04 11:40:18.339 | ++ lib/tempest:configure_tempest:722 : [[ ! -z '' ]] 2022-04-04 11:40:18.341 | ++ lib/tempest:configure_tempest:728 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2022-04-04 11:40:18.369 | ++ lib/tempest:configure_tempest:731 : IFS=' 2022-04-04 11:40:18.369 | ' 2022-04-04 11:40:18.372 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2022-04-04 11:40:18.375 | ++ ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-04-04 11:40:18.379 | ++ ./stack.sh:echo_summary:432 : echo -e Installing Tempest Plugins 2022-04-04 11:40:18.381 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2022-04-04 11:40:18.384 | ++ lib/tempest:install_tempest_plugins:760 : pushd /opt/stack/tempest 2022-04-04 11:40:18.384 | /opt/stack/tempest /opt/stack/tempest 2022-04-04 11:40:18.387 | ++ lib/tempest:install_tempest_plugins:761 : [[ 0 != 0 ]] 2022-04-04 11:40:18.390 | ++ lib/tempest:install_tempest_plugins:770 : popd 2022-04-04 11:40:18.390 | /opt/stack/tempest 2022-04-04 11:40:18.393 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-04-04 11:40:18.395 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-04-04 11:40:18.398 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2022-04-04 11:40:18.402 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-04-04 11:40:18.404 | + functions-common:run_phase:1764 : run_plugins stack test-config 2022-04-04 11:40:18.406 | + functions-common:run_plugins:1723 : local mode=stack 2022-04-04 11:40:18.409 | + functions-common:run_plugins:1724 : local phase=test-config 2022-04-04 11:40:18.412 | + functions-common:run_plugins:1726 : local plugins= 2022-04-04 11:40:18.415 | + functions-common:run_plugins:1727 : local plugin 2022-04-04 11:40:18.417 | + ./stack.sh:main:1494 : merge_config_group /home/ubuntu/devstack/local.conf test-config 2022-04-04 11:40:18.420 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-04-04 11:40:18.423 | + inc/meta-config:merge_config_group:171 : shift 2022-04-04 11:40:18.425 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2022-04-04 11:40:18.428 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-04-04 11:40:18.431 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-04-04 11:40:18.433 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-04-04 11:40:18.437 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf test-config 2022-04-04 11:40:18.440 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-04-04 11:40:18.443 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2022-04-04 11:40:18.446 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-04-04 11:40:18.449 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2022-04-04 11:40:18.449 | /^\[\[.+\|.*\]\]/ { 2022-04-04 11:40:18.449 | gsub("[][]", "", $1); 2022-04-04 11:40:18.449 | split($1, a, "|"); 2022-04-04 11:40:18.449 | if (a[1] == matchgroup) 2022-04-04 11:40:18.449 | print a[2] 2022-04-04 11:40:18.449 | } 2022-04-04 11:40:18.449 | ' /home/ubuntu/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 26 pip_install 268 apt-get 521 run_process 37 dbsync 108 git_timed 10 apt-get-update 2 test_with_retry 6 async_wait 374 osc 408 ------------------------- Unaccounted time 101 ========================= Total runtime 1861 ================= Async summary ================= Time spent in the background minus waits: 718 sec Elapsed time: 1861 sec Time if we did everything serially: 2579 sec Speedup: 1.38581 This is your host IP address: 10.222.0.43 This is your host IPv6 address: ::1 Keystone is serving at http://10.222.0.43/identity/ The default users are: admin and demo The password: Passw0rd Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: xena Change: f45d84a9816ee57812c109e6189d14dec16df197 Use ping instead of arping for br-data 2022-04-04 11:07:38 +0000 OS Version: Ubuntu 20.04 focal