2021-09-08 09:52:38.059 | + ./stack.sh:main:473 : exec 2021-09-08 09:52:38.059 | + ./stack.sh:main:481 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-09-08-095237' 2021-09-08 09:52:38.059 | ++ ./stack.sh:main:473 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-09-08-095237.summary.2021-09-08-095237 2021-09-08 09:52:38.059 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-09-08 09:52:38.060 | + ./stack.sh:echo_summary:432 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-09-08-095237 2021-09-08 09:52:38.060 | + ./stack.sh:main:483 : ln -sf /opt/stack/logs/stack.sh.log.2021-09-08-095237 /opt/stack/logs/stack.sh.log 2021-09-08 09:52:38.060 | + ./stack.sh:main:484 : ln -sf /opt/stack/logs/stack.sh.log.2021-09-08-095237.summary.2021-09-08-095237 /opt/stack/logs/stack.sh.log.summary 2021-09-08 09:52:38.060 | + ./stack.sh:main:499 : check_path_perm_sanity /opt/stack 2021-09-08 09:52:38.060 | + functions:check_path_perm_sanity:596 : local real_path 2021-09-08 09:52:38.060 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-09-08 09:52:38.060 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-09-08 09:52:38.060 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-09-08 09:52:38.060 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-09-08 09:52:38.060 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-09-08 09:52:38.060 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-09-08 09:52:38.060 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-09-08 09:52:38.060 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-09-08 09:52:38.060 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-09-08 09:52:38.060 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-09-08 09:52:38.060 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-09-08 09:52:38.060 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-09-08 09:52:38.060 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-09-08 09:52:38.060 | + ./stack.sh:main:505 : trap exit_trap EXIT 2021-09-08 09:52:38.060 | + ./stack.sh:main:546 : trap err_trap ERR 2021-09-08 09:52:38.062 | + ./stack.sh:main:559 : set -o errexit 2021-09-08 09:52:38.064 | + ./stack.sh:main:562 : uname -a 2021-09-08 09:52:38.065 | Linux dv-neutron-807116-5-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 2021-09-08 09:52:38.067 | + ./stack.sh:main:565 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-09-08 09:52:38.069 | + ./stack.sh:main:566 : rm -f /opt/stack/data/ca-bundle.pem 2021-09-08 09:52:38.072 | + ./stack.sh:main:569 : source /home/ubuntu/devstack/lib/database 2021-09-08 09:52:38.109 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/rpc_backend 2021-09-08 09:52:38.123 | + ./stack.sh:main:576 : fetch_plugins 2021-09-08 09:52:38.125 | + functions-common:fetch_plugins:1655 : local plugins= 2021-09-08 09:52:38.127 | + functions-common:fetch_plugins:1656 : local plugin 2021-09-08 09:52:38.129 | + functions-common:fetch_plugins:1659 : [[ -z '' ]] 2021-09-08 09:52:38.131 | + functions-common:fetch_plugins:1660 : return 2021-09-08 09:52:38.132 | + ./stack.sh:main:580 : run_phase override_defaults 2021-09-08 09:52:38.134 | + functions-common:run_phase:1737 : local mode=override_defaults 2021-09-08 09:52:38.136 | + functions-common:run_phase:1738 : local phase= 2021-09-08 09:52:38.138 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-09-08 09:52:38.140 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-09-08 09:52:38.142 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-09-08 09:52:38.143 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-09-08 09:52:38.145 | + functions-common:run_phase:1747 : local extra 2021-09-08 09:52:38.147 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-09-08 09:52:38.150 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-09-08 09:52:38.152 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-09-08 09:52:38.154 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-09-08 09:52:38.156 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-09-08 09:52:38.158 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-09-08 09:52:38.170 | ++ functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:52:38.172 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-09-08 09:52:38.173 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-09-08 09:52:38.175 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-09-08 09:52:38.177 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-09-08 09:52:38.179 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-09-08 09:52:38.180 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-09-08 09:52:38.182 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-09-08 09:52:38.184 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-09-08 09:52:38.186 | + functions-common:run_phase:1758 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-09-08 09:52:38.187 | + functions-common:run_phase:1761 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-09-08 09:52:38.189 | + functions-common:run_phase:1762 : plugin_override_defaults 2021-09-08 09:52:38.191 | + functions-common:plugin_override_defaults:1696 : local plugins= 2021-09-08 09:52:38.193 | + functions-common:plugin_override_defaults:1697 : local plugin 2021-09-08 09:52:38.194 | + functions-common:plugin_override_defaults:1700 : [[ -z '' ]] 2021-09-08 09:52:38.196 | + functions-common:plugin_override_defaults:1701 : return 2021-09-08 09:52:38.198 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/apache 2021-09-08 09:52:38.215 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tls 2021-09-08 09:52:38.218 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-09-08 09:52:38.229 | ++ functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:52:38.232 | +++ lib/tls:source:43 : hostname -f 2021-09-08 09:52:38.235 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-09-08 09:52:38.237 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-09-08 09:52:38.239 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-09-08 09:52:38.240 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-09-08 09:52:38.242 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-09-08 09:52:38.244 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-09-08 09:52:38.246 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-09-08 09:52:38.248 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-09-08 09:52:38.250 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-09-08 09:52:38.251 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-09-08 09:52:38.256 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/infra 2021-09-08 09:52:38.267 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/libraries 2021-09-08 09:52:38.283 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/lvm 2021-09-08 09:52:38.295 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/horizon 2021-09-08 09:52:38.307 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/keystone 2021-09-08 09:52:38.332 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/glance 2021-09-08 09:52:38.387 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/nova 2021-09-08 09:52:38.469 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/placement 2021-09-08 09:52:38.489 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/cinder 2021-09-08 09:52:38.536 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/swift 2021-09-08 09:52:38.586 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/neutron 2021-09-08 09:52:38.705 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/ldap 2021-09-08 09:52:38.719 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/dstat 2021-09-08 09:52:38.731 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/tcpdump 2021-09-08 09:52:38.743 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/etcd3 2021-09-08 09:52:38.827 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/os-vif 2021-09-08 09:52:38.829 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2021-09-08 09:52:38.832 | +++ lib/os-vif:source:17 : is_ml2_ovs 2021-09-08 09:52:38.834 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2021-09-08 09:52:38.836 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2021-09-08 09:52:38.838 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2021-09-08 09:52:38.841 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2021-09-08 09:52:38.841 | False' 2021-09-08 09:52:38.844 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2021-09-08 09:52:38.858 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2021-09-08 09:52:38.860 | + ./stack.sh:main:610 : run_phase source 2021-09-08 09:52:38.862 | + functions-common:run_phase:1737 : local mode=source 2021-09-08 09:52:38.864 | + functions-common:run_phase:1738 : local phase= 2021-09-08 09:52:38.866 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-09-08 09:52:38.868 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-09-08 09:52:38.870 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-09-08 09:52:38.872 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-09-08 09:52:38.874 | + functions-common:run_phase:1747 : local extra 2021-09-08 09:52:38.876 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-09-08 09:52:38.880 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-09-08 09:52:38.881 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-09-08 09:52:38.883 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-09-08 09:52:38.885 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-09-08 09:52:38.888 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-09-08 09:52:38.901 | ++ functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:52:38.903 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-09-08 09:52:38.906 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-09-08 09:52:38.942 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-09-08 09:52:38.944 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-09-08 09:52:38.947 | + functions-common:run_phase:1758 : [[ source == \s\o\u\r\c\e ]] 2021-09-08 09:52:38.949 | + functions-common:run_phase:1759 : load_plugin_settings 2021-09-08 09:52:38.951 | + functions-common:load_plugin_settings:1673 : local plugins= 2021-09-08 09:52:38.953 | + functions-common:load_plugin_settings:1674 : local plugin 2021-09-08 09:52:38.955 | + functions-common:load_plugin_settings:1677 : [[ -z '' ]] 2021-09-08 09:52:38.957 | + functions-common:load_plugin_settings:1678 : return 2021-09-08 09:52:38.960 | + functions-common:run_phase:1760 : verify_disabled_services 2021-09-08 09:52:38.962 | + functions-common:verify_disabled_services:2020 : local service 2021-09-08 09:52:38.964 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:38.966 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-09-08 09:52:38.969 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:38.971 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-09-08 09:52:38.973 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:38.975 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-09-08 09:52:38.977 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:38.980 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-09-08 09:52:38.982 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:38.984 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-09-08 09:52:38.986 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:38.988 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-09-08 09:52:38.991 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:38.993 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-09-08 09:52:38.995 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:38.997 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-09-08 09:52:38.999 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.001 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-09-08 09:52:39.004 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.006 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-09-08 09:52:39.008 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.010 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2021-09-08 09:52:39.012 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.015 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2021-09-08 09:52:39.017 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.019 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2021-09-08 09:52:39.022 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.024 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2021-09-08 09:52:39.026 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.028 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2021-09-08 09:52:39.031 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.033 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-09-08 09:52:39.035 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.037 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2021-09-08 09:52:39.040 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.042 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-09-08 09:52:39.044 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.046 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-09-08 09:52:39.048 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.050 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-09-08 09:52:39.052 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.055 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-09-08 09:52:39.057 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.059 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-09-08 09:52:39.061 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.063 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-09-08 09:52:39.065 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.068 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-09-08 09:52:39.070 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.072 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-09-08 09:52:39.074 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.077 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-09-08 09:52:39.079 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.081 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-09-08 09:52:39.083 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.086 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-09-08 09:52:39.088 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.090 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-09-08 09:52:39.093 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.095 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-09-08 09:52:39.097 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.099 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-09-08 09:52:39.101 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.104 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-09-08 09:52:39.106 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.108 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2021-09-08 09:52:39.110 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.112 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-09-08 09:52:39.114 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.116 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-09-08 09:52:39.119 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.121 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-09-08 09:52:39.124 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.126 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-09-08 09:52:39.128 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.130 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-09-08 09:52:39.132 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.134 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-09-08 09:52:39.136 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.139 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-09-08 09:52:39.141 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.143 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-09-08 09:52:39.145 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.147 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-09-08 09:52:39.149 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.152 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-09-08 09:52:39.154 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.156 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-09-08 09:52:39.159 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.161 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-09-08 09:52:39.163 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.165 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-09-08 09:52:39.167 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-09-08 09:52:39.169 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-09-08 09:52:39.173 | + ./stack.sh:main:681 : initialize_database_backends 2021-09-08 09:52:39.175 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-09-08 09:52:39.177 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-09-08 09:52:39.191 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:52:39.193 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-09-08 09:52:39.195 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-09-08 09:52:39.197 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-09-08 09:52:39.212 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:52:39.215 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-09-08 09:52:39.217 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-09-08 09:52:39.219 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-09-08 09:52:39.222 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-09-08 09:52:39.224 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-09-08 09:52:39.226 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-09-08 09:52:39.228 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-09-08 09:52:39.231 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-09-08 09:52:39.234 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-09-08 09:52:39.236 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-09-08 09:52:39.239 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-09-08 09:52:39.241 | + lib/database:initialize_database_backends:104 : return 0 2021-09-08 09:52:39.244 | + ./stack.sh:main:682 : echo 'Using mysql database backend' 2021-09-08 09:52:39.244 | Using mysql database backend 2021-09-08 09:52:39.246 | + ./stack.sh:main:685 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-09-08 09:52:39.261 | + ./stack.sh:main:697 : is_service_enabled rabbit 2021-09-08 09:52:39.276 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:52:39.278 | + ./stack.sh:main:698 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-09-08 09:52:39.294 | + ./stack.sh:main:705 : is_service_enabled keystone 2021-09-08 09:52:39.309 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:52:39.312 | + ./stack.sh:main:707 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-09-08 09:52:39.328 | + ./stack.sh:main:709 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-09-08 09:52:39.344 | + ./stack.sh:main:720 : is_service_enabled ldap 2021-09-08 09:52:39.359 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:52:39.361 | + ./stack.sh:main:729 : is_service_enabled s-proxy 2021-09-08 09:52:39.377 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:52:39.379 | + ./stack.sh:main:733 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-09-08 09:52:39.395 | + ./stack.sh:main:735 : [[ -z '' ]] 2021-09-08 09:52:39.398 | + ./stack.sh:main:735 : [[ False == \T\r\u\e ]] 2021-09-08 09:52:39.400 | + ./stack.sh:main:741 : save_stackenv 741 2021-09-08 09:52:39.402 | + functions-common:save_stackenv:60 : local tag=741 2021-09-08 09:52:39.405 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-09-08 09:52:39.409 | + functions-common:save_stackenv:62 : time_stamp=2021-09-08-095239 2021-09-08 09:52:39.411 | + functions-common:save_stackenv:63 : echo '# 2021-09-08-095239 741' 2021-09-08 09:52:39.414 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 09:52:39.416 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-09-08 09:52:39.418 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 09:52:39.421 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-09-08 09:52:39.423 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 09:52:39.425 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-09-08 09:52:39.428 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 09:52:39.430 | + 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 2021-09-08 09:52:39.432 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 09:52:39.435 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.49 2021-09-08 09:52:39.437 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 09:52:39.440 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.49/identity 2021-09-08 09:52:39.442 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 09:52:39.444 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-09-08-095237 2021-09-08 09:52:39.447 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 09:52:39.449 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-09-08 09:52:39.451 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 09:52:39.454 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.49 2021-09-08 09:52:39.456 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 09:52:39.458 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-09-08 09:52:39.461 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 09:52:39.463 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-09-08 09:52:39.465 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 09:52:39.468 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-09-08 09:52:39.470 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 09:52:39.473 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-09-08 09:52:39.475 | + ./stack.sh:main:752 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-09-08 09:52:39.477 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2021-09-08 09:52:39.479 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2021-09-08 09:52:39.481 | + functions-common:git_clone:525 : local git_ref=master 2021-09-08 09:52:39.484 | + functions-common:git_clone:526 : local orig_dir 2021-09-08 09:52:39.486 | ++ functions-common:git_clone:527 : pwd 2021-09-08 09:52:39.489 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-09-08 09:52:39.491 | + functions-common:git_clone:528 : local git_clone_flags= 2021-09-08 09:52:39.494 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-09-08 09:52:39.508 | + functions-common:git_clone:530 : RECLONE=False 2021-09-08 09:52:39.510 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-09-08 09:52:39.512 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-09-08 09:52:39.515 | + functions-common:git_clone:544 : echo master 2021-09-08 09:52:39.515 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-09-08 09:52:39.520 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2021-09-08 09:52:39.522 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-09-08 09:52:39.524 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2021-09-08 09:52:39.527 | + functions-common:git_clone:593 : git show --oneline 2021-09-08 09:52:39.527 | + functions-common:git_clone:593 : head -1 2021-09-08 09:52:39.531 | 2ef91670 Merge "update constraint for debtcollector to new release 2.3.0" 2021-09-08 09:52:39.533 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-09-08 09:52:39.535 | + ./stack.sh:main:756 : echo_summary 'Installing package prerequisites' 2021-09-08 09:52:39.538 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-09-08 09:52:39.540 | + ./stack.sh:echo_summary:432 : echo -e Installing package prerequisites 2021-09-08 09:52:39.542 | + ./stack.sh:main:757 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-09-08 09:52:39.545 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-09-08 09:52:39.547 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-09-08 09:52:39.550 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-09-08 09:52:39.552 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-09-08 09:52:39.554 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-09-08 09:52:39.557 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-09-08 09:52:39.559 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-09-08 09:52:39.563 | ++ tools/install_prereqs.sh:source:47 : NOW=1631094759 2021-09-08 09:52:39.566 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-09-08 09:52:39.570 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-09-08 09:52:39.573 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-09-08 09:52:39.575 | ++ tools/install_prereqs.sh:source:49 : DELTA=1631094759 2021-09-08 09:52:39.578 | ++ tools/install_prereqs.sh:source:50 : [[ 1631094759 -lt 7200 ]] 2021-09-08 09:52:39.580 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-09-08 09:52:39.582 | ++ functions-common:export_proxy_variables:2127 : isset http_proxy 2021-09-08 09:52:39.585 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-09-08 09:52:39.587 | ++ functions-common:export_proxy_variables:2130 : isset https_proxy 2021-09-08 09:52:39.589 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-09-08 09:52:39.592 | ++ functions-common:export_proxy_variables:2133 : isset no_proxy 2021-09-08 09:52:39.594 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-09-08 09:52:39.597 | +++ 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 2021-09-08 09:52:39.643 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-09-08 09:52:39.643 | apache2-dev 2021-09-08 09:52:39.643 | bc 2021-09-08 09:52:39.643 | bsdmainutils 2021-09-08 09:52:39.643 | curl 2021-09-08 09:52:39.643 | g++ 2021-09-08 09:52:39.643 | gawk 2021-09-08 09:52:39.643 | gcc 2021-09-08 09:52:39.643 | gettext 2021-09-08 09:52:39.643 | git 2021-09-08 09:52:39.643 | graphviz 2021-09-08 09:52:39.643 | iputils-ping 2021-09-08 09:52:39.643 | libapache2-mod-proxy-uwsgi 2021-09-08 09:52:39.643 | libffi-dev 2021-09-08 09:52:39.643 | libjpeg-dev 2021-09-08 09:52:39.643 | libmysqlclient-dev 2021-09-08 09:52:39.643 | libpcre3-dev 2021-09-08 09:52:39.643 | libpq-dev 2021-09-08 09:52:39.643 | libssl-dev 2021-09-08 09:52:39.643 | libsystemd-dev 2021-09-08 09:52:39.643 | libxml2-dev 2021-09-08 09:52:39.644 | libxslt1-dev 2021-09-08 09:52:39.644 | libyaml-dev 2021-09-08 09:52:39.644 | lsof 2021-09-08 09:52:39.644 | openssh-server 2021-09-08 09:52:39.644 | openssl 2021-09-08 09:52:39.644 | pkg-config 2021-09-08 09:52:39.644 | psmisc 2021-09-08 09:52:39.644 | python3-dev 2021-09-08 09:52:39.644 | python3-pip 2021-09-08 09:52:39.644 | python3-systemd 2021-09-08 09:52:39.644 | python3-venv 2021-09-08 09:52:39.644 | tar 2021-09-08 09:52:39.644 | tcpdump 2021-09-08 09:52:39.644 | unzip 2021-09-08 09:52:39.644 | uuid-runtime 2021-09-08 09:52:39.644 | wget 2021-09-08 09:52:39.644 | wget 2021-09-08 09:52:39.644 | zlib1g-dev 2021-09-08 09:52:39.644 | libkrb5-dev 2021-09-08 09:52:39.644 | libldap2-dev 2021-09-08 09:52:39.644 | libsasl2-dev 2021-09-08 09:52:39.644 | memcached 2021-09-08 09:52:39.644 | python3-mysqldb 2021-09-08 09:52:39.644 | sqlite3 2021-09-08 09:52:39.644 | conntrack 2021-09-08 09:52:39.644 | curl 2021-09-08 09:52:39.644 | dnsmasq-base 2021-09-08 09:52:39.644 | dnsmasq-utils 2021-09-08 09:52:39.644 | ebtables 2021-09-08 09:52:39.644 | genisoimage 2021-09-08 09:52:39.644 | iptables 2021-09-08 09:52:39.644 | iputils-arping 2021-09-08 09:52:39.644 | kpartx 2021-09-08 09:52:39.644 | libjs-jquery-tablesorter 2021-09-08 09:52:39.644 | libmysqlclient-dev 2021-09-08 09:52:39.644 | parted 2021-09-08 09:52:39.645 | pm-utils 2021-09-08 09:52:39.645 | python3-mysqldb 2021-09-08 09:52:39.645 | socat 2021-09-08 09:52:39.645 | sqlite3 2021-09-08 09:52:39.645 | sudo 2021-09-08 09:52:39.645 | vlan 2021-09-08 09:52:39.645 | lsscsi 2021-09-08 09:52:39.645 | open-iscsi 2021-09-08 09:52:39.645 | lvm2 2021-09-08 09:52:39.645 | qemu-utils 2021-09-08 09:52:39.645 | thin-provisioning-tools 2021-09-08 09:52:39.645 | acl 2021-09-08 09:52:39.645 | dnsmasq-base 2021-09-08 09:52:39.645 | dnsmasq-utils 2021-09-08 09:52:39.645 | ebtables 2021-09-08 09:52:39.645 | haproxy 2021-09-08 09:52:39.645 | iptables 2021-09-08 09:52:39.645 | iputils-arping 2021-09-08 09:52:39.645 | iputils-ping 2021-09-08 09:52:39.645 | libmysqlclient-dev 2021-09-08 09:52:39.645 | postgresql-server-dev-all 2021-09-08 09:52:39.645 | python3-mysqldb 2021-09-08 09:52:39.645 | sqlite3 2021-09-08 09:52:39.645 | sudo 2021-09-08 09:52:39.645 | vlan 2021-09-08 09:52:39.645 | pcp 2021-09-08 09:52:39.645 | ipset 2021-09-08 09:52:39.645 | conntrack 2021-09-08 09:52:39.645 | conntrackd 2021-09-08 09:52:39.645 | keepalived 2021-09-08 09:52:39.645 | lvm2 2021-09-08 09:52:39.645 | qemu-utils 2021-09-08 09:52:39.645 | thin-provisioning-tools 2021-09-08 09:52:39.645 | curl 2021-09-08 09:52:39.645 | liberasurecode-dev 2021-09-08 09:52:39.645 | make 2021-09-08 09:52:39.645 | memcached 2021-09-08 09:52:39.645 | sqlite3 2021-09-08 09:52:39.646 | xfsprogs' 2021-09-08 09:52:39.648 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-09-08 09:52:39.664 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-09-08 09:52:39.664 | apache2-dev 2021-09-08 09:52:39.664 | bc 2021-09-08 09:52:39.664 | bsdmainutils 2021-09-08 09:52:39.664 | curl 2021-09-08 09:52:39.664 | g++ 2021-09-08 09:52:39.664 | gawk 2021-09-08 09:52:39.665 | gcc 2021-09-08 09:52:39.665 | gettext 2021-09-08 09:52:39.665 | git 2021-09-08 09:52:39.665 | graphviz 2021-09-08 09:52:39.665 | iputils-ping 2021-09-08 09:52:39.665 | libapache2-mod-proxy-uwsgi 2021-09-08 09:52:39.665 | libffi-dev 2021-09-08 09:52:39.665 | libjpeg-dev 2021-09-08 09:52:39.665 | libmysqlclient-dev 2021-09-08 09:52:39.665 | libpcre3-dev 2021-09-08 09:52:39.665 | libpq-dev 2021-09-08 09:52:39.665 | libssl-dev 2021-09-08 09:52:39.665 | libsystemd-dev 2021-09-08 09:52:39.665 | libxml2-dev 2021-09-08 09:52:39.665 | libxslt1-dev 2021-09-08 09:52:39.665 | libyaml-dev 2021-09-08 09:52:39.665 | lsof 2021-09-08 09:52:39.665 | openssh-server 2021-09-08 09:52:39.665 | openssl 2021-09-08 09:52:39.665 | pkg-config 2021-09-08 09:52:39.665 | psmisc 2021-09-08 09:52:39.665 | python3-dev 2021-09-08 09:52:39.665 | python3-pip 2021-09-08 09:52:39.665 | python3-systemd 2021-09-08 09:52:39.665 | python3-venv 2021-09-08 09:52:39.665 | tar 2021-09-08 09:52:39.665 | tcpdump 2021-09-08 09:52:39.665 | unzip 2021-09-08 09:52:39.665 | uuid-runtime 2021-09-08 09:52:39.665 | wget 2021-09-08 09:52:39.665 | wget 2021-09-08 09:52:39.665 | zlib1g-dev 2021-09-08 09:52:39.665 | libkrb5-dev 2021-09-08 09:52:39.665 | libldap2-dev 2021-09-08 09:52:39.665 | libsasl2-dev 2021-09-08 09:52:39.665 | memcached 2021-09-08 09:52:39.666 | python3-mysqldb 2021-09-08 09:52:39.666 | sqlite3 2021-09-08 09:52:39.666 | conntrack 2021-09-08 09:52:39.666 | curl 2021-09-08 09:52:39.666 | dnsmasq-base 2021-09-08 09:52:39.666 | dnsmasq-utils 2021-09-08 09:52:39.666 | ebtables 2021-09-08 09:52:39.666 | genisoimage 2021-09-08 09:52:39.666 | iptables 2021-09-08 09:52:39.666 | iputils-arping 2021-09-08 09:52:39.666 | kpartx 2021-09-08 09:52:39.666 | libjs-jquery-tablesorter 2021-09-08 09:52:39.666 | libmysqlclient-dev 2021-09-08 09:52:39.666 | parted 2021-09-08 09:52:39.666 | pm-utils 2021-09-08 09:52:39.666 | python3-mysqldb 2021-09-08 09:52:39.666 | socat 2021-09-08 09:52:39.666 | sqlite3 2021-09-08 09:52:39.666 | sudo 2021-09-08 09:52:39.666 | vlan 2021-09-08 09:52:39.666 | lsscsi 2021-09-08 09:52:39.666 | open-iscsi 2021-09-08 09:52:39.666 | lvm2 2021-09-08 09:52:39.666 | qemu-utils 2021-09-08 09:52:39.666 | thin-provisioning-tools 2021-09-08 09:52:39.666 | acl 2021-09-08 09:52:39.666 | dnsmasq-base 2021-09-08 09:52:39.666 | dnsmasq-utils 2021-09-08 09:52:39.666 | ebtables 2021-09-08 09:52:39.666 | haproxy 2021-09-08 09:52:39.666 | iptables 2021-09-08 09:52:39.666 | iputils-arping 2021-09-08 09:52:39.666 | iputils-ping 2021-09-08 09:52:39.667 | libmysqlclient-dev 2021-09-08 09:52:39.667 | postgresql-server-dev-all 2021-09-08 09:52:39.667 | python3-mysqldb 2021-09-08 09:52:39.667 | sqlite3 2021-09-08 09:52:39.667 | sudo 2021-09-08 09:52:39.667 | vlan 2021-09-08 09:52:39.667 | pcp 2021-09-08 09:52:39.667 | ipset 2021-09-08 09:52:39.667 | conntrack 2021-09-08 09:52:39.667 | conntrackd 2021-09-08 09:52:39.667 | keepalived 2021-09-08 09:52:39.667 | lvm2 2021-09-08 09:52:39.667 | qemu-utils 2021-09-08 09:52:39.667 | thin-provisioning-tools 2021-09-08 09:52:39.667 | curl 2021-09-08 09:52:39.667 | liberasurecode-dev 2021-09-08 09:52:39.667 | make 2021-09-08 09:52:39.667 | memcached 2021-09-08 09:52:39.667 | sqlite3 2021-09-08 09:52:39.667 | xfsprogs ' 2021-09-08 09:52:39.668 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-09-08 09:52:39.671 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:52:39.673 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:52:39.677 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-09-08 09:52:39.677 | ++ 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev 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 2021-09-08 09:52:39.681 | ++ 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev 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 2021-09-08 09:52:39.683 | ++ functions-common:install_package:1347 : update_package_repo 2021-09-08 09:52:39.685 | ++ functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-09-08 09:52:39.687 | ++ functions-common:update_package_repo:1320 : REPOS_UPDATED=False 2021-09-08 09:52:39.689 | ++ functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-09-08 09:52:39.691 | ++ functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-09-08 09:52:39.693 | ++ functions-common:update_package_repo:1327 : is_ubuntu 2021-09-08 09:52:39.695 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:52:39.697 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:52:39.699 | ++ functions-common:update_package_repo:1328 : apt_get_update 2021-09-08 09:52:39.702 | ++ functions-common:apt_get_update:1073 : [[ False == \T\r\u\e ]] 2021-09-08 09:52:39.704 | ++ functions-common:apt_get_update:1078 : [[ False = \T\r\u\e ]] 2021-09-08 09:52:39.706 | ++ functions-common:apt_get_update:1080 : local sudo=sudo 2021-09-08 09:52:39.708 | +++ functions-common:apt_get_update:1081 : id -u 2021-09-08 09:52:39.712 | ++ functions-common:apt_get_update:1081 : [[ 1000 = \0 ]] 2021-09-08 09:52:39.714 | ++ functions-common:apt_get_update:1084 : time_start apt-get-update 2021-09-08 09:52:39.716 | ++ functions-common:time_start:2295 : local name=apt-get-update 2021-09-08 09:52:39.719 | ++ functions-common:time_start:2296 : local start_time= 2021-09-08 09:52:39.721 | ++ functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 09:52:39.723 | +++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 09:52:39.726 | ++ functions-common:time_start:2300 : _TIME_START[$name]=1631094759724 2021-09-08 09:52:39.728 | ++ functions-common:apt_get_update:1086 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-09-08 09:52:39.730 | ++ functions-common:apt_get_update:1087 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-09-08 09:52:39.732 | ++ 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' 2021-09-08 09:52:40.179 | Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2021-09-08 09:52:40.258 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2021-09-08 09:52:40.399 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2021-09-08 09:52:40.537 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2021-09-08 09:52:42.255 | Reading package lists... 2021-09-08 09:52:42.284 | ++ functions-common:apt_get_update:1092 : REPOS_UPDATED=True 2021-09-08 09:52:42.286 | ++ functions-common:apt_get_update:1094 : time_stop apt-get-update 2021-09-08 09:52:42.288 | ++ functions-common:time_stop:2309 : local name 2021-09-08 09:52:42.290 | ++ functions-common:time_stop:2310 : local end_time 2021-09-08 09:52:42.292 | ++ functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:52:42.294 | ++ functions-common:time_stop:2312 : local total 2021-09-08 09:52:42.297 | ++ functions-common:time_stop:2313 : local start_time 2021-09-08 09:52:42.299 | ++ functions-common:time_stop:2315 : name=apt-get-update 2021-09-08 09:52:42.301 | ++ functions-common:time_stop:2316 : start_time=1631094759724 2021-09-08 09:52:42.303 | ++ functions-common:time_stop:2318 : [[ -z 1631094759724 ]] 2021-09-08 09:52:42.305 | +++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:52:42.309 | ++ functions-common:time_stop:2321 : end_time=1631094762307 2021-09-08 09:52:42.311 | ++ functions-common:time_stop:2322 : elapsed_time=2583 2021-09-08 09:52:42.313 | ++ functions-common:time_stop:2323 : total=0 2021-09-08 09:52:42.315 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:52:42.317 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=2583 2021-09-08 09:52:42.319 | ++ 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev 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 2021-09-08 09:52:42.321 | ++ functions-common:real_install_package:1333 : is_ubuntu 2021-09-08 09:52:42.323 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:52:42.325 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:52:42.328 | ++ 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev 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 2021-09-08 09:52:42.348 | ++ 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev 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 2021-09-08 09:52:42.452 | Reading package lists... 2021-09-08 09:52:42.667 | Building dependency tree... 2021-09-08 09:52:42.668 | Reading state information... 2021-09-08 09:52:42.921 | bc is already the newest version (1.07.1-2build1). 2021-09-08 09:52:42.921 | bc set to manually installed. 2021-09-08 09:52:42.921 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2021-09-08 09:52:42.921 | bsdmainutils set to manually installed. 2021-09-08 09:52:42.921 | gawk is already the newest version (1:5.0.1+dfsg-1). 2021-09-08 09:52:42.921 | gawk set to manually installed. 2021-09-08 09:52:42.921 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2021-09-08 09:52:42.921 | iptables is already the newest version (1.8.4-3ubuntu2). 2021-09-08 09:52:42.921 | iptables set to manually installed. 2021-09-08 09:52:42.921 | iputils-ping is already the newest version (3:20190709-3). 2021-09-08 09:52:42.921 | kpartx is already the newest version (0.8.3-1ubuntu2). 2021-09-08 09:52:42.921 | kpartx set to manually installed. 2021-09-08 09:52:42.921 | libpcre3-dev is already the newest version (2:8.39-12build1). 2021-09-08 09:52:42.921 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2021-09-08 09:52:42.921 | psmisc is already the newest version (23.3-1). 2021-09-08 09:52:42.921 | psmisc set to manually installed. 2021-09-08 09:52:42.921 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2021-09-08 09:52:42.921 | python3-systemd is already the newest version (234-3build2). 2021-09-08 09:52:42.921 | python3-systemd set to manually installed. 2021-09-08 09:52:42.921 | tcpdump is already the newest version (4.9.3-4). 2021-09-08 09:52:42.921 | tcpdump set to manually installed. 2021-09-08 09:52:42.921 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2021-09-08 09:52:42.921 | thin-provisioning-tools set to manually installed. 2021-09-08 09:52:42.921 | wget is already the newest version (1.20.3-1ubuntu1). 2021-09-08 09:52:42.921 | wget set to manually installed. 2021-09-08 09:52:42.922 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2021-09-08 09:52:42.922 | git is already the newest version (1:2.25.1-1ubuntu3.1). 2021-09-08 09:52:42.922 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2021-09-08 09:52:42.922 | lsof set to manually installed. 2021-09-08 09:52:42.922 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2021-09-08 09:52:42.922 | parted set to manually installed. 2021-09-08 09:52:42.922 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2021-09-08 09:52:42.922 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2021-09-08 09:52:42.922 | tar set to manually installed. 2021-09-08 09:52:42.922 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.1). 2021-09-08 09:52:42.922 | uuid-runtime set to manually installed. 2021-09-08 09:52:42.922 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2021-09-08 09:52:42.922 | zlib1g-dev set to manually installed. 2021-09-08 09:52:42.922 | The following packages were automatically installed and are no longer required: 2021-09-08 09:52:42.922 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-09-08 09:52:42.922 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-09-08 09:52:42.922 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-09-08 09:52:42.922 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-09-08 09:52:42.922 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-09-08 09:52:42.922 | python3-zope.interface 2021-09-08 09:52:42.922 | Use 'sudo apt autoremove' to remove them. 2021-09-08 09:52:42.922 | The following additional packages will be installed: 2021-09-08 09:52:42.922 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2021-09-08 09:52:42.922 | autotools-dev binfmt-support build-essential clang-10 comerr-dev debhelper 2021-09-08 09:52:42.922 | dh-autoreconf dh-strip-nondeterminism dns-root-data dpkg-dev dwz fakeroot 2021-09-08 09:52:42.922 | fontconfig fontconfig-config fonts-dejavu-core fonts-liberation g++-9 2021-09-08 09:52:42.922 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2021-09-08 09:52:42.922 | krb5-multidev lib32gcc-s1 lib32stdc++6 libalgorithm-diff-perl 2021-09-08 09:52:42.922 | libalgorithm-diff-xs-perl libalgorithm-merge-perl libann0 libapr1 2021-09-08 09:52:42.922 | libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev 2021-09-08 09:52:42.923 | libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2021-09-08 09:52:42.923 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2021-09-08 09:52:42.923 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 2021-09-08 09:52:42.923 | libcurl4 libdatrie1 libdebhelper-perl libdpkg-perl liberasurecode1 2021-09-08 09:52:42.923 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2021-09-08 09:52:42.923 | libfontconfig1 libgc1c2 libgd3 libgraphite2-3 libgssrpc4 libgts-0.7-5 2021-09-08 09:52:42.923 | libgts-bin libgvc6 libgvpr2 libharfbuzz0b libibverbs1 libice6 libicu-dev 2021-09-08 09:52:42.923 | libidn11 libipset13 libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 2021-09-08 09:52:42.923 | libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjs-jquery libjs-jquery-metadata 2021-09-08 09:52:42.923 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 2021-09-08 09:52:42.923 | libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl 2021-09-08 09:52:42.923 | libmysqlclient21 libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 2021-09-08 09:52:42.923 | libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss-systemd 2021-09-08 09:52:42.923 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpam-systemd 2021-09-08 09:52:42.923 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2021-09-08 09:52:42.923 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2021-09-08 09:52:42.923 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq5 librados2 2021-09-08 09:52:42.923 | librbd1 librdmacm1 libsctp-dev libsctp1 libsensors-config libsensors5 libsm6 2021-09-08 09:52:42.923 | libsnmp-base libsnmp35 libssl1.1 libstdc++-9-dev libsub-override-perl 2021-09-08 09:52:42.923 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2021-09-08 09:52:42.923 | libtinfo-dev libtool libwebp6 libx86-1 libxaw7 libxcb-render0 libxcb-shm0 2021-09-08 09:52:42.923 | libxml2 libxmu6 libxpm4 libxrender1 libxt6 libz3-4 libz3-dev llvm-10 2021-09-08 09:52:42.923 | llvm-10-dev llvm-10-runtime llvm-10-tools m4 mysql-common openssh-client 2021-09-08 09:52:42.923 | openssh-sftp-server pcp-conf po-debconf postgresql-client-12 2021-09-08 09:52:42.923 | postgresql-client-common postgresql-common postgresql-server-dev-12 2021-09-08 09:52:42.923 | python-pip-whl python3-pcp python3-pygments python3-wheel python3-yaml 2021-09-08 09:52:42.923 | python3.8-venv qemu-block-extra sharutils ssl-cert systemd systemd-sysv 2021-09-08 09:52:42.923 | systemd-timesyncd uuid-dev vbetool x11-common 2021-09-08 09:52:42.924 | Suggested packages: 2021-09-08 09:52:42.924 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2021-09-08 09:52:42.924 | autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables 2021-09-08 09:52:42.924 | dh-make debian-keyring g++-multilib g++-9-multilib gcc-9-doc wodim 2021-09-08 09:52:42.924 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev gsfonts graphviz-doc 2021-09-08 09:52:42.925 | vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc python bzr libisal2 2021-09-08 09:52:42.925 | libjerasure2 libgd-tools krb5-user icu-doc libtool-doc ncurses-doc 2021-09-08 09:52:42.925 | libomp-10-doc postgresql-doc-12 lksctp-tools lm-sensors snmp-mibs-downloader 2021-09-08 09:52:42.925 | libssl-doc libstdc++-9-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc 2021-09-08 09:52:42.925 | llvm-10-doc m4-doc make-doc libanyevent-perl libcache-memcached-perl 2021-09-08 09:52:42.925 | libmemcached libterm-readkey-perl libyaml-perl keychain libpam-ssh 2021-09-08 09:52:42.925 | monkeysphere ssh-askpass molly-guard pcp-gui libpcp-import-perl cpufrequtils 2021-09-08 09:52:42.925 | wireless-tools radeontool libmail-box-perl postgresql-12 libjson-perl 2021-09-08 09:52:42.925 | default-mysql-server | virtual-mysql-server python3-mysqldb-dbg 2021-09-08 09:52:42.925 | python-pygments-doc ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx 2021-09-08 09:52:42.925 | | mailx sqlite3-doc openssl-blacklist systemd-container zip 2021-09-08 09:52:43.152 | The following NEW packages will be installed: 2021-09-08 09:52:43.152 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf 2021-09-08 09:52:43.152 | automake autopoint autotools-dev binfmt-support build-essential clang-10 2021-09-08 09:52:43.152 | comerr-dev conntrack conntrackd debhelper dh-autoreconf 2021-09-08 09:52:43.152 | dh-strip-nondeterminism dns-root-data dnsmasq-base dnsmasq-utils dpkg-dev 2021-09-08 09:52:43.152 | dwz ebtables fakeroot fontconfig fontconfig-config fonts-dejavu-core 2021-09-08 09:52:43.152 | fonts-liberation g++ g++-9 genisoimage gettext graphviz haproxy 2021-09-08 09:52:43.152 | ibverbs-providers icu-devtools intltool-debian ipset iputils-arping ipvsadm 2021-09-08 09:52:43.152 | javascript-common keepalived krb5-multidev lib32gcc-s1 lib32stdc++6 2021-09-08 09:52:43.152 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2021-09-08 09:52:43.152 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2021-09-08 09:52:43.152 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-09-08 09:52:43.152 | libarchive-cpio-perl libarchive-zip-perl libboost-iostreams1.71.0 2021-09-08 09:52:43.152 | libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 libcgraph6 2021-09-08 09:52:43.152 | libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 libdatrie1 2021-09-08 09:52:43.152 | libdebhelper-perl libdpkg-perl liberasurecode-dev liberasurecode1 2021-09-08 09:52:43.152 | libfakeroot libffi-dev libfile-fcntllock-perl 2021-09-08 09:52:43.152 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2021-09-08 09:52:43.152 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2021-09-08 09:52:43.152 | libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7 2021-09-08 09:52:43.152 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-09-08 09:52:43.152 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2021-09-08 09:52:43.152 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2021-09-08 09:52:43.152 | libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 2021-09-08 09:52:43.152 | libmail-sendmail-perl libmysqlclient-dev libmysqlclient21 libncurses-dev 2021-09-08 09:52:43.152 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-09-08 09:52:43.152 | libnl-route-3-200 libnspr4 libnss3 libobjc-9-dev libobjc4 libomp-10-dev 2021-09-08 09:52:43.153 | libomp5-10 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2021-09-08 09:52:43.153 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2021-09-08 09:52:43.153 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5 2021-09-08 09:52:43.153 | librados2 librbd1 librdmacm1 libsasl2-dev libsctp-dev libsctp1 2021-09-08 09:52:43.153 | libsensors-config libsensors5 libsm6 libsnmp-base libsnmp35 libssl-dev 2021-09-08 09:52:43.153 | libstdc++-9-dev libsub-override-perl libsys-hostname-long-perl 2021-09-08 09:52:43.153 | libsystemd-dev libthai-data libthai0 libtiff5 libtinfo-dev libtool libwebp6 2021-09-08 09:52:43.153 | libx86-1 libxaw7 libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 2021-09-08 09:52:43.153 | libxrender1 libxslt1-dev libxt6 libyaml-dev libz3-4 libz3-dev llvm-10 2021-09-08 09:52:43.153 | llvm-10-dev llvm-10-runtime llvm-10-tools lsscsi m4 make memcached 2021-09-08 09:52:43.153 | mysql-common pcp pcp-conf pkg-config pm-utils po-debconf 2021-09-08 09:52:43.153 | postgresql-client-12 postgresql-client-common postgresql-common 2021-09-08 09:52:43.153 | postgresql-server-dev-12 postgresql-server-dev-all python-pip-whl 2021-09-08 09:52:43.153 | python3-mysqldb python3-pcp python3-pip python3-pygments python3-venv 2021-09-08 09:52:43.153 | python3-wheel python3-yaml python3.8-venv qemu-block-extra qemu-utils 2021-09-08 09:52:43.153 | sharutils socat sqlite3 ssl-cert unzip uuid-dev vbetool vlan x11-common 2021-09-08 09:52:43.153 | The following packages will be upgraded: 2021-09-08 09:52:43.154 | curl libcurl4 libldap-2.4-2 libnss-systemd libpam-systemd libssl1.1 2021-09-08 09:52:43.155 | libsystemd0 libxml2 open-iscsi openssh-client openssh-server 2021-09-08 09:52:43.155 | openssh-sftp-server openssl systemd systemd-sysv systemd-timesyncd 2021-09-08 09:52:43.266 | 16 upgraded, 220 newly installed, 0 to remove and 85 not upgraded. 2021-09-08 09:52:43.266 | Need to get 156 MB of archives. 2021-09-08 09:52:43.266 | After this operation, 777 MB of additional disk space will be used. 2021-09-08 09:52:43.266 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.11 [96.1 kB] 2021-09-08 09:52:43.438 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.11 [28.1 kB] 2021-09-08 09:52:43.448 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.11 [10.3 kB] 2021-09-08 09:52:43.453 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.11 [186 kB] 2021-09-08 09:52:43.524 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.11 [3,807 kB] 2021-09-08 09:52:44.008 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.11 [270 kB] 2021-09-08 09:52:44.028 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 [91.4 kB] 2021-09-08 09:52:44.030 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.8 [1,320 kB] 2021-09-08 09:52:44.093 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 [84.7 kB] 2021-09-08 09:52:44.095 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 [10.5 kB] 2021-09-08 09:52:44.096 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] 2021-09-08 09:52:44.099 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 [8,736 B] 2021-09-08 09:52:44.100 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.6 [161 kB] 2021-09-08 09:52:44.103 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.6 [234 kB] 2021-09-08 09:52:44.109 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB] 2021-09-08 09:52:44.119 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 [106 kB] 2021-09-08 09:52:44.129 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [640 kB] 2021-09-08 09:52:44.184 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.4 [1,180 kB] 2021-09-08 09:52:44.299 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.4 [159 kB] 2021-09-08 09:52:44.352 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.4 [84.0 kB] 2021-09-08 09:52:44.405 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.4 [95.5 kB] 2021-09-08 09:52:44.407 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2021-09-08 09:52:44.427 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.2 [1,519 kB] 2021-09-08 09:52:44.856 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 [53.9 kB] 2021-09-08 09:52:44.857 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [11.1 kB] 2021-09-08 09:52:44.858 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B] 2021-09-08 09:52:44.858 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.26-0ubuntu0.20.04.2 [1,228 kB] 2021-09-08 09:52:44.882 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors-config all 1:3.6.0-2ubuntu1 [6,092 B] 2021-09-08 09:52:44.883 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1 [27.4 kB] 2021-09-08 09:52:44.883 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.3 [206 kB] 2021-09-08 09:52:44.888 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.3 [978 kB] 2021-09-08 09:52:45.055 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 keepalived amd64 1:2.0.19-2 [360 kB] 2021-09-08 09:52:45.061 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.1 [126 kB] 2021-09-08 09:52:45.106 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 [283 kB] 2021-09-08 09:52:45.117 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.8 [620 kB] 2021-09-08 09:52:45.236 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB] 2021-09-08 09:52:45.258 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.3 [51.5 kB] 2021-09-08 09:52:45.260 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.3 [377 kB] 2021-09-08 09:52:45.378 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.3 [671 kB] 2021-09-08 09:52:45.436 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB] 2021-09-08 09:52:45.441 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2021-09-08 09:52:45.455 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] 2021-09-08 09:52:45.483 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] 2021-09-08 09:52:45.532 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] 2021-09-08 09:52:45.665 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB] 2021-09-08 09:52:45.687 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB] 2021-09-08 09:52:48.664 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB] 2021-09-08 09:52:50.695 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1,714 kB] 2021-09-08 09:52:50.961 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB] 2021-09-08 09:52:50.976 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 [42.8 kB] 2021-09-08 09:52:50.984 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.3.0-17ubuntu1~20.04 [226 kB] 2021-09-08 09:52:51.026 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.2 [2,723 kB] 2021-09-08 09:52:51.608 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB] 2021-09-08 09:52:51.611 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB] 2021-09-08 09:52:51.680 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB] 2021-09-08 09:52:52.549 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB] 2021-09-08 09:52:53.861 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB] 2021-09-08 09:52:53.871 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] 2021-09-08 09:52:53.898 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB] 2021-09-08 09:52:53.899 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] 2021-09-08 09:52:53.912 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB] 2021-09-08 09:52:53.932 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9,532 B] 2021-09-08 09:52:53.934 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] 2021-09-08 09:52:53.937 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5,228 B] 2021-09-08 09:52:53.938 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB] 2021-09-08 09:52:54.002 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] 2021-09-08 09:52:54.095 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB] 2021-09-08 09:52:54.193 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB] 2021-09-08 09:52:54.252 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB] 2021-09-08 09:52:54.267 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB] 2021-09-08 09:52:54.449 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] 2021-09-08 09:52:54.452 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB] 2021-09-08 09:52:54.501 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB] 2021-09-08 09:52:54.658 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.1 [33.6 kB] 2021-09-08 09:52:54.663 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [7,876 B] 2021-09-08 09:52:54.664 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [59.8 kB] 2021-09-08 09:52:54.674 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 [702 kB] 2021-09-08 09:52:54.805 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.8 [262 kB] 2021-09-08 09:52:54.864 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 [394 kB] 2021-09-08 09:52:54.920 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.4 [179 kB] 2021-09-08 09:52:54.935 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 [58.2 kB] 2021-09-08 09:52:54.940 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8,405 kB] 2021-09-08 09:52:56.658 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1,604 B] 2021-09-08 09:52:56.659 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4,664 B] 2021-09-08 09:52:56.660 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2021-09-08 09:52:56.661 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 [6,724 B] 2021-09-08 09:52:56.662 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 [12.4 kB] 2021-09-08 09:52:56.662 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 [125 kB] 2021-09-08 09:52:56.677 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 [5,300 B] 2021-09-08 09:52:56.678 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] 2021-09-08 09:52:56.684 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.4 [315 kB] 2021-09-08 09:52:56.727 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.4 [13.3 kB] 2021-09-08 09:52:56.729 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2021-09-08 09:52:56.739 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] 2021-09-08 09:52:56.742 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] 2021-09-08 09:52:56.749 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2021-09-08 09:52:56.861 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] 2021-09-08 09:52:56.942 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] 2021-09-08 09:52:56.944 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] 2021-09-08 09:52:56.954 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] 2021-09-08 09:52:56.969 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 [330 kB] 2021-09-08 09:52:57.086 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] 2021-09-08 09:52:57.180 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB] 2021-09-08 09:52:57.193 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB] 2021-09-08 09:52:57.236 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 [117 kB] 2021-09-08 09:52:57.291 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2021-09-08 09:52:57.292 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2021-09-08 09:52:57.303 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 [185 kB] 2021-09-08 09:52:57.341 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.1 [162 kB] 2021-09-08 09:52:57.373 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2021-09-08 09:52:57.378 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2 [118 kB] 2021-09-08 09:52:57.394 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2021-09-08 09:52:57.418 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 [227 kB] 2021-09-08 09:52:57.449 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] 2021-09-08 09:52:57.451 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5,584 B] 2021-09-08 09:52:57.452 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2021-09-08 09:52:57.454 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] 2021-09-08 09:52:57.537 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] 2021-09-08 09:52:57.557 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4 [391 kB] 2021-09-08 09:52:57.610 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB] 2021-09-08 09:52:57.635 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] 2021-09-08 09:52:57.639 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] 2021-09-08 09:52:57.679 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] 2021-09-08 09:52:57.697 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB] 2021-09-08 09:52:57.702 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB] 2021-09-08 09:52:57.703 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB] 2021-09-08 09:52:57.706 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB] 2021-09-08 09:52:57.800 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB] 2021-09-08 09:52:57.853 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB] 2021-09-08 09:52:57.880 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB] 2021-09-08 09:52:57.884 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB] 2021-09-08 09:52:57.890 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB] 2021-09-08 09:52:57.962 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2021-09-08 09:52:57.980 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB] 2021-09-08 09:52:57.985 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2021-09-08 09:52:58.004 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB] 2021-09-08 09:52:58.151 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 [149 kB] 2021-09-08 09:52:58.177 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB] 2021-09-08 09:52:58.187 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB] 2021-09-08 09:52:58.226 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 icu-devtools amd64 66.1-2ubuntu2 [188 kB] 2021-09-08 09:52:58.252 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 [15.8 kB] 2021-09-08 09:52:58.254 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B] 2021-09-08 09:52:58.312 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 2021-09-08 09:52:58.317 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 2021-09-08 09:52:58.321 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 2021-09-08 09:52:58.432 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 2021-09-08 09:52:58.436 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] 2021-09-08 09:52:58.440 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 2021-09-08 09:52:58.458 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] 2021-09-08 09:52:58.463 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] 2021-09-08 09:52:58.465 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2021-09-08 09:52:58.466 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2021-09-08 09:52:58.544 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 [237 kB] 2021-09-08 09:52:58.570 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB] 2021-09-08 09:52:58.596 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] 2021-09-08 09:52:58.661 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2021-09-08 09:52:58.665 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libicu-dev amd64 66.1-2ubuntu2 [9,450 kB] 2021-09-08 09:52:59.988 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libipset13 amd64 7.5-1~exp1 [53.4 kB] 2021-09-08 09:52:59.992 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB] 2021-09-08 09:52:59.998 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 [63.9 kB] 2021-09-08 09:53:00.004 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 [238 kB] 2021-09-08 09:53:00.024 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2021-09-08 09:53:00.025 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2021-09-08 09:53:00.026 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 [329 kB] 2021-09-08 09:53:00.086 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 [7,032 B] 2021-09-08 09:53:00.087 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 [175 kB] 2021-09-08 09:53:00.090 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] 2021-09-08 09:53:00.111 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2021-09-08 09:53:00.112 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2021-09-08 09:53:00.114 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.8 [1,584 kB] 2021-09-08 09:53:00.315 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient-dev amd64 8.0.26-0ubuntu0.20.04.2 [1,538 kB] 2021-09-08 09:53:00.447 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB] 2021-09-08 09:53:00.579 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 [107 kB] 2021-09-08 09:53:00.747 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.5 [1,256 kB] 2021-09-08 09:53:00.945 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 [300 kB] 2021-09-08 09:53:00.950 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 [47.7 kB] 2021-09-08 09:53:00.951 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp-conf amd64 5.0.3-1 [17.0 kB] 2021-09-08 09:53:00.951 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp3 amd64 5.0.3-1 [255 kB] 2021-09-08 09:53:00.956 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda3 amd64 5.0.3-1 [39.4 kB] 2021-09-08 09:53:00.957 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda-perl amd64 5.0.3-1 [39.7 kB] 2021-09-08 09:53:00.958 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.8-0ubuntu0.20.04.1 [116 kB] 2021-09-08 09:53:00.960 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.8-0ubuntu0.20.04.1 [136 kB] 2021-09-08 09:53:00.963 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.13-0ubuntu0.20.04.2 [3,210 kB] 2021-09-08 09:53:01.507 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.13-0ubuntu0.20.04.2 [1,624 kB] 2021-09-08 09:53:01.748 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2 [225 kB] 2021-09-08 09:53:01.761 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.11 [246 kB] 2021-09-08 09:53:01.796 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B] 2021-09-08 09:53:01.796 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 [76.1 kB] 2021-09-08 09:53:01.823 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [735 kB] 2021-09-08 09:53:01.993 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxslt1-dev amd64 1.1.34-4 [219 kB] 2021-09-08 09:53:02.008 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 [180 kB] 2021-09-08 09:53:02.104 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 [266 kB] 2021-09-08 09:53:02.159 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 [5,214 kB] 2021-09-08 09:53:03.279 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB] 2021-09-08 09:53:03.280 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2021-09-08 09:53:03.380 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 [317 kB] 2021-09-08 09:53:03.452 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 [6,792 kB] 2021-09-08 09:53:04.821 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 [67.5 kB] 2021-09-08 09:53:04.823 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 [26.0 MB] 2021-09-08 09:53:10.171 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 [46.1 kB] 2021-09-08 09:53:10.172 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2021-09-08 09:53:10.173 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 [48.1 kB] 2021-09-08 09:53:10.269 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 [28.2 kB] 2021-09-08 09:53:10.359 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.8-0ubuntu0.20.04.1 [1,046 kB] 2021-09-08 09:53:10.592 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2021-09-08 09:53:10.593 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 [169 kB] 2021-09-08 09:53:10.609 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.8-0ubuntu0.20.04.1 [921 kB] 2021-09-08 09:53:10.694 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 [7,652 B] 2021-09-08 09:53:10.695 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python-pip-whl all 20.0.2-5ubuntu1.6 [1,805 kB] 2021-09-08 09:53:11.009 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 [44.9 kB] 2021-09-08 09:53:11.010 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-wheel all 0.34.2-1 [23.8 kB] 2021-09-08 09:53:11.011 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-pip all 20.0.2-5ubuntu1.6 [231 kB] 2021-09-08 09:53:11.016 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04 [5,456 B] 2021-09-08 09:53:11.016 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1,228 B] 2021-09-08 09:53:11.017 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.17 [54.4 kB] 2021-09-08 09:53:11.019 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.17 [973 kB] 2021-09-08 09:53:11.114 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 sharutils amd64 1:4.15.2-4build1 [155 kB] 2021-09-08 09:53:11.117 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.2 [860 kB] 2021-09-08 09:53:11.146 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB] 2021-09-08 09:53:11.158 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2021-09-08 09:53:11.159 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipset amd64 7.5-1~exp1 [29.8 kB] 2021-09-08 09:53:11.162 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipvsadm amd64 1:1.31-1 [40.2 kB] 2021-09-08 09:53:11.166 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.4 [1,180 B] 2021-09-08 09:53:11.166 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode1 amd64 1.6.1-4 [40.2 kB] 2021-09-08 09:53:11.170 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode-dev amd64 1.6.1-4 [15.1 kB] 2021-09-08 09:53:11.202 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 2021-09-08 09:53:11.203 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-gui2 amd64 5.0.3-1 [11.6 kB] 2021-09-08 09:53:11.205 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-import1 amd64 5.0.3-1 [15.5 kB] 2021-09-08 09:53:11.206 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-mmv1 amd64 5.0.3-1 [12.4 kB] 2021-09-08 09:53:11.246 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-trace2 amd64 5.0.3-1 [15.6 kB] 2021-09-08 09:53:11.254 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-web1 amd64 5.0.3-1 [127 kB] 2021-09-08 09:53:11.259 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 [58.2 kB] 2021-09-08 09:53:11.263 | Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pcp amd64 5.0.3-1 [66.6 kB] 2021-09-08 09:53:11.269 | Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp amd64 5.0.3-1 [2,954 kB] 2021-09-08 09:53:11.561 | Get:235 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2021-09-08 09:53:11.583 | Get:236 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 vlan all 2.0.4ubuntu1.20.04.1 [11.3 kB] 2021-09-08 09:53:13.012 | Preconfiguring packages ... 2021-09-08 09:53:13.153 | Fetched 156 MB in 28s (5,498 kB/s) 2021-09-08 09:53:13.219 | (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.) 2021-09-08 09:53:13.221 | Preparing to unpack .../0-libnss-systemd_245.4-4ubuntu3.11_amd64.deb ... 2021-09-08 09:53:13.232 | Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.11) over (245.4-4ubuntu3.6) ... 2021-09-08 09:53:13.303 | Preparing to unpack .../1-systemd-timesyncd_245.4-4ubuntu3.11_amd64.deb ... 2021-09-08 09:53:13.318 | Unpacking systemd-timesyncd (245.4-4ubuntu3.11) over (245.4-4ubuntu3.6) ... 2021-09-08 09:53:13.713 | Preparing to unpack .../2-systemd-sysv_245.4-4ubuntu3.11_amd64.deb ... 2021-09-08 09:53:13.719 | Unpacking systemd-sysv (245.4-4ubuntu3.11) over (245.4-4ubuntu3.6) ... 2021-09-08 09:53:13.762 | Preparing to unpack .../3-libpam-systemd_245.4-4ubuntu3.11_amd64.deb ... 2021-09-08 09:53:13.775 | Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.11) over (245.4-4ubuntu3.6) ... 2021-09-08 09:53:13.852 | Preparing to unpack .../4-systemd_245.4-4ubuntu3.11_amd64.deb ... 2021-09-08 09:53:14.008 | Unpacking systemd (245.4-4ubuntu3.11) over (245.4-4ubuntu3.6) ... 2021-09-08 09:53:14.816 | Preparing to unpack .../5-libsystemd0_245.4-4ubuntu3.11_amd64.deb ... 2021-09-08 09:53:14.828 | Unpacking libsystemd0:amd64 (245.4-4ubuntu3.11) over (245.4-4ubuntu3.6) ... 2021-09-08 09:53:14.917 | Setting up libsystemd0:amd64 (245.4-4ubuntu3.11) ... 2021-09-08 09:53:14.968 | Selecting previously unselected package libapr1:amd64. 2021-09-08 09:53:15.005 | (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 ... 67327 files and directories currently installed.) 2021-09-08 09:53:15.008 | Preparing to unpack .../000-libapr1_1.6.5-1ubuntu1_amd64.deb ... 2021-09-08 09:53:15.011 | Unpacking libapr1:amd64 (1.6.5-1ubuntu1) ... 2021-09-08 09:53:15.065 | Preparing to unpack .../001-libssl1.1_1.1.1f-1ubuntu2.8_amd64.deb ... 2021-09-08 09:53:15.078 | Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.8) over (1.1.1f-1ubuntu2.3) ... 2021-09-08 09:53:15.281 | Selecting previously unselected package libaprutil1:amd64. 2021-09-08 09:53:15.289 | Preparing to unpack .../002-libaprutil1_1.6.1-4ubuntu2_amd64.deb ... 2021-09-08 09:53:15.291 | Unpacking libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2021-09-08 09:53:15.334 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2021-09-08 09:53:15.341 | Preparing to unpack .../003-libaprutil1-dbd-sqlite3_1.6.1-4ubuntu2_amd64.deb ... 2021-09-08 09:53:15.343 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2021-09-08 09:53:15.379 | Preparing to unpack .../004-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2021-09-08 09:53:15.392 | Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) over (2.4.49+dfsg-2ubuntu1.7) ... 2021-09-08 09:53:15.453 | Selecting previously unselected package libaprutil1-ldap:amd64. 2021-09-08 09:53:15.461 | Preparing to unpack .../005-libaprutil1-ldap_1.6.1-4ubuntu2_amd64.deb ... 2021-09-08 09:53:15.463 | Unpacking libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2021-09-08 09:53:15.496 | Preparing to unpack .../006-curl_7.68.0-1ubuntu2.6_amd64.deb ... 2021-09-08 09:53:15.501 | Unpacking curl (7.68.0-1ubuntu2.6) over (7.68.0-1ubuntu2.5) ... 2021-09-08 09:53:15.559 | Preparing to unpack .../007-libcurl4_7.68.0-1ubuntu2.6_amd64.deb ... 2021-09-08 09:53:15.565 | Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.6) over (7.68.0-1ubuntu2.5) ... 2021-09-08 09:53:15.626 | Selecting previously unselected package libjansson4:amd64. 2021-09-08 09:53:15.634 | Preparing to unpack .../008-libjansson4_2.12-1build1_amd64.deb ... 2021-09-08 09:53:15.636 | Unpacking libjansson4:amd64 (2.12-1build1) ... 2021-09-08 09:53:15.667 | Selecting previously unselected package liblua5.2-0:amd64. 2021-09-08 09:53:15.674 | Preparing to unpack .../009-liblua5.2-0_5.2.4-1.1build3_amd64.deb ... 2021-09-08 09:53:15.676 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2021-09-08 09:53:15.727 | Preparing to unpack .../010-libxml2_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2021-09-08 09:53:15.739 | Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) over (2.9.10+dfsg-5) ... 2021-09-08 09:53:15.853 | Selecting previously unselected package apache2-bin. 2021-09-08 09:53:15.860 | Preparing to unpack .../011-apache2-bin_2.4.41-4ubuntu3.4_amd64.deb ... 2021-09-08 09:53:15.862 | Unpacking apache2-bin (2.4.41-4ubuntu3.4) ... 2021-09-08 09:53:16.064 | Selecting previously unselected package apache2-data. 2021-09-08 09:53:16.072 | Preparing to unpack .../012-apache2-data_2.4.41-4ubuntu3.4_all.deb ... 2021-09-08 09:53:16.074 | Unpacking apache2-data (2.4.41-4ubuntu3.4) ... 2021-09-08 09:53:16.179 | Selecting previously unselected package apache2-utils. 2021-09-08 09:53:16.186 | Preparing to unpack .../013-apache2-utils_2.4.41-4ubuntu3.4_amd64.deb ... 2021-09-08 09:53:16.188 | Unpacking apache2-utils (2.4.41-4ubuntu3.4) ... 2021-09-08 09:53:16.231 | Selecting previously unselected package apache2. 2021-09-08 09:53:16.238 | Preparing to unpack .../014-apache2_2.4.41-4ubuntu3.4_amd64.deb ... 2021-09-08 09:53:16.256 | Unpacking apache2 (2.4.41-4ubuntu3.4) ... 2021-09-08 09:53:16.334 | Selecting previously unselected package liblua5.3-0:amd64. 2021-09-08 09:53:16.342 | Preparing to unpack .../015-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2021-09-08 09:53:16.344 | Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2021-09-08 09:53:16.389 | Selecting previously unselected package haproxy. 2021-09-08 09:53:16.396 | Preparing to unpack .../016-haproxy_2.0.13-2ubuntu0.2_amd64.deb ... 2021-09-08 09:53:16.405 | Unpacking haproxy (2.0.13-2ubuntu0.2) ... 2021-09-08 09:53:16.620 | Selecting previously unselected package libnl-3-200:amd64. 2021-09-08 09:53:16.627 | Preparing to unpack .../017-libnl-3-200_3.4.0-1_amd64.deb ... 2021-09-08 09:53:16.629 | Unpacking libnl-3-200:amd64 (3.4.0-1) ... 2021-09-08 09:53:16.662 | Selecting previously unselected package libnl-genl-3-200:amd64. 2021-09-08 09:53:16.669 | Preparing to unpack .../018-libnl-genl-3-200_3.4.0-1_amd64.deb ... 2021-09-08 09:53:16.671 | Unpacking libnl-genl-3-200:amd64 (3.4.0-1) ... 2021-09-08 09:53:16.701 | Selecting previously unselected package mysql-common. 2021-09-08 09:53:16.708 | Preparing to unpack .../019-mysql-common_5.8+1.0.5ubuntu2_all.deb ... 2021-09-08 09:53:16.725 | Unpacking mysql-common (5.8+1.0.5ubuntu2) ... 2021-09-08 09:53:16.754 | Selecting previously unselected package libmysqlclient21:amd64. 2021-09-08 09:53:16.762 | Preparing to unpack .../020-libmysqlclient21_8.0.26-0ubuntu0.20.04.2_amd64.deb ... 2021-09-08 09:53:16.764 | Unpacking libmysqlclient21:amd64 (8.0.26-0ubuntu0.20.04.2) ... 2021-09-08 09:53:16.993 | Selecting previously unselected package libsensors-config. 2021-09-08 09:53:17.000 | Preparing to unpack .../021-libsensors-config_1%3a3.6.0-2ubuntu1_all.deb ... 2021-09-08 09:53:17.002 | Unpacking libsensors-config (1:3.6.0-2ubuntu1) ... 2021-09-08 09:53:17.030 | Selecting previously unselected package libsensors5:amd64. 2021-09-08 09:53:17.037 | Preparing to unpack .../022-libsensors5_1%3a3.6.0-2ubuntu1_amd64.deb ... 2021-09-08 09:53:17.122 | Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2021-09-08 09:53:17.151 | Selecting previously unselected package libsnmp-base. 2021-09-08 09:53:17.158 | Preparing to unpack .../023-libsnmp-base_5.8+dfsg-2ubuntu2.3_all.deb ... 2021-09-08 09:53:17.160 | Unpacking libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2021-09-08 09:53:17.230 | Selecting previously unselected package libsnmp35:amd64. 2021-09-08 09:53:17.237 | Preparing to unpack .../024-libsnmp35_5.8+dfsg-2ubuntu2.3_amd64.deb ... 2021-09-08 09:53:17.239 | Unpacking libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2021-09-08 09:53:17.399 | Selecting previously unselected package keepalived. 2021-09-08 09:53:17.406 | Preparing to unpack .../025-keepalived_1%3a2.0.19-2_amd64.deb ... 2021-09-08 09:53:17.408 | Unpacking keepalived (1:2.0.19-2) ... 2021-09-08 09:53:17.493 | Selecting previously unselected package memcached. 2021-09-08 09:53:17.500 | Preparing to unpack .../026-memcached_1.5.22-2ubuntu0.1_amd64.deb ... 2021-09-08 09:53:17.502 | Unpacking memcached (1.5.22-2ubuntu0.1) ... 2021-09-08 09:53:17.558 | Preparing to unpack .../027-open-iscsi_2.0.874-7.1ubuntu6.2_amd64.deb ... 2021-09-08 09:53:18.019 | Unpacking open-iscsi (2.0.874-7.1ubuntu6.2) over (2.0.874-7.1ubuntu6.1) ... 2021-09-08 09:53:18.119 | Preparing to unpack .../028-openssl_1.1.1f-1ubuntu2.8_amd64.deb ... 2021-09-08 09:53:18.126 | Unpacking openssl (1.1.1f-1ubuntu2.8) over (1.1.1f-1ubuntu2.3) ... 2021-09-08 09:53:18.254 | Selecting previously unselected package python3-yaml. 2021-09-08 09:53:18.262 | Preparing to unpack .../029-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2021-09-08 09:53:18.265 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2021-09-08 09:53:18.316 | Preparing to unpack .../030-openssh-sftp-server_1%3a8.2p1-4ubuntu0.3_amd64.deb ... 2021-09-08 09:53:18.322 | Unpacking openssh-sftp-server (1:8.2p1-4ubuntu0.3) over (1:8.2p1-4ubuntu0.2) ... 2021-09-08 09:53:18.370 | Preparing to unpack .../031-openssh-server_1%3a8.2p1-4ubuntu0.3_amd64.deb ... 2021-09-08 09:53:18.446 | Unpacking openssh-server (1:8.2p1-4ubuntu0.3) over (1:8.2p1-4ubuntu0.2) ... 2021-09-08 09:53:18.900 | Preparing to unpack .../032-openssh-client_1%3a8.2p1-4ubuntu0.3_amd64.deb ... 2021-09-08 09:53:18.929 | Unpacking openssh-client (1:8.2p1-4ubuntu0.3) over (1:8.2p1-4ubuntu0.2) ... 2021-09-08 09:53:19.082 | Selecting previously unselected package acl. 2021-09-08 09:53:19.090 | Preparing to unpack .../033-acl_2.2.53-6_amd64.deb ... 2021-09-08 09:53:19.092 | Unpacking acl (2.2.53-6) ... 2021-09-08 09:53:19.121 | Selecting previously unselected package autotools-dev. 2021-09-08 09:53:19.128 | Preparing to unpack .../034-autotools-dev_20180224.1_all.deb ... 2021-09-08 09:53:19.130 | Unpacking autotools-dev (20180224.1) ... 2021-09-08 09:53:19.168 | Selecting previously unselected package m4. 2021-09-08 09:53:19.175 | Preparing to unpack .../035-m4_1.4.18-4_amd64.deb ... 2021-09-08 09:53:19.177 | Unpacking m4 (1.4.18-4) ... 2021-09-08 09:53:19.238 | Selecting previously unselected package autoconf. 2021-09-08 09:53:19.246 | Preparing to unpack .../036-autoconf_2.69-11.1_all.deb ... 2021-09-08 09:53:19.248 | Unpacking autoconf (2.69-11.1) ... 2021-09-08 09:53:19.325 | Selecting previously unselected package automake. 2021-09-08 09:53:19.333 | Preparing to unpack .../037-automake_1%3a1.16.1-4ubuntu6_all.deb ... 2021-09-08 09:53:19.337 | Unpacking automake (1:1.16.1-4ubuntu6) ... 2021-09-08 09:53:19.437 | Selecting previously unselected package autopoint. 2021-09-08 09:53:19.444 | Preparing to unpack .../038-autopoint_0.19.8.1-10build1_all.deb ... 2021-09-08 09:53:19.446 | Unpacking autopoint (0.19.8.1-10build1) ... 2021-09-08 09:53:19.486 | Selecting previously unselected package libllvm10:amd64. 2021-09-08 09:53:19.494 | Preparing to unpack .../039-libllvm10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-09-08 09:53:19.496 | Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2021-09-08 09:53:21.715 | Selecting previously unselected package libclang-cpp10. 2021-09-08 09:53:21.722 | Preparing to unpack .../040-libclang-cpp10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-09-08 09:53:21.724 | Unpacking libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2021-09-08 09:53:23.163 | Selecting previously unselected package libstdc++-9-dev:amd64. 2021-09-08 09:53:23.171 | Preparing to unpack .../041-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2021-09-08 09:53:23.173 | Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2021-09-08 09:53:23.622 | Selecting previously unselected package libgc1c2:amd64. 2021-09-08 09:53:23.630 | Preparing to unpack .../042-libgc1c2_1%3a7.6.4-0.4ubuntu1_amd64.deb ... 2021-09-08 09:53:23.632 | Unpacking libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2021-09-08 09:53:23.670 | Selecting previously unselected package libobjc4:amd64. 2021-09-08 09:53:23.677 | Preparing to unpack .../043-libobjc4_10.3.0-1ubuntu1~20.04_amd64.deb ... 2021-09-08 09:53:23.679 | Unpacking libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2021-09-08 09:53:23.708 | Selecting previously unselected package libobjc-9-dev:amd64. 2021-09-08 09:53:23.716 | Preparing to unpack .../044-libobjc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2021-09-08 09:53:23.718 | Unpacking libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2021-09-08 09:53:23.793 | Selecting previously unselected package libc6-i386. 2021-09-08 09:53:23.800 | Preparing to unpack .../045-libc6-i386_2.31-0ubuntu9.2_amd64.deb ... 2021-09-08 09:53:23.802 | Unpacking libc6-i386 (2.31-0ubuntu9.2) ... 2021-09-08 09:53:24.304 | Selecting previously unselected package lib32gcc-s1. 2021-09-08 09:53:24.312 | Preparing to unpack .../046-lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 2021-09-08 09:53:24.314 | Unpacking lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2021-09-08 09:53:24.353 | Selecting previously unselected package lib32stdc++6. 2021-09-08 09:53:24.360 | Preparing to unpack .../047-lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 2021-09-08 09:53:24.362 | Unpacking lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2021-09-08 09:53:24.461 | Selecting previously unselected package libclang-common-10-dev. 2021-09-08 09:53:24.468 | Preparing to unpack .../048-libclang-common-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-09-08 09:53:24.470 | Unpacking libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2021-09-08 09:53:25.431 | Selecting previously unselected package libclang1-10. 2021-09-08 09:53:25.438 | Preparing to unpack .../049-libclang1-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-09-08 09:53:25.441 | Unpacking libclang1-10 (1:10.0.0-4ubuntu1) ... 2021-09-08 09:53:26.544 | Selecting previously unselected package clang-10. 2021-09-08 09:53:26.551 | Preparing to unpack .../050-clang-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-09-08 09:53:26.553 | Unpacking clang-10 (1:10.0.0-4ubuntu1) ... 2021-09-08 09:53:26.589 | Selecting previously unselected package libtool. 2021-09-08 09:53:26.596 | Preparing to unpack .../051-libtool_2.4.6-14_all.deb ... 2021-09-08 09:53:26.598 | Unpacking libtool (2.4.6-14) ... 2021-09-08 09:53:26.646 | Selecting previously unselected package dh-autoreconf. 2021-09-08 09:53:26.654 | Preparing to unpack .../052-dh-autoreconf_19_all.deb ... 2021-09-08 09:53:26.656 | Unpacking dh-autoreconf (19) ... 2021-09-08 09:53:26.684 | Selecting previously unselected package libdebhelper-perl. 2021-09-08 09:53:26.691 | Preparing to unpack .../053-libdebhelper-perl_12.10ubuntu1_all.deb ... 2021-09-08 09:53:26.693 | Unpacking libdebhelper-perl (12.10ubuntu1) ... 2021-09-08 09:53:26.738 | Selecting previously unselected package libarchive-zip-perl. 2021-09-08 09:53:26.745 | Preparing to unpack .../054-libarchive-zip-perl_1.67-2_all.deb ... 2021-09-08 09:53:26.748 | Unpacking libarchive-zip-perl (1.67-2) ... 2021-09-08 09:53:26.788 | Selecting previously unselected package libsub-override-perl. 2021-09-08 09:53:26.795 | Preparing to unpack .../055-libsub-override-perl_0.09-2_all.deb ... 2021-09-08 09:53:26.797 | Unpacking libsub-override-perl (0.09-2) ... 2021-09-08 09:53:26.821 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2021-09-08 09:53:26.828 | Preparing to unpack .../056-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ... 2021-09-08 09:53:26.830 | Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ... 2021-09-08 09:53:26.858 | Selecting previously unselected package dh-strip-nondeterminism. 2021-09-08 09:53:26.866 | Preparing to unpack .../057-dh-strip-nondeterminism_1.7.0-1_all.deb ... 2021-09-08 09:53:26.868 | Unpacking dh-strip-nondeterminism (1.7.0-1) ... 2021-09-08 09:53:26.893 | Selecting previously unselected package libdpkg-perl. 2021-09-08 09:53:26.900 | Preparing to unpack .../058-libdpkg-perl_1.19.7ubuntu3_all.deb ... 2021-09-08 09:53:26.902 | Unpacking libdpkg-perl (1.19.7ubuntu3) ... 2021-09-08 09:53:26.972 | Selecting previously unselected package make. 2021-09-08 09:53:26.979 | Preparing to unpack .../059-make_4.2.1-1.2_amd64.deb ... 2021-09-08 09:53:26.981 | Unpacking make (4.2.1-1.2) ... 2021-09-08 09:53:27.029 | Selecting previously unselected package dpkg-dev. 2021-09-08 09:53:27.036 | Preparing to unpack .../060-dpkg-dev_1.19.7ubuntu3_all.deb ... 2021-09-08 09:53:27.039 | Unpacking dpkg-dev (1.19.7ubuntu3) ... 2021-09-08 09:53:27.176 | Selecting previously unselected package dwz. 2021-09-08 09:53:27.184 | Preparing to unpack .../061-dwz_0.13-5_amd64.deb ... 2021-09-08 09:53:27.186 | Unpacking dwz (0.13-5) ... 2021-09-08 09:53:27.236 | Selecting previously unselected package libcroco3:amd64. 2021-09-08 09:53:27.244 | Preparing to unpack .../062-libcroco3_0.6.13-1_amd64.deb ... 2021-09-08 09:53:27.246 | Unpacking libcroco3:amd64 (0.6.13-1) ... 2021-09-08 09:53:27.283 | Selecting previously unselected package gettext. 2021-09-08 09:53:27.291 | Preparing to unpack .../063-gettext_0.19.8.1-10build1_amd64.deb ... 2021-09-08 09:53:27.293 | Unpacking gettext (0.19.8.1-10build1) ... 2021-09-08 09:53:27.450 | Selecting previously unselected package intltool-debian. 2021-09-08 09:53:27.457 | Preparing to unpack .../064-intltool-debian_0.35.0+20060710.5_all.deb ... 2021-09-08 09:53:27.459 | Unpacking intltool-debian (0.35.0+20060710.5) ... 2021-09-08 09:53:27.488 | Selecting previously unselected package po-debconf. 2021-09-08 09:53:27.495 | Preparing to unpack .../065-po-debconf_1.0.21_all.deb ... 2021-09-08 09:53:27.498 | Unpacking po-debconf (1.0.21) ... 2021-09-08 09:53:27.561 | Selecting previously unselected package debhelper. 2021-09-08 09:53:27.568 | Preparing to unpack .../066-debhelper_12.10ubuntu1_all.deb ... 2021-09-08 09:53:27.570 | Unpacking debhelper (12.10ubuntu1) ... 2021-09-08 09:53:27.760 | Selecting previously unselected package uuid-dev:amd64. 2021-09-08 09:53:27.768 | Preparing to unpack .../067-uuid-dev_2.34-0.1ubuntu9.1_amd64.deb ... 2021-09-08 09:53:27.770 | Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.1) ... 2021-09-08 09:53:27.802 | Selecting previously unselected package libsctp1:amd64. 2021-09-08 09:53:27.810 | Preparing to unpack .../068-libsctp1_1.0.18+dfsg-1_amd64.deb ... 2021-09-08 09:53:27.812 | Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ... 2021-09-08 09:53:27.836 | Selecting previously unselected package libsctp-dev:amd64. 2021-09-08 09:53:27.844 | Preparing to unpack .../069-libsctp-dev_1.0.18+dfsg-1_amd64.deb ... 2021-09-08 09:53:27.846 | Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2021-09-08 09:53:27.881 | Selecting previously unselected package libapr1-dev. 2021-09-08 09:53:27.889 | Preparing to unpack .../070-libapr1-dev_1.6.5-1ubuntu1_amd64.deb ... 2021-09-08 09:53:27.891 | Unpacking libapr1-dev (1.6.5-1ubuntu1) ... 2021-09-08 09:53:28.137 | Selecting previously unselected package libldap2-dev:amd64. 2021-09-08 09:53:28.145 | Preparing to unpack .../071-libldap2-dev_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2021-09-08 09:53:28.147 | Unpacking libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2021-09-08 09:53:28.266 | Selecting previously unselected package libaprutil1-dev. 2021-09-08 09:53:28.273 | Preparing to unpack .../072-libaprutil1-dev_1.6.1-4ubuntu2_amd64.deb ... 2021-09-08 09:53:28.276 | Unpacking libaprutil1-dev (1.6.1-4ubuntu2) ... 2021-09-08 09:53:28.480 | Selecting previously unselected package apache2-dev. 2021-09-08 09:53:28.488 | Preparing to unpack .../073-apache2-dev_2.4.41-4ubuntu3.4_amd64.deb ... 2021-09-08 09:53:28.490 | Unpacking apache2-dev (2.4.41-4ubuntu3.4) ... 2021-09-08 09:53:28.553 | Selecting previously unselected package binfmt-support. 2021-09-08 09:53:28.561 | Preparing to unpack .../074-binfmt-support_2.2.0-2_amd64.deb ... 2021-09-08 09:53:28.570 | Unpacking binfmt-support (2.2.0-2) ... 2021-09-08 09:53:28.602 | Selecting previously unselected package g++-9. 2021-09-08 09:53:28.610 | Preparing to unpack .../075-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 2021-09-08 09:53:28.612 | Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ... 2021-09-08 09:53:29.738 | Selecting previously unselected package g++. 2021-09-08 09:53:29.746 | Preparing to unpack .../076-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... 2021-09-08 09:53:29.748 | Unpacking g++ (4:9.3.0-1ubuntu2) ... 2021-09-08 09:53:29.770 | Selecting previously unselected package build-essential. 2021-09-08 09:53:29.778 | Preparing to unpack .../077-build-essential_12.8ubuntu1.1_amd64.deb ... 2021-09-08 09:53:29.780 | Unpacking build-essential (12.8ubuntu1.1) ... 2021-09-08 09:53:29.805 | Selecting previously unselected package conntrack. 2021-09-08 09:53:29.813 | Preparing to unpack .../078-conntrack_1%3a1.4.5-2_amd64.deb ... 2021-09-08 09:53:29.815 | Unpacking conntrack (1:1.4.5-2) ... 2021-09-08 09:53:29.844 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2021-09-08 09:53:29.851 | Preparing to unpack .../079-libnetfilter-cthelper0_1.0.0-1ubuntu2_amd64.deb ... 2021-09-08 09:53:29.854 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2021-09-08 09:53:29.880 | Selecting previously unselected package libnetfilter-queue1. 2021-09-08 09:53:29.887 | Preparing to unpack .../080-libnetfilter-queue1_1.0.3-1_amd64.deb ... 2021-09-08 09:53:29.890 | Unpacking libnetfilter-queue1 (1.0.3-1) ... 2021-09-08 09:53:29.919 | Selecting previously unselected package conntrackd. 2021-09-08 09:53:29.926 | Preparing to unpack .../081-conntrackd_1%3a1.4.5-2_amd64.deb ... 2021-09-08 09:53:29.928 | Unpacking conntrackd (1:1.4.5-2) ... 2021-09-08 09:53:29.972 | Selecting previously unselected package dns-root-data. 2021-09-08 09:53:29.981 | Preparing to unpack .../082-dns-root-data_2019052802_all.deb ... 2021-09-08 09:53:29.983 | Unpacking dns-root-data (2019052802) ... 2021-09-08 09:53:30.009 | Selecting previously unselected package libidn11:amd64. 2021-09-08 09:53:30.017 | Preparing to unpack .../083-libidn11_1.33-2.2ubuntu2_amd64.deb ... 2021-09-08 09:53:30.019 | Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ... 2021-09-08 09:53:30.053 | Selecting previously unselected package dnsmasq-base. 2021-09-08 09:53:30.061 | Preparing to unpack .../084-dnsmasq-base_2.80-1.1ubuntu1.4_amd64.deb ... 2021-09-08 09:53:30.064 | Unpacking dnsmasq-base (2.80-1.1ubuntu1.4) ... 2021-09-08 09:53:30.129 | Selecting previously unselected package dnsmasq-utils. 2021-09-08 09:53:30.137 | Preparing to unpack .../085-dnsmasq-utils_2.80-1.1ubuntu1.4_amd64.deb ... 2021-09-08 09:53:30.139 | Unpacking dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2021-09-08 09:53:30.171 | Selecting previously unselected package ebtables. 2021-09-08 09:53:30.178 | Preparing to unpack .../086-ebtables_2.0.11-3build1_amd64.deb ... 2021-09-08 09:53:30.192 | Unpacking ebtables (2.0.11-3build1) ... 2021-09-08 09:53:30.233 | Selecting previously unselected package libfakeroot:amd64. 2021-09-08 09:53:30.241 | Preparing to unpack .../087-libfakeroot_1.24-1_amd64.deb ... 2021-09-08 09:53:30.243 | Unpacking libfakeroot:amd64 (1.24-1) ... 2021-09-08 09:53:30.275 | Selecting previously unselected package fakeroot. 2021-09-08 09:53:30.283 | Preparing to unpack .../088-fakeroot_1.24-1_amd64.deb ... 2021-09-08 09:53:30.285 | Unpacking fakeroot (1.24-1) ... 2021-09-08 09:53:30.321 | Selecting previously unselected package fonts-dejavu-core. 2021-09-08 09:53:30.329 | Preparing to unpack .../089-fonts-dejavu-core_2.37-1_all.deb ... 2021-09-08 09:53:30.331 | Unpacking fonts-dejavu-core (2.37-1) ... 2021-09-08 09:53:30.500 | Selecting previously unselected package fonts-liberation. 2021-09-08 09:53:30.508 | Preparing to unpack .../090-fonts-liberation_1%3a1.07.4-11_all.deb ... 2021-09-08 09:53:30.511 | Unpacking fonts-liberation (1:1.07.4-11) ... 2021-09-08 09:53:30.647 | Selecting previously unselected package fontconfig-config. 2021-09-08 09:53:30.655 | Preparing to unpack .../091-fontconfig-config_2.13.1-2ubuntu3_all.deb ... 2021-09-08 09:53:30.657 | Unpacking fontconfig-config (2.13.1-2ubuntu3) ... 2021-09-08 09:53:30.697 | Selecting previously unselected package libfontconfig1:amd64. 2021-09-08 09:53:30.705 | Preparing to unpack .../092-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ... 2021-09-08 09:53:30.707 | Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2021-09-08 09:53:30.751 | Selecting previously unselected package fontconfig. 2021-09-08 09:53:30.758 | Preparing to unpack .../093-fontconfig_2.13.1-2ubuntu3_amd64.deb ... 2021-09-08 09:53:30.760 | Unpacking fontconfig (2.13.1-2ubuntu3) ... 2021-09-08 09:53:30.805 | Selecting previously unselected package genisoimage. 2021-09-08 09:53:30.813 | Preparing to unpack .../094-genisoimage_9%3a1.1.11-3.1ubuntu1_amd64.deb ... 2021-09-08 09:53:30.815 | Unpacking genisoimage (9:1.1.11-3.1ubuntu1) ... 2021-09-08 09:53:30.893 | Selecting previously unselected package libann0. 2021-09-08 09:53:30.901 | Preparing to unpack .../095-libann0_1.1.2+doc-7build1_amd64.deb ... 2021-09-08 09:53:30.903 | Unpacking libann0 (1.1.2+doc-7build1) ... 2021-09-08 09:53:30.933 | Selecting previously unselected package libcdt5:amd64. 2021-09-08 09:53:30.940 | Preparing to unpack .../096-libcdt5_2.42.2-3build2_amd64.deb ... 2021-09-08 09:53:30.943 | Unpacking libcdt5:amd64 (2.42.2-3build2) ... 2021-09-08 09:53:30.972 | Selecting previously unselected package libcgraph6:amd64. 2021-09-08 09:53:30.980 | Preparing to unpack .../097-libcgraph6_2.42.2-3build2_amd64.deb ... 2021-09-08 09:53:30.982 | Unpacking libcgraph6:amd64 (2.42.2-3build2) ... 2021-09-08 09:53:31.015 | Selecting previously unselected package libjpeg-turbo8:amd64. 2021-09-08 09:53:31.022 | Preparing to unpack .../098-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2021-09-08 09:53:31.025 | Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2021-09-08 09:53:31.068 | Selecting previously unselected package libjpeg8:amd64. 2021-09-08 09:53:31.076 | Preparing to unpack .../099-libjpeg8_8c-2ubuntu8_amd64.deb ... 2021-09-08 09:53:31.078 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2021-09-08 09:53:31.106 | Selecting previously unselected package libjbig0:amd64. 2021-09-08 09:53:31.113 | Preparing to unpack .../100-libjbig0_2.1-3.1build1_amd64.deb ... 2021-09-08 09:53:31.116 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2021-09-08 09:53:31.145 | Selecting previously unselected package libwebp6:amd64. 2021-09-08 09:53:31.153 | Preparing to unpack .../101-libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb ... 2021-09-08 09:53:31.155 | Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2021-09-08 09:53:31.208 | Selecting previously unselected package libtiff5:amd64. 2021-09-08 09:53:31.216 | Preparing to unpack .../102-libtiff5_4.1.0+git191117-2ubuntu0.20.04.1_amd64.deb ... 2021-09-08 09:53:31.218 | Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.1) ... 2021-09-08 09:53:31.269 | Selecting previously unselected package libxpm4:amd64. 2021-09-08 09:53:31.277 | Preparing to unpack .../103-libxpm4_1%3a3.5.12-1_amd64.deb ... 2021-09-08 09:53:31.279 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2021-09-08 09:53:31.311 | Selecting previously unselected package libgd3:amd64. 2021-09-08 09:53:31.319 | Preparing to unpack .../104-libgd3_2.2.5-5.2ubuntu2_amd64.deb ... 2021-09-08 09:53:31.321 | Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2) ... 2021-09-08 09:53:31.365 | Selecting previously unselected package libgts-0.7-5:amd64. 2021-09-08 09:53:31.373 | Preparing to unpack .../105-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2021-09-08 09:53:31.376 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-09-08 09:53:31.424 | Selecting previously unselected package libpixman-1-0:amd64. 2021-09-08 09:53:31.433 | Preparing to unpack .../106-libpixman-1-0_0.38.4-0ubuntu1_amd64.deb ... 2021-09-08 09:53:31.435 | Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2021-09-08 09:53:31.495 | Selecting previously unselected package libxcb-render0:amd64. 2021-09-08 09:53:31.503 | Preparing to unpack .../107-libxcb-render0_1.14-2_amd64.deb ... 2021-09-08 09:53:31.505 | Unpacking libxcb-render0:amd64 (1.14-2) ... 2021-09-08 09:53:31.535 | Selecting previously unselected package libxcb-shm0:amd64. 2021-09-08 09:53:31.543 | Preparing to unpack .../108-libxcb-shm0_1.14-2_amd64.deb ... 2021-09-08 09:53:31.545 | Unpacking libxcb-shm0:amd64 (1.14-2) ... 2021-09-08 09:53:31.571 | Selecting previously unselected package libxrender1:amd64. 2021-09-08 09:53:31.578 | Preparing to unpack .../109-libxrender1_1%3a0.9.10-1_amd64.deb ... 2021-09-08 09:53:31.580 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2021-09-08 09:53:31.613 | Selecting previously unselected package libcairo2:amd64. 2021-09-08 09:53:31.621 | Preparing to unpack .../110-libcairo2_1.16.0-4ubuntu1_amd64.deb ... 2021-09-08 09:53:31.623 | Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ... 2021-09-08 09:53:31.722 | Selecting previously unselected package libgraphite2-3:amd64. 2021-09-08 09:53:31.730 | Preparing to unpack .../111-libgraphite2-3_1.3.13-11build1_amd64.deb ... 2021-09-08 09:53:31.732 | Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ... 2021-09-08 09:53:31.768 | Selecting previously unselected package libharfbuzz0b:amd64. 2021-09-08 09:53:31.777 | Preparing to unpack .../112-libharfbuzz0b_2.6.4-1ubuntu4_amd64.deb ... 2021-09-08 09:53:31.779 | Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2021-09-08 09:53:31.858 | Selecting previously unselected package libthai-data. 2021-09-08 09:53:31.866 | Preparing to unpack .../113-libthai-data_0.1.28-3_all.deb ... 2021-09-08 09:53:31.868 | Unpacking libthai-data (0.1.28-3) ... 2021-09-08 09:53:31.918 | Selecting previously unselected package libdatrie1:amd64. 2021-09-08 09:53:31.926 | Preparing to unpack .../114-libdatrie1_0.2.12-3_amd64.deb ... 2021-09-08 09:53:31.928 | Unpacking libdatrie1:amd64 (0.2.12-3) ... 2021-09-08 09:53:31.958 | Selecting previously unselected package libthai0:amd64. 2021-09-08 09:53:31.966 | Preparing to unpack .../115-libthai0_0.1.28-3_amd64.deb ... 2021-09-08 09:53:31.968 | Unpacking libthai0:amd64 (0.1.28-3) ... 2021-09-08 09:53:31.999 | Selecting previously unselected package libpango-1.0-0:amd64. 2021-09-08 09:53:32.007 | Preparing to unpack .../116-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2021-09-08 09:53:32.009 | Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-09-08 09:53:32.058 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2021-09-08 09:53:32.066 | Preparing to unpack .../117-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2021-09-08 09:53:32.069 | Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-09-08 09:53:32.104 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2021-09-08 09:53:32.112 | Preparing to unpack .../118-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2021-09-08 09:53:32.114 | Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-09-08 09:53:32.143 | Selecting previously unselected package libpathplan4:amd64. 2021-09-08 09:53:32.152 | Preparing to unpack .../119-libpathplan4_2.42.2-3build2_amd64.deb ... 2021-09-08 09:53:32.154 | Unpacking libpathplan4:amd64 (2.42.2-3build2) ... 2021-09-08 09:53:32.185 | Selecting previously unselected package libgvc6. 2021-09-08 09:53:32.192 | Preparing to unpack .../120-libgvc6_2.42.2-3build2_amd64.deb ... 2021-09-08 09:53:32.194 | Unpacking libgvc6 (2.42.2-3build2) ... 2021-09-08 09:53:32.313 | Selecting previously unselected package libgvpr2:amd64. 2021-09-08 09:53:32.320 | Preparing to unpack .../121-libgvpr2_2.42.2-3build2_amd64.deb ... 2021-09-08 09:53:32.324 | Unpacking libgvpr2:amd64 (2.42.2-3build2) ... 2021-09-08 09:53:32.376 | Selecting previously unselected package liblab-gamut1:amd64. 2021-09-08 09:53:32.383 | Preparing to unpack .../122-liblab-gamut1_2.42.2-3build2_amd64.deb ... 2021-09-08 09:53:32.386 | Unpacking liblab-gamut1:amd64 (2.42.2-3build2) ... 2021-09-08 09:53:32.536 | Selecting previously unselected package x11-common. 2021-09-08 09:53:32.545 | Preparing to unpack .../123-x11-common_1%3a7.7+19ubuntu14_all.deb ... 2021-09-08 09:53:32.568 | dpkg-query: no packages found matching nux-tools 2021-09-08 09:53:32.579 | Unpacking x11-common (1:7.7+19ubuntu14) ... 2021-09-08 09:53:32.618 | Selecting previously unselected package libice6:amd64. 2021-09-08 09:53:32.626 | Preparing to unpack .../124-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ... 2021-09-08 09:53:32.628 | Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ... 2021-09-08 09:53:32.659 | Selecting previously unselected package libsm6:amd64. 2021-09-08 09:53:32.667 | Preparing to unpack .../125-libsm6_2%3a1.2.3-1_amd64.deb ... 2021-09-08 09:53:32.669 | Unpacking libsm6:amd64 (2:1.2.3-1) ... 2021-09-08 09:53:32.698 | Selecting previously unselected package libxt6:amd64. 2021-09-08 09:53:32.706 | Preparing to unpack .../126-libxt6_1%3a1.1.5-1_amd64.deb ... 2021-09-08 09:53:32.708 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2021-09-08 09:53:32.757 | Selecting previously unselected package libxmu6:amd64. 2021-09-08 09:53:32.765 | Preparing to unpack .../127-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ... 2021-09-08 09:53:32.767 | Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2021-09-08 09:53:32.799 | Selecting previously unselected package libxaw7:amd64. 2021-09-08 09:53:32.807 | Preparing to unpack .../128-libxaw7_2%3a1.0.13-1_amd64.deb ... 2021-09-08 09:53:32.811 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2021-09-08 09:53:32.860 | Selecting previously unselected package graphviz. 2021-09-08 09:53:32.868 | Preparing to unpack .../129-graphviz_2.42.2-3build2_amd64.deb ... 2021-09-08 09:53:32.870 | Unpacking graphviz (2.42.2-3build2) ... 2021-09-08 09:53:33.005 | Selecting previously unselected package libnl-route-3-200:amd64. 2021-09-08 09:53:33.013 | Preparing to unpack .../130-libnl-route-3-200_3.4.0-1_amd64.deb ... 2021-09-08 09:53:33.015 | Unpacking libnl-route-3-200:amd64 (3.4.0-1) ... 2021-09-08 09:53:33.065 | Selecting previously unselected package libibverbs1:amd64. 2021-09-08 09:53:33.073 | Preparing to unpack .../131-libibverbs1_28.0-1ubuntu1_amd64.deb ... 2021-09-08 09:53:33.075 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1) ... 2021-09-08 09:53:33.115 | Selecting previously unselected package ibverbs-providers:amd64. 2021-09-08 09:53:33.127 | Preparing to unpack .../132-ibverbs-providers_28.0-1ubuntu1_amd64.deb ... 2021-09-08 09:53:33.144 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2021-09-08 09:53:33.205 | Selecting previously unselected package icu-devtools. 2021-09-08 09:53:33.213 | Preparing to unpack .../133-icu-devtools_66.1-2ubuntu2_amd64.deb ... 2021-09-08 09:53:33.216 | Unpacking icu-devtools (66.1-2ubuntu2) ... 2021-09-08 09:53:33.274 | Selecting previously unselected package iputils-arping. 2021-09-08 09:53:33.281 | Preparing to unpack .../134-iputils-arping_3%3a20190709-3_amd64.deb ... 2021-09-08 09:53:33.284 | Unpacking iputils-arping (3:20190709-3) ... 2021-09-08 09:53:33.316 | Selecting previously unselected package javascript-common. 2021-09-08 09:53:33.324 | Preparing to unpack .../135-javascript-common_11_all.deb ... 2021-09-08 09:53:33.339 | Unpacking javascript-common (11) ... 2021-09-08 09:53:33.371 | Selecting previously unselected package libgssrpc4:amd64. 2021-09-08 09:53:33.378 | Preparing to unpack .../136-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 2021-09-08 09:53:33.381 | Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2021-09-08 09:53:33.415 | Selecting previously unselected package libkdb5-9:amd64. 2021-09-08 09:53:33.423 | Preparing to unpack .../137-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 2021-09-08 09:53:33.425 | Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2021-09-08 09:53:33.459 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2021-09-08 09:53:33.467 | Preparing to unpack .../138-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 2021-09-08 09:53:33.470 | Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2021-09-08 09:53:33.504 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2021-09-08 09:53:33.513 | Preparing to unpack .../139-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 2021-09-08 09:53:33.515 | Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2021-09-08 09:53:33.550 | Selecting previously unselected package comerr-dev:amd64. 2021-09-08 09:53:33.558 | Preparing to unpack .../140-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... 2021-09-08 09:53:33.563 | Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2021-09-08 09:53:33.595 | Selecting previously unselected package krb5-multidev:amd64. 2021-09-08 09:53:33.603 | Preparing to unpack .../141-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 2021-09-08 09:53:33.605 | Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2021-09-08 09:53:33.656 | Selecting previously unselected package libalgorithm-diff-perl. 2021-09-08 09:53:33.664 | Preparing to unpack .../142-libalgorithm-diff-perl_1.19.03-2_all.deb ... 2021-09-08 09:53:33.666 | Unpacking libalgorithm-diff-perl (1.19.03-2) ... 2021-09-08 09:53:33.696 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2021-09-08 09:53:33.705 | Preparing to unpack .../143-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... 2021-09-08 09:53:33.707 | Unpacking libalgorithm-diff-xs-perl (0.04-6) ... 2021-09-08 09:53:33.733 | Selecting previously unselected package libalgorithm-merge-perl. 2021-09-08 09:53:33.741 | Preparing to unpack .../144-libalgorithm-merge-perl_0.08-3_all.deb ... 2021-09-08 09:53:33.743 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2021-09-08 09:53:33.769 | Selecting previously unselected package libarchive-cpio-perl. 2021-09-08 09:53:33.777 | Preparing to unpack .../145-libarchive-cpio-perl_0.10-1_all.deb ... 2021-09-08 09:53:33.779 | Unpacking libarchive-cpio-perl (0.10-1) ... 2021-09-08 09:53:33.808 | Selecting previously unselected package libboost-iostreams1.71.0:amd64. 2021-09-08 09:53:33.816 | Preparing to unpack .../146-libboost-iostreams1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2021-09-08 09:53:33.818 | Unpacking libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2021-09-08 09:53:33.886 | Selecting previously unselected package libboost-thread1.71.0:amd64. 2021-09-08 09:53:33.894 | Preparing to unpack .../147-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2021-09-08 09:53:33.896 | Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2021-09-08 09:53:33.965 | Selecting previously unselected package libfile-fcntllock-perl. 2021-09-08 09:53:33.972 | Preparing to unpack .../148-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... 2021-09-08 09:53:33.974 | Unpacking libfile-fcntllock-perl (0.22-3build4) ... 2021-09-08 09:53:34.005 | Selecting previously unselected package libgts-bin. 2021-09-08 09:53:34.013 | Preparing to unpack .../149-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2021-09-08 09:53:34.015 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2021-09-08 09:53:34.050 | Selecting previously unselected package libicu-dev:amd64. 2021-09-08 09:53:34.058 | Preparing to unpack .../150-libicu-dev_66.1-2ubuntu2_amd64.deb ... 2021-09-08 09:53:34.060 | Unpacking libicu-dev:amd64 (66.1-2ubuntu2) ... 2021-09-08 09:53:35.494 | Selecting previously unselected package libipset13:amd64. 2021-09-08 09:53:35.502 | Preparing to unpack .../151-libipset13_7.5-1~exp1_amd64.deb ... 2021-09-08 09:53:35.504 | Unpacking libipset13:amd64 (7.5-1~exp1) ... 2021-09-08 09:53:35.540 | Selecting previously unselected package librdmacm1:amd64. 2021-09-08 09:53:35.548 | Preparing to unpack .../152-librdmacm1_28.0-1ubuntu1_amd64.deb ... 2021-09-08 09:53:35.550 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ... 2021-09-08 09:53:35.587 | Selecting previously unselected package libiscsi7:amd64. 2021-09-08 09:53:35.596 | Preparing to unpack .../153-libiscsi7_1.18.0-2_amd64.deb ... 2021-09-08 09:53:35.598 | Unpacking libiscsi7:amd64 (1.18.0-2) ... 2021-09-08 09:53:35.631 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2021-09-08 09:53:35.640 | Preparing to unpack .../154-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2021-09-08 09:53:35.642 | Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2021-09-08 09:53:35.700 | Selecting previously unselected package libjpeg8-dev:amd64. 2021-09-08 09:53:35.708 | Preparing to unpack .../155-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2021-09-08 09:53:35.726 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-09-08 09:53:35.749 | Selecting previously unselected package libjpeg-dev:amd64. 2021-09-08 09:53:35.757 | Preparing to unpack .../156-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2021-09-08 09:53:35.759 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-09-08 09:53:35.785 | Selecting previously unselected package libjs-jquery. 2021-09-08 09:53:35.793 | Preparing to unpack .../157-libjs-jquery_3.3.1~dfsg-3_all.deb ... 2021-09-08 09:53:35.796 | Unpacking libjs-jquery (3.3.1~dfsg-3) ... 2021-09-08 09:53:35.859 | Selecting previously unselected package libjs-jquery-metadata. 2021-09-08 09:53:35.867 | Preparing to unpack .../158-libjs-jquery-metadata_12-1.1_all.deb ... 2021-09-08 09:53:35.869 | Unpacking libjs-jquery-metadata (12-1.1) ... 2021-09-08 09:53:35.894 | Selecting previously unselected package libjs-jquery-tablesorter. 2021-09-08 09:53:35.901 | Preparing to unpack .../159-libjs-jquery-tablesorter_1%3a2.31.1+dfsg1-1_all.deb ... 2021-09-08 09:53:35.904 | Unpacking libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2021-09-08 09:53:35.980 | Selecting previously unselected package libltdl-dev:amd64. 2021-09-08 09:53:35.988 | Preparing to unpack .../160-libltdl-dev_2.4.6-14_amd64.deb ... 2021-09-08 09:53:35.990 | Unpacking libltdl-dev:amd64 (2.4.6-14) ... 2021-09-08 09:53:36.045 | Selecting previously unselected package libsys-hostname-long-perl. 2021-09-08 09:53:36.053 | Preparing to unpack .../161-libsys-hostname-long-perl_1.5-1_all.deb ... 2021-09-08 09:53:36.055 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2021-09-08 09:53:36.082 | Selecting previously unselected package libmail-sendmail-perl. 2021-09-08 09:53:36.091 | Preparing to unpack .../162-libmail-sendmail-perl_0.80-1_all.deb ... 2021-09-08 09:53:36.093 | Unpacking libmail-sendmail-perl (0.80-1) ... 2021-09-08 09:53:36.121 | Selecting previously unselected package libssl-dev:amd64. 2021-09-08 09:53:36.129 | Preparing to unpack .../163-libssl-dev_1.1.1f-1ubuntu2.8_amd64.deb ... 2021-09-08 09:53:36.131 | Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.8) ... 2021-09-08 09:53:36.388 | Selecting previously unselected package libmysqlclient-dev. 2021-09-08 09:53:36.396 | Preparing to unpack .../164-libmysqlclient-dev_8.0.26-0ubuntu0.20.04.2_amd64.deb ... 2021-09-08 09:53:36.398 | Unpacking libmysqlclient-dev (8.0.26-0ubuntu0.20.04.2) ... 2021-09-08 09:53:36.680 | Selecting previously unselected package libncurses-dev:amd64. 2021-09-08 09:53:36.688 | Preparing to unpack .../165-libncurses-dev_6.2-0ubuntu2_amd64.deb ... 2021-09-08 09:53:36.691 | Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ... 2021-09-08 09:53:36.788 | Selecting previously unselected package libnspr4:amd64. 2021-09-08 09:53:36.796 | Preparing to unpack .../166-libnspr4_2%3a4.25-1_amd64.deb ... 2021-09-08 09:53:36.798 | Unpacking libnspr4:amd64 (2:4.25-1) ... 2021-09-08 09:53:36.841 | Selecting previously unselected package libnss3:amd64. 2021-09-08 09:53:36.849 | Preparing to unpack .../167-libnss3_2%3a3.49.1-1ubuntu1.5_amd64.deb ... 2021-09-08 09:53:36.852 | Unpacking libnss3:amd64 (2:3.49.1-1ubuntu1.5) ... 2021-09-08 09:53:37.053 | Selecting previously unselected package libomp5-10:amd64. 2021-09-08 09:53:37.062 | Preparing to unpack .../168-libomp5-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-09-08 09:53:37.065 | Unpacking libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2021-09-08 09:53:37.138 | Selecting previously unselected package libomp-10-dev. 2021-09-08 09:53:37.153 | Preparing to unpack .../169-libomp-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-09-08 09:53:37.157 | Unpacking libomp-10-dev (1:10.0.0-4ubuntu1) ... 2021-09-08 09:53:37.194 | Selecting previously unselected package pcp-conf. 2021-09-08 09:53:37.202 | Preparing to unpack .../170-pcp-conf_5.0.3-1_amd64.deb ... 2021-09-08 09:53:37.205 | Unpacking pcp-conf (5.0.3-1) ... 2021-09-08 09:53:37.235 | Selecting previously unselected package libpcp3. 2021-09-08 09:53:37.243 | Preparing to unpack .../171-libpcp3_5.0.3-1_amd64.deb ... 2021-09-08 09:53:37.246 | Unpacking libpcp3 (5.0.3-1) ... 2021-09-08 09:53:37.310 | Selecting previously unselected package libpcp-pmda3. 2021-09-08 09:53:37.318 | Preparing to unpack .../172-libpcp-pmda3_5.0.3-1_amd64.deb ... 2021-09-08 09:53:37.320 | Unpacking libpcp-pmda3 (5.0.3-1) ... 2021-09-08 09:53:37.349 | Selecting previously unselected package libpcp-pmda-perl. 2021-09-08 09:53:37.358 | Preparing to unpack .../173-libpcp-pmda-perl_5.0.3-1_amd64.deb ... 2021-09-08 09:53:37.360 | Unpacking libpcp-pmda-perl (5.0.3-1) ... 2021-09-08 09:53:37.393 | Selecting previously unselected package libpq5:amd64. 2021-09-08 09:53:37.401 | Preparing to unpack .../174-libpq5_12.8-0ubuntu0.20.04.1_amd64.deb ... 2021-09-08 09:53:37.404 | Unpacking libpq5:amd64 (12.8-0ubuntu0.20.04.1) ... 2021-09-08 09:53:37.448 | Selecting previously unselected package libpq-dev. 2021-09-08 09:53:37.456 | Preparing to unpack .../175-libpq-dev_12.8-0ubuntu0.20.04.1_amd64.deb ... 2021-09-08 09:53:37.458 | Unpacking libpq-dev (12.8-0ubuntu0.20.04.1) ... 2021-09-08 09:53:37.530 | Selecting previously unselected package librados2. 2021-09-08 09:53:37.538 | Preparing to unpack .../176-librados2_15.2.13-0ubuntu0.20.04.2_amd64.deb ... 2021-09-08 09:53:37.540 | Unpacking librados2 (15.2.13-0ubuntu0.20.04.2) ... 2021-09-08 09:53:38.014 | Selecting previously unselected package librbd1. 2021-09-08 09:53:38.022 | Preparing to unpack .../177-librbd1_15.2.13-0ubuntu0.20.04.2_amd64.deb ... 2021-09-08 09:53:38.024 | Unpacking librbd1 (15.2.13-0ubuntu0.20.04.2) ... 2021-09-08 09:53:38.286 | Selecting previously unselected package libsasl2-dev. 2021-09-08 09:53:38.294 | Preparing to unpack .../178-libsasl2-dev_2.1.27+dfsg-2_amd64.deb ... 2021-09-08 09:53:38.296 | Unpacking libsasl2-dev (2.1.27+dfsg-2) ... 2021-09-08 09:53:38.364 | Selecting previously unselected package libsystemd-dev:amd64. 2021-09-08 09:53:38.372 | Preparing to unpack .../179-libsystemd-dev_245.4-4ubuntu3.11_amd64.deb ... 2021-09-08 09:53:38.374 | Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.11) ... 2021-09-08 09:53:38.497 | Selecting previously unselected package libtinfo-dev:amd64. 2021-09-08 09:53:38.505 | Preparing to unpack .../180-libtinfo-dev_6.2-0ubuntu2_amd64.deb ... 2021-09-08 09:53:38.508 | Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2021-09-08 09:53:38.532 | Selecting previously unselected package libx86-1:amd64. 2021-09-08 09:53:38.540 | Preparing to unpack .../181-libx86-1_1.1+ds1-11_amd64.deb ... 2021-09-08 09:53:38.543 | Unpacking libx86-1:amd64 (1.1+ds1-11) ... 2021-09-08 09:53:38.578 | Selecting previously unselected package libxml2-dev:amd64. 2021-09-08 09:53:38.586 | Preparing to unpack .../182-libxml2-dev_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2021-09-08 09:53:38.589 | Unpacking libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2021-09-08 09:53:38.732 | Selecting previously unselected package libxslt1-dev:amd64. 2021-09-08 09:53:38.740 | Preparing to unpack .../183-libxslt1-dev_1.1.34-4_amd64.deb ... 2021-09-08 09:53:38.743 | Unpacking libxslt1-dev:amd64 (1.1.34-4) ... 2021-09-08 09:53:38.823 | Selecting previously unselected package llvm-10-runtime. 2021-09-08 09:53:38.831 | Preparing to unpack .../184-llvm-10-runtime_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-09-08 09:53:38.833 | Unpacking llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2021-09-08 09:53:38.889 | Selecting previously unselected package libpfm4:amd64. 2021-09-08 09:53:38.898 | Preparing to unpack .../185-libpfm4_4.10.1+git20-g7700f49-2_amd64.deb ... 2021-09-08 09:53:38.901 | Unpacking libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2021-09-08 09:53:38.977 | Selecting previously unselected package llvm-10. 2021-09-08 09:53:38.986 | Preparing to unpack .../186-llvm-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-09-08 09:53:38.988 | Unpacking llvm-10 (1:10.0.0-4ubuntu1) ... 2021-09-08 09:53:39.761 | Selecting previously unselected package libffi-dev:amd64. 2021-09-08 09:53:39.769 | Preparing to unpack .../187-libffi-dev_3.3-4_amd64.deb ... 2021-09-08 09:53:39.772 | Unpacking libffi-dev:amd64 (3.3-4) ... 2021-09-08 09:53:39.817 | Selecting previously unselected package python3-pygments. 2021-09-08 09:53:39.825 | Preparing to unpack .../188-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2021-09-08 09:53:39.827 | Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2021-09-08 09:53:39.965 | Selecting previously unselected package llvm-10-tools. 2021-09-08 09:53:39.973 | Preparing to unpack .../189-llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-09-08 09:53:39.975 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2021-09-08 09:53:40.117 | Selecting previously unselected package libz3-4:amd64. 2021-09-08 09:53:40.126 | Preparing to unpack .../190-libz3-4_4.8.7-4build1_amd64.deb ... 2021-09-08 09:53:40.128 | Unpacking libz3-4:amd64 (4.8.7-4build1) ... 2021-09-08 09:53:41.075 | Selecting previously unselected package libz3-dev:amd64. 2021-09-08 09:53:41.083 | Preparing to unpack .../191-libz3-dev_4.8.7-4build1_amd64.deb ... 2021-09-08 09:53:41.086 | Unpacking libz3-dev:amd64 (4.8.7-4build1) ... 2021-09-08 09:53:41.130 | Selecting previously unselected package llvm-10-dev. 2021-09-08 09:53:41.138 | Preparing to unpack .../192-llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-09-08 09:53:41.141 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2021-09-08 09:53:45.577 | Selecting previously unselected package lsscsi. 2021-09-08 09:53:45.586 | Preparing to unpack .../193-lsscsi_0.30-0.1_amd64.deb ... 2021-09-08 09:53:45.589 | Unpacking lsscsi (0.30-0.1) ... 2021-09-08 09:53:45.623 | Selecting previously unselected package pkg-config. 2021-09-08 09:53:45.631 | Preparing to unpack .../194-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2021-09-08 09:53:45.633 | Unpacking pkg-config (0.29.1-0ubuntu4) ... 2021-09-08 09:53:45.668 | Selecting previously unselected package pm-utils. 2021-09-08 09:53:45.676 | Preparing to unpack .../195-pm-utils_1.4.1-19_all.deb ... 2021-09-08 09:53:45.679 | Unpacking pm-utils (1.4.1-19) ... 2021-09-08 09:53:45.742 | Selecting previously unselected package postgresql-client-common. 2021-09-08 09:53:45.751 | Preparing to unpack .../196-postgresql-client-common_214ubuntu0.1_all.deb ... 2021-09-08 09:53:45.753 | Unpacking postgresql-client-common (214ubuntu0.1) ... 2021-09-08 09:53:45.787 | Selecting previously unselected package postgresql-client-12. 2021-09-08 09:53:45.796 | Preparing to unpack .../197-postgresql-client-12_12.8-0ubuntu0.20.04.1_amd64.deb ... 2021-09-08 09:53:45.798 | Unpacking postgresql-client-12 (12.8-0ubuntu0.20.04.1) ... 2021-09-08 09:53:46.003 | Selecting previously unselected package ssl-cert. 2021-09-08 09:53:46.011 | Preparing to unpack .../198-ssl-cert_1.0.39_all.deb ... 2021-09-08 09:53:46.014 | Unpacking ssl-cert (1.0.39) ... 2021-09-08 09:53:46.050 | Selecting previously unselected package postgresql-common. 2021-09-08 09:53:46.059 | Preparing to unpack .../199-postgresql-common_214ubuntu0.1_all.deb ... 2021-09-08 09:53:46.087 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2021-09-08 09:53:46.094 | Unpacking postgresql-common (214ubuntu0.1) ... 2021-09-08 09:53:46.158 | Selecting previously unselected package postgresql-server-dev-12. 2021-09-08 09:53:46.167 | Preparing to unpack .../200-postgresql-server-dev-12_12.8-0ubuntu0.20.04.1_amd64.deb ... 2021-09-08 09:53:46.169 | Unpacking postgresql-server-dev-12 (12.8-0ubuntu0.20.04.1) ... 2021-09-08 09:53:46.493 | Selecting previously unselected package postgresql-server-dev-all. 2021-09-08 09:53:46.502 | Preparing to unpack .../201-postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2021-09-08 09:53:46.505 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2021-09-08 09:53:46.533 | Selecting previously unselected package python-pip-whl. 2021-09-08 09:53:46.542 | Preparing to unpack .../202-python-pip-whl_20.0.2-5ubuntu1.6_all.deb ... 2021-09-08 09:53:46.544 | Unpacking python-pip-whl (20.0.2-5ubuntu1.6) ... 2021-09-08 09:53:46.749 | Selecting previously unselected package python3-mysqldb. 2021-09-08 09:53:46.757 | Preparing to unpack .../203-python3-mysqldb_1.4.4-2build1_amd64.deb ... 2021-09-08 09:53:46.759 | Unpacking python3-mysqldb (1.4.4-2build1) ... 2021-09-08 09:53:46.795 | Selecting previously unselected package python3-wheel. 2021-09-08 09:53:46.803 | Preparing to unpack .../204-python3-wheel_0.34.2-1_all.deb ... 2021-09-08 09:53:46.805 | Unpacking python3-wheel (0.34.2-1) ... 2021-09-08 09:53:46.840 | Selecting previously unselected package python3-pip. 2021-09-08 09:53:46.848 | Preparing to unpack .../205-python3-pip_20.0.2-5ubuntu1.6_all.deb ... 2021-09-08 09:53:46.850 | Unpacking python3-pip (20.0.2-5ubuntu1.6) ... 2021-09-08 09:53:46.934 | Selecting previously unselected package python3.8-venv. 2021-09-08 09:53:46.942 | Preparing to unpack .../206-python3.8-venv_3.8.10-0ubuntu1~20.04_amd64.deb ... 2021-09-08 09:53:46.944 | Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04) ... 2021-09-08 09:53:46.969 | Selecting previously unselected package python3-venv. 2021-09-08 09:53:46.978 | Preparing to unpack .../207-python3-venv_3.8.2-0ubuntu2_amd64.deb ... 2021-09-08 09:53:46.980 | Unpacking python3-venv (3.8.2-0ubuntu2) ... 2021-09-08 09:53:47.007 | Selecting previously unselected package qemu-block-extra:amd64. 2021-09-08 09:53:47.016 | Preparing to unpack .../208-qemu-block-extra_1%3a4.2-3ubuntu6.17_amd64.deb ... 2021-09-08 09:53:47.018 | Unpacking qemu-block-extra:amd64 (1:4.2-3ubuntu6.17) ... 2021-09-08 09:53:47.049 | Selecting previously unselected package qemu-utils. 2021-09-08 09:53:47.059 | Preparing to unpack .../209-qemu-utils_1%3a4.2-3ubuntu6.17_amd64.deb ... 2021-09-08 09:53:47.061 | Unpacking qemu-utils (1:4.2-3ubuntu6.17) ... 2021-09-08 09:53:47.241 | Selecting previously unselected package sharutils. 2021-09-08 09:53:47.250 | Preparing to unpack .../210-sharutils_1%3a4.15.2-4build1_amd64.deb ... 2021-09-08 09:53:47.252 | Unpacking sharutils (1:4.15.2-4build1) ... 2021-09-08 09:53:47.301 | Selecting previously unselected package sqlite3. 2021-09-08 09:53:47.309 | Preparing to unpack .../211-sqlite3_3.31.1-4ubuntu0.2_amd64.deb ... 2021-09-08 09:53:47.311 | Unpacking sqlite3 (3.31.1-4ubuntu0.2) ... 2021-09-08 09:53:47.457 | Selecting previously unselected package unzip. 2021-09-08 09:53:47.466 | Preparing to unpack .../212-unzip_6.0-25ubuntu1_amd64.deb ... 2021-09-08 09:53:47.468 | Unpacking unzip (6.0-25ubuntu1) ... 2021-09-08 09:53:47.517 | Selecting previously unselected package vbetool. 2021-09-08 09:53:47.526 | Preparing to unpack .../213-vbetool_1.1-4_amd64.deb ... 2021-09-08 09:53:47.528 | Unpacking vbetool (1.1-4) ... 2021-09-08 09:53:47.560 | Selecting previously unselected package ipset. 2021-09-08 09:53:47.569 | Preparing to unpack .../214-ipset_7.5-1~exp1_amd64.deb ... 2021-09-08 09:53:47.578 | Unpacking ipset (7.5-1~exp1) ... 2021-09-08 09:53:47.612 | Selecting previously unselected package ipvsadm. 2021-09-08 09:53:47.621 | Preparing to unpack .../215-ipvsadm_1%3a1.31-1_amd64.deb ... 2021-09-08 09:53:47.623 | Unpacking ipvsadm (1:1.31-1) ... 2021-09-08 09:53:47.660 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2021-09-08 09:53:47.669 | Preparing to unpack .../216-libapache2-mod-proxy-uwsgi_2.4.41-4ubuntu3.4_amd64.deb ... 2021-09-08 09:53:47.679 | Unpacking libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.4) ... 2021-09-08 09:53:47.706 | Selecting previously unselected package liberasurecode1:amd64. 2021-09-08 09:53:47.715 | Preparing to unpack .../217-liberasurecode1_1.6.1-4_amd64.deb ... 2021-09-08 09:53:47.718 | Unpacking liberasurecode1:amd64 (1.6.1-4) ... 2021-09-08 09:53:47.752 | Selecting previously unselected package liberasurecode-dev:amd64. 2021-09-08 09:53:47.760 | Preparing to unpack .../218-liberasurecode-dev_1.6.1-4_amd64.deb ... 2021-09-08 09:53:47.762 | Unpacking liberasurecode-dev:amd64 (1.6.1-4) ... 2021-09-08 09:53:47.796 | Selecting previously unselected package libkrb5-dev:amd64. 2021-09-08 09:53:47.804 | Preparing to unpack .../219-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 2021-09-08 09:53:47.807 | Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2021-09-08 09:53:47.840 | Selecting previously unselected package libpcp-gui2. 2021-09-08 09:53:47.848 | Preparing to unpack .../220-libpcp-gui2_5.0.3-1_amd64.deb ... 2021-09-08 09:53:47.851 | Unpacking libpcp-gui2 (5.0.3-1) ... 2021-09-08 09:53:47.879 | Selecting previously unselected package libpcp-import1. 2021-09-08 09:53:47.887 | Preparing to unpack .../221-libpcp-import1_5.0.3-1_amd64.deb ... 2021-09-08 09:53:47.889 | Unpacking libpcp-import1 (5.0.3-1) ... 2021-09-08 09:53:47.921 | Selecting previously unselected package libpcp-mmv1. 2021-09-08 09:53:47.930 | Preparing to unpack .../222-libpcp-mmv1_5.0.3-1_amd64.deb ... 2021-09-08 09:53:47.932 | Unpacking libpcp-mmv1 (5.0.3-1) ... 2021-09-08 09:53:47.960 | Selecting previously unselected package libpcp-trace2. 2021-09-08 09:53:47.969 | Preparing to unpack .../223-libpcp-trace2_5.0.3-1_amd64.deb ... 2021-09-08 09:53:47.972 | Unpacking libpcp-trace2 (5.0.3-1) ... 2021-09-08 09:53:48.002 | Selecting previously unselected package libpcp-web1. 2021-09-08 09:53:48.011 | Preparing to unpack .../224-libpcp-web1_5.0.3-1_amd64.deb ... 2021-09-08 09:53:48.013 | Unpacking libpcp-web1 (5.0.3-1) ... 2021-09-08 09:53:48.054 | Selecting previously unselected package libyaml-dev:amd64. 2021-09-08 09:53:48.063 | Preparing to unpack .../225-libyaml-dev_0.2.2-1_amd64.deb ... 2021-09-08 09:53:48.066 | Unpacking libyaml-dev:amd64 (0.2.2-1) ... 2021-09-08 09:53:48.106 | Selecting previously unselected package python3-pcp. 2021-09-08 09:53:48.114 | Preparing to unpack .../226-python3-pcp_5.0.3-1_amd64.deb ... 2021-09-08 09:53:48.117 | Unpacking python3-pcp (5.0.3-1) ... 2021-09-08 09:53:48.161 | Selecting previously unselected package pcp. 2021-09-08 09:53:48.170 | Preparing to unpack .../227-pcp_5.0.3-1_amd64.deb ... 2021-09-08 09:53:48.240 | Unpacking pcp (5.0.3-1) ... 2021-09-08 09:53:48.792 | Selecting previously unselected package socat. 2021-09-08 09:53:48.801 | Preparing to unpack .../228-socat_1.7.3.3-2_amd64.deb ... 2021-09-08 09:53:48.804 | Unpacking socat (1.7.3.3-2) ... 2021-09-08 09:53:48.881 | Selecting previously unselected package vlan. 2021-09-08 09:53:48.890 | Preparing to unpack .../229-vlan_2.0.4ubuntu1.20.04.1_all.deb ... 2021-09-08 09:53:48.892 | Unpacking vlan (2.0.4ubuntu1.20.04.1) ... 2021-09-08 09:53:48.961 | Setting up genisoimage (9:1.1.11-3.1ubuntu1) ... 2021-09-08 09:53:48.966 | Setting up postgresql-client-common (214ubuntu0.1) ... 2021-09-08 09:53:48.975 | Setting up javascript-common (11) ... 2021-09-08 09:53:49.008 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2021-09-08 09:53:49.023 | Setting up libgraphite2-3:amd64 (1.3.13-11build1) ... 2021-09-08 09:53:49.028 | Setting up dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2021-09-08 09:53:49.033 | Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2021-09-08 09:53:49.038 | Setting up mysql-common (5.8+1.0.5ubuntu2) ... 2021-09-08 09:53:49.061 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-09-08 09:53:49.064 | Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ... 2021-09-08 09:53:49.070 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2021-09-08 09:53:49.075 | Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2021-09-08 09:53:49.081 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2021-09-08 09:53:49.086 | Setting up libdatrie1:amd64 (0.2.12-3) ... 2021-09-08 09:53:49.091 | Setting up libyaml-dev:amd64 (0.2.2-1) ... 2021-09-08 09:53:49.096 | Setting up libfile-fcntllock-perl (0.22-3build4) ... 2021-09-08 09:53:49.102 | Setting up libx86-1:amd64 (1.1+ds1-11) ... 2021-09-08 09:53:49.109 | Setting up libxcb-render0:amd64 (1.14-2) ... 2021-09-08 09:53:49.115 | Setting up libalgorithm-diff-perl (1.19.03-2) ... 2021-09-08 09:53:49.120 | Setting up libarchive-zip-perl (1.67-2) ... 2021-09-08 09:53:49.125 | Setting up libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2021-09-08 09:53:49.130 | Setting up vbetool (1.1-4) ... 2021-09-08 09:53:49.135 | Setting up libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2021-09-08 09:53:49.142 | Setting up pm-utils (1.4.1-19) ... 2021-09-08 09:53:49.150 | Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.8) ... 2021-09-08 09:53:49.391 | Setting up unzip (6.0-25ubuntu1) ... 2021-09-08 09:53:49.416 | Setting up libdebhelper-perl (12.10ubuntu1) ... 2021-09-08 09:53:49.422 | Setting up liblab-gamut1:amd64 (2.42.2-3build2) ... 2021-09-08 09:53:49.427 | Setting up x11-common (1:7.7+19ubuntu14) ... 2021-09-08 09:53:49.663 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2021-09-08 09:53:50.365 | Setting up libsensors-config (1:3.6.0-2ubuntu1) ... 2021-09-08 09:53:50.374 | Setting up libapr1:amd64 (1.6.5-1ubuntu1) ... 2021-09-08 09:53:50.379 | Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2021-09-08 09:53:50.384 | Setting up m4 (1.4.18-4) ... 2021-09-08 09:53:50.389 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2021-09-08 09:53:50.673 | Setting up libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2021-09-08 09:53:50.679 | Setting up libxcb-shm0:amd64 (1.14-2) ... 2021-09-08 09:53:50.684 | Setting up iputils-arping (3:20190709-3) ... 2021-09-08 09:53:50.721 | Setting up libffi-dev:amd64 (3.3-4) ... 2021-09-08 09:53:50.726 | Setting up conntrack (1:1.4.5-2) ... 2021-09-08 09:53:50.731 | Setting up libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2021-09-08 09:53:50.737 | Setting up python3-wheel (0.34.2-1) ... 2021-09-08 09:53:50.984 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2021-09-08 09:53:50.989 | Setting up open-iscsi (2.0.874-7.1ubuntu6.2) ... 2021-09-08 09:53:51.194 | grep: /lib/modules-load.d/open-iscsi.conf: No such file or directory 2021-09-08 09:53:53.284 | Setting up memcached (1.5.22-2ubuntu0.1) ... 2021-09-08 09:53:54.493 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2021-09-08 09:53:55.169 | Setting up libfakeroot:amd64 (1.24-1) ... 2021-09-08 09:53:55.177 | Setting up libjansson4:amd64 (2.12-1build1) ... 2021-09-08 09:53:55.186 | Setting up acl (2.2.53-6) ... 2021-09-08 09:53:55.194 | Setting up dns-root-data (2019052802) ... 2021-09-08 09:53:55.201 | Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2021-09-08 09:53:55.206 | Setting up fakeroot (1.24-1) ... 2021-09-08 09:53:55.214 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2021-09-08 09:53:55.222 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-09-08 09:53:55.228 | Setting up libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2021-09-08 09:53:55.234 | Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2021-09-08 09:53:55.240 | Setting up autotools-dev (20180224.1) ... 2021-09-08 09:53:55.245 | Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2021-09-08 09:53:56.036 | Setting up libz3-4:amd64 (4.8.7-4build1) ... 2021-09-08 09:53:56.042 | Setting up libsasl2-dev (2.1.27+dfsg-2) ... 2021-09-08 09:53:56.048 | Setting up libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2021-09-08 09:53:56.053 | Setting up make (4.2.1-1.2) ... 2021-09-08 09:53:56.059 | Setting up libnspr4:amd64 (2:4.25-1) ... 2021-09-08 09:53:56.064 | Setting up libidn11:amd64 (1.33-2.2ubuntu2) ... 2021-09-08 09:53:56.070 | Setting up libclang1-10 (1:10.0.0-4ubuntu1) ... 2021-09-08 09:53:56.075 | Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.1) ... 2021-09-08 09:53:56.081 | Setting up libpathplan4:amd64 (2.42.2-3build2) ... 2021-09-08 09:53:56.086 | Setting up ebtables (2.0.11-3build1) ... 2021-09-08 09:53:56.630 | Setting up socat (1.7.3.3-2) ... 2021-09-08 09:53:56.637 | Setting up libann0 (1.1.2+doc-7build1) ... 2021-09-08 09:53:56.642 | Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2021-09-08 09:53:56.649 | Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.8) ... 2021-09-08 09:53:56.655 | Setting up autopoint (0.19.8.1-10build1) ... 2021-09-08 09:53:56.661 | Setting up binfmt-support (2.2.0-2) ... 2021-09-08 09:53:56.939 | Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service. 2021-09-08 09:53:57.969 | Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2021-09-08 09:53:57.975 | Setting up icu-devtools (66.1-2ubuntu2) ... 2021-09-08 09:53:57.981 | Setting up fonts-dejavu-core (2.37-1) ... 2021-09-08 09:53:58.027 | Setting up libnetfilter-queue1 (1.0.3-1) ... 2021-09-08 09:53:58.032 | Setting up lsscsi (0.30-0.1) ... 2021-09-08 09:53:58.038 | Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2021-09-08 09:53:58.044 | Setting up g++-9 (9.3.0-17ubuntu1~20.04) ... 2021-09-08 09:53:58.049 | Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2021-09-08 09:53:58.055 | Setting up libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2021-09-08 09:53:58.061 | Setting up libdpkg-perl (1.19.7ubuntu3) ... 2021-09-08 09:53:58.067 | Setting up autoconf (2.69-11.1) ... 2021-09-08 09:53:58.075 | Setting up liberasurecode1:amd64 (1.6.1-4) ... 2021-09-08 09:53:58.081 | Setting up g++ (4:9.3.0-1ubuntu2) ... 2021-09-08 09:53:58.124 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2021-09-08 09:53:58.128 | Setting up dwz (0.13-5) ... 2021-09-08 09:53:58.134 | Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... 2021-09-08 09:53:58.140 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2021-09-08 09:53:58.145 | Setting up libipset13:amd64 (7.5-1~exp1) ... 2021-09-08 09:53:58.151 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2021-09-08 09:53:58.157 | Setting up vlan (2.0.4ubuntu1.20.04.1) ... 2021-09-08 09:53:58.170 | Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2021-09-08 09:53:58.175 | Setting up libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2021-09-08 09:53:58.181 | Setting up libarchive-cpio-perl (0.10-1) ... 2021-09-08 09:53:58.186 | Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2021-09-08 09:53:58.192 | Setting up fonts-liberation (1:1.07.4-11) ... 2021-09-08 09:53:58.198 | Setting up libnl-3-200:amd64 (3.4.0-1) ... 2021-09-08 09:53:58.206 | Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2021-09-08 09:53:58.211 | Setting up pcp-conf (5.0.3-1) ... 2021-09-08 09:53:58.219 | Setting up libc6-i386 (2.31-0ubuntu9.2) ... 2021-09-08 09:53:58.225 | Setting up libcurl4:amd64 (7.68.0-1ubuntu2.6) ... 2021-09-08 09:53:58.230 | Setting up libsub-override-perl (0.09-2) ... 2021-09-08 09:53:58.236 | Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2021-09-08 09:53:58.241 | Setting up libthai-data (0.1.28-3) ... 2021-09-08 09:53:58.246 | Setting up python-pip-whl (20.0.2-5ubuntu1.6) ... 2021-09-08 09:53:58.252 | Setting up libcdt5:amd64 (2.42.2-3build2) ... 2021-09-08 09:53:58.257 | Setting up libcgraph6:amd64 (2.42.2-3build2) ... 2021-09-08 09:53:58.263 | Setting up apache2-data (2.4.41-4ubuntu3.4) ... 2021-09-08 09:53:58.268 | Setting up curl (7.68.0-1ubuntu2.6) ... 2021-09-08 09:53:58.274 | Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2021-09-08 09:53:58.279 | Setting up libjs-jquery (3.3.1~dfsg-3) ... 2021-09-08 09:53:58.285 | Setting up sharutils (1:4.15.2-4build1) ... 2021-09-08 09:53:58.290 | Setting up ipset (7.5-1~exp1) ... 2021-09-08 09:53:58.302 | Setting up openssl (1.1.1f-1ubuntu2.8) ... 2021-09-08 09:53:58.311 | Setting up conntrackd (1:1.4.5-2) ... 2021-09-08 09:53:59.310 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2021-09-08 09:53:59.629 | Setting up libsys-hostname-long-perl (1.5-1) ... 2021-09-08 09:53:59.635 | Setting up libalgorithm-diff-xs-perl (0.04-6) ... 2021-09-08 09:53:59.640 | Setting up libicu-dev:amd64 (66.1-2ubuntu2) ... 2021-09-08 09:53:59.645 | Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2021-09-08 09:53:59.651 | Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.11) ... 2021-09-08 09:53:59.656 | Setting up sqlite3 (3.31.1-4ubuntu0.2) ... 2021-09-08 09:53:59.661 | Setting up libalgorithm-merge-perl (0.08-3) ... 2021-09-08 09:53:59.667 | Setting up libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2021-09-08 09:53:59.673 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2021-09-08 09:53:59.678 | Setting up automake (1:1.16.1-4ubuntu6) ... 2021-09-08 09:53:59.686 | update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 2021-09-08 09:53:59.689 | Setting up libfile-stripnondeterminism-perl (1.7.0-1) ... 2021-09-08 09:53:59.695 | Setting up libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2021-09-08 09:53:59.700 | Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2021-09-08 09:53:59.705 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2021-09-08 09:53:59.711 | Setting up libz3-dev:amd64 (4.8.7-4build1) ... 2021-09-08 09:53:59.717 | Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ... 2021-09-08 09:53:59.722 | Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2021-09-08 09:53:59.727 | Setting up libmysqlclient21:amd64 (8.0.26-0ubuntu0.20.04.2) ... 2021-09-08 09:53:59.733 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2021-09-08 09:53:59.738 | Setting up libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2021-09-08 09:53:59.744 | Setting up libomp-10-dev (1:10.0.0-4ubuntu1) ... 2021-09-08 09:53:59.750 | Setting up libtool (2.4.6-14) ... 2021-09-08 09:53:59.755 | Setting up fontconfig-config (2.13.1-2ubuntu3) ... 2021-09-08 09:53:59.852 | Setting up openssh-client (1:8.2p1-4ubuntu0.3) ... 2021-09-08 09:53:59.895 | Setting up libpq5:amd64 (12.8-0ubuntu0.20.04.1) ... 2021-09-08 09:53:59.901 | Setting up haproxy (2.0.13-2ubuntu0.2) ... 2021-09-08 09:54:00.286 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2021-09-08 09:54:01.319 | Setting up libpq-dev (12.8-0ubuntu0.20.04.1) ... 2021-09-08 09:54:01.325 | Setting up libnss3:amd64 (2:3.49.1-1ubuntu1.5) ... 2021-09-08 09:54:01.330 | Setting up libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2021-09-08 09:54:01.335 | Setting up dnsmasq-base (2.80-1.1ubuntu1.4) ... 2021-09-08 09:54:01.477 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2021-09-08 09:54:01.482 | Setting up libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2021-09-08 09:54:01.488 | Setting up llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2021-09-08 09:54:01.496 | Setting up dpkg-dev (1.19.7ubuntu3) ... 2021-09-08 09:54:01.506 | Setting up libnl-route-3-200:amd64 (3.4.0-1) ... 2021-09-08 09:54:01.512 | Setting up python3-mysqldb (1.4.4-2build1) ... 2021-09-08 09:54:01.773 | Setting up libmail-sendmail-perl (0.80-1) ... 2021-09-08 09:54:01.779 | Setting up libltdl-dev:amd64 (2.4.6-14) ... 2021-09-08 09:54:01.785 | Setting up libthai0:amd64 (0.1.28-3) ... 2021-09-08 09:54:01.791 | Setting up libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2021-09-08 09:54:01.798 | Setting up postgresql-client-12 (12.8-0ubuntu0.20.04.1) ... 2021-09-08 09:54:02.410 | 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 2021-09-08 09:54:02.433 | Setting up lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2021-09-08 09:54:02.439 | Setting up lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2021-09-08 09:54:02.446 | Setting up ssl-cert (1.0.39) ... 2021-09-08 09:54:02.917 | Setting up liberasurecode-dev:amd64 (1.6.1-4) ... 2021-09-08 09:54:02.922 | Setting up python3.8-venv (3.8.10-0ubuntu1~20.04) ... 2021-09-08 09:54:02.997 | Setting up libjs-jquery-metadata (12-1.1) ... 2021-09-08 09:54:03.004 | Setting up postgresql-common (214ubuntu0.1) ... 2021-09-08 09:54:03.519 | Adding user postgres to group ssl-cert 2021-09-08 09:54:03.663 | 2021-09-08 09:54:03.663 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2021-09-08 09:54:03.852 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2021-09-08 09:54:03.852 | Removing obsolete dictionary files: 2021-09-08 09:54:04.443 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2021-09-08 09:54:05.551 | Setting up libcroco3:amd64 (0.6.13-1) ... 2021-09-08 09:54:05.558 | Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2021-09-08 09:54:05.564 | Setting up pkg-config (0.29.1-0ubuntu4) ... 2021-09-08 09:54:05.649 | Setting up python3-pip (20.0.2-5ubuntu1.6) ... 2021-09-08 09:54:06.051 | Setting up dh-strip-nondeterminism (1.7.0-1) ... 2021-09-08 09:54:06.057 | Setting up libgvpr2:amd64 (2.42.2-3build2) ... 2021-09-08 09:54:06.063 | Setting up libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2021-09-08 09:54:06.069 | Setting up libnl-genl-3-200:amd64 (3.4.0-1) ... 2021-09-08 09:54:06.076 | Setting up build-essential (12.8ubuntu1.1) ... 2021-09-08 09:54:06.082 | Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.1) ... 2021-09-08 09:54:06.088 | Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2021-09-08 09:54:06.093 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-09-08 09:54:06.099 | Setting up libsm6:amd64 (2:1.2.3-1) ... 2021-09-08 09:54:06.108 | Setting up libmysqlclient-dev (8.0.26-0ubuntu0.20.04.2) ... 2021-09-08 09:54:06.114 | Setting up apache2-utils (2.4.41-4ubuntu3.4) ... 2021-09-08 09:54:06.120 | Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2021-09-08 09:54:06.126 | Setting up ipvsadm (1:1.31-1) ... 2021-09-08 09:54:06.879 | Setting up openssh-sftp-server (1:8.2p1-4ubuntu0.3) ... 2021-09-08 09:54:06.885 | Setting up libibverbs1:amd64 (28.0-1ubuntu1) ... 2021-09-08 09:54:06.984 | Setting up fontconfig (2.13.1-2ubuntu3) ... 2021-09-08 09:54:09.062 | Regenerating fonts cache... done. 2021-09-08 09:54:09.066 | Setting up gettext (0.19.8.1-10build1) ... 2021-09-08 09:54:09.072 | Setting up libpcp3 (5.0.3-1) ... 2021-09-08 09:54:09.078 | Setting up libpcp-pmda3 (5.0.3-1) ... 2021-09-08 09:54:09.084 | Setting up libxslt1-dev:amd64 (1.1.34-4) ... 2021-09-08 09:54:09.090 | Setting up openssh-server (1:8.2p1-4ubuntu0.3) ... 2021-09-08 09:54:10.409 | rescue-ssh.target is a disabled or a static unit, not starting it. 2021-09-08 09:54:11.215 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2021-09-08 09:54:11.265 | Setting up libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2021-09-08 09:54:11.270 | Setting up keepalived (1:2.0.19-2) ... 2021-09-08 09:54:12.256 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2021-09-08 09:54:12.966 | Setting up llvm-10 (1:10.0.0-4ubuntu1) ... 2021-09-08 09:54:12.972 | Setting up libpcp-trace2 (5.0.3-1) ... 2021-09-08 09:54:12.977 | Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-09-08 09:54:12.983 | Setting up libpcp-pmda-perl (5.0.3-1) ... 2021-09-08 09:54:12.989 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-09-08 09:54:12.994 | Setting up libpcp-gui2 (5.0.3-1) ... 2021-09-08 09:54:13.000 | Setting up apache2-bin (2.4.41-4ubuntu3.4) ... 2021-09-08 09:54:13.005 | Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ... 2021-09-08 09:54:13.012 | Setting up libpcp-web1 (5.0.3-1) ... 2021-09-08 09:54:13.017 | Setting up intltool-debian (0.35.0+20060710.5) ... 2021-09-08 09:54:13.023 | Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2021-09-08 09:54:13.029 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2021-09-08 09:54:13.034 | Setting up python3-venv (3.8.2-0ubuntu2) ... 2021-09-08 09:54:13.041 | Setting up libpcp-mmv1 (5.0.3-1) ... 2021-09-08 09:54:13.062 | Setting up libapr1-dev (1.6.5-1ubuntu1) ... 2021-09-08 09:54:13.067 | Setting up libgd3:amd64 (2.2.5-5.2ubuntu2) ... 2021-09-08 09:54:13.074 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2021-09-08 09:54:13.080 | Setting up libaprutil1-dev (1.6.1-4ubuntu2) ... 2021-09-08 09:54:13.086 | Setting up clang-10 (1:10.0.0-4ubuntu1) ... 2021-09-08 09:54:13.091 | Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-09-08 09:54:13.097 | Setting up postgresql-server-dev-12 (12.8-0ubuntu0.20.04.1) ... 2021-09-08 09:54:13.102 | Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-09-08 09:54:13.108 | Setting up libpcp-import1 (5.0.3-1) ... 2021-09-08 09:54:13.114 | Setting up librdmacm1:amd64 (28.0-1ubuntu1) ... 2021-09-08 09:54:13.120 | Setting up librados2 (15.2.13-0ubuntu0.20.04.2) ... 2021-09-08 09:54:13.126 | Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2021-09-08 09:54:13.132 | Setting up po-debconf (1.0.21) ... 2021-09-08 09:54:13.138 | Setting up apache2 (2.4.41-4ubuntu3.4) ... 2021-09-08 09:54:13.528 | Enabling module mpm_event. 2021-09-08 09:54:13.592 | Enabling module authz_core. 2021-09-08 09:54:13.598 | Enabling module authz_host. 2021-09-08 09:54:13.657 | Enabling module authn_core. 2021-09-08 09:54:13.662 | Enabling module auth_basic. 2021-09-08 09:54:13.722 | Enabling module access_compat. 2021-09-08 09:54:13.781 | Enabling module authn_file. 2021-09-08 09:54:13.839 | Enabling module authz_user. 2021-09-08 09:54:13.899 | Enabling module alias. 2021-09-08 09:54:13.958 | Enabling module dir. 2021-09-08 09:54:14.017 | Enabling module autoindex. 2021-09-08 09:54:14.078 | Enabling module env. 2021-09-08 09:54:14.137 | Enabling module mime. 2021-09-08 09:54:14.196 | Enabling module negotiation. 2021-09-08 09:54:14.256 | Enabling module setenvif. 2021-09-08 09:54:14.314 | Enabling module filter. 2021-09-08 09:54:14.375 | Enabling module deflate. 2021-09-08 09:54:14.434 | Enabling module status. 2021-09-08 09:54:14.494 | Enabling module reqtimeout. 2021-09-08 09:54:14.553 | Enabling conf charset. 2021-09-08 09:54:14.613 | Enabling conf localized-error-pages. 2021-09-08 09:54:14.672 | Enabling conf other-vhosts-access-log. 2021-09-08 09:54:14.733 | Enabling conf security. 2021-09-08 09:54:14.792 | Enabling conf serve-cgi-bin. 2021-09-08 09:54:14.851 | Enabling site 000-default. 2021-09-08 09:54:14.904 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2021-09-08 09:54:14.958 | Enabling conf javascript-common. 2021-09-08 09:54:15.214 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2021-09-08 09:54:15.783 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2021-09-08 09:54:18.452 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2021-09-08 09:54:18.466 | Setting up python3-pcp (5.0.3-1) ... 2021-09-08 09:54:18.771 | Setting up libgvc6 (2.42.2-3build2) ... 2021-09-08 09:54:18.795 | Setting up librbd1 (15.2.13-0ubuntu0.20.04.2) ... 2021-09-08 09:54:18.801 | Setting up libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.4) ... 2021-09-08 09:54:18.814 | Setting up libiscsi7:amd64 (1.18.0-2) ... 2021-09-08 09:54:18.820 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2021-09-08 09:54:18.826 | Setting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.17) ... 2021-09-08 09:54:18.833 | Setting up graphviz (2.42.2-3build2) ... 2021-09-08 09:54:18.842 | Setting up pcp (5.0.3-1) ... 2021-09-08 09:54:19.194 | Created symlink /etc/systemd/system/multi-user.target.wants/pmcd.service → /lib/systemd/system/pmcd.service. 2021-09-08 09:54:19.628 | Created symlink /etc/systemd/system/multi-user.target.wants/pmlogger.service → /lib/systemd/system/pmlogger.service. 2021-09-08 09:54:20.066 | Created symlink /etc/systemd/system/multi-user.target.wants/pmie.service → /lib/systemd/system/pmie.service. 2021-09-08 09:54:20.499 | Created symlink /etc/systemd/system/multi-user.target.wants/pmproxy.service → /lib/systemd/system/pmproxy.service. 2021-09-08 09:54:36.495 | Setting up qemu-utils (1:4.2-3ubuntu6.17) ... 2021-09-08 09:54:36.503 | Setting up systemd (245.4-4ubuntu3.11) ... 2021-09-08 09:54:36.505 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2021-09-08 09:54:37.654 | Setting up dh-autoreconf (19) ... 2021-09-08 09:54:37.660 | Setting up systemd-timesyncd (245.4-4ubuntu3.11) ... 2021-09-08 09:54:38.501 | Setting up systemd-sysv (245.4-4ubuntu3.11) ... 2021-09-08 09:54:38.508 | Setting up libnss-systemd:amd64 (245.4-4ubuntu3.11) ... 2021-09-08 09:54:38.516 | Setting up debhelper (12.10ubuntu1) ... 2021-09-08 09:54:38.522 | Setting up libpam-systemd:amd64 (245.4-4ubuntu3.11) ... 2021-09-08 09:54:38.855 | Setting up apache2-dev (2.4.41-4ubuntu3.4) ... 2021-09-08 09:54:38.860 | Processing triggers for mime-support (3.64ubuntu1) ... 2021-09-08 09:54:38.884 | Processing triggers for initramfs-tools (0.136ubuntu6.4) ... 2021-09-08 09:54:38.960 | update-initramfs: Generating /boot/initrd.img-5.4.0-72-generic 2021-09-08 09:54:52.108 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2021-09-08 09:54:52.131 | Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ... 2021-09-08 09:54:52.546 | Processing triggers for ufw (0.36-6) ... 2021-09-08 09:54:52.681 | Processing triggers for man-db (2.9.1-1) ... 2021-09-08 09:55:18.451 | Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2021-09-08 09:55:18.469 | Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2021-09-08 09:55:24.723 | ++ functions-common:apt_get:1118 : result=0 2021-09-08 09:55:24.725 | ++ functions-common:apt_get:1121 : time_stop apt-get 2021-09-08 09:55:24.728 | ++ functions-common:time_stop:2309 : local name 2021-09-08 09:55:24.731 | ++ functions-common:time_stop:2310 : local end_time 2021-09-08 09:55:24.733 | ++ functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:55:24.735 | ++ functions-common:time_stop:2312 : local total 2021-09-08 09:55:24.737 | ++ functions-common:time_stop:2313 : local start_time 2021-09-08 09:55:24.739 | ++ functions-common:time_stop:2315 : name=apt-get 2021-09-08 09:55:24.741 | ++ functions-common:time_stop:2316 : start_time=1631094762345 2021-09-08 09:55:24.744 | ++ functions-common:time_stop:2318 : [[ -z 1631094762345 ]] 2021-09-08 09:55:24.746 | +++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:55:24.750 | ++ functions-common:time_stop:2321 : end_time=1631094924748 2021-09-08 09:55:24.752 | ++ functions-common:time_stop:2322 : elapsed_time=162403 2021-09-08 09:55:24.754 | ++ functions-common:time_stop:2323 : total=694 2021-09-08 09:55:24.756 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:55:24.759 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=163097 2021-09-08 09:55:24.761 | ++ functions-common:apt_get:1122 : return 0 2021-09-08 09:55:24.763 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-09-08 09:55:24.766 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-09-08 09:55:24.768 | ++ tools/install_prereqs.sh:source:88 : date +%s 2021-09-08 09:55:24.772 | ++ tools/install_prereqs.sh:source:89 : date 2021-09-08 09:55:24.776 | + ./stack.sh:main:772 : [[ False != \T\r\u\e ]] 2021-09-08 09:55:24.778 | + ./stack.sh:main:773 : PYPI_ALTERNATIVE_URL= 2021-09-08 09:55:24.781 | + ./stack.sh:main:773 : /home/ubuntu/devstack/tools/install_pip.sh 2021-09-08 09:55:26.074 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-09-08 09:55:26.076 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-09-08 09:55:26.078 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2021-09-08 09:55:26.081 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-09-08 09:55:26.083 | + tools/install_pip.sh:main:43 : GetDistro 2021-09-08 09:55:26.085 | + functions-common:GetDistro:373 : GetOSVersion 2021-09-08 09:55:26.087 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2021-09-08 09:55:26.089 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2021-09-08 09:55:26.091 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2021-09-08 09:55:26.093 | + functions-common:_ensure_lsb_release:328 : return 2021-09-08 09:55:26.095 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2021-09-08 09:55:26.161 | + functions-common:GetOSVersion:352 : os_RELEASE=20.04 2021-09-08 09:55:26.163 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2021-09-08 09:55:26.229 | + functions-common:GetOSVersion:353 : os_CODENAME=focal 2021-09-08 09:55:26.231 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2021-09-08 09:55:26.297 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2021-09-08 09:55:26.299 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-09-08 09:55:26.301 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2021-09-08 09:55:26.302 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2021-09-08 09:55:26.305 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2021-09-08 09:55:26.307 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2021-09-08 09:55:26.308 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2021-09-08 09:55:26.310 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2021-09-08 09:55:26.312 | + functions-common:GetDistro:378 : DISTRO=focal 2021-09-08 09:55:26.314 | + functions-common:GetDistro:422 : typeset -xr DISTRO 2021-09-08 09:55:26.316 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2021-09-08 09:55:26.316 | Distro: focal 2021-09-08 09:55:26.318 | + tools/install_pip.sh:main:115 : get_versions 2021-09-08 09:55:26.320 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-09-08 09:55:26.324 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-09-08 09:55:26.325 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-09-08 09:55:26.328 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-09-08 09:55:26.328 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-09-08 09:55:26.720 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2021-09-08 09:55:26.722 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2021-09-08 09:55:26.722 | pip: 20.2.2 2021-09-08 09:55:26.723 | + tools/install_pip.sh:main:117 : [[ -n '' ]] 2021-09-08 09:55:26.725 | + tools/install_pip.sh:main:121 : is_fedora 2021-09-08 09:55:26.727 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-09-08 09:55:26.729 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-09-08 09:55:26.730 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-09-08 09:55:26.732 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-09-08 09:55:26.733 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-09-08 09:55:26.735 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-09-08 09:55:26.737 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-09-08 09:55:26.738 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-09-08 09:55:26.740 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-09-08 09:55:26.742 | + tools/install_pip.sh:main:133 : install_get_pip 2021-09-08 09:55:26.743 | + tools/install_pip.sh:install_get_pip:62 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-09-08 09:55:26.745 | + tools/install_pip.sh:install_get_pip:79 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-09-08 09:55:26.747 | + tools/install_pip.sh:install_get_pip:82 : local timecond= 2021-09-08 09:55:26.748 | + tools/install_pip.sh:install_get_pip:83 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-09-08 09:55:26.750 | + tools/install_pip.sh:install_get_pip:87 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2021-09-08 09:55:26.761 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-09-08 09:55:26.761 | Dload Upload Total Spent Left Speed 2021-09-08 09:55:27.125 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1911k 100 1911k 0 0 5251k 0 --:--:-- --:--:-- --:--:-- 5251k 2021-09-08 09:55:27.129 | + tools/install_pip.sh:install_get_pip:90 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2021-09-08 09:55:27.133 | + tools/install_pip.sh:install_get_pip:92 : sudo -H -E python3.8 /home/ubuntu/devstack/files/get-pip.py 2021-09-08 09:55:30.063 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:55:30.063 | from cryptography.utils import int_from_bytes 2021-09-08 09:55:30.063 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:55:30.063 | from cryptography.utils import int_from_bytes 2021-09-08 09:55:30.340 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 09:55:30.949 | Collecting pip 2021-09-08 09:55:30.962 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fa9/ebb85d3fd6076/pip-21.2.4-py3-none-any.whl (1.6 MB) 2021-09-08 09:55:32.449 | Installing collected packages: pip 2021-09-08 09:55:32.449 | Attempting uninstall: pip 2021-09-08 09:55:32.450 | Found existing installation: pip 20.2.2 2021-09-08 09:55:32.692 | Uninstalling pip-20.2.2: 2021-09-08 09:55:32.731 | Successfully uninstalled pip-20.2.2 2021-09-08 09:55:34.283 | Successfully installed pip-21.2.4 2021-09-08 09:55:34.283 | 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 2021-09-08 09:55:34.400 | + tools/install_pip.sh:main:136 : set -x 2021-09-08 09:55:34.401 | + tools/install_pip.sh:main:140 : pip_install_gr setuptools 2021-09-08 09:55:34.403 | + inc/python:pip_install_gr:76 : local name=setuptools 2021-09-08 09:55:34.405 | + inc/python:pip_install_gr:77 : local clean_name 2021-09-08 09:55:34.407 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2021-09-08 09:55:34.409 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2021-09-08 09:55:34.411 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-09-08 09:55:34.414 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-09-08 09:55:34.414 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2021-09-08 09:55:34.418 | ++ 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 ' 2021-09-08 09:55:34.420 | ++ 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 == '' ]] 2021-09-08 09:55:34.421 | ++ 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' 2021-09-08 09:55:34.423 | + 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' 2021-09-08 09:55:34.425 | + 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' 2021-09-08 09:55:34.440 | 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 2021-09-08 09:55:34.442 | + 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' 2021-09-08 09:55:35.167 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:55:35.167 | from cryptography.utils import int_from_bytes 2021-09-08 09:55:35.167 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:55:35.167 | from cryptography.utils import int_from_bytes 2021-09-08 09:55:36.166 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 09:55:36.186 | 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,!=48.0.0,!=49.0.0 in /usr/local/lib/python3.8/dist-packages (57.4.0) 2021-09-08 09:55:37.692 | 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 2021-09-08 09:55:37.790 | + inc/python:pip_install:200 : result=0 2021-09-08 09:55:37.792 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 09:55:37.793 | + functions-common:time_stop:2309 : local name 2021-09-08 09:55:37.795 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:55:37.797 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:55:37.798 | + functions-common:time_stop:2312 : local total 2021-09-08 09:55:37.800 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:55:37.802 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 09:55:37.803 | + functions-common:time_stop:2316 : start_time=1631094934436 2021-09-08 09:55:37.805 | + functions-common:time_stop:2318 : [[ -z 1631094934436 ]] 2021-09-08 09:55:37.807 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:55:37.810 | + functions-common:time_stop:2321 : end_time=1631094937808 2021-09-08 09:55:37.812 | + functions-common:time_stop:2322 : elapsed_time=3372 2021-09-08 09:55:37.813 | + functions-common:time_stop:2323 : total=0 2021-09-08 09:55:37.815 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:55:37.817 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=3372 2021-09-08 09:55:37.818 | + inc/python:pip_install:203 : return 0 2021-09-08 09:55:37.821 | + tools/install_pip.sh:main:142 : get_versions 2021-09-08 09:55:37.823 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-09-08 09:55:37.826 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-09-08 09:55:37.828 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-09-08 09:55:37.831 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-09-08 09:55:37.831 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-09-08 09:55:38.388 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.2.4 2021-09-08 09:55:38.390 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.2.4' 2021-09-08 09:55:38.390 | pip: 21.2.4 2021-09-08 09:55:38.393 | + ./stack.sh:main:777 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-09-08 09:55:38.396 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2021-09-08 09:55:38.399 | + ./stack.sh:main:778 : fixup_all 2021-09-08 09:55:38.401 | + tools/fixup_stuff.sh:fixup_all:173 : fixup_keystone 2021-09-08 09:55:38.403 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2021-09-08 09:55:38.405 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2021-09-08 09:55:38.415 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2021-09-08 09:55:38.415 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2021-09-08 09:55:38.416 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2021-09-08 09:55:38.421 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2021-09-08 09:55:38.423 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2021-09-08 09:55:38.425 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2021-09-08 09:55:38.433 | net.ipv4.ip_local_reserved_ports = 35357,35358 2021-09-08 09:55:38.436 | + tools/fixup_stuff.sh:fixup_all:174 : fixup_ubuntu 2021-09-08 09:55:38.438 | + tools/fixup_stuff.sh:fixup_ubuntu:159 : is_ubuntu 2021-09-08 09:55:38.440 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:55:38.442 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:55:38.445 | + tools/fixup_stuff.sh:fixup_ubuntu:169 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.3.1.egg-info 2021-09-08 09:55:38.455 | + tools/fixup_stuff.sh:fixup_all:175 : fixup_fedora 2021-09-08 09:55:38.457 | + tools/fixup_stuff.sh:fixup_fedora:66 : is_fedora 2021-09-08 09:55:38.459 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-09-08 09:55:38.461 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-09-08 09:55:38.463 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-09-08 09:55:38.465 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-09-08 09:55:38.467 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-09-08 09:55:38.469 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-09-08 09:55:38.471 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-09-08 09:55:38.473 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-09-08 09:55:38.476 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-09-08 09:55:38.478 | + tools/fixup_stuff.sh:fixup_fedora:67 : return 2021-09-08 09:55:38.480 | + tools/fixup_stuff.sh:fixup_all:176 : fixup_suse 2021-09-08 09:55:38.482 | + tools/fixup_stuff.sh:fixup_suse:112 : is_suse 2021-09-08 09:55:38.484 | + functions-common:is_suse:462 : is_opensuse 2021-09-08 09:55:38.487 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-09-08 09:55:38.489 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-09-08 09:55:38.491 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-09-08 09:55:38.493 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-09-08 09:55:38.495 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-09-08 09:55:38.497 | + tools/fixup_stuff.sh:fixup_suse:113 : return 2021-09-08 09:55:38.500 | + ./stack.sh:main:781 : pip_install -U os-testr 2021-09-08 09:55:38.519 | Using python 3.8 to install os-testr 2021-09-08 09:55:38.521 | + 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 2021-09-08 09:55:39.233 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:55:39.233 | from cryptography.utils import int_from_bytes 2021-09-08 09:55:39.233 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:55:39.233 | from cryptography.utils import int_from_bytes 2021-09-08 09:55:40.236 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 09:55:40.700 | Collecting os-testr 2021-09-08 09:55:40.708 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB) 2021-09-08 09:55:41.073 | Collecting python-subunit>=1.0.0 2021-09-08 09:55:41.079 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2021-09-08 09:55:41.088 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.6.0) 2021-09-08 09:55:41.090 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2021-09-08 09:55:41.470 | Collecting stestr>=1.0.0 2021-09-08 09:55:41.477 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a31/9580d7aa71f73/stestr-3.2.0-py3-none-any.whl (125 kB) 2021-09-08 09:55:41.500 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2021-09-08 09:55:41.529 | 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) 2021-09-08 09:55:41.923 | Collecting future 2021-09-08 09:55:41.929 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2021-09-08 09:55:42.820 | 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) 2021-09-08 09:55:42.822 | 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) 2021-09-08 09:55:42.828 | 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) 2021-09-08 09:55:42.844 | 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) 2021-09-08 09:55:42.845 | 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) 2021-09-08 09:55:42.847 | 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) 2021-09-08 09:55:42.849 | 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) 2021-09-08 09:55:42.851 | 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) 2021-09-08 09:55:42.906 | 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) 2021-09-08 09:55:42.907 | 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) 2021-09-08 09:55:42.909 | 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) 2021-09-08 09:55:42.911 | 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) 2021-09-08 09:55:42.990 | 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) 2021-09-08 09:55:43.056 | Building wheels for collected packages: future 2021-09-08 09:55:43.056 | Building wheel for future (setup.py): started 2021-09-08 09:55:44.107 | Building wheel for future (setup.py): finished with status 'done' 2021-09-08 09:55:44.111 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=4d48bd791beb2746191a44fd928d7b9fbe9a5c3bdc81fb64a6b28c0eab0370b3 2021-09-08 09:55:44.111 | Stored in directory: /root/.cache/pip/wheels/28/5f/d3/d195feb75503b53c2d3ab6230c977e5755765d711064d2e39f 2021-09-08 09:55:44.118 | Successfully built future 2021-09-08 09:55:45.443 | Installing collected packages: python-subunit, future, stestr, os-testr 2021-09-08 09:55:46.263 | Successfully installed future-0.18.2 os-testr-2.0.0 python-subunit-1.4.0 stestr-3.2.0 2021-09-08 09:55:46.264 | 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 2021-09-08 09:55:46.396 | + inc/python:pip_install:200 : result=0 2021-09-08 09:55:46.398 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 09:55:46.400 | + functions-common:time_stop:2309 : local name 2021-09-08 09:55:46.402 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:55:46.404 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:55:46.406 | + functions-common:time_stop:2312 : local total 2021-09-08 09:55:46.408 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:55:46.411 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 09:55:46.413 | + functions-common:time_stop:2316 : start_time=1631094938514 2021-09-08 09:55:46.415 | + functions-common:time_stop:2318 : [[ -z 1631094938514 ]] 2021-09-08 09:55:46.418 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:55:46.422 | + functions-common:time_stop:2321 : end_time=1631094946419 2021-09-08 09:55:46.424 | + functions-common:time_stop:2322 : elapsed_time=7905 2021-09-08 09:55:46.426 | + functions-common:time_stop:2323 : total=0 2021-09-08 09:55:46.428 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:55:46.430 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=7905 2021-09-08 09:55:46.432 | + inc/python:pip_install:203 : return 0 2021-09-08 09:55:46.435 | + ./stack.sh:main:785 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-09-08 09:55:46.482 | + ./stack.sh:main:786 : sudo systemctl restart systemd-journald 2021-09-08 09:55:46.574 | + ./stack.sh:main:792 : install_infra 2021-09-08 09:55:46.577 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-09-08 09:55:46.580 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-09-08 09:55:46.583 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2021-09-08 09:55:49.643 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-09-08 09:55:49.645 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-09-08 09:55:49.667 | + 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 2021-09-08 09:55:51.525 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:51.554 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:51.656 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:51.766 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:51.942 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:51.948 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:52.018 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:52.063 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:52.148 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:52.183 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:52.232 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 09:55:52.352 | Collecting pbr===5.6.0 2021-09-08 09:55:52.358 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c68/c661ac5cc8105/pbr-5.6.0-py2.py3-none-any.whl (111 kB) 2021-09-08 09:55:52.409 | Installing collected packages: pbr 2021-09-08 09:55:52.545 | Successfully installed pbr-5.6.0 2021-09-08 09:55:52.604 | + inc/python:pip_install:200 : result=0 2021-09-08 09:55:52.606 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 09:55:52.608 | + functions-common:time_stop:2309 : local name 2021-09-08 09:55:52.610 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:55:52.612 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:55:52.614 | + functions-common:time_stop:2312 : local total 2021-09-08 09:55:52.617 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:55:52.619 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 09:55:52.621 | + functions-common:time_stop:2316 : start_time=1631094949659 2021-09-08 09:55:52.623 | + functions-common:time_stop:2318 : [[ -z 1631094949659 ]] 2021-09-08 09:55:52.626 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:55:52.629 | + functions-common:time_stop:2321 : end_time=1631094952627 2021-09-08 09:55:52.631 | + functions-common:time_stop:2322 : elapsed_time=2968 2021-09-08 09:55:52.633 | + functions-common:time_stop:2323 : total=7905 2021-09-08 09:55:52.635 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:55:52.637 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=10873 2021-09-08 09:55:52.640 | + inc/python:pip_install:203 : return 0 2021-09-08 09:55:52.642 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-09-08 09:55:52.644 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-09-08 09:55:52.667 | + 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 2021-09-08 09:55:54.524 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:54.553 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:54.655 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:54.766 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:54.942 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:54.948 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:55.018 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:55.063 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:55.148 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:55.183 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-09-08 09:55:55.233 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 09:55:55.235 | Processing /opt/stack/requirements 2021-09-08 09:55:56.538 | Collecting fixtures===3.0.0 2021-09-08 09:55:56.544 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2021-09-08 09:55:56.714 | Collecting PyYAML===5.4.1 2021-09-08 09:55:56.721 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8c1/be557ee92a20f/PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB) 2021-09-08 09:55:56.910 | Collecting requests===2.26.0 2021-09-08 09:55:56.916 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6c1/246513ecd5ecd/requests-2.26.0-py2.py3-none-any.whl (62 kB) 2021-09-08 09:55:57.008 | Collecting packaging===21.0 2021-09-08 09:55:57.014 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c86/254f9220d55e3/packaging-21.0-py3-none-any.whl (40 kB) 2021-09-08 09:55:57.077 | Collecting testtools===2.5.0 2021-09-08 09:55:57.083 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/798/525999f053e4d/testtools-2.5.0-py3-none-any.whl (181 kB) 2021-09-08 09:55:57.164 | Collecting idna===3.2 2021-09-08 09:55:57.171 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/144/75042e2849910/idna-3.2-py3-none-any.whl (59 kB) 2021-09-08 09:55:57.298 | Collecting pyparsing===2.4.7 2021-09-08 09:55:57.304 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2021-09-08 09:55:57.354 | Collecting six===1.16.0 2021-09-08 09:55:57.360 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ab/b2f1d86890a2d/six-1.16.0-py2.py3-none-any.whl (11 kB) 2021-09-08 09:55:57.405 | Collecting charset-normalizer===2.0.4 2021-09-08 09:55:57.411 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0c8/911edd15d1922/charset_normalizer-2.0.4-py3-none-any.whl (36 kB) 2021-09-08 09:55:57.445 | Collecting Parsley>=1.2 2021-09-08 09:55:57.452 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2021-09-08 09:55:57.496 | Collecting beagle>=0.2.1 2021-09-08 09:55:57.502 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB) 2021-09-08 09:55:57.528 | 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) 2021-09-08 09:55:57.580 | Collecting certifi===2021.5.30 2021-09-08 09:55:57.587 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50b/1e4f8446b06f4/certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 2021-09-08 09:55:57.669 | Collecting urllib3===1.26.6 2021-09-08 09:55:57.676 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39f/b8672126159ac/urllib3-1.26.6-py2.py3-none-any.whl (138 kB) 2021-09-08 09:55:57.738 | Collecting extras===1.0.0 2021-09-08 09:55:57.744 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2021-09-08 09:55:57.824 | Collecting cliff===3.9.0 2021-09-08 09:55:57.830 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c0d/02ee970f978be/cliff-3.9.0-py3-none-any.whl (80 kB) 2021-09-08 09:55:57.888 | Collecting autopage===0.4.0 2021-09-08 09:55:57.894 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9b8/c9c160bfbf3e6/autopage-0.4.0-py3-none-any.whl (20 kB) 2021-09-08 09:55:57.974 | Collecting stevedore===3.4.0 2021-09-08 09:55:57.981 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/920/ce6259f0b2498/stevedore-3.4.0-py3-none-any.whl (49 kB) 2021-09-08 09:55:58.035 | Collecting prettytable===0.7.2 2021-09-08 09:55:58.041 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2021-09-08 09:55:58.176 | Collecting cmd2===2.1.2 2021-09-08 09:55:58.182 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d96/7708a62d1166c/cmd2-2.1.2-py3-none-any.whl (141 kB) 2021-09-08 09:55:58.286 | Collecting attrs===21.2.0 2021-09-08 09:55:58.293 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/149/e90d6d8ac20db/attrs-21.2.0-py2.py3-none-any.whl (53 kB) 2021-09-08 09:55:58.411 | Collecting colorama===0.4.4 2021-09-08 09:55:58.417 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl (16 kB) 2021-09-08 09:55:58.463 | Collecting pyperclip===1.8.2 2021-09-08 09:55:58.469 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/105/254a8b04934f0/pyperclip-1.8.2.tar.gz (20 kB) 2021-09-08 09:55:58.856 | Collecting wcwidth===0.2.5 2021-09-08 09:55:58.862 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2021-09-08 09:55:58.881 | Building wheels for collected packages: pyperclip, openstack-requirements 2021-09-08 09:55:58.882 | Building wheel for pyperclip (setup.py): started 2021-09-08 09:55:59.125 | Building wheel for pyperclip (setup.py): finished with status 'error' 2021-09-08 09:55:59.125 | ERROR: Command errored out with exit status 1: 2021-09-08 09:55:59.125 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-w9ugqrfx/pyperclip/setup.py'"'"'; __file__='"'"'/tmp/pip-install-w9ugqrfx/pyperclip/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-kiq79hqq 2021-09-08 09:55:59.125 | cwd: /tmp/pip-install-w9ugqrfx/pyperclip/ 2021-09-08 09:55:59.125 | Complete output (6 lines): 2021-09-08 09:55:59.125 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-09-08 09:55:59.125 | or: setup.py --help [cmd1 cmd2 ...] 2021-09-08 09:55:59.125 | or: setup.py --help-commands 2021-09-08 09:55:59.125 | or: setup.py cmd --help 2021-09-08 09:55:59.125 | 2021-09-08 09:55:59.125 | error: invalid command 'bdist_wheel' 2021-09-08 09:55:59.125 | ---------------------------------------- 2021-09-08 09:55:59.125 | ERROR: Failed building wheel for pyperclip 2021-09-08 09:55:59.125 | Running setup.py clean for pyperclip 2021-09-08 09:55:59.375 | Building wheel for openstack-requirements (setup.py): started 2021-09-08 09:56:00.145 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2021-09-08 09:56:00.145 | ERROR: Command errored out with exit status 1: 2021-09-08 09:56:00.145 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-u09rk7gc/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-u09rk7gc/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-t1f363cz 2021-09-08 09:56:00.145 | cwd: /tmp/pip-req-build-u09rk7gc/ 2021-09-08 09:56:00.145 | Complete output (6 lines): 2021-09-08 09:56:00.145 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-09-08 09:56:00.145 | or: setup.py --help [cmd1 cmd2 ...] 2021-09-08 09:56:00.145 | or: setup.py --help-commands 2021-09-08 09:56:00.145 | or: setup.py cmd --help 2021-09-08 09:56:00.145 | 2021-09-08 09:56:00.145 | error: invalid command 'bdist_wheel' 2021-09-08 09:56:00.145 | ---------------------------------------- 2021-09-08 09:56:00.145 | ERROR: Failed building wheel for openstack-requirements 2021-09-08 09:56:00.145 | Running setup.py clean for openstack-requirements 2021-09-08 09:56:00.914 | Failed to build pyperclip openstack-requirements 2021-09-08 09:56:01.155 | Installing collected packages: certifi, attrs, extras, testtools, six, fixtures, wcwidth, prettytable, urllib3, PyYAML, charset-normalizer, idna, requests, autopage, stevedore, pyparsing, colorama, pyperclip, cmd2, cliff, packaging, Parsley, beagle, openstack-requirements 2021-09-08 09:56:02.378 | Running setup.py install for pyperclip: started 2021-09-08 09:56:02.775 | Running setup.py install for pyperclip: finished with status 'done' 2021-09-08 09:56:03.277 | Running setup.py install for openstack-requirements: started 2021-09-08 09:56:05.456 | Running setup.py install for openstack-requirements: finished with status 'done' 2021-09-08 09:56:05.490 | 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.dev4896 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 2021-09-08 09:56:05.621 | + inc/python:pip_install:200 : result=0 2021-09-08 09:56:05.623 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 09:56:05.625 | + functions-common:time_stop:2309 : local name 2021-09-08 09:56:05.627 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:56:05.629 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:56:05.631 | + functions-common:time_stop:2312 : local total 2021-09-08 09:56:05.633 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:56:05.635 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 09:56:05.638 | + functions-common:time_stop:2316 : start_time=1631094952659 2021-09-08 09:56:05.640 | + functions-common:time_stop:2318 : [[ -z 1631094952659 ]] 2021-09-08 09:56:05.643 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:56:05.646 | + functions-common:time_stop:2321 : end_time=1631094965644 2021-09-08 09:56:05.648 | + functions-common:time_stop:2322 : elapsed_time=12985 2021-09-08 09:56:05.650 | + functions-common:time_stop:2323 : total=10873 2021-09-08 09:56:05.652 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:56:05.654 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=23858 2021-09-08 09:56:05.656 | + inc/python:pip_install:203 : return 0 2021-09-08 09:56:05.659 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-09-08 09:56:05.661 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-09-08 09:56:05.664 | + inc/python:use_library_from_git:250 : local name=pbr 2021-09-08 09:56:05.666 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:56:05.669 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:56:05.671 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2021-09-08 09:56:05.673 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:56:05.676 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-09-08 09:56:05.695 | Using python 3.8 to install pbr 2021-09-08 09:56:05.697 | + 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 2021-09-08 09:56:06.409 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:56:06.409 | from cryptography.utils import int_from_bytes 2021-09-08 09:56:06.409 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:56:06.409 | from cryptography.utils import int_from_bytes 2021-09-08 09:56:07.412 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 09:56:07.429 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.6.0) 2021-09-08 09:56:09.099 | 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 2021-09-08 09:56:09.203 | + inc/python:pip_install:200 : result=0 2021-09-08 09:56:09.205 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 09:56:09.208 | + functions-common:time_stop:2309 : local name 2021-09-08 09:56:09.210 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:56:09.212 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:56:09.214 | + functions-common:time_stop:2312 : local total 2021-09-08 09:56:09.216 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:56:09.218 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 09:56:09.220 | + functions-common:time_stop:2316 : start_time=1631094965690 2021-09-08 09:56:09.222 | + functions-common:time_stop:2318 : [[ -z 1631094965690 ]] 2021-09-08 09:56:09.225 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:56:09.229 | + functions-common:time_stop:2321 : end_time=1631094969226 2021-09-08 09:56:09.231 | + functions-common:time_stop:2322 : elapsed_time=3536 2021-09-08 09:56:09.233 | + functions-common:time_stop:2323 : total=23858 2021-09-08 09:56:09.235 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:56:09.237 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=27394 2021-09-08 09:56:09.239 | + inc/python:pip_install:203 : return 0 2021-09-08 09:56:09.242 | + ./stack.sh:main:795 : python3 -m venv /opt/stack/bindep-venv 2021-09-08 09:56:12.309 | + ./stack.sh:main:797 : /opt/stack/bindep-venv/bin/pip install bindep 2021-09-08 09:56:14.037 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 09:56:14.447 | Collecting bindep 2021-09-08 09:56:14.452 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0e7/df0a527c159ff/bindep-2.9.0-py2.py3-none-any.whl (32 kB) 2021-09-08 09:56:14.493 | Collecting Parsley 2021-09-08 09:56:14.499 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2021-09-08 09:56:14.897 | Collecting distro 2021-09-08 09:56:14.902 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c87/13330ab31a034/distro-1.6.0-py2.py3-none-any.whl (19 kB) 2021-09-08 09:56:15.020 | Collecting pbr>=2.0.0 2021-09-08 09:56:15.026 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c68/c661ac5cc8105/pbr-5.6.0-py2.py3-none-any.whl (111 kB) 2021-09-08 09:56:15.071 | Installing collected packages: Parsley, distro, pbr, bindep 2021-09-08 09:56:15.491 | Successfully installed Parsley-1.3 bindep-2.9.0 distro-1.6.0 pbr-5.6.0 2021-09-08 09:56:15.555 | + ./stack.sh:main:798 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-09-08 09:56:15.557 | + ./stack.sh:main:798 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-09-08 09:56:15.560 | ++ ./stack.sh:main:801 : _get_plugin_bindep_packages 2021-09-08 09:56:15.577 | + ./stack.sh:main:801 : pkgs= 2021-09-08 09:56:15.579 | + ./stack.sh:main:802 : [[ -n '' ]] 2021-09-08 09:56:15.582 | + ./stack.sh:main:809 : run_phase stack pre-install 2021-09-08 09:56:15.584 | + functions-common:run_phase:1737 : local mode=stack 2021-09-08 09:56:15.586 | + functions-common:run_phase:1738 : local phase=pre-install 2021-09-08 09:56:15.589 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-09-08 09:56:15.591 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-09-08 09:56:15.593 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-09-08 09:56:15.595 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-09-08 09:56:15.597 | + functions-common:run_phase:1747 : local extra 2021-09-08 09:56:15.601 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-09-08 09:56:15.604 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-09-08 09:56:15.606 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-09-08 09:56:15.609 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-09-08 09:56:15.611 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2021-09-08 09:56:15.613 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-09-08 09:56:15.628 | ++ functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:56:15.630 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-09-08 09:56:15.632 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-09-08 09:56:15.634 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2021-09-08 09:56:15.636 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-09-08 09:56:15.638 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-09-08 09:56:15.640 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-09-08 09:56:15.642 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2021-09-08 09:56:15.644 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-09-08 09:56:15.646 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2021-09-08 09:56:15.648 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-09-08 09:56:15.650 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-09-08 09:56:15.652 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2021-09-08 09:56:15.654 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2021-09-08 09:56:15.656 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2021-09-08 09:56:15.659 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-09-08 09:56:15.661 | + functions-common:run_phase:1764 : run_plugins stack pre-install 2021-09-08 09:56:15.663 | + functions-common:run_plugins:1723 : local mode=stack 2021-09-08 09:56:15.665 | + functions-common:run_plugins:1724 : local phase=pre-install 2021-09-08 09:56:15.668 | + functions-common:run_plugins:1726 : local plugins= 2021-09-08 09:56:15.670 | + functions-common:run_plugins:1727 : local plugin 2021-09-08 09:56:15.672 | + ./stack.sh:main:812 : set_systemd_override DefaultLimitNOFILE 2048 2021-09-08 09:56:15.675 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2021-09-08 09:56:15.677 | + functions:set_systemd_override:821 : local value=2048 2021-09-08 09:56:15.680 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2021-09-08 09:56:15.682 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2021-09-08 09:56:15.729 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2021-09-08 09:56:15.729 | Set systemd system override for DefaultLimitNOFILE=2048 2021-09-08 09:56:15.731 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2021-09-08 09:56:16.085 | + ./stack.sh:main:814 : install_rpc_backend 2021-09-08 09:56:16.087 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2021-09-08 09:56:16.103 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:56:16.105 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2021-09-08 09:56:16.108 | + functions-common:install_package:1347 : update_package_repo 2021-09-08 09:56:16.110 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-09-08 09:56:16.112 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-09-08 09:56:16.114 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-09-08 09:56:16.117 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-09-08 09:56:16.119 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-09-08 09:56:16.122 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:56:16.124 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:56:16.126 | + functions-common:update_package_repo:1328 : apt_get_update 2021-09-08 09:56:16.128 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-09-08 09:56:16.130 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-09-08 09:56:16.133 | + functions-common:apt_get_update:1074 : return 2021-09-08 09:56:16.135 | + functions-common:install_package:1348 : real_install_package rabbitmq-server 2021-09-08 09:56:16.137 | + functions-common:real_install_package:1333 : is_ubuntu 2021-09-08 09:56:16.139 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:56:16.141 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:56:16.144 | + functions-common:real_install_package:1334 : apt_get install rabbitmq-server 2021-09-08 09:56:16.164 | + 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 2021-09-08 09:56:16.267 | Reading package lists... 2021-09-08 09:56:16.485 | Building dependency tree... 2021-09-08 09:56:16.486 | Reading state information... 2021-09-08 09:56:16.710 | The following packages were automatically installed and are no longer required: 2021-09-08 09:56:16.711 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-09-08 09:56:16.711 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-09-08 09:56:16.711 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-09-08 09:56:16.711 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-09-08 09:56:16.711 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-09-08 09:56:16.711 | python3-zope.interface 2021-09-08 09:56:16.711 | Use 'sudo apt autoremove' to remove them. 2021-09-08 09:56:16.711 | The following additional packages will be installed: 2021-09-08 09:56:16.711 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2021-09-08 09:56:16.711 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2021-09-08 09:56:16.712 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2021-09-08 09:56:16.712 | erlang-tools erlang-xmerl locales-all 2021-09-08 09:56:16.713 | Suggested packages: 2021-09-08 09:56:16.713 | erlang erlang-manpages erlang-doc 2021-09-08 09:56:16.780 | The following NEW packages will be installed: 2021-09-08 09:56:16.780 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2021-09-08 09:56:16.780 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2021-09-08 09:56:16.780 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2021-09-08 09:56:16.781 | erlang-tools erlang-xmerl locales-all rabbitmq-server 2021-09-08 09:56:17.658 | 0 upgraded, 19 newly installed, 0 to remove and 85 not upgraded. 2021-09-08 09:56:17.658 | Need to get 38.1 MB of archives. 2021-09-08 09:56:17.658 | After this operation, 276 MB of additional disk space will be used. 2021-09-08 09:56:17.658 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-base amd64 1:22.2.7+dfsg-1 [8,063 kB] 2021-09-08 09:56:19.578 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-asn1 amd64 1:22.2.7+dfsg-1 [712 kB] 2021-09-08 09:56:19.639 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-crypto amd64 1:22.2.7+dfsg-1 [137 kB] 2021-09-08 09:56:19.890 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-public-key amd64 1:22.2.7+dfsg-1 [567 kB] 2021-09-08 09:56:19.900 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-mnesia amd64 1:22.2.7+dfsg-1 [716 kB] 2021-09-08 09:56:19.911 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-runtime-tools amd64 1:22.2.7+dfsg-1 [182 kB] 2021-09-08 09:56:19.914 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ssl amd64 1:22.2.7+dfsg-1 [1,103 kB] 2021-09-08 09:56:20.223 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-eldap amd64 1:22.2.7+dfsg-1 [99.7 kB] 2021-09-08 09:56:20.225 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ftp amd64 1:22.2.7+dfsg-1 [68.8 kB] 2021-09-08 09:56:20.227 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tftp amd64 1:22.2.7+dfsg-1 [84.6 kB] 2021-09-08 09:56:20.228 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-inets amd64 1:22.2.7+dfsg-1 [577 kB] 2021-09-08 09:56:20.251 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-snmp amd64 1:22.2.7+dfsg-1 [1,538 kB] 2021-09-08 09:56:20.376 | 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] 2021-09-08 09:56:20.383 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-parsetools amd64 1:22.2.7+dfsg-1 [151 kB] 2021-09-08 09:56:20.396 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-syntax-tools amd64 1:22.2.7+dfsg-1 [344 kB] 2021-09-08 09:56:20.426 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tools amd64 1:22.2.7+dfsg-1 [499 kB] 2021-09-08 09:56:20.785 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-xmerl amd64 1:22.2.7+dfsg-1 [1,113 kB] 2021-09-08 09:56:20.802 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 locales-all amd64 2.31-0ubuntu9.2 [10.6 MB] 2021-09-08 09:56:22.497 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rabbitmq-server all 3.8.2-0ubuntu1.3 [11.5 MB] 2021-09-08 09:56:24.979 | Fetched 38.1 MB in 8s (4,988 kB/s) 2021-09-08 09:56:25.010 | Selecting previously unselected package erlang-base. 2021-09-08 09:56:25.056 | (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 ... 81628 files and directories currently installed.) 2021-09-08 09:56:25.059 | Preparing to unpack .../00-erlang-base_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-09-08 09:56:25.061 | Unpacking erlang-base (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:26.141 | Selecting previously unselected package erlang-asn1. 2021-09-08 09:56:26.150 | Preparing to unpack .../01-erlang-asn1_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-09-08 09:56:26.152 | Unpacking erlang-asn1 (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:26.261 | Selecting previously unselected package erlang-crypto. 2021-09-08 09:56:26.270 | Preparing to unpack .../02-erlang-crypto_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-09-08 09:56:26.272 | Unpacking erlang-crypto (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:26.314 | Selecting previously unselected package erlang-public-key. 2021-09-08 09:56:26.322 | Preparing to unpack .../03-erlang-public-key_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-09-08 09:56:26.324 | Unpacking erlang-public-key (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:26.422 | Selecting previously unselected package erlang-mnesia. 2021-09-08 09:56:26.431 | Preparing to unpack .../04-erlang-mnesia_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-09-08 09:56:26.433 | Unpacking erlang-mnesia (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:26.544 | Selecting previously unselected package erlang-runtime-tools. 2021-09-08 09:56:26.553 | Preparing to unpack .../05-erlang-runtime-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-09-08 09:56:26.555 | Unpacking erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:26.609 | Selecting previously unselected package erlang-ssl. 2021-09-08 09:56:26.618 | Preparing to unpack .../06-erlang-ssl_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-09-08 09:56:26.620 | Unpacking erlang-ssl (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:26.789 | Selecting previously unselected package erlang-eldap. 2021-09-08 09:56:26.798 | Preparing to unpack .../07-erlang-eldap_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-09-08 09:56:26.800 | Unpacking erlang-eldap (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:26.837 | Selecting previously unselected package erlang-ftp. 2021-09-08 09:56:26.846 | Preparing to unpack .../08-erlang-ftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-09-08 09:56:26.848 | Unpacking erlang-ftp (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:26.880 | Selecting previously unselected package erlang-tftp. 2021-09-08 09:56:26.890 | Preparing to unpack .../09-erlang-tftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-09-08 09:56:26.892 | Unpacking erlang-tftp (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:26.926 | Selecting previously unselected package erlang-inets. 2021-09-08 09:56:26.935 | Preparing to unpack .../10-erlang-inets_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-09-08 09:56:26.937 | Unpacking erlang-inets (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:27.041 | Selecting previously unselected package erlang-snmp. 2021-09-08 09:56:27.050 | Preparing to unpack .../11-erlang-snmp_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-09-08 09:56:27.052 | Unpacking erlang-snmp (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:27.300 | Selecting previously unselected package erlang-os-mon. 2021-09-08 09:56:27.309 | Preparing to unpack .../12-erlang-os-mon_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-09-08 09:56:27.311 | Unpacking erlang-os-mon (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:27.348 | Selecting previously unselected package erlang-parsetools. 2021-09-08 09:56:27.358 | Preparing to unpack .../13-erlang-parsetools_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-09-08 09:56:27.360 | Unpacking erlang-parsetools (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:27.405 | Selecting previously unselected package erlang-syntax-tools. 2021-09-08 09:56:27.414 | Preparing to unpack .../14-erlang-syntax-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-09-08 09:56:27.416 | Unpacking erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:27.488 | Selecting previously unselected package erlang-tools. 2021-09-08 09:56:27.496 | Preparing to unpack .../15-erlang-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-09-08 09:56:27.499 | Unpacking erlang-tools (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:27.593 | Selecting previously unselected package erlang-xmerl. 2021-09-08 09:56:27.601 | Preparing to unpack .../16-erlang-xmerl_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-09-08 09:56:27.604 | Unpacking erlang-xmerl (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:27.778 | Selecting previously unselected package locales-all. 2021-09-08 09:56:27.787 | Preparing to unpack .../17-locales-all_2.31-0ubuntu9.2_amd64.deb ... 2021-09-08 09:56:27.789 | Unpacking locales-all (2.31-0ubuntu9.2) ... 2021-09-08 09:56:31.967 | Selecting previously unselected package rabbitmq-server. 2021-09-08 09:56:31.979 | Preparing to unpack .../18-rabbitmq-server_3.8.2-0ubuntu1.3_all.deb ... 2021-09-08 09:56:31.981 | Unpacking rabbitmq-server (3.8.2-0ubuntu1.3) ... 2021-09-08 09:56:33.113 | Setting up erlang-base (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:33.490 | Created symlink /etc/systemd/system/multi-user.target.wants/epmd.service → /lib/systemd/system/epmd.service. 2021-09-08 09:56:33.490 | Created symlink /etc/systemd/system/sockets.target.wants/epmd.socket → /lib/systemd/system/epmd.socket. 2021-09-08 09:56:37.730 | Searching for services which depend on erlang and should be started... none found. 2021-09-08 09:56:37.733 | Setting up erlang-xmerl (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:37.738 | Setting up erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:37.743 | Setting up locales-all (2.31-0ubuntu9.2) ... 2021-09-08 09:56:37.750 | Setting up erlang-parsetools (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:37.755 | Setting up erlang-asn1 (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:37.761 | Setting up erlang-tftp (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:37.765 | Setting up erlang-mnesia (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:37.771 | Setting up erlang-crypto (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:37.776 | Setting up erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:37.781 | Setting up erlang-tools (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:37.786 | Setting up erlang-snmp (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:37.791 | Setting up erlang-public-key (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:37.796 | Setting up erlang-ssl (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:37.801 | Setting up erlang-os-mon (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:37.806 | Setting up erlang-eldap (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:37.812 | Setting up erlang-ftp (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:37.817 | Setting up erlang-inets (1:22.2.7+dfsg-1) ... 2021-09-08 09:56:37.822 | Setting up rabbitmq-server (3.8.2-0ubuntu1.3) ... 2021-09-08 09:56:37.911 | Adding group `rabbitmq' (GID 125) ... 2021-09-08 09:56:37.922 | Done. 2021-09-08 09:56:38.004 | Adding system user `rabbitmq' (UID 117) ... 2021-09-08 09:56:38.004 | Adding new user `rabbitmq' (UID 117) with group `rabbitmq' ... 2021-09-08 09:56:38.035 | Not creating home directory `/var/lib/rabbitmq'. 2021-09-08 09:56:38.300 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2021-09-08 09:56:43.902 | Processing triggers for man-db (2.9.1-1) ... 2021-09-08 09:56:44.484 | Processing triggers for systemd (245.4-4ubuntu3.11) ... 2021-09-08 09:56:50.893 | + functions-common:apt_get:1118 : result=0 2021-09-08 09:56:50.895 | + functions-common:apt_get:1121 : time_stop apt-get 2021-09-08 09:56:50.898 | + functions-common:time_stop:2309 : local name 2021-09-08 09:56:50.900 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:56:50.902 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:56:50.904 | + functions-common:time_stop:2312 : local total 2021-09-08 09:56:50.906 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:56:50.908 | + functions-common:time_stop:2315 : name=apt-get 2021-09-08 09:56:50.911 | + functions-common:time_stop:2316 : start_time=1631094976161 2021-09-08 09:56:50.913 | + functions-common:time_stop:2318 : [[ -z 1631094976161 ]] 2021-09-08 09:56:50.915 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:56:50.919 | + functions-common:time_stop:2321 : end_time=1631095010917 2021-09-08 09:56:50.921 | + functions-common:time_stop:2322 : elapsed_time=34756 2021-09-08 09:56:50.924 | + functions-common:time_stop:2323 : total=163097 2021-09-08 09:56:50.926 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:56:50.928 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=197853 2021-09-08 09:56:50.931 | + functions-common:apt_get:1122 : return 0 2021-09-08 09:56:50.933 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2021-09-08 09:56:50.935 | + functions-common:is_suse:462 : is_opensuse 2021-09-08 09:56:50.937 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-09-08 09:56:50.940 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-09-08 09:56:50.942 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-09-08 09:56:50.944 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-09-08 09:56:50.947 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-09-08 09:56:50.949 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2021-09-08 09:56:50.951 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-09-08 09:56:50.954 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-09-08 09:56:50.956 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-09-08 09:56:50.958 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-09-08 09:56:50.961 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-09-08 09:56:50.963 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-09-08 09:56:50.965 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-09-08 09:56:50.967 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-09-08 09:56:50.969 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-09-08 09:56:50.972 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2021-09-08 09:56:50.974 | + functions-common:is_suse:462 : is_opensuse 2021-09-08 09:56:50.976 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-09-08 09:56:50.978 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-09-08 09:56:50.981 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-09-08 09:56:50.983 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-09-08 09:56:50.985 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-09-08 09:56:50.987 | + ./stack.sh:main:815 : restart_rpc_backend 2021-09-08 09:56:50.990 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2021-09-08 09:56:51.005 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:56:51.008 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2021-09-08 09:56:51.011 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-09-08 09:56:51.013 | + ./stack.sh:echo_summary:432 : echo -e Starting RabbitMQ 2021-09-08 09:56:51.015 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2021-09-08 09:56:51.018 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2021-09-08 09:56:51.022 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2021-09-08 09:56:51.024 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2021-09-08 09:56:51.027 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2021-09-08 09:56:51.029 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2021-09-08 09:56:51.031 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2021-09-08 09:56:51.034 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2021-09-08 09:56:51.036 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2021-09-08 09:56:51.714 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2021-09-08 09:56:51.714 | user tags 2021-09-08 09:56:51.714 | guest [administrator]' 2021-09-08 09:56:51.718 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2021-09-08 09:56:51.718 | user tags 2021-09-08 09:56:51.718 | guest [administrator]' 2021-09-08 09:56:51.718 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2021-09-08 09:56:51.724 | + lib/rpc_backend:rabbit_setuser:176 : found= 2021-09-08 09:56:51.727 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2021-09-08 09:56:51.729 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2021-09-08 09:56:52.409 | Adding user "stackrabbit" ... 2021-09-08 09:56:52.431 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2021-09-08 09:56:53.084 | Setting permissions for user "stackrabbit" in vhost "/" ... 2021-09-08 09:56:53.108 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2021-09-08 09:56:53.110 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2021-09-08 09:56:53.791 | Changing password for user "stackrabbit" ... 2021-09-08 09:56:53.817 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2021-09-08 09:56:53.820 | + lib/rpc_backend:restart_rpc_backend:116 : break 2021-09-08 09:56:53.822 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2021-09-08 09:56:54.475 | Deleting user "guest" ... 2021-09-08 09:56:54.498 | + ./stack.sh:main:817 : is_service_enabled mysql postgresql 2021-09-08 09:56:54.515 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:56:54.517 | + ./stack.sh:main:818 : install_database 2021-09-08 09:56:54.519 | + lib/database:install_database:116 : install_database_mysql 2021-09-08 09:56:54.521 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2021-09-08 09:56:54.524 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:56:54.526 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:56:54.528 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2021-09-08 09:56:54.740 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2021-09-08 09:56:54.743 | + lib/databases/mysql:install_database_mysql:164 : cat 2021-09-08 09:56:54.747 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2021-09-08 09:56:54.750 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:56:54.752 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:56:54.754 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2021-09-08 09:56:54.757 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2021-09-08 09:56:54.759 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2021-09-08 09:56:54.763 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2021-09-08 09:56:54.765 | + functions-common:is_oraclelinux:434 : [[ -z Ubuntu ]] 2021-09-08 09:56:54.768 | + functions-common:is_oraclelinux:438 : '[' Ubuntu = OracleServer ']' 2021-09-08 09:56:54.770 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2021-09-08 09:56:54.772 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-09-08 09:56:54.775 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-09-08 09:56:54.777 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-09-08 09:56:54.780 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-09-08 09:56:54.782 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-09-08 09:56:54.784 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-09-08 09:56:54.786 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-09-08 09:56:54.789 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-09-08 09:56:54.791 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-09-08 09:56:54.793 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2021-09-08 09:56:54.796 | + functions-common:is_suse:462 : is_opensuse 2021-09-08 09:56:54.798 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-09-08 09:56:54.800 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-09-08 09:56:54.802 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-09-08 09:56:54.805 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-09-08 09:56:54.807 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-09-08 09:56:54.809 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2021-09-08 09:56:54.812 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:56:54.814 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:56:54.816 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2021-09-08 09:56:54.818 | + functions-common:install_package:1347 : update_package_repo 2021-09-08 09:56:54.821 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-09-08 09:56:54.823 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-09-08 09:56:54.826 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-09-08 09:56:54.828 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-09-08 09:56:54.830 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-09-08 09:56:54.832 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:56:54.835 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:56:54.837 | + functions-common:update_package_repo:1328 : apt_get_update 2021-09-08 09:56:54.840 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-09-08 09:56:54.842 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-09-08 09:56:54.844 | + functions-common:apt_get_update:1074 : return 2021-09-08 09:56:54.846 | + functions-common:install_package:1348 : real_install_package mysql-server 2021-09-08 09:56:54.848 | + functions-common:real_install_package:1333 : is_ubuntu 2021-09-08 09:56:54.851 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:56:54.853 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:56:54.855 | + functions-common:real_install_package:1334 : apt_get install mysql-server 2021-09-08 09:56:54.876 | + 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 2021-09-08 09:56:54.982 | Reading package lists... 2021-09-08 09:56:55.202 | Building dependency tree... 2021-09-08 09:56:55.203 | Reading state information... 2021-09-08 09:56:55.432 | The following packages were automatically installed and are no longer required: 2021-09-08 09:56:55.434 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-09-08 09:56:55.434 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-09-08 09:56:55.434 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-09-08 09:56:55.434 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-09-08 09:56:55.434 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-09-08 09:56:55.434 | python3-zope.interface 2021-09-08 09:56:55.434 | Use 'sudo apt autoremove' to remove them. 2021-09-08 09:56:55.434 | The following additional packages will be installed: 2021-09-08 09:56:55.434 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2021-09-08 09:56:55.434 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2021-09-08 09:56:55.434 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2021-09-08 09:56:55.435 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2021-09-08 09:56:55.435 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2021-09-08 09:56:55.435 | mysql-server-8.0 mysql-server-core-8.0 2021-09-08 09:56:55.436 | Suggested packages: 2021-09-08 09:56:55.436 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2021-09-08 09:56:55.511 | The following NEW packages will be installed: 2021-09-08 09:56:55.511 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2021-09-08 09:56:55.511 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2021-09-08 09:56:55.511 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2021-09-08 09:56:55.512 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2021-09-08 09:56:55.512 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2021-09-08 09:56:55.512 | mysql-server mysql-server-8.0 mysql-server-core-8.0 2021-09-08 09:56:55.812 | 0 upgraded, 24 newly installed, 0 to remove and 85 not upgraded. 2021-09-08 09:56:55.812 | Need to get 31.7 MB of archives. 2021-09-08 09:56:55.812 | After this operation, 262 MB of additional disk space will be used. 2021-09-08 09:56:55.812 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-core-8.0 amd64 8.0.26-0ubuntu0.20.04.2 [4,222 kB] 2021-09-08 09:56:57.192 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-8.0 amd64 8.0.26-0ubuntu0.20.04.2 [22.0 kB] 2021-09-08 09:56:57.194 | 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] 2021-09-08 09:56:57.202 | 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] 2021-09-08 09:56:57.202 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmecab2 amd64 0.996-10build1 [233 kB] 2021-09-08 09:56:57.222 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-core-8.0 amd64 8.0.26-0ubuntu0.20.04.2 [18.5 MB] 2021-09-08 09:57:00.105 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-8.0 amd64 8.0.26-0ubuntu0.20.04.2 [1,329 kB] 2021-09-08 09:57:00.174 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB] 2021-09-08 09:57:00.175 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB] 2021-09-08 09:57:00.183 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB] 2021-09-08 09:57:00.209 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-pm-perl all 4.46-1 [186 kB] 2021-09-08 09:57:00.226 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfcgi-perl amd64 0.79-1 [33.1 kB] 2021-09-08 09:57:00.368 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB] 2021-09-08 09:57:00.369 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2021-09-08 09:57:00.369 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2021-09-08 09:57:00.370 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB] 2021-09-08 09:57:00.398 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9,920 B] 2021-09-08 09:57:00.398 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2021-09-08 09:57:00.399 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] 2021-09-08 09:57:00.400 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB] 2021-09-08 09:57:00.532 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-utils amd64 0.996-10build1 [4,912 B] 2021-09-08 09:57:00.533 | 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] 2021-09-08 09:57:01.451 | 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] 2021-09-08 09:57:01.451 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server all 8.0.26-0ubuntu0.20.04.2 [9,540 B] 2021-09-08 09:57:01.941 | Preconfiguring packages ... 2021-09-08 09:57:02.056 | Fetched 31.7 MB in 6s (5,351 kB/s) 2021-09-08 09:57:02.084 | Selecting previously unselected package mysql-client-core-8.0. 2021-09-08 09:57:02.134 | (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 ... 90084 files and directories currently installed.) 2021-09-08 09:57:02.138 | Preparing to unpack .../00-mysql-client-core-8.0_8.0.26-0ubuntu0.20.04.2_amd64.deb ... 2021-09-08 09:57:02.140 | Unpacking mysql-client-core-8.0 (8.0.26-0ubuntu0.20.04.2) ... 2021-09-08 09:57:03.025 | Selecting previously unselected package mysql-client-8.0. 2021-09-08 09:57:03.034 | Preparing to unpack .../01-mysql-client-8.0_8.0.26-0ubuntu0.20.04.2_amd64.deb ... 2021-09-08 09:57:03.036 | Unpacking mysql-client-8.0 (8.0.26-0ubuntu0.20.04.2) ... 2021-09-08 09:57:03.067 | Selecting previously unselected package libevent-core-2.1-7:amd64. 2021-09-08 09:57:03.077 | Preparing to unpack .../02-libevent-core-2.1-7_2.1.11-stable-1_amd64.deb ... 2021-09-08 09:57:03.081 | Unpacking libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2021-09-08 09:57:03.120 | Selecting previously unselected package libevent-pthreads-2.1-7:amd64. 2021-09-08 09:57:03.129 | Preparing to unpack .../03-libevent-pthreads-2.1-7_2.1.11-stable-1_amd64.deb ... 2021-09-08 09:57:03.131 | Unpacking libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2021-09-08 09:57:03.161 | Selecting previously unselected package libmecab2:amd64. 2021-09-08 09:57:03.171 | Preparing to unpack .../04-libmecab2_0.996-10build1_amd64.deb ... 2021-09-08 09:57:03.173 | Unpacking libmecab2:amd64 (0.996-10build1) ... 2021-09-08 09:57:03.238 | Selecting previously unselected package mysql-server-core-8.0. 2021-09-08 09:57:03.248 | Preparing to unpack .../05-mysql-server-core-8.0_8.0.26-0ubuntu0.20.04.2_amd64.deb ... 2021-09-08 09:57:03.250 | Unpacking mysql-server-core-8.0 (8.0.26-0ubuntu0.20.04.2) ... 2021-09-08 09:57:06.173 | Selecting previously unselected package mysql-server-8.0. 2021-09-08 09:57:06.183 | Preparing to unpack .../06-mysql-server-8.0_8.0.26-0ubuntu0.20.04.2_amd64.deb ... 2021-09-08 09:57:06.635 | Unpacking mysql-server-8.0 (8.0.26-0ubuntu0.20.04.2) ... 2021-09-08 09:57:06.696 | Selecting previously unselected package libhtml-tagset-perl. 2021-09-08 09:57:06.705 | Preparing to unpack .../07-libhtml-tagset-perl_3.20-4_all.deb ... 2021-09-08 09:57:06.708 | Unpacking libhtml-tagset-perl (3.20-4) ... 2021-09-08 09:57:06.734 | Selecting previously unselected package liburi-perl. 2021-09-08 09:57:06.744 | Preparing to unpack .../08-liburi-perl_1.76-2_all.deb ... 2021-09-08 09:57:06.746 | Unpacking liburi-perl (1.76-2) ... 2021-09-08 09:57:06.793 | Selecting previously unselected package libhtml-parser-perl. 2021-09-08 09:57:06.802 | Preparing to unpack .../09-libhtml-parser-perl_3.72-5_amd64.deb ... 2021-09-08 09:57:06.805 | Unpacking libhtml-parser-perl (3.72-5) ... 2021-09-08 09:57:06.845 | Selecting previously unselected package libcgi-pm-perl. 2021-09-08 09:57:06.855 | Preparing to unpack .../10-libcgi-pm-perl_4.46-1_all.deb ... 2021-09-08 09:57:06.857 | Unpacking libcgi-pm-perl (4.46-1) ... 2021-09-08 09:57:06.909 | Selecting previously unselected package libfcgi-perl. 2021-09-08 09:57:06.919 | Preparing to unpack .../11-libfcgi-perl_0.79-1_amd64.deb ... 2021-09-08 09:57:06.921 | Unpacking libfcgi-perl (0.79-1) ... 2021-09-08 09:57:06.953 | Selecting previously unselected package libcgi-fast-perl. 2021-09-08 09:57:06.963 | Preparing to unpack .../12-libcgi-fast-perl_1%3a2.15-1_all.deb ... 2021-09-08 09:57:06.965 | Unpacking libcgi-fast-perl (1:2.15-1) ... 2021-09-08 09:57:06.992 | Selecting previously unselected package libencode-locale-perl. 2021-09-08 09:57:07.002 | Preparing to unpack .../13-libencode-locale-perl_1.05-1_all.deb ... 2021-09-08 09:57:07.004 | Unpacking libencode-locale-perl (1.05-1) ... 2021-09-08 09:57:07.031 | Selecting previously unselected package libhtml-template-perl. 2021-09-08 09:57:07.041 | Preparing to unpack .../14-libhtml-template-perl_2.97-1_all.deb ... 2021-09-08 09:57:07.044 | Unpacking libhtml-template-perl (2.97-1) ... 2021-09-08 09:57:07.077 | Selecting previously unselected package libtimedate-perl. 2021-09-08 09:57:07.087 | Preparing to unpack .../15-libtimedate-perl_2.3200-1_all.deb ... 2021-09-08 09:57:07.089 | Unpacking libtimedate-perl (2.3200-1) ... 2021-09-08 09:57:07.129 | Selecting previously unselected package libhttp-date-perl. 2021-09-08 09:57:07.138 | Preparing to unpack .../16-libhttp-date-perl_6.05-1_all.deb ... 2021-09-08 09:57:07.140 | Unpacking libhttp-date-perl (6.05-1) ... 2021-09-08 09:57:07.169 | Selecting previously unselected package libio-html-perl. 2021-09-08 09:57:07.178 | Preparing to unpack .../17-libio-html-perl_1.001-1_all.deb ... 2021-09-08 09:57:07.180 | Unpacking libio-html-perl (1.001-1) ... 2021-09-08 09:57:07.208 | Selecting previously unselected package liblwp-mediatypes-perl. 2021-09-08 09:57:07.219 | Preparing to unpack .../18-liblwp-mediatypes-perl_6.04-1_all.deb ... 2021-09-08 09:57:07.221 | Unpacking liblwp-mediatypes-perl (6.04-1) ... 2021-09-08 09:57:07.249 | Selecting previously unselected package libhttp-message-perl. 2021-09-08 09:57:07.258 | Preparing to unpack .../19-libhttp-message-perl_6.22-1_all.deb ... 2021-09-08 09:57:07.260 | Unpacking libhttp-message-perl (6.22-1) ... 2021-09-08 09:57:07.298 | Selecting previously unselected package mecab-utils. 2021-09-08 09:57:07.307 | Preparing to unpack .../20-mecab-utils_0.996-10build1_amd64.deb ... 2021-09-08 09:57:07.309 | Unpacking mecab-utils (0.996-10build1) ... 2021-09-08 09:57:07.339 | Selecting previously unselected package mecab-ipadic. 2021-09-08 09:57:07.348 | Preparing to unpack .../21-mecab-ipadic_2.7.0-20070801+main-2.1_all.deb ... 2021-09-08 09:57:07.350 | Unpacking mecab-ipadic (2.7.0-20070801+main-2.1) ... 2021-09-08 09:57:08.614 | Selecting previously unselected package mecab-ipadic-utf8. 2021-09-08 09:57:08.624 | Preparing to unpack .../22-mecab-ipadic-utf8_2.7.0-20070801+main-2.1_all.deb ... 2021-09-08 09:57:08.626 | Unpacking mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2021-09-08 09:57:08.652 | Selecting previously unselected package mysql-server. 2021-09-08 09:57:08.661 | Preparing to unpack .../23-mysql-server_8.0.26-0ubuntu0.20.04.2_all.deb ... 2021-09-08 09:57:08.663 | Unpacking mysql-server (8.0.26-0ubuntu0.20.04.2) ... 2021-09-08 09:57:08.715 | Setting up libmecab2:amd64 (0.996-10build1) ... 2021-09-08 09:57:08.723 | Setting up mysql-client-core-8.0 (8.0.26-0ubuntu0.20.04.2) ... 2021-09-08 09:57:08.728 | Setting up libhtml-tagset-perl (3.20-4) ... 2021-09-08 09:57:08.733 | Setting up liblwp-mediatypes-perl (6.04-1) ... 2021-09-08 09:57:08.738 | Setting up libencode-locale-perl (1.05-1) ... 2021-09-08 09:57:08.743 | Setting up mecab-utils (0.996-10build1) ... 2021-09-08 09:57:08.748 | Setting up libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2021-09-08 09:57:08.754 | Setting up libio-html-perl (1.001-1) ... 2021-09-08 09:57:08.759 | Setting up libtimedate-perl (2.3200-1) ... 2021-09-08 09:57:08.764 | Setting up mysql-client-8.0 (8.0.26-0ubuntu0.20.04.2) ... 2021-09-08 09:57:08.770 | Setting up libfcgi-perl (0.79-1) ... 2021-09-08 09:57:08.775 | Setting up liburi-perl (1.76-2) ... 2021-09-08 09:57:08.780 | Setting up libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2021-09-08 09:57:08.785 | Setting up libhttp-date-perl (6.05-1) ... 2021-09-08 09:57:08.790 | Setting up mecab-ipadic (2.7.0-20070801+main-2.1) ... 2021-09-08 09:57:08.795 | Compiling IPA dictionary for Mecab. This takes long time... 2021-09-08 09:57:08.798 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2021-09-08 09:57:08.798 | 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% |###########################################| 2021-09-08 09:57:08.798 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2021-09-08 09:57:08.799 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2021-09-08 09:57:08.939 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2021-09-08 09:57:08.939 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2021-09-08 09:57:08.939 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2021-09-08 09:57:08.939 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2021-09-08 09:57:08.948 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2021-09-08 09:57:09.036 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2021-09-08 09:57:09.037 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2021-09-08 09:57:09.037 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2021-09-08 09:57:09.064 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2021-09-08 09:57:09.108 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2021-09-08 09:57:09.393 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2021-09-08 09:57:09.400 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2021-09-08 09:57:09.490 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2021-09-08 09:57:09.490 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2021-09-08 09:57:09.490 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2021-09-08 09:57:09.490 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2021-09-08 09:57:09.495 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2021-09-08 09:57:09.495 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2021-09-08 09:57:09.540 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2021-09-08 09:57:09.730 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2021-09-08 09:57:09.730 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2021-09-08 09:57:09.731 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2021-09-08 09:57:09.731 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2021-09-08 09:57:09.734 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2021-09-08 09:57:09.734 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2021-09-08 09:57:10.164 | 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% |###########################################| 2021-09-08 09:57:10.282 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2021-09-08 09:57:10.606 | 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% |###########################################| 2021-09-08 09:57:10.610 | 2021-09-08 09:57:10.611 | done! 2021-09-08 09:57:10.617 | update-alternatives: using /var/lib/mecab/dic/ipadic to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2021-09-08 09:57:10.621 | Setting up mysql-server-core-8.0 (8.0.26-0ubuntu0.20.04.2) ... 2021-09-08 09:57:10.626 | Setting up mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2021-09-08 09:57:10.631 | Compiling IPA dictionary for Mecab. This takes long time... 2021-09-08 09:57:10.662 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2021-09-08 09:57:10.662 | 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% |###########################################| 2021-09-08 09:57:10.662 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2021-09-08 09:57:10.663 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2021-09-08 09:57:10.872 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2021-09-08 09:57:10.872 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2021-09-08 09:57:10.872 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2021-09-08 09:57:10.873 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2021-09-08 09:57:10.885 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2021-09-08 09:57:11.015 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2021-09-08 09:57:11.015 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2021-09-08 09:57:11.016 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2021-09-08 09:57:11.056 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2021-09-08 09:57:11.133 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2021-09-08 09:57:11.624 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2021-09-08 09:57:11.634 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2021-09-08 09:57:11.743 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2021-09-08 09:57:11.743 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2021-09-08 09:57:11.743 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2021-09-08 09:57:11.744 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2021-09-08 09:57:11.749 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2021-09-08 09:57:11.749 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2021-09-08 09:57:11.839 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2021-09-08 09:57:12.128 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2021-09-08 09:57:12.128 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2021-09-08 09:57:12.129 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2021-09-08 09:57:12.129 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2021-09-08 09:57:12.133 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2021-09-08 09:57:12.133 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2021-09-08 09:57:12.639 | 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% |###########################################| 2021-09-08 09:57:12.773 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2021-09-08 09:57:13.092 | 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% |###########################################| 2021-09-08 09:57:13.096 | 2021-09-08 09:57:13.096 | done! 2021-09-08 09:57:13.104 | update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2021-09-08 09:57:13.108 | Setting up libhtml-parser-perl (3.72-5) ... 2021-09-08 09:57:13.113 | Setting up libhttp-message-perl (6.22-1) ... 2021-09-08 09:57:13.118 | Setting up mysql-server-8.0 (8.0.26-0ubuntu0.20.04.2) ... 2021-09-08 09:57:13.789 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-09-08 09:57:13.819 | Renaming removed key_buffer and myisam-recover options (if present) 2021-09-08 09:57:21.843 | mysqld will log errors to /var/log/mysql/error.log 2021-09-08 09:57:22.508 | mysqld is running as pid 50305 2021-09-08 09:57:25.329 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2021-09-08 09:57:27.356 | Setting up libcgi-pm-perl (4.46-1) ... 2021-09-08 09:57:27.361 | Setting up libhtml-template-perl (2.97-1) ... 2021-09-08 09:57:27.367 | Setting up mysql-server (8.0.26-0ubuntu0.20.04.2) ... 2021-09-08 09:57:27.372 | Setting up libcgi-fast-perl (1:2.15-1) ... 2021-09-08 09:57:27.378 | Processing triggers for systemd (245.4-4ubuntu3.11) ... 2021-09-08 09:57:27.736 | Processing triggers for man-db (2.9.1-1) ... 2021-09-08 09:57:29.398 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2021-09-08 09:57:35.449 | + functions-common:apt_get:1118 : result=0 2021-09-08 09:57:35.452 | + functions-common:apt_get:1121 : time_stop apt-get 2021-09-08 09:57:35.454 | + functions-common:time_stop:2309 : local name 2021-09-08 09:57:35.456 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:57:35.458 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:57:35.461 | + functions-common:time_stop:2312 : local total 2021-09-08 09:57:35.463 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:57:35.465 | + functions-common:time_stop:2315 : name=apt-get 2021-09-08 09:57:35.467 | + functions-common:time_stop:2316 : start_time=1631095014873 2021-09-08 09:57:35.469 | + functions-common:time_stop:2318 : [[ -z 1631095014873 ]] 2021-09-08 09:57:35.472 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:57:35.476 | + functions-common:time_stop:2321 : end_time=1631095055474 2021-09-08 09:57:35.478 | + functions-common:time_stop:2322 : elapsed_time=40601 2021-09-08 09:57:35.480 | + functions-common:time_stop:2323 : total=197853 2021-09-08 09:57:35.482 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:57:35.484 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=238454 2021-09-08 09:57:35.487 | + functions-common:apt_get:1122 : return 0 2021-09-08 09:57:35.489 | + ./stack.sh:main:820 : '[' -n mysql ']' 2021-09-08 09:57:35.491 | + ./stack.sh:main:821 : install_database_python 2021-09-08 09:57:35.493 | + lib/database:install_database_python:121 : install_database_python_mysql 2021-09-08 09:57:35.496 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2021-09-08 09:57:35.498 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2021-09-08 09:57:35.500 | + inc/python:pip_install_gr:77 : local clean_name 2021-09-08 09:57:35.503 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2021-09-08 09:57:35.506 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2021-09-08 09:57:35.508 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-09-08 09:57:35.512 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2021-09-08 09:57:35.512 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-09-08 09:57:35.517 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2021-09-08 09:57:35.519 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2021-09-08 09:57:35.522 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2021-09-08 09:57:35.524 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2021-09-08 09:57:35.527 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2021-09-08 09:57:35.547 | Using python 3.8 to install PyMySQL 2021-09-08 09:57:35.549 | + 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 2021-09-08 09:57:36.255 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:57:36.256 | from cryptography.utils import int_from_bytes 2021-09-08 09:57:36.256 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:57:36.256 | from cryptography.utils import int_from_bytes 2021-09-08 09:57:37.260 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 09:57:37.382 | Collecting PyMySQL 2021-09-08 09:57:37.388 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/c3a0c5013d5f0/PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2021-09-08 09:57:38.861 | Installing collected packages: PyMySQL 2021-09-08 09:57:38.984 | Successfully installed PyMySQL-1.0.2 2021-09-08 09:57:38.984 | 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 2021-09-08 09:57:39.088 | + inc/python:pip_install:200 : result=0 2021-09-08 09:57:39.090 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 09:57:39.093 | + functions-common:time_stop:2309 : local name 2021-09-08 09:57:39.095 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:57:39.097 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:57:39.100 | + functions-common:time_stop:2312 : local total 2021-09-08 09:57:39.102 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:57:39.104 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 09:57:39.106 | + functions-common:time_stop:2316 : start_time=1631095055541 2021-09-08 09:57:39.109 | + functions-common:time_stop:2318 : [[ -z 1631095055541 ]] 2021-09-08 09:57:39.112 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:57:39.116 | + functions-common:time_stop:2321 : end_time=1631095059113 2021-09-08 09:57:39.118 | + functions-common:time_stop:2322 : elapsed_time=3572 2021-09-08 09:57:39.121 | + functions-common:time_stop:2323 : total=27394 2021-09-08 09:57:39.123 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:57:39.125 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=30966 2021-09-08 09:57:39.127 | + inc/python:pip_install:203 : return 0 2021-09-08 09:57:39.130 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2021-09-08 09:57:39.132 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-09-08 09:57:39.134 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2021-09-08 09:57:39.138 | + ./stack.sh:main:824 : is_service_enabled neutron 2021-09-08 09:57:39.154 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:57:39.156 | + ./stack.sh:main:825 : install_neutron_agent_packages 2021-09-08 09:57:39.158 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2021-09-08 09:57:39.162 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-09-08 09:57:39.162 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-09-08 09:57:39.167 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-09-08 09:57:39.170 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-09-08 09:57:39.172 | + 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- ]] 2021-09-08 09:57:39.174 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-09-08 09:57:39.177 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2021-09-08 09:57:39.179 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2021-09-08 09:57:39.194 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:57:39.196 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2021-09-08 09:57:39.199 | + functions-common:install_package:1347 : update_package_repo 2021-09-08 09:57:39.201 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-09-08 09:57:39.203 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-09-08 09:57:39.206 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-09-08 09:57:39.208 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-09-08 09:57:39.210 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-09-08 09:57:39.212 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:57:39.215 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:57:39.217 | + functions-common:update_package_repo:1328 : apt_get_update 2021-09-08 09:57:39.219 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-09-08 09:57:39.221 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-09-08 09:57:39.223 | + functions-common:apt_get_update:1074 : return 2021-09-08 09:57:39.226 | + functions-common:install_package:1348 : real_install_package radvd 2021-09-08 09:57:39.229 | + functions-common:real_install_package:1333 : is_ubuntu 2021-09-08 09:57:39.231 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:57:39.233 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:57:39.235 | + functions-common:real_install_package:1334 : apt_get install radvd 2021-09-08 09:57:39.256 | + 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 2021-09-08 09:57:39.361 | Reading package lists... 2021-09-08 09:57:39.579 | Building dependency tree... 2021-09-08 09:57:39.580 | Reading state information... 2021-09-08 09:57:39.811 | The following packages were automatically installed and are no longer required: 2021-09-08 09:57:39.812 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-09-08 09:57:39.812 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-09-08 09:57:39.812 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-09-08 09:57:39.812 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-09-08 09:57:39.813 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-09-08 09:57:39.813 | python3-zope.interface 2021-09-08 09:57:39.813 | Use 'sudo apt autoremove' to remove them. 2021-09-08 09:57:39.877 | The following NEW packages will be installed: 2021-09-08 09:57:39.877 | radvd 2021-09-08 09:57:40.368 | 0 upgraded, 1 newly installed, 0 to remove and 85 not upgraded. 2021-09-08 09:57:40.368 | Need to get 59.0 kB of archives. 2021-09-08 09:57:40.368 | After this operation, 164 kB of additional disk space will be used. 2021-09-08 09:57:40.368 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 radvd amd64 1:2.17-2 [59.0 kB] 2021-09-08 09:57:41.233 | Fetched 59.0 kB in 1s (73.7 kB/s) 2021-09-08 09:57:41.266 | Selecting previously unselected package radvd. 2021-09-08 09:57:41.317 | (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 ... 90662 files and directories currently installed.) 2021-09-08 09:57:41.321 | Preparing to unpack .../radvd_1%3a2.17-2_amd64.deb ... 2021-09-08 09:57:41.323 | Unpacking radvd (1:2.17-2) ... 2021-09-08 09:57:41.384 | Setting up radvd (1:2.17-2) ... 2021-09-08 09:57:42.306 | Job for radvd.service failed because the control process exited with error code. 2021-09-08 09:57:42.306 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2021-09-08 09:57:42.308 | invoke-rc.d: initscript radvd, action "start" failed. 2021-09-08 09:57:42.320 | ● radvd.service - Router advertisement daemon for IPv6 2021-09-08 09:57:42.320 | Loaded: loaded (]8;;file://dv-neutron-807116-5-hyperv/lib/systemd/system/radvd.service/lib/systemd/system/radvd.service]8;;; disabled; vendor preset: enabled) 2021-09-08 09:57:42.320 | Active: failed (Result: exit-code) since Wed 2021-09-08 09:57:42 UTC; 15ms ago 2021-09-08 09:57:42.320 | Docs: ]8;;man:radvd(8)man:radvd(8)]8;; 2021-09-08 09:57:42.320 | Process: 51397 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2021-09-08 09:57:42.320 | 2021-09-08 09:57:42.320 | Sep 08 09:57:42 dv-neutron-807116-5-hyperv systemd[1]: Starting Router advertisement daemon for IPv6... 2021-09-08 09:57:42.320 | Sep 08 09:57:42 dv-neutron-807116-5-hyperv radvd[51397]: can't open /etc/radvd.conf: No such file or directory 2021-09-08 09:57:42.320 | Sep 08 09:57:42 dv-neutron-807116-5-hyperv radvd[51397]: Insecure file permissions, but continuing anyway 2021-09-08 09:57:42.320 | Sep 08 09:57:42 dv-neutron-807116-5-hyperv radvd[51397]: exiting, failed to read config file 2021-09-08 09:57:42.320 | Sep 08 09:57:42 dv-neutron-807116-5-hyperv systemd[1]: radvd.service: Control process exited, code=exited, status=1/FAILURE 2021-09-08 09:57:42.320 | Sep 08 09:57:42 dv-neutron-807116-5-hyperv systemd[1]: radvd.service: Failed with result 'exit-code'. 2021-09-08 09:57:42.320 | Sep 08 09:57:42 dv-neutron-807116-5-hyperv systemd[1]: Failed to start Router advertisement daemon for IPv6. 2021-09-08 09:57:42.324 | Processing triggers for man-db (2.9.1-1) ... 2021-09-08 09:57:42.427 | Processing triggers for systemd (245.4-4ubuntu3.11) ... 2021-09-08 09:57:48.840 | + functions-common:apt_get:1118 : result=0 2021-09-08 09:57:48.842 | + functions-common:apt_get:1121 : time_stop apt-get 2021-09-08 09:57:48.845 | + functions-common:time_stop:2309 : local name 2021-09-08 09:57:48.847 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:57:48.849 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:57:48.852 | + functions-common:time_stop:2312 : local total 2021-09-08 09:57:48.854 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:57:48.856 | + functions-common:time_stop:2315 : name=apt-get 2021-09-08 09:57:48.858 | + functions-common:time_stop:2316 : start_time=1631095059253 2021-09-08 09:57:48.860 | + functions-common:time_stop:2318 : [[ -z 1631095059253 ]] 2021-09-08 09:57:48.863 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:57:48.867 | + functions-common:time_stop:2321 : end_time=1631095068865 2021-09-08 09:57:48.870 | + functions-common:time_stop:2322 : elapsed_time=9612 2021-09-08 09:57:48.872 | + functions-common:time_stop:2323 : total=238454 2021-09-08 09:57:48.874 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:57:48.876 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=248066 2021-09-08 09:57:48.878 | + functions-common:apt_get:1122 : return 0 2021-09-08 09:57:48.880 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2021-09-08 09:57:48.896 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:57:48.899 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2021-09-08 09:57:48.901 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2021-09-08 09:57:48.904 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2021-09-08 09:57:48.923 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2021-09-08 09:57:48.925 | + functions-common:install_package:1347 : update_package_repo 2021-09-08 09:57:48.928 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-09-08 09:57:48.931 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-09-08 09:57:48.933 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-09-08 09:57:48.935 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-09-08 09:57:48.937 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-09-08 09:57:48.939 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:57:48.942 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:57:48.944 | + functions-common:update_package_repo:1328 : apt_get_update 2021-09-08 09:57:48.946 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-09-08 09:57:48.948 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-09-08 09:57:48.950 | + functions-common:apt_get_update:1074 : return 2021-09-08 09:57:48.952 | + functions-common:install_package:1348 : real_install_package fakeroot make openvswitch-switch 2021-09-08 09:57:48.954 | + functions-common:real_install_package:1333 : is_ubuntu 2021-09-08 09:57:48.957 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:57:48.959 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:57:48.961 | + functions-common:real_install_package:1334 : apt_get install fakeroot make openvswitch-switch 2021-09-08 09:57:48.981 | + 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 2021-09-08 09:57:49.086 | Reading package lists... 2021-09-08 09:57:49.308 | Building dependency tree... 2021-09-08 09:57:49.309 | Reading state information... 2021-09-08 09:57:49.536 | fakeroot is already the newest version (1.24-1). 2021-09-08 09:57:49.536 | fakeroot set to manually installed. 2021-09-08 09:57:49.536 | make is already the newest version (4.2.1-1.2). 2021-09-08 09:57:49.536 | openvswitch-switch is already the newest version (2.13.3-0ubuntu0.20.04.1). 2021-09-08 09:57:49.536 | The following packages were automatically installed and are no longer required: 2021-09-08 09:57:49.537 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-09-08 09:57:49.537 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-09-08 09:57:49.537 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-09-08 09:57:49.537 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-09-08 09:57:49.537 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-09-08 09:57:49.537 | python3-zope.interface 2021-09-08 09:57:49.537 | Use 'sudo apt autoremove' to remove them. 2021-09-08 09:57:49.662 | 0 upgraded, 0 newly installed, 0 to remove and 85 not upgraded. 2021-09-08 09:57:49.666 | + functions-common:apt_get:1118 : result=0 2021-09-08 09:57:49.668 | + functions-common:apt_get:1121 : time_stop apt-get 2021-09-08 09:57:49.670 | + functions-common:time_stop:2309 : local name 2021-09-08 09:57:49.673 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:57:49.675 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:57:49.677 | + functions-common:time_stop:2312 : local total 2021-09-08 09:57:49.679 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:57:49.681 | + functions-common:time_stop:2315 : name=apt-get 2021-09-08 09:57:49.683 | + functions-common:time_stop:2316 : start_time=1631095068979 2021-09-08 09:57:49.685 | + functions-common:time_stop:2318 : [[ -z 1631095068979 ]] 2021-09-08 09:57:49.687 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:57:49.691 | + functions-common:time_stop:2321 : end_time=1631095069689 2021-09-08 09:57:49.694 | + functions-common:time_stop:2322 : elapsed_time=710 2021-09-08 09:57:49.696 | + functions-common:time_stop:2323 : total=248066 2021-09-08 09:57:49.698 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:57:49.700 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=248776 2021-09-08 09:57:49.702 | + functions-common:apt_get:1122 : return 0 2021-09-08 09:57:49.704 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2021-09-08 09:57:49.707 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:57:49.710 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:57:49.712 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2021-09-08 09:57:49.714 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2021-09-08 09:57:49.717 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2021-09-08 09:57:49.721 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=5.4.0-72-generic 2021-09-08 09:57:49.723 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2021-09-08 09:57:49.726 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 5.4.0-72-generic 2021-09-08 09:57:49.727 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2021-09-08 09:57:49.731 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=5.4 2021-09-08 09:57:49.733 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 5.4 '<' 3.13 2021-09-08 09:57:49.735 | + functions:vercmp:628 : local v1=5.4 2021-09-08 09:57:49.737 | + functions:vercmp:629 : local 'op=<' 2021-09-08 09:57:49.739 | + functions:vercmp:630 : local v2=3.13 2021-09-08 09:57:49.742 | + functions:vercmp:631 : local result 2021-09-08 09:57:49.745 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2021-09-08 09:57:49.745 | ++ functions:vercmp:635 : sort -V 2021-09-08 09:57:49.745 | ++ functions:vercmp:635 : head -1 2021-09-08 09:57:49.750 | + functions:vercmp:635 : result=3.13 2021-09-08 09:57:49.752 | + functions:vercmp:637 : case $op in 2021-09-08 09:57:49.754 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2021-09-08 09:57:49.757 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2021-09-08 09:57:49.759 | + functions:vercmp:648 : return 2021-09-08 09:57:49.761 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2021-09-08 09:57:49.764 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-09-08 09:57:49.766 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart openvswitch-switch 2021-09-08 09:57:50.083 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2021-09-08 09:57:50.086 | + inc/python:use_library_from_git:250 : local name=os-ken 2021-09-08 09:57:50.089 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:50.092 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:50.094 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2021-09-08 09:57:50.096 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:50.099 | + ./stack.sh:main:828 : is_service_enabled etcd3 2021-09-08 09:57:50.116 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:57:50.120 | + ./stack.sh:main:829 : install_etcd3 2021-09-08 09:57:50.122 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2021-09-08 09:57:50.122 | Installing etcd 2021-09-08 09:57:50.125 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2021-09-08 09:57:50.137 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2021-09-08 09:57:50.149 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2021-09-08 09:57:50.151 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2021-09-08 09:57:50.164 | + lib/etcd3:install_etcd3:113 : local etcd_file 2021-09-08 09:57:50.169 | ++ 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 2021-09-08 09:57:50.172 | ++ 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 2021-09-08 09:57:50.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 2021-09-08 09:57:50.180 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2021-09-08 09:57:50.183 | ++ 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* ]] 2021-09-08 09:57:50.185 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2021-09-08 09:57:50.188 | ++ 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 2021-09-08 09:57:50.191 | --2021-09-08 09:57:50-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-09-08 09:57:50.247 | Resolving github.com (github.com)... 140.82.121.3 2021-09-08 09:57:50.292 | Connecting to github.com (github.com)|140.82.121.3|:443... connected. 2021-09-08 09:57:50.429 | HTTP request sent, awaiting response... 302 Found 2021-09-08 09:57:50.429 | Location: https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210908%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210908T095729Z&X-Amz-Expires=300&X-Amz-Signature=043f58761e707edf465d5427b7b22e0f4f93c6a3fae48779ab1075dca443a068&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] 2021-09-08 09:57:50.429 | --2021-09-08 09:57:50-- https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210908%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210908T095729Z&X-Amz-Expires=300&X-Amz-Signature=043f58761e707edf465d5427b7b22e0f4f93c6a3fae48779ab1075dca443a068&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 2021-09-08 09:57:50.518 | Resolving github-releases.githubusercontent.com (github-releases.githubusercontent.com)... 185.199.109.154, 185.199.111.154, 185.199.110.154, ... 2021-09-08 09:57:50.548 | Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|185.199.109.154|:443... connected. 2021-09-08 09:57:50.745 | HTTP request sent, awaiting response... 200 OK 2021-09-08 09:57:50.746 | Length: 11350736 (11M) [application/octet-stream] 2021-09-08 09:57:50.746 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2021-09-08 09:57:50.893 | 2021-09-08 09:57:51.074 | 0K ........ .. 100% 33.0M=0.3s 2021-09-08 09:57:51.074 | 2021-09-08 09:57:51.074 | 2021-09-08 09:57:51 (33.0 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2021-09-08 09:57:51.074 | 2021-09-08 09:57:51.078 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2021-09-08 09:57:51.080 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-09-08 09:57:51.083 | ++ functions:get_extra_file:74 : return 2021-09-08 09:57:51.086 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-09-08 09:57:51.088 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2021-09-08 09:57:51.090 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2021-09-08 09:57:51.093 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2021-09-08 09:57:51.226 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2021-09-08 09:57:51.229 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2021-09-08 09:57:51.233 | etcd-v3.3.12-linux-amd64/ 2021-09-08 09:57:51.233 | etcd-v3.3.12-linux-amd64/README.md 2021-09-08 09:57:51.234 | etcd-v3.3.12-linux-amd64/Documentation/ 2021-09-08 09:57:51.234 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2021-09-08 09:57:51.234 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2021-09-08 09:57:51.234 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2021-09-08 09:57:51.234 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2021-09-08 09:57:51.234 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2021-09-08 09:57:51.234 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2021-09-08 09:57:51.234 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2021-09-08 09:57:51.234 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2021-09-08 09:57:51.234 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2021-09-08 09:57:51.234 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2021-09-08 09:57:51.234 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2021-09-08 09:57:51.234 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2021-09-08 09:57:51.235 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2021-09-08 09:57:51.235 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2021-09-08 09:57:51.235 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2021-09-08 09:57:51.235 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2021-09-08 09:57:51.235 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2021-09-08 09:57:51.235 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-09-08 09:57:51.235 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2021-09-08 09:57:51.235 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2021-09-08 09:57:51.235 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-09-08 09:57:51.235 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-09-08 09:57:51.235 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2021-09-08 09:57:51.235 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2021-09-08 09:57:51.235 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2021-09-08 09:57:51.235 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2021-09-08 09:57:51.235 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2021-09-08 09:57:51.235 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2021-09-08 09:57:51.235 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2021-09-08 09:57:51.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2021-09-08 09:57:51.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2021-09-08 09:57:51.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2021-09-08 09:57:51.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2021-09-08 09:57:51.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2021-09-08 09:57:51.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2021-09-08 09:57:51.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2021-09-08 09:57:51.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2021-09-08 09:57:51.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2021-09-08 09:57:51.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2021-09-08 09:57:51.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2021-09-08 09:57:51.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2021-09-08 09:57:51.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2021-09-08 09:57:51.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2021-09-08 09:57:51.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2021-09-08 09:57:51.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2021-09-08 09:57:51.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2021-09-08 09:57:51.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2021-09-08 09:57:51.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2021-09-08 09:57:51.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2021-09-08 09:57:51.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2021-09-08 09:57:51.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2021-09-08 09:57:51.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2021-09-08 09:57:51.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2021-09-08 09:57:51.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2021-09-08 09:57:51.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2021-09-08 09:57:51.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2021-09-08 09:57:51.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2021-09-08 09:57:51.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2021-09-08 09:57:51.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2021-09-08 09:57:51.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2021-09-08 09:57:51.239 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2021-09-08 09:57:51.239 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2021-09-08 09:57:51.239 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2021-09-08 09:57:51.239 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2021-09-08 09:57:51.239 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2021-09-08 09:57:51.239 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2021-09-08 09:57:51.239 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2021-09-08 09:57:51.240 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2021-09-08 09:57:51.240 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2021-09-08 09:57:51.240 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2021-09-08 09:57:51.240 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2021-09-08 09:57:51.240 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2021-09-08 09:57:51.240 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2021-09-08 09:57:51.240 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2021-09-08 09:57:51.240 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2021-09-08 09:57:51.240 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2021-09-08 09:57:51.240 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2021-09-08 09:57:51.240 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2021-09-08 09:57:51.240 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2021-09-08 09:57:51.240 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2021-09-08 09:57:51.240 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2021-09-08 09:57:51.241 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2021-09-08 09:57:51.241 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2021-09-08 09:57:51.241 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2021-09-08 09:57:51.241 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2021-09-08 09:57:51.241 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2021-09-08 09:57:51.241 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2021-09-08 09:57:51.241 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2021-09-08 09:57:51.241 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2021-09-08 09:57:51.241 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2021-09-08 09:57:51.241 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2021-09-08 09:57:51.241 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2021-09-08 09:57:51.241 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2021-09-08 09:57:51.242 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2021-09-08 09:57:51.242 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2021-09-08 09:57:51.242 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2021-09-08 09:57:51.242 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2021-09-08 09:57:51.242 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2021-09-08 09:57:51.242 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2021-09-08 09:57:51.242 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2021-09-08 09:57:51.243 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2021-09-08 09:57:51.243 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2021-09-08 09:57:51.243 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2021-09-08 09:57:51.243 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2021-09-08 09:57:51.243 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2021-09-08 09:57:51.243 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2021-09-08 09:57:51.245 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2021-09-08 09:57:51.245 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2021-09-08 09:57:51.245 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2021-09-08 09:57:51.245 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2021-09-08 09:57:51.245 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2021-09-08 09:57:51.245 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2021-09-08 09:57:51.245 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2021-09-08 09:57:51.245 | etcd-v3.3.12-linux-amd64/etcdctl 2021-09-08 09:57:51.433 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2021-09-08 09:57:51.433 | etcd-v3.3.12-linux-amd64/etcd 2021-09-08 09:57:51.664 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2021-09-08 09:57:51.701 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2021-09-08 09:57:51.734 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2021-09-08 09:57:51.736 | + ./stack.sh:main:838 : is_service_enabled tls-proxy 2021-09-08 09:57:51.752 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:57:51.755 | + ./stack.sh:main:848 : install_dstat 2021-09-08 09:57:51.757 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2021-09-08 09:57:51.774 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:57:51.776 | + ./stack.sh:main:854 : echo_summary 'Installing OpenStack project source' 2021-09-08 09:57:51.778 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-09-08 09:57:51.780 | + ./stack.sh:echo_summary:432 : echo -e Installing OpenStack project source 2021-09-08 09:57:51.783 | + ./stack.sh:main:857 : install_libs 2021-09-08 09:57:51.785 | + lib/libraries:install_libs:89 : _install_lib_from_source automaton 2021-09-08 09:57:51.787 | + lib/libraries:_install_lib_from_source:73 : local name=automaton 2021-09-08 09:57:51.789 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git automaton 2021-09-08 09:57:51.792 | + inc/python:use_library_from_git:250 : local name=automaton 2021-09-08 09:57:51.794 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:51.796 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:51.798 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2021-09-08 09:57:51.800 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:51.802 | + lib/libraries:install_libs:90 : _install_lib_from_source castellan 2021-09-08 09:57:51.805 | + lib/libraries:_install_lib_from_source:73 : local name=castellan 2021-09-08 09:57:51.807 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git castellan 2021-09-08 09:57:51.809 | + inc/python:use_library_from_git:250 : local name=castellan 2021-09-08 09:57:51.811 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:51.813 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:51.815 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2021-09-08 09:57:51.818 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:51.820 | + lib/libraries:install_libs:91 : _install_lib_from_source cliff 2021-09-08 09:57:51.822 | + lib/libraries:_install_lib_from_source:73 : local name=cliff 2021-09-08 09:57:51.825 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git cliff 2021-09-08 09:57:51.827 | + inc/python:use_library_from_git:250 : local name=cliff 2021-09-08 09:57:51.829 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:51.831 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:51.834 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2021-09-08 09:57:51.836 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:51.838 | + lib/libraries:install_libs:92 : _install_lib_from_source cursive 2021-09-08 09:57:51.841 | + lib/libraries:_install_lib_from_source:73 : local name=cursive 2021-09-08 09:57:51.843 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git cursive 2021-09-08 09:57:51.845 | + inc/python:use_library_from_git:250 : local name=cursive 2021-09-08 09:57:51.847 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:51.849 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:51.851 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2021-09-08 09:57:51.854 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:51.856 | + lib/libraries:install_libs:93 : _install_lib_from_source debtcollector 2021-09-08 09:57:51.858 | + lib/libraries:_install_lib_from_source:73 : local name=debtcollector 2021-09-08 09:57:51.860 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git debtcollector 2021-09-08 09:57:51.863 | + inc/python:use_library_from_git:250 : local name=debtcollector 2021-09-08 09:57:51.865 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:51.867 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:51.869 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2021-09-08 09:57:51.871 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:51.874 | + lib/libraries:install_libs:94 : _install_lib_from_source futurist 2021-09-08 09:57:51.876 | + lib/libraries:_install_lib_from_source:73 : local name=futurist 2021-09-08 09:57:51.878 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git futurist 2021-09-08 09:57:51.881 | + inc/python:use_library_from_git:250 : local name=futurist 2021-09-08 09:57:51.883 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:51.885 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:51.887 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2021-09-08 09:57:51.889 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:51.892 | + lib/libraries:install_libs:95 : _install_lib_from_source openstacksdk 2021-09-08 09:57:51.894 | + lib/libraries:_install_lib_from_source:73 : local name=openstacksdk 2021-09-08 09:57:51.897 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git openstacksdk 2021-09-08 09:57:51.899 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2021-09-08 09:57:51.901 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:51.903 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:51.905 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2021-09-08 09:57:51.908 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:51.910 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-lib 2021-09-08 09:57:51.912 | + lib/libraries:_install_lib_from_source:73 : local name=osc-lib 2021-09-08 09:57:51.914 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osc-lib 2021-09-08 09:57:51.917 | + inc/python:use_library_from_git:250 : local name=osc-lib 2021-09-08 09:57:51.919 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:51.921 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:51.923 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2021-09-08 09:57:51.925 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:51.928 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-placement 2021-09-08 09:57:51.930 | + lib/libraries:_install_lib_from_source:73 : local name=osc-placement 2021-09-08 09:57:51.932 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osc-placement 2021-09-08 09:57:51.934 | + inc/python:use_library_from_git:250 : local name=osc-placement 2021-09-08 09:57:51.936 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:51.939 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:51.941 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2021-09-08 09:57:51.944 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:51.946 | + lib/libraries:install_libs:98 : _install_lib_from_source os-client-config 2021-09-08 09:57:51.948 | + lib/libraries:_install_lib_from_source:73 : local name=os-client-config 2021-09-08 09:57:51.951 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-client-config 2021-09-08 09:57:51.953 | + inc/python:use_library_from_git:250 : local name=os-client-config 2021-09-08 09:57:51.955 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:51.958 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:51.960 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2021-09-08 09:57:51.963 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:51.965 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.cache 2021-09-08 09:57:51.967 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.cache 2021-09-08 09:57:51.969 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.cache 2021-09-08 09:57:51.971 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2021-09-08 09:57:51.974 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:51.976 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:51.978 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2021-09-08 09:57:51.980 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:51.982 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.concurrency 2021-09-08 09:57:51.985 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.concurrency 2021-09-08 09:57:51.987 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.concurrency 2021-09-08 09:57:51.989 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2021-09-08 09:57:51.991 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:51.994 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:51.996 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2021-09-08 09:57:51.998 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.000 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.config 2021-09-08 09:57:52.002 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.config 2021-09-08 09:57:52.005 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.config 2021-09-08 09:57:52.007 | + inc/python:use_library_from_git:250 : local name=oslo.config 2021-09-08 09:57:52.010 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.012 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.014 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2021-09-08 09:57:52.016 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.019 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.context 2021-09-08 09:57:52.021 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.context 2021-09-08 09:57:52.023 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.context 2021-09-08 09:57:52.026 | + inc/python:use_library_from_git:250 : local name=oslo.context 2021-09-08 09:57:52.028 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.030 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.032 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2021-09-08 09:57:52.034 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.037 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.db 2021-09-08 09:57:52.039 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.db 2021-09-08 09:57:52.041 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.db 2021-09-08 09:57:52.043 | + inc/python:use_library_from_git:250 : local name=oslo.db 2021-09-08 09:57:52.046 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.048 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.050 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2021-09-08 09:57:52.052 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.054 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.i18n 2021-09-08 09:57:52.057 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.i18n 2021-09-08 09:57:52.059 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.i18n 2021-09-08 09:57:52.061 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2021-09-08 09:57:52.063 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.066 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.068 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2021-09-08 09:57:52.071 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.073 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.log 2021-09-08 09:57:52.075 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.log 2021-09-08 09:57:52.077 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.log 2021-09-08 09:57:52.079 | + inc/python:use_library_from_git:250 : local name=oslo.log 2021-09-08 09:57:52.082 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.085 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.087 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2021-09-08 09:57:52.089 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.091 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.messaging 2021-09-08 09:57:52.093 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.messaging 2021-09-08 09:57:52.096 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.messaging 2021-09-08 09:57:52.098 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2021-09-08 09:57:52.100 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.102 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.104 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2021-09-08 09:57:52.107 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.109 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.middleware 2021-09-08 09:57:52.111 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.middleware 2021-09-08 09:57:52.113 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.middleware 2021-09-08 09:57:52.116 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2021-09-08 09:57:52.118 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.121 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.123 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2021-09-08 09:57:52.125 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.127 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.policy 2021-09-08 09:57:52.130 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.policy 2021-09-08 09:57:52.132 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.policy 2021-09-08 09:57:52.135 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2021-09-08 09:57:52.137 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.139 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.141 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2021-09-08 09:57:52.144 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.146 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.privsep 2021-09-08 09:57:52.148 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.privsep 2021-09-08 09:57:52.150 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.privsep 2021-09-08 09:57:52.153 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2021-09-08 09:57:52.155 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.157 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.159 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2021-09-08 09:57:52.162 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.164 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.reports 2021-09-08 09:57:52.166 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.reports 2021-09-08 09:57:52.168 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.reports 2021-09-08 09:57:52.171 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2021-09-08 09:57:52.173 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.175 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.178 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2021-09-08 09:57:52.180 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.182 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.rootwrap 2021-09-08 09:57:52.185 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.rootwrap 2021-09-08 09:57:52.187 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.rootwrap 2021-09-08 09:57:52.189 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2021-09-08 09:57:52.191 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.194 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.196 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2021-09-08 09:57:52.199 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.201 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.serialization 2021-09-08 09:57:52.203 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.serialization 2021-09-08 09:57:52.206 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.serialization 2021-09-08 09:57:52.208 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2021-09-08 09:57:52.210 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.212 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.215 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2021-09-08 09:57:52.217 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.219 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.service 2021-09-08 09:57:52.221 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.service 2021-09-08 09:57:52.224 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.service 2021-09-08 09:57:52.226 | + inc/python:use_library_from_git:250 : local name=oslo.service 2021-09-08 09:57:52.228 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.230 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.233 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2021-09-08 09:57:52.235 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.237 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.utils 2021-09-08 09:57:52.240 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.utils 2021-09-08 09:57:52.242 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.utils 2021-09-08 09:57:52.244 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2021-09-08 09:57:52.247 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.249 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.251 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2021-09-08 09:57:52.253 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.256 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.versionedobjects 2021-09-08 09:57:52.258 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.versionedobjects 2021-09-08 09:57:52.261 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.versionedobjects 2021-09-08 09:57:52.263 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2021-09-08 09:57:52.265 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.267 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.270 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2021-09-08 09:57:52.272 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.274 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.vmware 2021-09-08 09:57:52.276 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.vmware 2021-09-08 09:57:52.279 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.vmware 2021-09-08 09:57:52.281 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2021-09-08 09:57:52.283 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.285 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.288 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2021-09-08 09:57:52.290 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.292 | + lib/libraries:install_libs:117 : _install_lib_from_source osprofiler 2021-09-08 09:57:52.295 | + lib/libraries:_install_lib_from_source:73 : local name=osprofiler 2021-09-08 09:57:52.297 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osprofiler 2021-09-08 09:57:52.299 | + inc/python:use_library_from_git:250 : local name=osprofiler 2021-09-08 09:57:52.302 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.304 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.306 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2021-09-08 09:57:52.309 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.311 | + lib/libraries:install_libs:118 : _install_lib_from_source pycadf 2021-09-08 09:57:52.313 | + lib/libraries:_install_lib_from_source:73 : local name=pycadf 2021-09-08 09:57:52.316 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git pycadf 2021-09-08 09:57:52.318 | + inc/python:use_library_from_git:250 : local name=pycadf 2021-09-08 09:57:52.321 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.323 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.325 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2021-09-08 09:57:52.327 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.329 | + lib/libraries:install_libs:119 : _install_lib_from_source stevedore 2021-09-08 09:57:52.332 | + lib/libraries:_install_lib_from_source:73 : local name=stevedore 2021-09-08 09:57:52.335 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git stevedore 2021-09-08 09:57:52.337 | + inc/python:use_library_from_git:250 : local name=stevedore 2021-09-08 09:57:52.339 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.341 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.344 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2021-09-08 09:57:52.346 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.349 | + lib/libraries:install_libs:120 : _install_lib_from_source taskflow 2021-09-08 09:57:52.351 | + lib/libraries:_install_lib_from_source:73 : local name=taskflow 2021-09-08 09:57:52.353 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git taskflow 2021-09-08 09:57:52.356 | + inc/python:use_library_from_git:250 : local name=taskflow 2021-09-08 09:57:52.358 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.360 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.362 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2021-09-08 09:57:52.365 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.367 | + lib/libraries:install_libs:121 : _install_lib_from_source tooz 2021-09-08 09:57:52.369 | + lib/libraries:_install_lib_from_source:73 : local name=tooz 2021-09-08 09:57:52.372 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git tooz 2021-09-08 09:57:52.374 | + inc/python:use_library_from_git:250 : local name=tooz 2021-09-08 09:57:52.376 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.378 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.380 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2021-09-08 09:57:52.383 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.385 | + lib/libraries:install_libs:125 : _install_lib_from_source os-brick 2021-09-08 09:57:52.387 | + lib/libraries:_install_lib_from_source:73 : local name=os-brick 2021-09-08 09:57:52.390 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-brick 2021-09-08 09:57:52.392 | + inc/python:use_library_from_git:250 : local name=os-brick 2021-09-08 09:57:52.394 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.397 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.399 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2021-09-08 09:57:52.401 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.404 | + lib/libraries:install_libs:126 : _install_lib_from_source os-resource-classes 2021-09-08 09:57:52.406 | + lib/libraries:_install_lib_from_source:73 : local name=os-resource-classes 2021-09-08 09:57:52.408 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-resource-classes 2021-09-08 09:57:52.411 | + inc/python:use_library_from_git:250 : local name=os-resource-classes 2021-09-08 09:57:52.413 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.416 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.418 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-resource-classes, ]] 2021-09-08 09:57:52.420 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.422 | + lib/libraries:install_libs:127 : _install_lib_from_source os-traits 2021-09-08 09:57:52.425 | + lib/libraries:_install_lib_from_source:73 : local name=os-traits 2021-09-08 09:57:52.427 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-traits 2021-09-08 09:57:52.429 | + inc/python:use_library_from_git:250 : local name=os-traits 2021-09-08 09:57:52.432 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.434 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.436 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2021-09-08 09:57:52.438 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.441 | + lib/libraries:install_libs:130 : _install_lib_from_source python-barbicanclient 2021-09-08 09:57:52.443 | + lib/libraries:_install_lib_from_source:73 : local name=python-barbicanclient 2021-09-08 09:57:52.445 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git python-barbicanclient 2021-09-08 09:57:52.448 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2021-09-08 09:57:52.450 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:57:52.452 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:57:52.454 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2021-09-08 09:57:52.457 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:57:52.460 | + lib/libraries:install_libs:137 : pip_install etcd3 2021-09-08 09:57:52.481 | Using python 3.8 to install etcd3 2021-09-08 09:57:52.483 | + 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 2021-09-08 09:57:53.183 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:57:53.183 | from cryptography.utils import int_from_bytes 2021-09-08 09:57:53.183 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:57:53.183 | from cryptography.utils import int_from_bytes 2021-09-08 09:57:54.172 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 09:57:54.593 | Collecting etcd3 2021-09-08 09:57:54.600 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2021-09-08 09:57:59.779 | Collecting grpcio>=1.27.1 2021-09-08 09:57:59.797 | 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) 2021-09-08 09:58:01.580 | Collecting protobuf>=3.6.1 2021-09-08 09:58:01.589 | 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) 2021-09-08 09:58:01.613 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2021-09-08 09:58:01.615 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2021-09-08 09:58:01.644 | Building wheels for collected packages: etcd3 2021-09-08 09:58:01.645 | Building wheel for etcd3 (setup.py): started 2021-09-08 09:58:02.406 | Building wheel for etcd3 (setup.py): finished with status 'done' 2021-09-08 09:58:02.407 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42889 sha256=2d9ea70de8411e02d7e067fee4279a4de8972ec33778ab376dad050796414f9c 2021-09-08 09:58:02.407 | Stored in directory: /root/.cache/pip/wheels/32/8a/31/1308d0452fdcc24ed454fa7c297cc2b924f30bfd57b1080bf1 2021-09-08 09:58:02.411 | Successfully built etcd3 2021-09-08 09:58:03.879 | Installing collected packages: protobuf, grpcio, etcd3 2021-09-08 09:58:04.493 | Successfully installed etcd3-0.12.0 grpcio-1.39.0 protobuf-3.17.3 2021-09-08 09:58:04.493 | 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 2021-09-08 09:58:04.633 | + inc/python:pip_install:200 : result=0 2021-09-08 09:58:04.636 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 09:58:04.638 | + functions-common:time_stop:2309 : local name 2021-09-08 09:58:04.640 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:58:04.642 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:58:04.644 | + functions-common:time_stop:2312 : local total 2021-09-08 09:58:04.647 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:58:04.649 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 09:58:04.651 | + functions-common:time_stop:2316 : start_time=1631095072475 2021-09-08 09:58:04.653 | + functions-common:time_stop:2318 : [[ -z 1631095072475 ]] 2021-09-08 09:58:04.656 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:58:04.660 | + functions-common:time_stop:2321 : end_time=1631095084657 2021-09-08 09:58:04.662 | + functions-common:time_stop:2322 : elapsed_time=12182 2021-09-08 09:58:04.664 | + functions-common:time_stop:2323 : total=30966 2021-09-08 09:58:04.666 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:58:04.668 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=43148 2021-09-08 09:58:04.670 | + inc/python:pip_install:203 : return 0 2021-09-08 09:58:04.673 | + lib/libraries:install_libs:138 : pip_install etcd3gw 2021-09-08 09:58:04.694 | Using python 3.8 to install etcd3gw 2021-09-08 09:58:04.696 | + 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 2021-09-08 09:58:05.535 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:58:05.535 | from cryptography.utils import int_from_bytes 2021-09-08 09:58:05.535 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:58:05.535 | from cryptography.utils import int_from_bytes 2021-09-08 09:58:06.545 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 09:58:06.965 | Collecting etcd3gw 2021-09-08 09:58:06.972 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8e5/5b8d4b7856f17/etcd3gw-1.0.0-py3-none-any.whl (22 kB) 2021-09-08 09:58:06.983 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.26.0) 2021-09-08 09:58:06.985 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.6.0) 2021-09-08 09:58:06.987 | Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.16.0) 2021-09-08 09:58:06.988 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.0) 2021-09-08 09:58:07.023 | 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) 2021-09-08 09:58:07.026 | 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) 2021-09-08 09:58:07.027 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2021.5.30) 2021-09-08 09:58:07.030 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.2) 2021-09-08 09:58:08.492 | Installing collected packages: etcd3gw 2021-09-08 09:58:08.595 | Successfully installed etcd3gw-1.0.0 2021-09-08 09:58:08.595 | 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 2021-09-08 09:58:08.700 | + inc/python:pip_install:200 : result=0 2021-09-08 09:58:08.702 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 09:58:08.704 | + functions-common:time_stop:2309 : local name 2021-09-08 09:58:08.707 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:58:08.709 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:58:08.711 | + functions-common:time_stop:2312 : local total 2021-09-08 09:58:08.713 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:58:08.715 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 09:58:08.718 | + functions-common:time_stop:2316 : start_time=1631095084688 2021-09-08 09:58:08.720 | + functions-common:time_stop:2318 : [[ -z 1631095084688 ]] 2021-09-08 09:58:08.722 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:58:08.726 | + functions-common:time_stop:2321 : end_time=1631095088724 2021-09-08 09:58:08.729 | + functions-common:time_stop:2322 : elapsed_time=4036 2021-09-08 09:58:08.731 | + functions-common:time_stop:2323 : total=43148 2021-09-08 09:58:08.733 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:58:08.735 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=47184 2021-09-08 09:58:08.737 | + inc/python:pip_install:203 : return 0 2021-09-08 09:58:08.740 | + ./stack.sh:main:860 : install_apache_uwsgi 2021-09-08 09:58:08.743 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2021-09-08 09:58:08.745 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2021-09-08 09:58:08.747 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-09-08 09:58:08.749 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-09-08 09:58:08.752 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-09-08 09:58:08.755 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-09-08 09:58:08.757 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-09-08 09:58:08.759 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-09-08 09:58:08.761 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-09-08 09:58:08.764 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-09-08 09:58:08.766 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-09-08 09:58:08.768 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2021-09-08 09:58:08.770 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2021-09-08 09:58:08.773 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:58:08.775 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:58:08.777 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2021-09-08 09:58:08.779 | + lib/apache:install_apache_uwsgi:96 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-09-08 09:58:08.782 | + functions-common:install_package:1347 : update_package_repo 2021-09-08 09:58:08.784 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-09-08 09:58:08.786 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-09-08 09:58:08.788 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-09-08 09:58:08.791 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-09-08 09:58:08.793 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-09-08 09:58:08.795 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:58:08.797 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:58:08.800 | + functions-common:update_package_repo:1328 : apt_get_update 2021-09-08 09:58:08.802 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-09-08 09:58:08.805 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-09-08 09:58:08.807 | + functions-common:apt_get_update:1074 : return 2021-09-08 09:58:08.809 | + functions-common:install_package:1348 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-09-08 09:58:08.811 | + functions-common:real_install_package:1333 : is_ubuntu 2021-09-08 09:58:08.814 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:58:08.816 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:58:08.819 | + functions-common:real_install_package:1334 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-09-08 09:58:08.840 | + 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 2021-09-08 09:58:08.946 | Reading package lists... 2021-09-08 09:58:09.174 | Building dependency tree... 2021-09-08 09:58:09.175 | Reading state information... 2021-09-08 09:58:09.409 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.4). 2021-09-08 09:58:09.409 | The following packages were automatically installed and are no longer required: 2021-09-08 09:58:09.410 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-09-08 09:58:09.410 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-09-08 09:58:09.410 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-09-08 09:58:09.410 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-09-08 09:58:09.410 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-09-08 09:58:09.410 | python3-zope.interface 2021-09-08 09:58:09.410 | Use 'sudo apt autoremove' to remove them. 2021-09-08 09:58:09.411 | The following additional packages will be installed: 2021-09-08 09:58:09.411 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi-core 2021-09-08 09:58:09.412 | Suggested packages: 2021-09-08 09:58:09.412 | uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators 2021-09-08 09:58:09.479 | The following NEW packages will be installed: 2021-09-08 09:58:09.480 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi uwsgi-core uwsgi-plugin-python3 2021-09-08 09:58:09.816 | 0 upgraded, 6 newly installed, 0 to remove and 85 not upgraded. 2021-09-08 09:58:09.816 | Need to get 1,306 kB of archives. 2021-09-08 09:58:09.816 | After this operation, 4,613 kB of additional disk space will be used. 2021-09-08 09:58:09.816 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 2021-09-08 09:58:10.584 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 2021-09-08 09:58:10.642 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 2021-09-08 09:58:10.757 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-core amd64 2.0.18-11ubuntu1 [523 kB] 2021-09-08 09:58:10.887 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi amd64 2.0.18-11ubuntu1 [17.6 kB] 2021-09-08 09:58:10.889 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-plugin-python3 amd64 2.0.18-11ubuntu1 [75.1 kB] 2021-09-08 09:58:11.442 | Fetched 1,306 kB in 1s (924 kB/s) 2021-09-08 09:58:11.475 | Selecting previously unselected package libnorm1:amd64. 2021-09-08 09:58:11.525 | (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 ... 90675 files and directories currently installed.) 2021-09-08 09:58:11.529 | Preparing to unpack .../0-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 2021-09-08 09:58:11.533 | Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2021-09-08 09:58:11.602 | Selecting previously unselected package libpgm-5.2-0:amd64. 2021-09-08 09:58:11.611 | Preparing to unpack .../1-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 2021-09-08 09:58:11.613 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2021-09-08 09:58:11.664 | Selecting previously unselected package libzmq5:amd64. 2021-09-08 09:58:11.674 | Preparing to unpack .../2-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 2021-09-08 09:58:11.677 | Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 2021-09-08 09:58:11.739 | Selecting previously unselected package uwsgi-core. 2021-09-08 09:58:11.748 | Preparing to unpack .../3-uwsgi-core_2.0.18-11ubuntu1_amd64.deb ... 2021-09-08 09:58:11.751 | Unpacking uwsgi-core (2.0.18-11ubuntu1) ... 2021-09-08 09:58:11.891 | Selecting previously unselected package uwsgi. 2021-09-08 09:58:11.900 | Preparing to unpack .../4-uwsgi_2.0.18-11ubuntu1_amd64.deb ... 2021-09-08 09:58:11.902 | Unpacking uwsgi (2.0.18-11ubuntu1) ... 2021-09-08 09:58:11.937 | Selecting previously unselected package uwsgi-plugin-python3. 2021-09-08 09:58:11.947 | Preparing to unpack .../5-uwsgi-plugin-python3_2.0.18-11ubuntu1_amd64.deb ... 2021-09-08 09:58:11.949 | Unpacking uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2021-09-08 09:58:12.016 | Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2021-09-08 09:58:12.022 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2021-09-08 09:58:12.027 | Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 2021-09-08 09:58:12.032 | Setting up uwsgi-core (2.0.18-11ubuntu1) ... 2021-09-08 09:58:12.047 | Setting up uwsgi (2.0.18-11ubuntu1) ... 2021-09-08 09:58:12.896 | Setting up uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2021-09-08 09:58:12.921 | Processing triggers for systemd (245.4-4ubuntu3.11) ... 2021-09-08 09:58:13.290 | Processing triggers for man-db (2.9.1-1) ... 2021-09-08 09:58:13.639 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2021-09-08 09:58:19.770 | + functions-common:apt_get:1118 : result=0 2021-09-08 09:58:19.772 | + functions-common:apt_get:1121 : time_stop apt-get 2021-09-08 09:58:19.774 | + functions-common:time_stop:2309 : local name 2021-09-08 09:58:19.777 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:58:19.779 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:58:19.781 | + functions-common:time_stop:2312 : local total 2021-09-08 09:58:19.783 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:58:19.786 | + functions-common:time_stop:2315 : name=apt-get 2021-09-08 09:58:19.788 | + functions-common:time_stop:2316 : start_time=1631095088837 2021-09-08 09:58:19.790 | + functions-common:time_stop:2318 : [[ -z 1631095088837 ]] 2021-09-08 09:58:19.793 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:58:19.797 | + functions-common:time_stop:2321 : end_time=1631095099794 2021-09-08 09:58:19.799 | + functions-common:time_stop:2322 : elapsed_time=10957 2021-09-08 09:58:19.802 | + functions-common:time_stop:2323 : total=248776 2021-09-08 09:58:19.804 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:58:19.806 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=259733 2021-09-08 09:58:19.808 | + functions-common:apt_get:1122 : return 0 2021-09-08 09:58:19.810 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2021-09-08 09:58:19.813 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:58:19.815 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:58:19.817 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2021-09-08 09:58:19.878 | Enabling module proxy. 2021-09-08 09:58:19.884 | To activate the new configuration, you need to run: 2021-09-08 09:58:19.884 | systemctl restart apache2 2021-09-08 09:58:19.888 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2021-09-08 09:58:19.949 | Considering dependency proxy for proxy_uwsgi: 2021-09-08 09:58:19.949 | Module proxy already enabled 2021-09-08 09:58:19.949 | Enabling module proxy_uwsgi. 2021-09-08 09:58:19.954 | To activate the new configuration, you need to run: 2021-09-08 09:58:19.954 | systemctl restart apache2 2021-09-08 09:58:19.959 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2021-09-08 09:58:19.962 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-09-08 09:58:19.964 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-09-08 09:58:19.966 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-09-08 09:58:20.093 | + ./stack.sh:main:863 : install_keystoneauth 2021-09-08 09:58:20.096 | + lib/keystone:install_keystoneauth:468 : use_library_from_git keystoneauth 2021-09-08 09:58:20.098 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2021-09-08 09:58:20.101 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:58:20.104 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:58:20.106 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2021-09-08 09:58:20.109 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:58:20.111 | + ./stack.sh:main:864 : install_keystoneclient 2021-09-08 09:58:20.114 | + lib/keystone:install_keystoneclient:476 : use_library_from_git python-keystoneclient 2021-09-08 09:58:20.116 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2021-09-08 09:58:20.119 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:58:20.121 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:58:20.123 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2021-09-08 09:58:20.126 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:58:20.128 | + ./stack.sh:main:865 : install_glanceclient 2021-09-08 09:58:20.131 | + lib/glance:install_glanceclient:505 : use_library_from_git python-glanceclient 2021-09-08 09:58:20.133 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2021-09-08 09:58:20.135 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:58:20.138 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:58:20.140 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2021-09-08 09:58:20.142 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:58:20.144 | + ./stack.sh:main:866 : install_cinderclient 2021-09-08 09:58:20.147 | + lib/cinder:install_cinderclient:481 : use_library_from_git python-brick-cinderclient-ext 2021-09-08 09:58:20.149 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2021-09-08 09:58:20.151 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:58:20.154 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:58:20.156 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2021-09-08 09:58:20.158 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:58:20.161 | + lib/cinder:install_cinderclient:486 : use_library_from_git python-cinderclient 2021-09-08 09:58:20.163 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2021-09-08 09:58:20.165 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:58:20.168 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:58:20.170 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2021-09-08 09:58:20.172 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:58:20.175 | + ./stack.sh:main:867 : install_novaclient 2021-09-08 09:58:20.177 | + lib/nova:install_novaclient:803 : use_library_from_git python-novaclient 2021-09-08 09:58:20.180 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2021-09-08 09:58:20.182 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:58:20.184 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:58:20.187 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2021-09-08 09:58:20.189 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:58:20.192 | + ./stack.sh:main:868 : is_service_enabled swift glance horizon 2021-09-08 09:58:20.208 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:58:20.211 | + ./stack.sh:main:869 : install_swiftclient 2021-09-08 09:58:20.213 | + lib/swift:install_swiftclient:752 : use_library_from_git python-swiftclient 2021-09-08 09:58:20.215 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2021-09-08 09:58:20.218 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:58:20.220 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:58:20.222 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2021-09-08 09:58:20.225 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:58:20.227 | + ./stack.sh:main:871 : is_service_enabled neutron nova horizon 2021-09-08 09:58:20.244 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:58:20.246 | + ./stack.sh:main:872 : install_neutronclient 2021-09-08 09:58:20.248 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2021-09-08 09:58:20.251 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2021-09-08 09:58:20.253 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:58:20.256 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:58:20.258 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2021-09-08 09:58:20.261 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:58:20.263 | + ./stack.sh:main:876 : install_keystonemiddleware 2021-09-08 09:58:20.265 | + lib/keystone:install_keystonemiddleware:486 : use_library_from_git keystonemiddleware 2021-09-08 09:58:20.268 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2021-09-08 09:58:20.270 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:58:20.272 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:58:20.275 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2021-09-08 09:58:20.277 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:58:20.279 | + lib/keystone:install_keystonemiddleware:491 : pip_install_gr keystonemiddleware 2021-09-08 09:58:20.282 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2021-09-08 09:58:20.284 | + inc/python:pip_install_gr:77 : local clean_name 2021-09-08 09:58:20.288 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2021-09-08 09:58:20.290 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2021-09-08 09:58:20.292 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-09-08 09:58:20.296 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-09-08 09:58:20.296 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2021-09-08 09:58:20.302 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2021-09-08 09:58:20.304 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2021-09-08 09:58:20.306 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2021-09-08 09:58:20.309 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2021-09-08 09:58:20.311 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2021-09-08 09:58:20.332 | Using python 3.8 to install keystonemiddleware 2021-09-08 09:58:20.334 | + 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 2021-09-08 09:58:21.062 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:58:21.062 | from cryptography.utils import int_from_bytes 2021-09-08 09:58:21.062 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:58:21.062 | from cryptography.utils import int_from_bytes 2021-09-08 09:58:22.085 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 09:58:22.101 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.3.0) 2021-09-08 09:58:22.172 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.7.1) 2021-09-08 09:58:22.173 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.6.0) 2021-09-08 09:58:22.175 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2021-09-08 09:58:22.177 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.3.1) 2021-09-08 09:58:22.179 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.2.0) 2021-09-08 09:58:22.181 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.6.0) 2021-09-08 09:58:22.182 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2021-09-08 09:58:22.184 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2021-09-08 09:58:22.186 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.10.0) 2021-09-08 09:58:22.189 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2021-09-08 09:58:22.190 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.26.0) 2021-09-08 09:58:22.192 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.3.1) 2021-09-08 09:58:22.194 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.8.1) 2021-09-08 09:58:22.195 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.2.0) 2021-09-08 09:58:22.255 | 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) 2021-09-08 09:58:22.258 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.4.0) 2021-09-08 09:58:22.260 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (0.1.16) 2021-09-08 09:58:22.304 | Requirement already satisfied: dogpile.cache>=1.1.2 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware) (1.1.4) 2021-09-08 09:58:22.312 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.2->oslo.cache>=1.26.0->keystonemiddleware) (5.0.9) 2021-09-08 09:58:22.356 | 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) 2021-09-08 09:58:22.358 | 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) 2021-09-08 09:58:22.360 | 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) 2021-09-08 09:58:22.364 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (5.4.1) 2021-09-08 09:58:22.375 | 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) 2021-09-08 09:58:22.438 | 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) 2021-09-08 09:58:22.441 | 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) 2021-09-08 09:58:22.457 | 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) 2021-09-08 09:58:22.459 | 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) 2021-09-08 09:58:22.487 | 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) 2021-09-08 09:58:22.490 | 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) 2021-09-08 09:58:22.493 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.0) 2021-09-08 09:58:22.635 | 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) 2021-09-08 09:58:22.637 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2021.5.30) 2021-09-08 09:58:22.639 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.2) 2021-09-08 09:58:22.641 | 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) 2021-09-08 09:58:24.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 2021-09-08 09:58:24.136 | + inc/python:pip_install:200 : result=0 2021-09-08 09:58:24.138 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 09:58:24.140 | + functions-common:time_stop:2309 : local name 2021-09-08 09:58:24.143 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:58:24.145 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:58:24.147 | + functions-common:time_stop:2312 : local total 2021-09-08 09:58:24.149 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:58:24.151 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 09:58:24.153 | + functions-common:time_stop:2316 : start_time=1631095100326 2021-09-08 09:58:24.155 | + functions-common:time_stop:2318 : [[ -z 1631095100326 ]] 2021-09-08 09:58:24.158 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:58:24.163 | + functions-common:time_stop:2321 : end_time=1631095104160 2021-09-08 09:58:24.165 | + functions-common:time_stop:2322 : elapsed_time=3834 2021-09-08 09:58:24.167 | + functions-common:time_stop:2323 : total=47184 2021-09-08 09:58:24.169 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:58:24.171 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=51018 2021-09-08 09:58:24.174 | + inc/python:pip_install:203 : return 0 2021-09-08 09:58:24.176 | + lib/keystone:install_keystonemiddleware:495 : pip_install_gr python-memcached 2021-09-08 09:58:24.179 | + inc/python:pip_install_gr:76 : local name=python-memcached 2021-09-08 09:58:24.181 | + inc/python:pip_install_gr:77 : local clean_name 2021-09-08 09:58:24.184 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2021-09-08 09:58:24.187 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2021-09-08 09:58:24.189 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-09-08 09:58:24.192 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2021-09-08 09:58:24.193 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-09-08 09:58:24.198 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2021-09-08 09:58:24.200 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2021-09-08 09:58:24.203 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2021-09-08 09:58:24.205 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2021-09-08 09:58:24.208 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2021-09-08 09:58:24.229 | Using python 3.8 to install python-memcached 2021-09-08 09:58:24.231 | + 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 2021-09-08 09:58:24.954 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:58:24.954 | from cryptography.utils import int_from_bytes 2021-09-08 09:58:24.954 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:58:24.954 | from cryptography.utils import int_from_bytes 2021-09-08 09:58:25.962 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 09:58:26.391 | Collecting python-memcached 2021-09-08 09:58:26.399 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2021-09-08 09:58:26.406 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2021-09-08 09:58:27.872 | Installing collected packages: python-memcached 2021-09-08 09:58:27.962 | Successfully installed python-memcached-1.59 2021-09-08 09:58:27.962 | 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 2021-09-08 09:58:28.065 | + inc/python:pip_install:200 : result=0 2021-09-08 09:58:28.067 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 09:58:28.069 | + functions-common:time_stop:2309 : local name 2021-09-08 09:58:28.072 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:58:28.074 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:58:28.076 | + functions-common:time_stop:2312 : local total 2021-09-08 09:58:28.078 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:58:28.080 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 09:58:28.083 | + functions-common:time_stop:2316 : start_time=1631095104224 2021-09-08 09:58:28.085 | + functions-common:time_stop:2318 : [[ -z 1631095104224 ]] 2021-09-08 09:58:28.088 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:58:28.092 | + functions-common:time_stop:2321 : end_time=1631095108089 2021-09-08 09:58:28.094 | + functions-common:time_stop:2322 : elapsed_time=3865 2021-09-08 09:58:28.096 | + functions-common:time_stop:2323 : total=51018 2021-09-08 09:58:28.099 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:58:28.101 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=54883 2021-09-08 09:58:28.103 | + inc/python:pip_install:203 : return 0 2021-09-08 09:58:28.106 | + ./stack.sh:main:878 : is_service_enabled keystone 2021-09-08 09:58:28.122 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:58:28.125 | + ./stack.sh:main:879 : '[' 10.222.0.49 == 10.222.0.49 ']' 2021-09-08 09:58:28.127 | + ./stack.sh:main:880 : stack_install_service keystone 2021-09-08 09:58:28.129 | + lib/stack:stack_install_service:20 : local service=keystone 2021-09-08 09:58:28.131 | + lib/stack:stack_install_service:21 : type install_keystone 2021-09-08 09:58:28.134 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-09-08 09:58:28.136 | + lib/stack:stack_install_service:32 : install_keystone 2021-09-08 09:58:28.138 | + lib/keystone:install_keystone:501 : is_service_enabled ldap 2021-09-08 09:58:28.154 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:58:28.156 | + lib/keystone:install_keystone:505 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2021-09-08 09:58:28.158 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/keystone.git 2021-09-08 09:58:28.161 | + functions-common:git_clone:524 : local git_dest=/opt/stack/keystone 2021-09-08 09:58:28.163 | + functions-common:git_clone:525 : local git_ref=master 2021-09-08 09:58:28.165 | + functions-common:git_clone:526 : local orig_dir 2021-09-08 09:58:28.167 | ++ functions-common:git_clone:527 : pwd 2021-09-08 09:58:28.170 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-09-08 09:58:28.172 | + functions-common:git_clone:528 : local git_clone_flags= 2021-09-08 09:58:28.175 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-09-08 09:58:28.190 | + functions-common:git_clone:530 : RECLONE=False 2021-09-08 09:58:28.192 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-09-08 09:58:28.194 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-09-08 09:58:28.197 | + functions-common:git_clone:544 : echo master 2021-09-08 09:58:28.197 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-09-08 09:58:28.202 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/keystone ]] 2021-09-08 09:58:28.204 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-09-08 09:58:28.206 | + functions-common:git_clone:592 : cd /opt/stack/keystone 2021-09-08 09:58:28.209 | + functions-common:git_clone:593 : git show --oneline 2021-09-08 09:58:28.210 | + functions-common:git_clone:593 : head -1 2021-09-08 09:58:28.213 | cf5f1e565 Merge "Replace deprecated import of ABCs from collections" 2021-09-08 09:58:28.216 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-09-08 09:58:28.218 | + lib/keystone:install_keystone:506 : setup_develop /opt/stack/keystone 2021-09-08 09:58:28.220 | + inc/python:setup_develop:338 : local bindep 2021-09-08 09:58:28.223 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2021-09-08 09:58:28.225 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2021-09-08 09:58:28.227 | + inc/python:setup_develop:344 : local extras= 2021-09-08 09:58:28.230 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2021-09-08 09:58:28.232 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-09-08 09:58:28.235 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2021-09-08 09:58:28.237 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2021-09-08 09:58:28.240 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-09-08 09:58:28.242 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-09-08 09:58:28.245 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2021-09-08 09:58:28.247 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-09-08 09:58:28.250 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2021-09-08 09:58:28.252 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-09-08 09:58:28.255 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2021-09-08 09:58:28.258 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2021-09-08 09:58:28.263 | + inc/python:_setup_package_with_constraints_edit:385 : name=keystone 2021-09-08 09:58:28.265 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2021-09-08 09:58:28.884 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/keystone -e 2021-09-08 09:58:28.887 | + inc/python:setup_package:418 : local bindep=0 2021-09-08 09:58:28.889 | + inc/python:setup_package:419 : local bindep_flag= 2021-09-08 09:58:28.891 | + inc/python:setup_package:420 : local bindep_profiles= 2021-09-08 09:58:28.893 | + inc/python:setup_package:421 : [[ /opt/stack/keystone == -bindep* ]] 2021-09-08 09:58:28.896 | + inc/python:setup_package:426 : local project_dir=/opt/stack/keystone 2021-09-08 09:58:28.898 | + inc/python:setup_package:427 : local flags=-e 2021-09-08 09:58:28.901 | + inc/python:setup_package:428 : local extras= 2021-09-08 09:58:28.903 | + inc/python:setup_package:432 : [[ -n -e ]] 2021-09-08 09:58:28.905 | + inc/python:setup_package:432 : [[ -z '' ]] 2021-09-08 09:58:28.907 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2021-09-08 09:58:28.909 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2021-09-08 09:58:28.912 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2021-09-08 09:58:28.914 | + inc/python:setup_package:446 : pip_install -e /opt/stack/keystone 2021-09-08 09:58:28.934 | Using python 3.8 to install /opt/stack/keystone 2021-09-08 09:58:28.936 | + 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 2021-09-08 09:58:29.667 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:58:29.667 | from cryptography.utils import int_from_bytes 2021-09-08 09:58:29.667 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:58:29.667 | from cryptography.utils import int_from_bytes 2021-09-08 09:58:30.670 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 09:58:30.686 | Obtaining file:///opt/stack/keystone 2021-09-08 09:58:32.331 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (5.6.0) 2021-09-08 09:58:32.333 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (1.8.7) 2021-09-08 09:58:32.782 | Collecting Flask!=0.11,>=1.0.2 2021-09-08 09:58:32.790 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a62/09ca15eb63fc9/Flask-2.0.1-py3-none-any.whl (94 kB) 2021-09-08 09:58:33.170 | Collecting Flask-RESTful>=0.3.5 2021-09-08 09:58:33.177 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/497/0c49b6488e46c/Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2021-09-08 09:58:33.181 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (3.4.8) 2021-09-08 09:58:33.183 | Requirement already satisfied: SQLAlchemy>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (1.4.23) 2021-09-08 09:58:33.185 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (0.13.0) 2021-09-08 09:58:33.186 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (3.4.0) 2021-09-08 09:58:33.562 | Collecting passlib>=1.7.0 2021-09-08 09:58:33.570 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2021-09-08 09:58:33.588 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (4.2.0) 2021-09-08 09:58:33.590 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (9.3.0) 2021-09-08 09:58:33.591 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (3.2.0) 2021-09-08 09:58:34.221 | Collecting scrypt>=0.8.0 2021-09-08 09:58:34.231 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ffc/de1d60a43e9d9/scrypt-0.8.18-cp38-cp38-manylinux2010_x86_64.whl (924 kB) 2021-09-08 09:58:34.255 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (2.8.1) 2021-09-08 09:58:34.257 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (8.7.1) 2021-09-08 09:58:34.259 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (3.3.1) 2021-09-08 09:58:34.261 | Requirement already satisfied: oslo.messaging>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (12.9.1) 2021-09-08 09:58:34.262 | Requirement already satisfied: oslo.db>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (10.0.0) 2021-09-08 09:58:34.264 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (5.1.0) 2021-09-08 09:58:34.266 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (4.6.0) 2021-09-08 09:58:34.268 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (4.4.0) 2021-09-08 09:58:34.270 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (3.8.2) 2021-09-08 09:58:34.272 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (4.2.0) 2021-09-08 09:58:34.274 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (1.4.0) 2021-09-08 09:58:34.276 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (4.10.0) 2021-09-08 09:58:34.683 | Collecting oauthlib>=0.6.2 2021-09-08 09:58:34.689 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/42b/f6354c2ed8c6a/oauthlib-3.1.1-py2.py3-none-any.whl (146 kB) 2021-09-08 09:58:35.103 | Collecting pysaml2>=5.0.0 2021-09-08 09:58:35.110 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/25b/c3be6dcf9e365/pysaml2-7.0.1-py2.py3-none-any.whl (398 kB) 2021-09-08 09:58:35.565 | Collecting PyJWT>=1.6.1 2021-09-08 09:58:35.573 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/934/d73fbba91b048/PyJWT-2.1.0-py3-none-any.whl (16 kB) 2021-09-08 09:58:35.577 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (1.1.4) 2021-09-08 09:58:35.580 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from keystone==19.1.0.dev21) (3.2.0) 2021-09-08 09:58:35.583 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (3.1.1) 2021-09-08 09:58:35.585 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (1.0.2) 2021-09-08 09:58:35.586 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (3.4.2) 2021-09-08 09:58:35.588 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from keystone==19.1.0.dev21) (2021.1) 2021-09-08 09:58:35.599 | Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==19.1.0.dev21) (1.16.0) 2021-09-08 09:58:35.600 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==19.1.0.dev21) (1.14.6) 2021-09-08 09:58:35.604 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->keystone==19.1.0.dev21) (2.20) 2021-09-08 09:58:35.650 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.0.2->keystone==19.1.0.dev21) (5.0.9) 2021-09-08 09:58:36.042 | Collecting itsdangerous>=2.0 2021-09-08 09:58:36.049 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/517/4094b9637652b/itsdangerous-2.0.1-py3-none-any.whl (18 kB) 2021-09-08 09:58:36.054 | Requirement already satisfied: Jinja2>=3.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==19.1.0.dev21) (3.0.1) 2021-09-08 09:58:36.476 | Collecting click>=7.1.2 2021-09-08 09:58:36.483 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fba/402a4a4733474/click-8.0.1-py3-none-any.whl (97 kB) 2021-09-08 09:58:36.940 | Collecting Werkzeug>=2.0 2021-09-08 09:58:36.947 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6c1/ec500dcdba0ba/Werkzeug-2.0.1-py3-none-any.whl (288 kB) 2021-09-08 09:58:37.373 | Collecting aniso8601>=0.82 2021-09-08 09:58:37.380 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d2/b7ef82963909e/aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2021-09-08 09:58:37.419 | 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==19.1.0.dev21) (2.0.1) 2021-09-08 09:58:37.495 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==19.1.0.dev21) (4.3.1) 2021-09-08 09:58:37.497 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==19.1.0.dev21) (2.26.0) 2021-09-08 09:58:37.560 | 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==19.1.0.dev21) (1.7.0) 2021-09-08 09:58:37.564 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==19.1.0.dev21) (0.1.16) 2021-09-08 09:58:37.705 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==19.1.0.dev21) (1.5.0) 2021-09-08 09:58:37.708 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==19.1.0.dev21) (2.3.0) 2021-09-08 09:58:37.709 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==19.1.0.dev21) (0.8.0) 2021-09-08 09:58:37.713 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==19.1.0.dev21) (5.4.1) 2021-09-08 09:58:37.727 | 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==19.1.0.dev21) (1.12.1) 2021-09-08 09:58:37.798 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==19.1.0.dev21) (2.0.1) 2021-09-08 09:58:37.800 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==19.1.0.dev21) (1.7.1) 2021-09-08 09:58:37.807 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==19.1.0.dev21) (0.5.0) 2021-09-08 09:58:37.826 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==19.1.0.dev21) (1.1.5) 2021-09-08 09:58:37.829 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==19.1.0.dev21) (5.2.2) 2021-09-08 09:58:37.885 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==19.1.0.dev21) (2.8.2) 2021-09-08 09:58:37.893 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==19.1.0.dev21) (0.9.6) 2021-09-08 09:58:37.958 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==19.1.0.dev21) (5.1.0) 2021-09-08 09:58:37.962 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==19.1.0.dev21) (4.2.2) 2021-09-08 09:58:37.963 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==19.1.0.dev21) (0.3.0) 2021-09-08 09:58:37.973 | 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==19.1.0.dev21) (2.6.0) 2021-09-08 09:58:37.976 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==19.1.0.dev21) (2.4.0) 2021-09-08 09:58:37.977 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==19.1.0.dev21) (5.0.6) 2021-09-08 09:58:37.988 | 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==19.1.0.dev21) (5.0.0) 2021-09-08 09:58:38.090 | 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==19.1.0.dev21) (0.11.0) 2021-09-08 09:58:38.125 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->keystone==19.1.0.dev21) (3.3.0) 2021-09-08 09:58:38.216 | Requirement already satisfied: oslo.concurrency>=3.25.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==19.1.0.dev21) (4.4.0) 2021-09-08 09:58:38.219 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==19.1.0.dev21) (1.1.1) 2021-09-08 09:58:38.220 | 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==19.1.0.dev21) (2.1.1) 2021-09-08 09:58:38.222 | 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==19.1.0.dev21) (1.3.2) 2021-09-08 09:58:38.226 | 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==19.1.0.dev21) (3.5.0) 2021-09-08 09:58:38.228 | 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==19.1.0.dev21) (0.31.1) 2021-09-08 09:58:38.229 | 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==19.1.0.dev21) (2.5.1) 2021-09-08 09:58:38.237 | 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==19.1.0.dev21) (3.0.0) 2021-09-08 09:58:38.258 | 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==19.1.0.dev21) (1.16.0) 2021-09-08 09:58:38.294 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==19.1.0.dev21) (2.5.0) 2021-09-08 09:58:38.337 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.25.0->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==19.1.0.dev21) (0.14.1) 2021-09-08 09:58:38.356 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.25.0->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==19.1.0.dev21) (1.6) 2021-09-08 09:58:38.390 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->keystone==19.1.0.dev21) (0.7.2) 2021-09-08 09:58:38.432 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==19.1.0.dev21) (0.11.0) 2021-09-08 09:58:38.433 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==19.1.0.dev21) (21.0) 2021-09-08 09:58:38.436 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==19.1.0.dev21) (2.4.7) 2021-09-08 09:58:38.579 | 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==19.1.0.dev21) (57.4.0) 2021-09-08 09:58:39.257 | Collecting xmlschema>=1.2.1 2021-09-08 09:58:39.265 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66a/17ba8c342703a/xmlschema-1.7.0-py3-none-any.whl (254 kB) 2021-09-08 09:58:39.276 | Requirement already satisfied: pyOpenSSL in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==19.1.0.dev21) (20.0.1) 2021-09-08 09:58:39.636 | Collecting defusedxml 2021-09-08 09:58:39.643 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/2e7e428770286/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2021-09-08 09:58:39.809 | 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==19.1.0.dev21) (2.0.4) 2021-09-08 09:58:39.810 | 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==19.1.0.dev21) (2021.5.30) 2021-09-08 09:58:39.813 | 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==19.1.0.dev21) (3.2) 2021-09-08 09:58:39.815 | 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==19.1.0.dev21) (1.26.6) 2021-09-08 09:58:39.932 | 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==19.1.0.dev21) (0.7) 2021-09-08 09:58:40.181 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==19.1.0.dev21) (0.5.2) 2021-09-08 09:58:40.183 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==19.1.0.dev21) (0.4.1) 2021-09-08 09:58:40.393 | 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.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==19.1.0.dev21) (1.0.0) 2021-09-08 09:58:41.236 | Collecting elementpath<3.0.0,>=2.2.2 2021-09-08 09:58:41.244 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f27/d7c045c4f1f30/elementpath-2.2.3-py3-none-any.whl (149 kB) 2021-09-08 09:58:41.397 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=0.9.6->oslo.db>=6.0.0->keystone==19.1.0.dev21) (3.5.0) 2021-09-08 09:58:42.502 | Installing collected packages: Werkzeug, itsdangerous, elementpath, click, xmlschema, Flask, defusedxml, aniso8601, scrypt, pysaml2, PyJWT, passlib, oauthlib, Flask-RESTful, keystone 2021-09-08 09:58:42.959 | Attempting uninstall: click 2021-09-08 09:58:42.961 | Found existing installation: Click 7.0 2021-09-08 09:58:42.966 | Uninstalling Click-7.0: 2021-09-08 09:58:42.997 | Successfully uninstalled Click-7.0 2021-09-08 09:58:44.108 | Attempting uninstall: PyJWT 2021-09-08 09:58:44.110 | Found existing installation: PyJWT 1.7.1 2021-09-08 09:58:44.116 | Uninstalling PyJWT-1.7.1: 2021-09-08 09:58:44.146 | Successfully uninstalled PyJWT-1.7.1 2021-09-08 09:58:44.561 | Attempting uninstall: oauthlib 2021-09-08 09:58:44.563 | Found existing installation: oauthlib 3.1.0 2021-09-08 09:58:44.571 | Uninstalling oauthlib-3.1.0: 2021-09-08 09:58:44.601 | Successfully uninstalled oauthlib-3.1.0 2021-09-08 09:58:44.756 | Running setup.py develop for keystone 2021-09-08 09:58:46.723 | 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 2021-09-08 09:58:46.723 | 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 2021-09-08 09:58:46.868 | + inc/python:pip_install:200 : result=0 2021-09-08 09:58:46.870 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 09:58:46.873 | + functions-common:time_stop:2309 : local name 2021-09-08 09:58:46.875 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:58:46.877 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:58:46.879 | + functions-common:time_stop:2312 : local total 2021-09-08 09:58:46.881 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:58:46.883 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 09:58:46.885 | + functions-common:time_stop:2316 : start_time=1631095108929 2021-09-08 09:58:46.887 | + functions-common:time_stop:2318 : [[ -z 1631095108929 ]] 2021-09-08 09:58:46.889 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:58:46.894 | + functions-common:time_stop:2321 : end_time=1631095126891 2021-09-08 09:58:46.896 | + functions-common:time_stop:2322 : elapsed_time=17962 2021-09-08 09:58:46.898 | + functions-common:time_stop:2323 : total=54883 2021-09-08 09:58:46.900 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:58:46.902 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=72845 2021-09-08 09:58:46.904 | + inc/python:pip_install:203 : return 0 2021-09-08 09:58:46.906 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2021-09-08 09:58:46.908 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-09-08 09:58:46.911 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-09-08 09:58:46.929 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-09-08 09:58:46.940 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/keystone 2021-09-08 09:58:46.942 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2021-09-08 09:58:46.945 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:58:46.947 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:58:46.949 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2021-09-08 09:58:46.951 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:58:46.954 | + lib/keystone:install_keystone:508 : is_service_enabled ldap 2021-09-08 09:58:46.970 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:58:46.973 | + lib/keystone:install_keystone:512 : '[' uwsgi == mod_wsgi ']' 2021-09-08 09:58:46.975 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-09-08 09:58:46.978 | + ./stack.sh:main:881 : configure_keystone 2021-09-08 09:58:46.980 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2021-09-08 09:58:46.992 | + 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 ]] 2021-09-08 09:58:46.995 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2021-09-08 09:58:46.999 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2021-09-08 09:58:47.015 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:58:47.017 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2021-09-08 09:58:47.045 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2021-09-08 09:58:47.073 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2021-09-08 09:58:47.101 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2021-09-08 09:58:47.132 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2021-09-08 09:58:47.161 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2021-09-08 09:58:47.190 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2021-09-08 09:58:47.217 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2021-09-08 09:58:47.244 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2021-09-08 09:58:47.246 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2021-09-08 09:58:47.249 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2021-09-08 09:58:47.251 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2021-09-08 09:58:47.254 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-09-08 09:58:47.256 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-09-08 09:58:47.271 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:58:47.273 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-09-08 09:58:47.276 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-09-08 09:58:47.278 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-09-08 09:58:47.293 | ++ functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:58:47.295 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-09-08 09:58:47.298 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-09-08 09:58:47.327 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-09-08 09:58:47.329 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-09-08 09:58:47.332 | + lib/keystone:configure_keystone:225 : local service_port=5000 2021-09-08 09:58:47.334 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2021-09-08 09:58:47.336 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2021-09-08 09:58:47.352 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:58:47.354 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.49/identity 2021-09-08 09:58:47.384 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.49/identity 2021-09-08 09:58:47.411 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2021-09-08 09:58:47.413 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2021-09-08 09:58:47.443 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2021-09-08 09:58:47.446 | ++ lib/database:database_connection_url:132 : local db=keystone 2021-09-08 09:58:47.448 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2021-09-08 09:58:47.450 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2021-09-08 09:58:47.453 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-09-08 09:58:47.455 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-09-08 09:58:47.485 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2021-09-08 09:58:47.487 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2021-09-08 09:58:47.489 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2021-09-08 09:58:47.492 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2021-09-08 09:58:47.495 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2021-09-08 09:58:47.514 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2021-09-08 09:58:47.516 | + functions:setup_systemd_logging:695 : local pidstr= 2021-09-08 09:58:47.519 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2021-09-08 09:58:47.521 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2021-09-08 09:58:47.524 | + functions:setup_systemd_logging:702 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-09-08 09:58:47.550 | + 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' 2021-09-08 09:58:47.577 | + 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' 2021-09-08 09:58:47.604 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-09-08 09:58:47.633 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2021-09-08 09:58:47.659 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2021-09-08 09:58:47.661 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2021-09-08 09:58:47.664 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2021-09-08 09:58:47.666 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2021-09-08 09:58:47.668 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2021-09-08 09:58:47.671 | + lib/apache:write_uwsgi_config:257 : local http= 2021-09-08 09:58:47.673 | + lib/apache:write_uwsgi_config:258 : local name= 2021-09-08 09:58:47.676 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2021-09-08 09:58:47.680 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2021-09-08 09:58:47.682 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2021-09-08 09:58:47.685 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2021-09-08 09:58:47.698 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-09-08 09:58:47.698 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-09-08 09:58:47.706 | d /var/run/uwsgi 0755 ubuntu root 2021-09-08 09:58:47.709 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-09-08 09:58:47.725 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2021-09-08 09:58:47.727 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2021-09-08 09:58:47.731 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2021-09-08 09:58:47.760 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2021-09-08 09:58:47.785 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2021-09-08 09:58:47.812 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2021-09-08 09:58:47.838 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2021-09-08 09:58:47.865 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2021-09-08 09:58:47.892 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2021-09-08 09:58:47.918 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2021-09-08 09:58:47.945 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2021-09-08 09:58:47.971 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-09-08 09:58:47.997 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2021-09-08 09:58:48.024 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2021-09-08 09:58:48.051 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2021-09-08 09:58:48.077 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2021-09-08 09:58:48.079 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2021-09-08 09:58:48.082 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2021-09-08 09:58:48.084 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2021-09-08 09:58:48.086 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2021-09-08 09:58:48.089 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:58:48.091 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:58:48.093 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-09-08 09:58:48.096 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2021-09-08 09:58:48.098 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2021-09-08 09:58:48.125 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2021-09-08 09:58:48.151 | + 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 ' 2021-09-08 09:58:48.152 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-09-08 09:58:48.160 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 2021-09-08 09:58:48.164 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2021-09-08 09:58:48.166 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2021-09-08 09:58:48.168 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2021-09-08 09:58:48.170 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-09-08 09:58:48.173 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-09-08 09:58:48.175 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:58:48.177 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:58:48.180 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-09-08 09:58:48.182 | + lib/apache:enable_apache_site:206 : is_ubuntu 2021-09-08 09:58:48.184 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:58:48.186 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:58:48.189 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2021-09-08 09:58:48.250 | Enabling site keystone-wsgi-public. 2021-09-08 09:58:48.255 | To activate the new configuration, you need to run: 2021-09-08 09:58:48.255 | systemctl reload apache2 2021-09-08 09:58:48.260 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2021-09-08 09:58:48.262 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-09-08 09:58:48.264 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-09-08 09:58:48.266 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-09-08 09:58:48.395 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2021-09-08 09:58:48.398 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2021-09-08 09:58:48.400 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2021-09-08 09:58:48.402 | + lib/apache:write_uwsgi_config:256 : local url=/identity_admin 2021-09-08 09:58:48.404 | + lib/apache:write_uwsgi_config:257 : local http= 2021-09-08 09:58:48.407 | + lib/apache:write_uwsgi_config:258 : local name= 2021-09-08 09:58:48.411 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-admin 2021-09-08 09:58:48.415 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-admin 2021-09-08 09:58:48.417 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2021-09-08 09:58:48.420 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2021-09-08 09:58:48.432 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-09-08 09:58:48.433 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-09-08 09:58:48.441 | d /var/run/uwsgi 0755 ubuntu root 2021-09-08 09:58:48.444 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-09-08 09:58:48.460 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2021-09-08 09:58:48.462 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2021-09-08 09:58:48.466 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2021-09-08 09:58:48.495 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2021-09-08 09:58:48.522 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2021-09-08 09:58:48.549 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2021-09-08 09:58:48.575 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2021-09-08 09:58:48.602 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2021-09-08 09:58:48.628 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2021-09-08 09:58:48.655 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2021-09-08 09:58:48.682 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2021-09-08 09:58:48.709 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-09-08 09:58:48.736 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2021-09-08 09:58:48.762 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2021-09-08 09:58:48.789 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2021-09-08 09:58:48.816 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2021-09-08 09:58:48.819 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2021-09-08 09:58:48.821 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-admin 2021-09-08 09:58:48.824 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-admin 2021-09-08 09:58:48.826 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2021-09-08 09:58:48.828 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:58:48.830 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:58:48.833 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-09-08 09:58:48.836 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-09-08 09:58:48.839 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2021-09-08 09:58:48.866 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2021-09-08 09:58:48.893 | + 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 ' 2021-09-08 09:58:48.893 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-09-08 09:58:48.901 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 2021-09-08 09:58:48.905 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-admin 2021-09-08 09:58:48.907 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-admin 2021-09-08 09:58:48.910 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2021-09-08 09:58:48.912 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-09-08 09:58:48.914 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-09-08 09:58:48.920 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:58:48.922 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:58:48.927 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-09-08 09:58:48.929 | + lib/apache:enable_apache_site:206 : is_ubuntu 2021-09-08 09:58:48.932 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:58:48.934 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:58:48.936 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-admin 2021-09-08 09:58:48.997 | Enabling site keystone-wsgi-admin. 2021-09-08 09:58:49.003 | To activate the new configuration, you need to run: 2021-09-08 09:58:49.003 | systemctl reload apache2 2021-09-08 09:58:49.007 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2021-09-08 09:58:49.009 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-09-08 09:58:49.012 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-09-08 09:58:49.014 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-09-08 09:58:49.144 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2021-09-08 09:58:49.174 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2021-09-08 09:58:49.203 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2021-09-08 09:58:49.234 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2021-09-08 09:58:49.236 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2021-09-08 09:58:49.266 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2021-09-08 09:58:49.294 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2021-09-08 09:58:49.321 | + ./stack.sh:main:885 : is_service_enabled swift 2021-09-08 09:58:49.338 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:58:49.340 | + ./stack.sh:main:886 : is_service_enabled ceilometer 2021-09-08 09:58:49.357 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:58:49.360 | + ./stack.sh:main:889 : stack_install_service swift 2021-09-08 09:58:49.362 | + lib/stack:stack_install_service:20 : local service=swift 2021-09-08 09:58:49.364 | + lib/stack:stack_install_service:21 : type install_swift 2021-09-08 09:58:49.367 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-09-08 09:58:49.369 | + lib/stack:stack_install_service:32 : install_swift 2021-09-08 09:58:49.372 | + lib/swift:install_swift:742 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2021-09-08 09:58:49.374 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/swift.git 2021-09-08 09:58:49.376 | + functions-common:git_clone:524 : local git_dest=/opt/stack/swift 2021-09-08 09:58:49.378 | + functions-common:git_clone:525 : local git_ref=master 2021-09-08 09:58:49.380 | + functions-common:git_clone:526 : local orig_dir 2021-09-08 09:58:49.383 | ++ functions-common:git_clone:527 : pwd 2021-09-08 09:58:49.386 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-09-08 09:58:49.388 | + functions-common:git_clone:528 : local git_clone_flags= 2021-09-08 09:58:49.390 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-09-08 09:58:49.406 | + functions-common:git_clone:530 : RECLONE=False 2021-09-08 09:58:49.408 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-09-08 09:58:49.411 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-09-08 09:58:49.414 | + functions-common:git_clone:544 : echo master 2021-09-08 09:58:49.414 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-09-08 09:58:49.419 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/swift ]] 2021-09-08 09:58:49.421 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-09-08 09:58:49.424 | + functions-common:git_clone:592 : cd /opt/stack/swift 2021-09-08 09:58:49.426 | + functions-common:git_clone:593 : git show --oneline 2021-09-08 09:58:49.427 | + functions-common:git_clone:593 : head -1 2021-09-08 09:58:49.430 | fb0293538 Merge " Add documentation for DELETE method for Swift Object Store API." 2021-09-08 09:58:49.433 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-09-08 09:58:49.435 | + lib/swift:install_swift:745 : setup_develop /opt/stack/swift keystone 2021-09-08 09:58:49.437 | + inc/python:setup_develop:338 : local bindep 2021-09-08 09:58:49.440 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2021-09-08 09:58:49.442 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2021-09-08 09:58:49.445 | + inc/python:setup_develop:344 : local extras=keystone 2021-09-08 09:58:49.447 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2021-09-08 09:58:49.449 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-09-08 09:58:49.452 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2021-09-08 09:58:49.454 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2021-09-08 09:58:49.457 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-09-08 09:58:49.459 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2021-09-08 09:58:49.462 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2021-09-08 09:58:49.464 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-09-08 09:58:49.467 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2021-09-08 09:58:49.469 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-09-08 09:58:49.471 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2021-09-08 09:58:49.475 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2021-09-08 09:58:49.480 | + inc/python:_setup_package_with_constraints_edit:385 : name=swift 2021-09-08 09:58:49.483 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2021-09-08 09:58:50.092 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/swift -e keystone 2021-09-08 09:58:50.094 | + inc/python:setup_package:418 : local bindep=0 2021-09-08 09:58:50.097 | + inc/python:setup_package:419 : local bindep_flag= 2021-09-08 09:58:50.099 | + inc/python:setup_package:420 : local bindep_profiles= 2021-09-08 09:58:50.102 | + inc/python:setup_package:421 : [[ /opt/stack/swift == -bindep* ]] 2021-09-08 09:58:50.104 | + inc/python:setup_package:426 : local project_dir=/opt/stack/swift 2021-09-08 09:58:50.106 | + inc/python:setup_package:427 : local flags=-e 2021-09-08 09:58:50.108 | + inc/python:setup_package:428 : local extras=keystone 2021-09-08 09:58:50.111 | + inc/python:setup_package:432 : [[ -n -e ]] 2021-09-08 09:58:50.113 | + inc/python:setup_package:432 : [[ -z keystone ]] 2021-09-08 09:58:50.115 | + inc/python:setup_package:437 : [[ ! -z keystone ]] 2021-09-08 09:58:50.117 | + inc/python:setup_package:438 : extras='[keystone]' 2021-09-08 09:58:50.119 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2021-09-08 09:58:50.122 | + inc/python:setup_package:446 : pip_install -e '/opt/stack/swift[keystone]' 2021-09-08 09:58:50.142 | Using python 3.8 to install /opt/stack/swift 2021-09-08 09:58:50.144 | + 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]' 2021-09-08 09:58:50.887 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:58:50.887 | from cryptography.utils import int_from_bytes 2021-09-08 09:58:50.887 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:58:50.887 | from cryptography.utils import int_from_bytes 2021-09-08 09:58:51.886 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 09:58:51.900 | Obtaining file:///opt/stack/swift 2021-09-08 09:58:53.234 | Requirement already satisfied: eventlet>=0.25.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev22) (0.31.1) 2021-09-08 09:58:53.236 | Requirement already satisfied: greenlet>=0.3.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev22) (1.1.1) 2021-09-08 09:58:53.239 | 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.dev22) (0.11.0) 2021-09-08 09:58:53.240 | Requirement already satisfied: PasteDeploy>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev22) (2.1.1) 2021-09-08 09:58:54.023 | Collecting lxml>=3.4.1 2021-09-08 09:58:54.045 | 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) 2021-09-08 09:58:54.203 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev22) (2.26.0) 2021-09-08 09:58:54.205 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev22) (1.16.0) 2021-09-08 09:58:54.574 | Collecting xattr>=0.4 2021-09-08 09:58:54.582 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/bca828e04ef2d/xattr-0.9.7.tar.gz (13 kB) 2021-09-08 09:58:55.662 | Collecting PyECLib>=1.3.1 2021-09-08 09:58:55.687 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2021-09-08 09:58:56.650 | Requirement already satisfied: cryptography>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev22) (3.4.8) 2021-09-08 09:58:56.652 | Requirement already satisfied: keystonemiddleware>=4.17.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev22) (9.3.0) 2021-09-08 09:58:56.691 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.0.2->swift==2.28.1.dev22) (1.14.6) 2021-09-08 09:58:56.694 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.0.2->swift==2.28.1.dev22) (2.20) 2021-09-08 09:58:56.704 | 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.dev22) (1.16.0) 2021-09-08 09:58:56.767 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev22) (1.8.7) 2021-09-08 09:58:56.769 | 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.dev22) (2.8.1) 2021-09-08 09:58:56.771 | 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.dev22) (4.2.0) 2021-09-08 09:58:56.774 | 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.dev22) (3.1.1) 2021-09-08 09:58:56.776 | 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.dev22) (4.2.0) 2021-09-08 09:58:56.778 | 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.dev22) (4.10.0) 2021-09-08 09:58:56.779 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev22) (4.3.1) 2021-09-08 09:58:56.781 | 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.dev22) (5.1.0) 2021-09-08 09:58:56.783 | 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.dev22) (8.7.1) 2021-09-08 09:58:56.785 | 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.dev22) (4.6.0) 2021-09-08 09:58:56.787 | 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.dev22) (3.3.1) 2021-09-08 09:58:56.790 | 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.dev22) (5.6.0) 2021-09-08 09:58:56.850 | 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.dev22) (0.1.16) 2021-09-08 09:58:56.852 | 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.dev22) (3.4.0) 2021-09-08 09:58:56.856 | 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.dev22) (1.7.0) 2021-09-08 09:58:56.918 | Requirement already satisfied: dogpile.cache>=1.1.2 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev22) (1.1.4) 2021-09-08 09:58:56.929 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.2->oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev22) (5.0.9) 2021-09-08 09:58:56.974 | 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.dev22) (0.8.0) 2021-09-08 09:58:56.977 | 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.dev22) (5.4.1) 2021-09-08 09:58:56.979 | 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.dev22) (2.3.0) 2021-09-08 09:58:56.981 | 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.dev22) (1.5.0) 2021-09-08 09:58:57.028 | 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.dev22) (1.12.1) 2021-09-08 09:58:57.101 | 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.dev22) (2.8.2) 2021-09-08 09:58:57.103 | 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.dev22) (0.9.6) 2021-09-08 09:58:57.118 | 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.dev22) (2021.1) 2021-09-08 09:58:57.121 | 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.dev22) (1.0.2) 2021-09-08 09:58:57.148 | 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.dev22) (21.0) 2021-09-08 09:58:57.153 | 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.dev22) (2.4.7) 2021-09-08 09:58:57.179 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from PasteDeploy>=1.3.3->swift==2.28.1.dev22) (57.4.0) 2021-09-08 09:58:57.333 | 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.dev22) (2.0.4) 2021-09-08 09:58:57.336 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.28.1.dev22) (3.2) 2021-09-08 09:58:57.337 | 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.dev22) (1.26.6) 2021-09-08 09:58:57.339 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.28.1.dev22) (2021.5.30) 2021-09-08 09:58:57.594 | Building wheels for collected packages: PyECLib, xattr 2021-09-08 09:58:57.594 | Building wheel for PyECLib (setup.py): started 2021-09-08 09:58:58.891 | Building wheel for PyECLib (setup.py): finished with status 'done' 2021-09-08 09:58:58.892 | Created wheel for PyECLib: filename=pyeclib-1.6.0-cp38-cp38-linux_x86_64.whl size=55536 sha256=784e1611fd65c59b2ce27b70fcdbd60fd2ee98e08dfb69cd1b74d6dff9046b6b 2021-09-08 09:58:58.892 | Stored in directory: /root/.cache/pip/wheels/8d/84/e6/6a48e2f14c9392ac545275a5b87ce7ad21ff00ceacd6831bd5 2021-09-08 09:58:58.896 | Building wheel for xattr (setup.py): started 2021-09-08 09:59:00.309 | Building wheel for xattr (setup.py): finished with status 'done' 2021-09-08 09:59:00.309 | Created wheel for xattr: filename=xattr-0.9.7-cp38-cp38-linux_x86_64.whl size=33298 sha256=12921eaf201c0fa16735c6bd9bc5cc0c31a504d5e6bf73e20664ee9e63eda516 2021-09-08 09:59:00.309 | Stored in directory: /root/.cache/pip/wheels/90/58/82/c0bf95f0215cd4d718b9b5bde6f88253eef46677a81e649467 2021-09-08 09:59:00.313 | Successfully built PyECLib xattr 2021-09-08 09:59:01.613 | Installing collected packages: xattr, PyECLib, lxml, swift 2021-09-08 09:59:01.964 | Running setup.py develop for swift 2021-09-08 09:59:03.841 | Successfully installed PyECLib-1.6.0 lxml-4.6.3 swift-2.28.1.dev22 xattr-0.9.7 2021-09-08 09:59:03.841 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2021-09-08 09:59:03.983 | + inc/python:pip_install:200 : result=0 2021-09-08 09:59:03.986 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 09:59:03.989 | + functions-common:time_stop:2309 : local name 2021-09-08 09:59:03.991 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:59:03.993 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:59:03.995 | + functions-common:time_stop:2312 : local total 2021-09-08 09:59:03.997 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:59:03.999 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 09:59:04.001 | + functions-common:time_stop:2316 : start_time=1631095130136 2021-09-08 09:59:04.004 | + functions-common:time_stop:2318 : [[ -z 1631095130136 ]] 2021-09-08 09:59:04.006 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:59:04.010 | + functions-common:time_stop:2321 : end_time=1631095144008 2021-09-08 09:59:04.012 | + functions-common:time_stop:2322 : elapsed_time=13872 2021-09-08 09:59:04.015 | + functions-common:time_stop:2323 : total=72845 2021-09-08 09:59:04.017 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:59:04.019 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=86717 2021-09-08 09:59:04.021 | + inc/python:pip_install:203 : return 0 2021-09-08 09:59:04.023 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2021-09-08 09:59:04.026 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-09-08 09:59:04.028 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-09-08 09:59:04.046 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-09-08 09:59:04.058 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/swift 2021-09-08 09:59:04.061 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2021-09-08 09:59:04.063 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:59:04.065 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:59:04.068 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2021-09-08 09:59:04.070 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:59:04.073 | + lib/swift:install_swift:746 : '[' False == True ']' 2021-09-08 09:59:04.075 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-09-08 09:59:04.077 | + ./stack.sh:main:890 : configure_swift 2021-09-08 09:59:04.080 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2021-09-08 09:59:04.082 | + lib/swift:configure_swift:335 : local node_number 2021-09-08 09:59:04.084 | + lib/swift:configure_swift:336 : local swift_node_config 2021-09-08 09:59:04.086 | + lib/swift:configure_swift:337 : local swift_log_dir 2021-09-08 09:59:04.088 | + lib/swift:configure_swift:340 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-09-08 09:59:04.948 | No account-reaper running 2021-09-08 09:59:04.948 | No object-reconstructor running 2021-09-08 09:59:04.948 | No container-auditor running 2021-09-08 09:59:04.948 | No container-updater running 2021-09-08 09:59:04.948 | No container-reconciler running 2021-09-08 09:59:04.948 | No container-replicator running 2021-09-08 09:59:04.948 | No container-sync running 2021-09-08 09:59:04.948 | No object-server running 2021-09-08 09:59:04.948 | No object-expirer running 2021-09-08 09:59:04.948 | No proxy-server running 2021-09-08 09:59:04.948 | No account-auditor running 2021-09-08 09:59:04.948 | No object-auditor running 2021-09-08 09:59:04.948 | No container-server running 2021-09-08 09:59:04.948 | No account-server running 2021-09-08 09:59:04.948 | No object-replicator running 2021-09-08 09:59:04.948 | No container-sharder running 2021-09-08 09:59:04.948 | No account-replicator running 2021-09-08 09:59:04.949 | No object-updater running 2021-09-08 09:59:04.996 | + lib/swift:configure_swift:340 : true 2021-09-08 09:59:04.998 | + lib/swift:configure_swift:342 : sudo install -d -o ubuntu /etc/swift 2021-09-08 09:59:05.011 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2021-09-08 09:59:05.023 | + lib/swift:configure_swift:345 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2021-09-08 09:59:05.026 | + lib/swift:configure_swift:358 : sudo tee /etc/rsyncd.conf 2021-09-08 09:59:05.026 | ++ lib/swift:configure_swift:354 : id -g -n ubuntu 2021-09-08 09:59:05.031 | + lib/swift:configure_swift:354 : sed -e ' 2021-09-08 09:59:05.031 | s/%GROUP%/ubuntu/; 2021-09-08 09:59:05.031 | s/%USER%/ubuntu/; 2021-09-08 09:59:05.031 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2021-09-08 09:59:05.031 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2021-09-08 09:59:05.034 | uid = ubuntu 2021-09-08 09:59:05.034 | gid = ubuntu 2021-09-08 09:59:05.034 | log file = /opt/stack/data/swift/logs/rsyncd.log 2021-09-08 09:59:05.034 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2021-09-08 09:59:05.034 | address = 127.0.0.1 2021-09-08 09:59:05.034 | 2021-09-08 09:59:05.034 | [account6612] 2021-09-08 09:59:05.034 | max connections = 25 2021-09-08 09:59:05.034 | path = /opt/stack/data/swift/1/node/ 2021-09-08 09:59:05.034 | read only = false 2021-09-08 09:59:05.034 | lock file = /opt/stack/data/swift/run/account6612.lock 2021-09-08 09:59:05.034 | 2021-09-08 09:59:05.034 | [account6622] 2021-09-08 09:59:05.034 | max connections = 25 2021-09-08 09:59:05.035 | path = /opt/stack/data/swift/2/node/ 2021-09-08 09:59:05.035 | read only = false 2021-09-08 09:59:05.035 | lock file = /opt/stack/data/swift/run/account6622.lock 2021-09-08 09:59:05.035 | 2021-09-08 09:59:05.035 | [account6632] 2021-09-08 09:59:05.035 | max connections = 25 2021-09-08 09:59:05.035 | path = /opt/stack/data/swift/3/node/ 2021-09-08 09:59:05.035 | read only = false 2021-09-08 09:59:05.035 | lock file = /opt/stack/data/swift/run/account6632.lock 2021-09-08 09:59:05.035 | 2021-09-08 09:59:05.035 | [account6642] 2021-09-08 09:59:05.035 | max connections = 25 2021-09-08 09:59:05.035 | path = /opt/stack/data/swift/4/node/ 2021-09-08 09:59:05.035 | read only = false 2021-09-08 09:59:05.035 | lock file = /opt/stack/data/swift/run/account6642.lock 2021-09-08 09:59:05.035 | 2021-09-08 09:59:05.035 | 2021-09-08 09:59:05.035 | [container6611] 2021-09-08 09:59:05.035 | max connections = 25 2021-09-08 09:59:05.035 | path = /opt/stack/data/swift/1/node/ 2021-09-08 09:59:05.035 | read only = false 2021-09-08 09:59:05.035 | lock file = /opt/stack/data/swift/run/container6611.lock 2021-09-08 09:59:05.035 | 2021-09-08 09:59:05.035 | [container6621] 2021-09-08 09:59:05.035 | max connections = 25 2021-09-08 09:59:05.035 | path = /opt/stack/data/swift/2/node/ 2021-09-08 09:59:05.035 | read only = false 2021-09-08 09:59:05.035 | lock file = /opt/stack/data/swift/run/container6621.lock 2021-09-08 09:59:05.035 | 2021-09-08 09:59:05.035 | [container6631] 2021-09-08 09:59:05.035 | max connections = 25 2021-09-08 09:59:05.035 | path = /opt/stack/data/swift/3/node/ 2021-09-08 09:59:05.035 | read only = false 2021-09-08 09:59:05.035 | lock file = /opt/stack/data/swift/run/container6631.lock 2021-09-08 09:59:05.036 | 2021-09-08 09:59:05.036 | [container6641] 2021-09-08 09:59:05.036 | max connections = 25 2021-09-08 09:59:05.036 | path = /opt/stack/data/swift/4/node/ 2021-09-08 09:59:05.036 | read only = false 2021-09-08 09:59:05.036 | lock file = /opt/stack/data/swift/run/container6641.lock 2021-09-08 09:59:05.036 | 2021-09-08 09:59:05.036 | 2021-09-08 09:59:05.036 | [object6613] 2021-09-08 09:59:05.036 | max connections = 25 2021-09-08 09:59:05.036 | path = /opt/stack/data/swift/1/node/ 2021-09-08 09:59:05.036 | read only = false 2021-09-08 09:59:05.036 | lock file = /opt/stack/data/swift/run/object6613.lock 2021-09-08 09:59:05.036 | 2021-09-08 09:59:05.036 | [object6623] 2021-09-08 09:59:05.036 | max connections = 25 2021-09-08 09:59:05.036 | path = /opt/stack/data/swift/2/node/ 2021-09-08 09:59:05.036 | read only = false 2021-09-08 09:59:05.036 | lock file = /opt/stack/data/swift/run/object6623.lock 2021-09-08 09:59:05.036 | 2021-09-08 09:59:05.036 | [object6633] 2021-09-08 09:59:05.036 | max connections = 25 2021-09-08 09:59:05.036 | path = /opt/stack/data/swift/3/node/ 2021-09-08 09:59:05.036 | read only = false 2021-09-08 09:59:05.036 | lock file = /opt/stack/data/swift/run/object6633.lock 2021-09-08 09:59:05.036 | 2021-09-08 09:59:05.036 | [object6643] 2021-09-08 09:59:05.036 | max connections = 25 2021-09-08 09:59:05.036 | path = /opt/stack/data/swift/4/node/ 2021-09-08 09:59:05.036 | read only = false 2021-09-08 09:59:05.036 | lock file = /opt/stack/data/swift/run/object6643.lock 2021-09-08 09:59:05.037 | + lib/swift:configure_swift:360 : is_ubuntu 2021-09-08 09:59:05.039 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:59:05.041 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:59:05.043 | + lib/swift:configure_swift:361 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2021-09-08 09:59:05.062 | + lib/swift:configure_swift:366 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2021-09-08 09:59:05.064 | + lib/swift:configure_swift:367 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2021-09-08 09:59:05.069 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2021-09-08 09:59:05.073 | + lib/swift:configure_swift:372 : local csyncfile=/etc/swift/container-sync-realms.conf 2021-09-08 09:59:05.075 | + lib/swift:configure_swift:373 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2021-09-08 09:59:05.079 | + lib/swift:configure_swift:374 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2021-09-08 09:59:05.106 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.49:8080/v1/ 2021-09-08 09:59:05.132 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2021-09-08 09:59:05.149 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2021-09-08 09:59:05.176 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2021-09-08 09:59:05.193 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2021-09-08 09:59:05.220 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2021-09-08 09:59:05.238 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2021-09-08 09:59:05.265 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2021-09-08 09:59:05.282 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2021-09-08 09:59:05.311 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2021-09-08 09:59:05.328 | + lib/swift:configure_swift:390 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2021-09-08 09:59:05.356 | + lib/swift:configure_swift:392 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2021-09-08 09:59:05.374 | + lib/swift:configure_swift:393 : is_service_enabled tls-proxy 2021-09-08 09:59:05.388 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:59:05.390 | + lib/swift:configure_swift:396 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2021-09-08 09:59:05.418 | + lib/swift:configure_swift:402 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2021-09-08 09:59:05.444 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2021-09-08 09:59:05.470 | + lib/swift:configure_swift:406 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2021-09-08 09:59:05.497 | + lib/swift:configure_swift:409 : is_service_enabled ceilometer 2021-09-08 09:59:05.512 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:59:05.514 | + lib/swift:configure_swift:420 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2021-09-08 09:59:05.540 | + lib/swift:configure_swift:426 : is_service_enabled s3api 2021-09-08 09:59:05.555 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:59:05.557 | + lib/swift:configure_swift:429 : is_service_enabled keystone 2021-09-08 09:59:05.572 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:59:05.574 | + lib/swift:configure_swift:430 : swift_pipeline+=' authtoken' 2021-09-08 09:59:05.576 | + lib/swift:configure_swift:431 : is_service_enabled s3api 2021-09-08 09:59:05.591 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:59:05.593 | + lib/swift:configure_swift:436 : swift_pipeline+=' keystoneauth' 2021-09-08 09:59:05.595 | + lib/swift:configure_swift:439 : swift_pipeline+=' tempauth ' 2021-09-08 09:59:05.597 | + lib/swift:configure_swift:441 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2021-09-08 09:59:05.602 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2021-09-08 09:59:05.607 | + lib/swift:configure_swift:444 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2021-09-08 09:59:05.634 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2021-09-08 09:59:05.659 | + lib/swift:configure_swift:448 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2021-09-08 09:59:05.688 | + lib/swift:configure_swift:453 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2021-09-08 09:59:05.717 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2021-09-08 09:59:05.743 | + lib/swift:configure_swift:456 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2021-09-08 09:59:05.745 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/swift/proxy-server.conf 2021-09-08 09:59:05.747 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=swift 2021-09-08 09:59:05.749 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=filter:authtoken 2021-09-08 09:59:05.751 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2021-09-08 09:59:05.777 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2021-09-08 09:59:05.804 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.49/identity 2021-09-08 09:59:05.830 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2021-09-08 09:59:05.856 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2021-09-08 09:59:05.883 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2021-09-08 09:59:05.909 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2021-09-08 09:59:05.935 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2021-09-08 09:59:05.962 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2021-09-08 09:59:05.989 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2021-09-08 09:59:06.016 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2021-09-08 09:59:06.042 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2021-09-08 09:59:06.069 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2021-09-08 09:59:06.096 | + lib/swift:configure_swift:461 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2021-09-08 09:59:06.124 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2021-09-08 09:59:06.152 | + lib/swift:configure_swift:467 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2021-09-08 09:59:06.169 | + lib/swift:configure_swift:468 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2021-09-08 09:59:06.196 | + lib/swift:configure_swift:471 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2021-09-08 09:59:06.223 | + lib/swift:configure_swift:473 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2021-09-08 09:59:06.227 | + lib/swift:configure_swift:474 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2021-09-08 09:59:06.255 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2021-09-08 09:59:06.281 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2021-09-08 09:59:06.307 | + lib/swift:configure_swift:478 : local node_number 2021-09-08 09:59:06.309 | + lib/swift:configure_swift:479 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-09-08 09:59:06.311 | + lib/swift:configure_swift:480 : local swift_node_config=/etc/swift/object-server/1.conf 2021-09-08 09:59:06.313 | + lib/swift:configure_swift:481 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2021-09-08 09:59:06.318 | + lib/swift:configure_swift:482 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2021-09-08 09:59:06.320 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2021-09-08 09:59:06.322 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-09-08 09:59:06.324 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2021-09-08 09:59:06.326 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2021-09-08 09:59:06.328 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-09-08 09:59:06.331 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-09-08 09:59:06.333 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2021-09-08 09:59:06.351 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2021-09-08 09:59:06.379 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2021-09-08 09:59:06.396 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2021-09-08 09:59:06.423 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2021-09-08 09:59:06.441 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2021-09-08 09:59:06.468 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2021-09-08 09:59:06.485 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-09-08 09:59:06.513 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2021-09-08 09:59:06.531 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-09-08 09:59:06.558 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2021-09-08 09:59:06.576 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2021-09-08 09:59:06.603 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2021-09-08 09:59:06.621 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2021-09-08 09:59:06.648 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2021-09-08 09:59:06.666 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2021-09-08 09:59:06.693 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2021-09-08 09:59:06.711 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2021-09-08 09:59:06.738 | + 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 2021-09-08 09:59:06.742 | + lib/swift:configure_swift:483 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2021-09-08 09:59:06.761 | + lib/swift:configure_swift:484 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-09-08 09:59:06.788 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2021-09-08 09:59:06.816 | + lib/swift:configure_swift:487 : swift_node_config=/etc/swift/container-server/1.conf 2021-09-08 09:59:06.818 | + lib/swift:configure_swift:488 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2021-09-08 09:59:06.822 | + lib/swift:configure_swift:489 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2021-09-08 09:59:06.825 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2021-09-08 09:59:06.827 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-09-08 09:59:06.829 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2021-09-08 09:59:06.831 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2021-09-08 09:59:06.833 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-09-08 09:59:06.835 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-09-08 09:59:06.838 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2021-09-08 09:59:06.855 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2021-09-08 09:59:06.883 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2021-09-08 09:59:06.900 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2021-09-08 09:59:06.928 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2021-09-08 09:59:06.946 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2021-09-08 09:59:06.974 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2021-09-08 09:59:06.992 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-09-08 09:59:07.019 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2021-09-08 09:59:07.037 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-09-08 09:59:07.065 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2021-09-08 09:59:07.082 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2021-09-08 09:59:07.110 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2021-09-08 09:59:07.128 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2021-09-08 09:59:07.155 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2021-09-08 09:59:07.173 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2021-09-08 09:59:07.200 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2021-09-08 09:59:07.219 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2021-09-08 09:59:07.245 | + 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 2021-09-08 09:59:07.250 | + lib/swift:configure_swift:490 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2021-09-08 09:59:07.267 | + lib/swift:configure_swift:491 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-09-08 09:59:07.295 | + lib/swift:configure_swift:493 : swift_node_config=/etc/swift/account-server/1.conf 2021-09-08 09:59:07.297 | + lib/swift:configure_swift:494 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2021-09-08 09:59:07.301 | + lib/swift:configure_swift:495 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2021-09-08 09:59:07.304 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2021-09-08 09:59:07.306 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-09-08 09:59:07.314 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2021-09-08 09:59:07.316 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2021-09-08 09:59:07.318 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-09-08 09:59:07.321 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-09-08 09:59:07.323 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2021-09-08 09:59:07.341 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2021-09-08 09:59:07.372 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2021-09-08 09:59:07.390 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2021-09-08 09:59:07.417 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2021-09-08 09:59:07.435 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2021-09-08 09:59:07.462 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2021-09-08 09:59:07.480 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-09-08 09:59:07.507 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2021-09-08 09:59:07.525 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-09-08 09:59:07.553 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2021-09-08 09:59:07.570 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2021-09-08 09:59:07.598 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2021-09-08 09:59:07.616 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2021-09-08 09:59:07.643 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2021-09-08 09:59:07.661 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2021-09-08 09:59:07.689 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2021-09-08 09:59:07.706 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2021-09-08 09:59:07.733 | + 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 2021-09-08 09:59:07.737 | + lib/swift:configure_swift:496 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2021-09-08 09:59:07.755 | + lib/swift:configure_swift:497 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-09-08 09:59:07.782 | + lib/swift:configure_swift:501 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2021-09-08 09:59:07.809 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2021-09-08 09:59:07.837 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2021-09-08 09:59:07.864 | + lib/swift:configure_swift:505 : testfile=/etc/swift/test.conf 2021-09-08 09:59:07.866 | + lib/swift:configure_swift:506 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2021-09-08 09:59:07.870 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2021-09-08 09:59:07.898 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test username swiftusertest1 2021-09-08 09:59:07.926 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2021-09-08 09:59:07.954 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2021-09-08 09:59:07.982 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2021-09-08 09:59:08.010 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2021-09-08 09:59:08.038 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2021-09-08 09:59:08.064 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test password4 testing4 2021-09-08 09:59:08.091 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test domain4 swift_test 2021-09-08 09:59:08.118 | + lib/swift:configure_swift:519 : is_service_enabled keystone 2021-09-08 09:59:08.133 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:59:08.135 | + lib/swift:configure_swift:520 : iniuncomment /etc/swift/test.conf func_test auth_version 2021-09-08 09:59:08.153 | + lib/swift:configure_swift:521 : local auth_vers 2021-09-08 09:59:08.156 | ++ lib/swift:configure_swift:522 : iniget /etc/swift/test.conf func_test auth_version 2021-09-08 09:59:08.175 | + lib/swift:configure_swift:522 : auth_vers=3 2021-09-08 09:59:08.177 | + lib/swift:configure_swift:523 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.49 2021-09-08 09:59:08.204 | + lib/swift:configure_swift:524 : [[ http == \h\t\t\p\s ]] 2021-09-08 09:59:08.206 | + lib/swift:configure_swift:527 : iniset /etc/swift/test.conf func_test auth_port 80 2021-09-08 09:59:08.232 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.49/identity 2021-09-08 09:59:08.261 | + lib/swift:configure_swift:530 : [[ 3 == \3 ]] 2021-09-08 09:59:08.263 | + lib/swift:configure_swift:531 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2021-09-08 09:59:08.290 | + lib/swift:configure_swift:535 : is_service_enabled tls-proxy 2021-09-08 09:59:08.305 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:59:08.308 | + lib/swift:configure_swift:541 : local user_group 2021-09-08 09:59:08.310 | ++ lib/swift:configure_swift:542 : id -g ubuntu 2021-09-08 09:59:08.315 | + lib/swift:configure_swift:542 : user_group=1000 2021-09-08 09:59:08.317 | + lib/swift:configure_swift:543 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2021-09-08 09:59:08.330 | + lib/swift:configure_swift:545 : local swift_log_dir=/opt/stack/data/swift/logs 2021-09-08 09:59:08.332 | + lib/swift:configure_swift:546 : sudo rm -rf /opt/stack/data/swift/logs 2021-09-08 09:59:08.343 | + lib/swift:configure_swift:547 : local swift_log_group=adm 2021-09-08 09:59:08.345 | + lib/swift:configure_swift:548 : is_suse 2021-09-08 09:59:08.348 | + functions-common:is_suse:462 : is_opensuse 2021-09-08 09:59:08.350 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-09-08 09:59:08.352 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-09-08 09:59:08.355 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-09-08 09:59:08.357 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-09-08 09:59:08.359 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-09-08 09:59:08.362 | + lib/swift:configure_swift:551 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2021-09-08 09:59:08.374 | + lib/swift:configure_swift:553 : [[ False != \F\a\l\s\e ]] 2021-09-08 09:59:08.376 | + lib/swift:configure_swift:561 : '[' False == True ']' 2021-09-08 09:59:08.379 | + ./stack.sh:main:893 : is_service_enabled s3api 2021-09-08 09:59:08.396 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:59:08.398 | + ./stack.sh:main:899 : is_service_enabled g-api n-api 2021-09-08 09:59:08.415 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:59:08.417 | + ./stack.sh:main:901 : stack_install_service glance 2021-09-08 09:59:08.420 | + lib/stack:stack_install_service:20 : local service=glance 2021-09-08 09:59:08.422 | + lib/stack:stack_install_service:21 : type install_glance 2021-09-08 09:59:08.425 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-09-08 09:59:08.427 | + lib/stack:stack_install_service:32 : install_glance 2021-09-08 09:59:08.430 | + lib/glance:install_glance:514 : glance_store_extras=() 2021-09-08 09:59:08.432 | + lib/glance:install_glance:514 : local glance_store_extras 2021-09-08 09:59:08.435 | + lib/glance:install_glance:516 : is_service_enabled cinder 2021-09-08 09:59:08.451 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:59:08.453 | + lib/glance:install_glance:517 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2021-09-08 09:59:08.456 | + lib/glance:install_glance:520 : is_service_enabled swift 2021-09-08 09:59:08.473 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:59:08.476 | + lib/glance:install_glance:521 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2021-09-08 09:59:08.478 | + lib/glance:install_glance:526 : use_library_from_git glance_store 2021-09-08 09:59:08.481 | + inc/python:use_library_from_git:250 : local name=glance_store 2021-09-08 09:59:08.483 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:59:08.486 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:59:08.488 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2021-09-08 09:59:08.491 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:59:08.494 | ++ lib/glance:install_glance:532 : join_extras swift cinder 2021-09-08 09:59:08.497 | ++ inc/python:join_extras:29 : local IFS=, 2021-09-08 09:59:08.500 | ++ inc/python:join_extras:30 : echo swift,cinder 2021-09-08 09:59:08.503 | + lib/glance:install_glance:532 : pip_install_gr_extras glance-store swift,cinder 2021-09-08 09:59:08.505 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2021-09-08 09:59:08.508 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2021-09-08 09:59:08.510 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2021-09-08 09:59:08.514 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2021-09-08 09:59:08.516 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2021-09-08 09:59:08.519 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2021-09-08 09:59:08.524 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2021-09-08 09:59:08.526 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2021-09-08 09:59:08.531 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2021-09-08 09:59:08.534 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2021-09-08 09:59:08.536 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2021-09-08 09:59:08.539 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2021-09-08 09:59:08.542 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2021-09-08 09:59:08.564 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2021-09-08 09:59:08.566 | + 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' 2021-09-08 09:59:09.337 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:59:09.337 | from cryptography.utils import int_from_bytes 2021-09-08 09:59:09.337 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:59:09.337 | from cryptography.utils import int_from_bytes 2021-09-08 09:59:10.348 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 09:59:10.917 | Collecting glance-store[cinder,swift]!=0.29.0 2021-09-08 09:59:10.925 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9aa/f7b7857f97a8a/glance_store-2.7.0-py3-none-any.whl (227 kB) 2021-09-08 09:59:11.017 | 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) 2021-09-08 09:59:11.019 | 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.0) 2021-09-08 09:59:11.021 | 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) 2021-09-08 09:59:11.022 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.3.1) 2021-09-08 09:59:11.024 | 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) 2021-09-08 09:59:11.026 | 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.2.0) 2021-09-08 09:59:11.028 | 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.0) 2021-09-08 09:59:11.029 | 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) 2021-09-08 09:59:11.031 | 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) 2021-09-08 09:59:11.033 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.2.0) 2021-09-08 09:59:11.035 | 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) 2021-09-08 09:59:11.036 | 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) 2021-09-08 09:59:11.182 | Collecting os-brick>=2.6.0 2021-09-08 09:59:11.189 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e8e/635684bce4856/os_brick-5.0.0-py3-none-any.whl (257 kB) 2021-09-08 09:59:11.202 | 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.0) 2021-09-08 09:59:11.204 | 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) 2021-09-08 09:59:11.290 | Collecting python-cinderclient>=4.1.0 2021-09-08 09:59:11.296 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5fb/3243abb3c7902/python_cinderclient-8.1.0-py3-none-any.whl (253 kB) 2021-09-08 09:59:11.308 | 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) 2021-09-08 09:59:11.796 | Collecting python-swiftclient>=3.2.0 2021-09-08 09:59:11.804 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/07c/63cf223127b70/python_swiftclient-3.12.0-py2.py3-none-any.whl (86 kB) 2021-09-08 09:59:11.820 | 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) 2021-09-08 09:59:11.821 | 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) 2021-09-08 09:59:11.837 | 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) 2021-09-08 09:59:11.906 | 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) 2021-09-08 09:59:11.910 | 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) 2021-09-08 09:59:11.912 | 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) 2021-09-08 09:59:11.940 | 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) 2021-09-08 09:59:11.942 | 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.1) 2021-09-08 09:59:11.945 | 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.0) 2021-09-08 09:59:11.947 | 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) 2021-09-08 09:59:11.949 | 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) 2021-09-08 09:59:11.999 | 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) 2021-09-08 09:59:12.011 | 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) 2021-09-08 09:59:12.055 | 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) 2021-09-08 09:59:12.059 | 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) 2021-09-08 09:59:12.061 | 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) 2021-09-08 09:59:12.063 | 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) 2021-09-08 09:59:12.078 | 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) 2021-09-08 09:59:12.151 | 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) 2021-09-08 09:59:12.153 | 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) 2021-09-08 09:59:12.177 | 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) 2021-09-08 09:59:12.179 | 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) 2021-09-08 09:59:12.191 | 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) 2021-09-08 09:59:12.220 | 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) 2021-09-08 09:59:12.249 | 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) 2021-09-08 09:59:12.252 | 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) 2021-09-08 09:59:12.260 | 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) 2021-09-08 09:59:12.264 | 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) 2021-09-08 09:59:12.267 | 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) 2021-09-08 09:59:12.268 | 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) 2021-09-08 09:59:12.311 | 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) 2021-09-08 09:59:12.336 | 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) 2021-09-08 09:59:12.339 | 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) 2021-09-08 09:59:12.381 | 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) 2021-09-08 09:59:12.453 | 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) 2021-09-08 09:59:12.454 | 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) 2021-09-08 09:59:12.629 | 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) 2021-09-08 09:59:12.632 | 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) 2021-09-08 09:59:12.634 | 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) 2021-09-08 09:59:12.636 | 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) 2021-09-08 09:59:12.716 | 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) 2021-09-08 09:59:12.839 | 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) 2021-09-08 09:59:14.495 | Installing collected packages: python-swiftclient, python-cinderclient, os-brick, glance-store 2021-09-08 09:59:15.511 | Successfully installed glance-store-2.7.0 os-brick-5.0.0 python-cinderclient-8.1.0 python-swiftclient-3.12.0 2021-09-08 09:59:15.511 | 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 2021-09-08 09:59:15.633 | + inc/python:pip_install:200 : result=0 2021-09-08 09:59:15.636 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 09:59:15.638 | + functions-common:time_stop:2309 : local name 2021-09-08 09:59:15.640 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:59:15.643 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:59:15.645 | + functions-common:time_stop:2312 : local total 2021-09-08 09:59:15.647 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:59:15.650 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 09:59:15.652 | + functions-common:time_stop:2316 : start_time=1631095148558 2021-09-08 09:59:15.654 | + functions-common:time_stop:2318 : [[ -z 1631095148558 ]] 2021-09-08 09:59:15.657 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:59:15.662 | + functions-common:time_stop:2321 : end_time=1631095155659 2021-09-08 09:59:15.664 | + functions-common:time_stop:2322 : elapsed_time=7101 2021-09-08 09:59:15.666 | + functions-common:time_stop:2323 : total=86717 2021-09-08 09:59:15.669 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:59:15.671 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=93818 2021-09-08 09:59:15.673 | + inc/python:pip_install:203 : return 0 2021-09-08 09:59:15.676 | + lib/glance:install_glance:533 : copy_rootwrap /usr/local/etc/glance 2021-09-08 09:59:15.678 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2021-09-08 09:59:15.681 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2021-09-08 09:59:15.693 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2021-09-08 09:59:15.698 | + lib/glance:install_glance:536 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2021-09-08 09:59:15.701 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/glance.git 2021-09-08 09:59:15.703 | + functions-common:git_clone:524 : local git_dest=/opt/stack/glance 2021-09-08 09:59:15.705 | + functions-common:git_clone:525 : local git_ref=master 2021-09-08 09:59:15.708 | + functions-common:git_clone:526 : local orig_dir 2021-09-08 09:59:15.711 | ++ functions-common:git_clone:527 : pwd 2021-09-08 09:59:15.713 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-09-08 09:59:15.716 | + functions-common:git_clone:528 : local git_clone_flags= 2021-09-08 09:59:15.718 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-09-08 09:59:15.735 | + functions-common:git_clone:530 : RECLONE=False 2021-09-08 09:59:15.737 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-09-08 09:59:15.739 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-09-08 09:59:15.742 | + functions-common:git_clone:544 : echo master 2021-09-08 09:59:15.742 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-09-08 09:59:15.747 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/glance ]] 2021-09-08 09:59:15.749 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-09-08 09:59:15.752 | + functions-common:git_clone:592 : cd /opt/stack/glance 2021-09-08 09:59:15.755 | + functions-common:git_clone:593 : git show --oneline 2021-09-08 09:59:15.755 | + functions-common:git_clone:593 : head -1 2021-09-08 09:59:15.758 | 929190a6 Merge "Add doc support for delete-from-store API" 2021-09-08 09:59:15.761 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-09-08 09:59:15.763 | + lib/glance:install_glance:538 : setup_develop /opt/stack/glance 2021-09-08 09:59:15.766 | + inc/python:setup_develop:338 : local bindep 2021-09-08 09:59:15.769 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2021-09-08 09:59:15.772 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2021-09-08 09:59:15.774 | + inc/python:setup_develop:344 : local extras= 2021-09-08 09:59:15.777 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2021-09-08 09:59:15.779 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-09-08 09:59:15.781 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2021-09-08 09:59:15.784 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2021-09-08 09:59:15.786 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-09-08 09:59:15.789 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-09-08 09:59:15.792 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2021-09-08 09:59:15.794 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-09-08 09:59:15.797 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2021-09-08 09:59:15.799 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-09-08 09:59:15.802 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2021-09-08 09:59:15.805 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2021-09-08 09:59:15.811 | + inc/python:_setup_package_with_constraints_edit:385 : name=glance 2021-09-08 09:59:15.813 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2021-09-08 09:59:16.429 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/glance -e 2021-09-08 09:59:16.431 | + inc/python:setup_package:418 : local bindep=0 2021-09-08 09:59:16.434 | + inc/python:setup_package:419 : local bindep_flag= 2021-09-08 09:59:16.436 | + inc/python:setup_package:420 : local bindep_profiles= 2021-09-08 09:59:16.438 | + inc/python:setup_package:421 : [[ /opt/stack/glance == -bindep* ]] 2021-09-08 09:59:16.441 | + inc/python:setup_package:426 : local project_dir=/opt/stack/glance 2021-09-08 09:59:16.443 | + inc/python:setup_package:427 : local flags=-e 2021-09-08 09:59:16.445 | + inc/python:setup_package:428 : local extras= 2021-09-08 09:59:16.448 | + inc/python:setup_package:432 : [[ -n -e ]] 2021-09-08 09:59:16.450 | + inc/python:setup_package:432 : [[ -z '' ]] 2021-09-08 09:59:16.452 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2021-09-08 09:59:16.455 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2021-09-08 09:59:16.458 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2021-09-08 09:59:16.460 | + inc/python:setup_package:446 : pip_install -e /opt/stack/glance 2021-09-08 09:59:16.481 | Using python 3.8 to install /opt/stack/glance 2021-09-08 09:59:16.483 | + 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 2021-09-08 09:59:17.249 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:59:17.249 | from cryptography.utils import int_from_bytes 2021-09-08 09:59:17.249 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:59:17.249 | from cryptography.utils import int_from_bytes 2021-09-08 09:59:18.284 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 09:59:18.300 | Obtaining file:///opt/stack/glance 2021-09-08 09:59:19.657 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (5.6.0) 2021-09-08 09:59:19.658 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (0.7.1) 2021-09-08 09:59:19.661 | 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.0.0b3.dev112) (1.4.23) 2021-09-08 09:59:19.663 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (0.31.1) 2021-09-08 09:59:19.665 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (2.1.1) 2021-09-08 09:59:19.667 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (2.5.1) 2021-09-08 09:59:19.668 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (1.8.7) 2021-09-08 09:59:19.670 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (0.4.1) 2021-09-08 09:59:19.672 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (1.7.1) 2021-09-08 09:59:19.674 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (0.19.1) 2021-09-08 09:59:19.675 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (8.7.1) 2021-09-08 09:59:19.677 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (4.4.0) 2021-09-08 09:59:19.679 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (3.3.1) 2021-09-08 09:59:19.681 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (1.4.0) 2021-09-08 09:59:19.683 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (4.10.0) 2021-09-08 09:59:19.684 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (3.4.0) 2021-09-08 09:59:19.686 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (2.4.0) 2021-09-08 09:59:19.833 | Collecting taskflow>=4.0.0 2021-09-08 09:59:19.841 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7ca/d2110e911814c/taskflow-4.6.2-py3-none-any.whl (492 kB) 2021-09-08 09:59:19.862 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (4.3.1) 2021-09-08 09:59:19.864 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (9.3.0) 2021-09-08 09:59:20.246 | Collecting WSME>=0.8.0 2021-09-08 09:59:20.253 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d5/cb5c593970ef6/WSME-0.11.0-py3-none-any.whl (59 kB) 2021-09-08 09:59:20.259 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (0.7.2) 2021-09-08 09:59:20.261 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (3.5.0) 2021-09-08 09:59:20.262 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance==23.0.0.0b3.dev112) (3.2.0) 2021-09-08 09:59:20.264 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (4.2.0) 2021-09-08 09:59:20.266 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (20.0.1) 2021-09-08 09:59:20.267 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (1.16.0) 2021-09-08 09:59:20.269 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (10.0.0) 2021-09-08 09:59:20.271 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (5.1.0) 2021-09-08 09:59:20.730 | Collecting oslo.limit>=1.0.0 2021-09-08 09:59:20.736 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/95e/ef416d7ada135/oslo.limit-1.4.0-py3-none-any.whl (18 kB) 2021-09-08 09:59:20.741 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (4.6.0) 2021-09-08 09:59:20.743 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (12.9.1) 2021-09-08 09:59:20.745 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (4.4.0) 2021-09-08 09:59:20.748 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (2.3.0) 2021-09-08 09:59:20.749 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (3.8.2) 2021-09-08 09:59:20.780 | Collecting retrying!=1.3.0,>=1.2.3 2021-09-08 09:59:20.785 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2021-09-08 09:59:20.789 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (3.4.2) 2021-09-08 09:59:20.791 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (2.7.0) 2021-09-08 09:59:20.792 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (2.3.0) 2021-09-08 09:59:20.794 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (3.4.8) 2021-09-08 09:59:20.825 | Collecting cursive>=0.2.1 2021-09-08 09:59:20.832 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2021-09-08 09:59:20.837 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (0.1.16) 2021-09-08 09:59:20.839 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.0.0b3.dev112) (5.5.0) 2021-09-08 09:59:20.930 | Collecting castellan>=0.17.0 2021-09-08 09:59:20.938 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ff2/b23f5f380b8d3/castellan-3.9.1-py3-none-any.whl (94 kB) 2021-09-08 09:59:20.960 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.0.0.0b3.dev112) (5.2.2) 2021-09-08 09:59:20.961 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.0.0.0b3.dev112) (1.1.5) 2021-09-08 09:59:21.044 | Collecting python-barbicanclient>=4.5.2 2021-09-08 09:59:21.051 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/81d/325fbc7fe832a/python_barbicanclient-5.1.0-py3-none-any.whl (82 kB) 2021-09-08 09:59:21.062 | 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.0.0b3.dev112) (2.26.0) 2021-09-08 09:59:21.104 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.6.1->glance==23.0.0.0b3.dev112) (1.14.6) 2021-09-08 09:59:21.108 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==23.0.0.0b3.dev112) (2.20) 2021-09-08 09:59:21.148 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from cursive>=0.2.1->glance==23.0.0.0b3.dev112) (4.2.0) 2021-09-08 09:59:21.164 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->glance==23.0.0.0b3.dev112) (1.12.1) 2021-09-08 09:59:21.180 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==23.0.0.0b3.dev112) (1.1.1) 2021-09-08 09:59:21.182 | 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.0.0b3.dev112) (1.16.0) 2021-09-08 09:59:21.293 | Requirement already satisfied: pyparsing<3,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance==23.0.0.0b3.dev112) (2.4.7) 2021-09-08 09:59:21.378 | 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.0.0b3.dev112) (1.7.0) 2021-09-08 09:59:21.458 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==23.0.0.0b3.dev112) (2.8.1) 2021-09-08 09:59:21.471 | 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.0.0b3.dev112) (3.1.1) 2021-09-08 09:59:21.551 | Requirement already satisfied: dogpile.cache>=1.1.2 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=5.1.0->glance==23.0.0.0b3.dev112) (1.1.4) 2021-09-08 09:59:21.566 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.2->oslo.cache>=1.26.0->keystonemiddleware>=5.1.0->glance==23.0.0.0b3.dev112) (5.0.9) 2021-09-08 09:59:21.586 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance==23.0.0.0b3.dev112) (0.14.1) 2021-09-08 09:59:21.603 | 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.0.0b3.dev112) (1.6) 2021-09-08 09:59:21.653 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.0.0.0b3.dev112) (5.4.1) 2021-09-08 09:59:21.657 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.0.0.0b3.dev112) (1.5.0) 2021-09-08 09:59:21.661 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.0.0.0b3.dev112) (0.8.0) 2021-09-08 09:59:21.739 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.0.0.0b3.dev112) (2.0.1) 2021-09-08 09:59:21.749 | 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.0.0b3.dev112) (0.13.0) 2021-09-08 09:59:21.752 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.0.0.0b3.dev112) (0.5.0) 2021-09-08 09:59:21.788 | Requirement already satisfied: openstacksdk>=0.31.1 in /usr/local/lib/python3.8/dist-packages (from oslo.limit>=1.0.0->glance==23.0.0.0b3.dev112) (0.59.0) 2021-09-08 09:59:21.823 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.0.0b3.dev112) (0.11.0) 2021-09-08 09:59:21.825 | 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.0.0b3.dev112) (1.4.4) 2021-09-08 09:59:21.828 | 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.0.0b3.dev112) (1.4.0) 2021-09-08 09:59:21.830 | 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.0.0b3.dev112) (2.5.0) 2021-09-08 09:59:21.837 | 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.0.0b3.dev112) (1.32) 2021-09-08 09:59:21.839 | 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.0.0b3.dev112) (0.10.0) 2021-09-08 09:59:21.874 | 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.0.0b3.dev112) (2.1) 2021-09-08 09:59:21.974 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->glance==23.0.0.0b3.dev112) (0.9.6) 2021-09-08 09:59:21.985 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->glance==23.0.0.0b3.dev112) (2.8.2) 2021-09-08 09:59:22.052 | 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.0.0b3.dev112) (0.3.0) 2021-09-08 09:59:22.054 | 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.0.0b3.dev112) (2.6.0) 2021-09-08 09:59:22.068 | 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.0.0b3.dev112) (5.1.0) 2021-09-08 09:59:22.071 | 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.0.0b3.dev112) (5.0.6) 2021-09-08 09:59:22.073 | 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.0.0b3.dev112) (4.2.2) 2021-09-08 09:59:22.089 | 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.0.0b3.dev112) (5.0.0) 2021-09-08 09:59:22.199 | 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.0.0b3.dev112) (0.11.0) 2021-09-08 09:59:22.235 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.0.0.0b3.dev112) (3.0.1) 2021-09-08 09:59:22.241 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.0.0.0b3.dev112) (3.2.0) 2021-09-08 09:59:22.245 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.0.0.0b3.dev112) (3.3.0) 2021-09-08 09:59:22.287 | 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.0.0b3.dev112) (2.0.1) 2021-09-08 09:59:22.369 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from oslo.reports>=1.18.0->glance==23.0.0.0b3.dev112) (5.8.0) 2021-09-08 09:59:22.394 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==23.0.0.0b3.dev112) (2021.1) 2021-09-08 09:59:22.401 | 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.0.0b3.dev112) (1.0.2) 2021-09-08 09:59:22.455 | 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.0.0b3.dev112) (3.0.0) 2021-09-08 09:59:22.458 | 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.0.0b3.dev112) (1.3.2) 2021-09-08 09:59:22.502 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.0.0b3.dev112) (2.5.0) 2021-09-08 09:59:22.576 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.0.0.0b3.dev112) (21.0) 2021-09-08 09:59:22.698 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->glance==23.0.0.0b3.dev112) (57.4.0) 2021-09-08 09:59:23.002 | 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.0.0b3.dev112) (3.9.0) 2021-09-08 09:59:23.050 | 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.0.0b3.dev112) (2.1.2) 2021-09-08 09:59:23.057 | 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.0.0b3.dev112) (0.4.0) 2021-09-08 09:59:23.190 | 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.0.0b3.dev112) (1.8.2) 2021-09-08 09:59:23.191 | 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.0.0b3.dev112) (0.2.5) 2021-09-08 09:59:23.193 | 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.0.0b3.dev112) (0.4.4) 2021-09-08 09:59:23.195 | 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.0.0b3.dev112) (21.2.0) 2021-09-08 09:59:23.524 | 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.0.0b3.dev112) (1.26.6) 2021-09-08 09:59:23.525 | 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.0.0b3.dev112) (2021.5.30) 2021-09-08 09:59:23.528 | 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.0.0b3.dev112) (3.2) 2021-09-08 09:59:23.530 | 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.0.0b3.dev112) (2.0.4) 2021-09-08 09:59:23.751 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->glance==23.0.0.0b3.dev112) (0.7) 2021-09-08 09:59:24.002 | 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.0.0b3.dev112) (0.5.2) 2021-09-08 09:59:24.279 | Collecting automaton>=1.9.0 2021-09-08 09:59:24.287 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/879/3d7762932dc6e/automaton-2.4.0-py3-none-any.whl (22 kB) 2021-09-08 09:59:24.390 | Collecting networkx>=2.1.0 2021-09-08 09:59:24.402 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5fc/b7004be69e8fb/networkx-2.6.2-py3-none-any.whl (1.9 MB) 2021-09-08 09:59:24.492 | Collecting pydot>=1.2.4 2021-09-08 09:59:24.499 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66c/98190c65b8d2e/pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2021-09-08 09:59:24.505 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==23.0.0.0b3.dev112) (6.3.1) 2021-09-08 09:59:24.873 | 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.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.0.0b3.dev112) (1.0.0) 2021-09-08 09:59:25.493 | Collecting simplegeneric 2021-09-08 09:59:25.500 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2021-09-08 09:59:26.243 | 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.0.0b3.dev112) (3.5.0) 2021-09-08 09:59:26.544 | Building wheels for collected packages: simplegeneric 2021-09-08 09:59:26.545 | Building wheel for simplegeneric (setup.py): started 2021-09-08 09:59:27.249 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2021-09-08 09:59:27.250 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5077 sha256=b29456b0522beac89f1f79ac0adf2034e3effdaac6211637208046ecd0768148 2021-09-08 09:59:27.250 | Stored in directory: /root/.cache/pip/wheels/f3/a8/ee/6324574b66e0f2250abcbce52f472ccaa2f407b879bdd61bdb 2021-09-08 09:59:27.254 | Successfully built simplegeneric 2021-09-08 09:59:28.151 | Installing collected packages: python-barbicanclient, simplegeneric, pydot, networkx, castellan, automaton, WSME, taskflow, retrying, oslo.limit, cursive, glance 2021-09-08 09:59:30.820 | Running setup.py develop for glance 2021-09-08 09:59:32.852 | 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.1.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-4.6.2 2021-09-08 09:59:32.853 | 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 2021-09-08 09:59:33.008 | + inc/python:pip_install:200 : result=0 2021-09-08 09:59:33.010 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 09:59:33.012 | + functions-common:time_stop:2309 : local name 2021-09-08 09:59:33.014 | + functions-common:time_stop:2310 : local end_time 2021-09-08 09:59:33.017 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 09:59:33.019 | + functions-common:time_stop:2312 : local total 2021-09-08 09:59:33.022 | + functions-common:time_stop:2313 : local start_time 2021-09-08 09:59:33.024 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 09:59:33.026 | + functions-common:time_stop:2316 : start_time=1631095156476 2021-09-08 09:59:33.028 | + functions-common:time_stop:2318 : [[ -z 1631095156476 ]] 2021-09-08 09:59:33.031 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 09:59:33.035 | + functions-common:time_stop:2321 : end_time=1631095173033 2021-09-08 09:59:33.037 | + functions-common:time_stop:2322 : elapsed_time=16557 2021-09-08 09:59:33.040 | + functions-common:time_stop:2323 : total=93818 2021-09-08 09:59:33.042 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 09:59:33.044 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=110375 2021-09-08 09:59:33.046 | + inc/python:pip_install:203 : return 0 2021-09-08 09:59:33.049 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2021-09-08 09:59:33.051 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-09-08 09:59:33.054 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-09-08 09:59:33.072 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-09-08 09:59:33.085 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/glance 2021-09-08 09:59:33.088 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2021-09-08 09:59:33.090 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 09:59:33.093 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 09:59:33.095 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2021-09-08 09:59:33.098 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 09:59:33.100 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-09-08 09:59:33.102 | + ./stack.sh:main:902 : configure_glance 2021-09-08 09:59:33.105 | + lib/glance:configure_glance:330 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2021-09-08 09:59:33.117 | + lib/glance:configure_glance:333 : local dburl 2021-09-08 09:59:33.120 | ++ lib/glance:configure_glance:334 : database_connection_url glance 2021-09-08 09:59:33.122 | ++ lib/database:database_connection_url:132 : local db=glance 2021-09-08 09:59:33.124 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2021-09-08 09:59:33.127 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=glance 2021-09-08 09:59:33.129 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-09-08 09:59:33.132 | + lib/glance:configure_glance:334 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-09-08 09:59:33.135 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2021-09-08 09:59:33.164 | + lib/glance:configure_glance:337 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-09-08 09:59:33.193 | + lib/glance:configure_glance:338 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2021-09-08 09:59:33.221 | + lib/glance:configure_glance:339 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-09-08 09:59:33.248 | + lib/glance:configure_glance:340 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2021-09-08 09:59:33.280 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2021-09-08 09:59:33.309 | + lib/glance:configure_glance:342 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2021-09-08 09:59:33.312 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/glance/glance-api.conf 2021-09-08 09:59:33.315 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=glance 2021-09-08 09:59:33.317 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2021-09-08 09:59:33.319 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2021-09-08 09:59:33.349 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2021-09-08 09:59:33.376 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.49/identity 2021-09-08 09:59:33.403 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2021-09-08 09:59:33.431 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2021-09-08 09:59:33.459 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2021-09-08 09:59:33.487 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2021-09-08 09:59:33.515 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2021-09-08 09:59:33.543 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-09-08 09:59:33.571 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2021-09-08 09:59:33.602 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2021-09-08 09:59:33.634 | + lib/glance:configure_glance:344 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2021-09-08 09:59:33.637 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2021-09-08 09:59:33.640 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2021-09-08 09:59:33.643 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-09-08 09:59:33.646 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-09-08 09:59:33.648 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-09-08 09:59:33.665 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:59:33.668 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-09-08 09:59:33.671 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-09-08 09:59:33.673 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-09-08 09:59:33.689 | ++ functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:59:33.691 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-09-08 09:59:33.694 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-09-08 09:59:33.722 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-09-08 09:59:33.725 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-09-08 09:59:33.727 | + lib/glance:configure_glance:345 : '[' libvirt = libvirt ']' 2021-09-08 09:59:33.730 | + lib/glance:configure_glance:345 : '[' kvm = parallels ']' 2021-09-08 09:59:33.732 | + lib/glance:configure_glance:349 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2021-09-08 09:59:33.760 | + lib/glance:configure_glance:350 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2021-09-08 09:59:33.788 | + lib/glance:configure_glance:353 : configure_glance_store False False 2021-09-08 09:59:33.791 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2021-09-08 09:59:33.793 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2021-09-08 09:59:33.796 | + lib/glance:configure_glance_store:254 : local be 2021-09-08 09:59:33.799 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2021-09-08 09:59:33.801 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2021-09-08 09:59:33.803 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-09-08 09:59:33.833 | + lib/glance:configure_glance:356 : '[' -n '' ']' 2021-09-08 09:59:33.835 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.49 2021-09-08 09:59:33.866 | + lib/glance:configure_glance:363 : [[ False == \F\a\l\s\e ]] 2021-09-08 09:59:33.868 | + lib/glance:configure_glance:365 : is_service_enabled s-proxy 2021-09-08 09:59:33.884 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:59:33.887 | + lib/glance:configure_glance:366 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2021-09-08 09:59:33.914 | + lib/glance:configure_glance:367 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2021-09-08 09:59:33.942 | + lib/glance:configure_glance:369 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2021-09-08 09:59:33.969 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2021-09-08 09:59:33.997 | + lib/glance:configure_glance:371 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2021-09-08 09:59:34.026 | + lib/glance:configure_glance:372 : is_service_enabled tls-proxy 2021-09-08 09:59:34.042 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:59:34.044 | + lib/glance:configure_glance:375 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2021-09-08 09:59:34.072 | + lib/glance:configure_glance:377 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2021-09-08 09:59:34.102 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2021-09-08 09:59:34.129 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.49/identity/v3 2021-09-08 09:59:34.157 | + lib/glance:configure_glance:381 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2021-09-08 09:59:34.185 | + lib/glance:configure_glance:387 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.49/image 2021-09-08 09:59:34.213 | + lib/glance:configure_glance:389 : is_service_enabled tls-proxy 2021-09-08 09:59:34.230 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:59:34.232 | + lib/glance:configure_glance:395 : setup_logging /etc/glance/glance-api.conf 2021-09-08 09:59:34.234 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2021-09-08 09:59:34.237 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2021-09-08 09:59:34.240 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2021-09-08 09:59:34.257 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2021-09-08 09:59:34.259 | + functions:setup_systemd_logging:695 : local pidstr= 2021-09-08 09:59:34.261 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2021-09-08 09:59:34.264 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2021-09-08 09:59:34.266 | + 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}}' 2021-09-08 09:59:34.294 | + 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' 2021-09-08 09:59:34.321 | + 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' 2021-09-08 09:59:34.350 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-09-08 09:59:34.377 | + lib/glance:configure_glance:397 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2021-09-08 09:59:34.382 | + lib/glance:configure_glance:400 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2021-09-08 09:59:34.413 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2021-09-08 09:59:34.441 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-09-08 09:59:34.469 | + lib/glance:configure_glance:403 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.49/identity 2021-09-08 09:59:34.497 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2021-09-08 09:59:34.525 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2021-09-08 09:59:34.553 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2021-09-08 09:59:34.582 | + lib/glance:configure_glance:409 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-09-08 09:59:34.612 | + lib/glance:configure_glance:412 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2021-09-08 09:59:34.643 | + lib/glance:configure_glance:413 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2021-09-08 09:59:34.673 | + lib/glance:configure_glance:414 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2021-09-08 09:59:34.701 | + lib/glance:configure_glance:416 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2021-09-08 09:59:34.706 | + 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 2021-09-08 09:59:34.713 | + lib/glance:configure_glance:420 : is_service_enabled tls-proxy 2021-09-08 09:59:34.728 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 09:59:34.731 | + lib/glance:configure_glance:428 : [[ False == False ]] 2021-09-08 09:59:34.733 | + lib/glance:configure_glance:429 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2021-09-08 09:59:34.736 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2021-09-08 09:59:34.738 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2021-09-08 09:59:34.740 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2021-09-08 09:59:34.743 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2021-09-08 09:59:34.747 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2021-09-08 09:59:34.749 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2021-09-08 09:59:34.753 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2021-09-08 09:59:34.782 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2021-09-08 09:59:34.785 | ++ functions:get_random_port:836 : read lower_port upper_port 2021-09-08 09:59:34.787 | ++ functions:get_random_port:837 : true 2021-09-08 09:59:34.789 | ++ functions:get_random_port:838 : (( port = upper_port )) 2021-09-08 09:59:34.792 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2021-09-08 09:59:34.794 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2021-09-08 09:59:34.864 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2021-09-08 09:59:34.867 | ++ functions:get_random_port:841 : break 2 2021-09-08 09:59:34.869 | ++ functions:get_random_port:845 : echo 60999 2021-09-08 09:59:34.872 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2021-09-08 09:59:34.874 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2021-09-08 09:59:34.901 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2021-09-08 09:59:34.928 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2021-09-08 09:59:34.955 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2021-09-08 09:59:34.982 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2021-09-08 09:59:35.009 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2021-09-08 09:59:35.037 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2021-09-08 09:59:35.063 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2021-09-08 09:59:35.091 | + 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' 2021-09-08 09:59:35.118 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2021-09-08 09:59:35.145 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2021-09-08 09:59:35.172 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2021-09-08 09:59:35.199 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2021-09-08 09:59:35.227 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2021-09-08 09:59:35.254 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2021-09-08 09:59:35.282 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2021-09-08 09:59:35.309 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2021-09-08 09:59:35.336 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2021-09-08 09:59:35.364 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2021-09-08 09:59:35.392 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2021-09-08 09:59:35.394 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2021-09-08 09:59:35.396 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-09-08 09:59:35.399 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:59:35.401 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:59:35.403 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2021-09-08 09:59:35.405 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2021-09-08 09:59:35.464 | proxy (enabled by site administrator) 2021-09-08 09:59:35.467 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2021-09-08 09:59:35.469 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2021-09-08 09:59:35.472 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-09-08 09:59:35.474 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:59:35.477 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:59:35.479 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2021-09-08 09:59:35.481 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2021-09-08 09:59:35.534 | No module matches proxy_http 2021-09-08 09:59:35.538 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2021-09-08 09:59:35.599 | Considering dependency proxy for proxy_http: 2021-09-08 09:59:35.599 | Module proxy already enabled 2021-09-08 09:59:35.599 | Enabling module proxy_http. 2021-09-08 09:59:35.605 | To activate the new configuration, you need to run: 2021-09-08 09:59:35.605 | systemctl restart apache2 2021-09-08 09:59:35.609 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2021-09-08 09:59:35.612 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-09-08 09:59:35.614 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-09-08 09:59:35.617 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-09-08 09:59:35.752 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2021-09-08 09:59:35.756 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2021-09-08 09:59:35.759 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2021-09-08 09:59:35.761 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2021-09-08 09:59:35.763 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:59:35.766 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:59:35.769 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2021-09-08 09:59:35.771 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2021-09-08 09:59:35.775 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2021-09-08 09:59:35.775 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2021-09-08 09:59:35.784 | KeepAlive Off 2021-09-08 09:59:35.788 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-09-08 09:59:35.788 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2021-09-08 09:59:35.797 | SetEnv proxy-sendchunked 1 2021-09-08 09:59:35.801 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2021-09-08 09:59:35.801 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-09-08 09:59:35.809 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2021-09-08 09:59:35.812 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2021-09-08 09:59:35.814 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2021-09-08 09:59:35.817 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2021-09-08 09:59:35.819 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-09-08 09:59:35.821 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-09-08 09:59:35.824 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:59:35.826 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:59:35.828 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-09-08 09:59:35.832 | + lib/apache:enable_apache_site:206 : is_ubuntu 2021-09-08 09:59:35.834 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 09:59:35.836 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 09:59:35.839 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2021-09-08 09:59:35.900 | Enabling site glance-wsgi-api. 2021-09-08 09:59:35.905 | To activate the new configuration, you need to run: 2021-09-08 09:59:35.905 | systemctl reload apache2 2021-09-08 09:59:35.910 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2021-09-08 09:59:35.913 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-09-08 09:59:35.915 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-09-08 09:59:35.917 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-09-08 09:59:36.044 | ++ lib/glance:configure_glance:432 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2021-09-08 09:59:36.050 | + lib/glance:configure_glance:432 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2021-09-08 09:59:36.081 | + lib/glance:configure_glance:442 : [[ False == True ]] 2021-09-08 09:59:36.083 | + ./stack.sh:main:905 : is_service_enabled cinder 2021-09-08 09:59:36.100 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 09:59:36.103 | + ./stack.sh:main:907 : stack_install_service cinder 2021-09-08 09:59:36.105 | + lib/stack:stack_install_service:20 : local service=cinder 2021-09-08 09:59:36.108 | + lib/stack:stack_install_service:21 : type install_cinder 2021-09-08 09:59:36.111 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-09-08 09:59:36.113 | + lib/stack:stack_install_service:32 : install_cinder 2021-09-08 09:59:36.115 | + lib/cinder:install_cinder:463 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2021-09-08 09:59:36.118 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/cinder.git 2021-09-08 09:59:36.120 | + functions-common:git_clone:524 : local git_dest=/opt/stack/cinder 2021-09-08 09:59:36.122 | + functions-common:git_clone:525 : local git_ref=master 2021-09-08 09:59:36.125 | + functions-common:git_clone:526 : local orig_dir 2021-09-08 09:59:36.128 | ++ functions-common:git_clone:527 : pwd 2021-09-08 09:59:36.131 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-09-08 09:59:36.133 | + functions-common:git_clone:528 : local git_clone_flags= 2021-09-08 09:59:36.136 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-09-08 09:59:36.152 | + functions-common:git_clone:530 : RECLONE=False 2021-09-08 09:59:36.155 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-09-08 09:59:36.157 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-09-08 09:59:36.160 | + functions-common:git_clone:544 : echo master 2021-09-08 09:59:36.160 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-09-08 09:59:36.165 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/cinder ]] 2021-09-08 09:59:36.168 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-09-08 09:59:36.170 | + functions-common:git_clone:592 : cd /opt/stack/cinder 2021-09-08 09:59:36.173 | + functions-common:git_clone:593 : git show --oneline 2021-09-08 09:59:36.173 | + functions-common:git_clone:593 : head -1 2021-09-08 09:59:36.180 | bfb89b652 Merge "Remove 'enable_v3_api' option" 2021-09-08 09:59:36.183 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-09-08 09:59:36.185 | + lib/cinder:install_cinder:464 : setup_develop /opt/stack/cinder 2021-09-08 09:59:36.188 | + inc/python:setup_develop:338 : local bindep 2021-09-08 09:59:36.191 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2021-09-08 09:59:36.193 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2021-09-08 09:59:36.196 | + inc/python:setup_develop:344 : local extras= 2021-09-08 09:59:36.198 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2021-09-08 09:59:36.201 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-09-08 09:59:36.203 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2021-09-08 09:59:36.206 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2021-09-08 09:59:36.209 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-09-08 09:59:36.211 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-09-08 09:59:36.214 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2021-09-08 09:59:36.216 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-09-08 09:59:36.219 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2021-09-08 09:59:36.222 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-09-08 09:59:36.224 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2021-09-08 09:59:36.227 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2021-09-08 09:59:36.233 | + inc/python:_setup_package_with_constraints_edit:385 : name=cinder 2021-09-08 09:59:36.235 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2021-09-08 09:59:36.860 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/cinder -e 2021-09-08 09:59:36.863 | + inc/python:setup_package:418 : local bindep=0 2021-09-08 09:59:36.865 | + inc/python:setup_package:419 : local bindep_flag= 2021-09-08 09:59:36.868 | + inc/python:setup_package:420 : local bindep_profiles= 2021-09-08 09:59:36.870 | + inc/python:setup_package:421 : [[ /opt/stack/cinder == -bindep* ]] 2021-09-08 09:59:36.872 | + inc/python:setup_package:426 : local project_dir=/opt/stack/cinder 2021-09-08 09:59:36.875 | + inc/python:setup_package:427 : local flags=-e 2021-09-08 09:59:36.877 | + inc/python:setup_package:428 : local extras= 2021-09-08 09:59:36.879 | + inc/python:setup_package:432 : [[ -n -e ]] 2021-09-08 09:59:36.881 | + inc/python:setup_package:432 : [[ -z '' ]] 2021-09-08 09:59:36.884 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2021-09-08 09:59:36.886 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2021-09-08 09:59:36.889 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2021-09-08 09:59:36.891 | + inc/python:setup_package:446 : pip_install -e /opt/stack/cinder 2021-09-08 09:59:36.912 | Using python 3.8 to install /opt/stack/cinder 2021-09-08 09:59:36.914 | + 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 2021-09-08 09:59:37.703 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:59:37.703 | from cryptography.utils import int_from_bytes 2021-09-08 09:59:37.703 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 09:59:37.703 | from cryptography.utils import int_from_bytes 2021-09-08 09:59:38.707 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 09:59:38.723 | Obtaining file:///opt/stack/cinder 2021-09-08 09:59:40.851 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (5.6.0) 2021-09-08 09:59:40.853 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (5.0.9) 2021-09-08 09:59:40.855 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (0.31.1) 2021-09-08 09:59:40.857 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (1.1.1) 2021-09-08 09:59:40.858 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (0.19.1) 2021-09-08 09:59:40.860 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (0.1.16) 2021-09-08 09:59:40.862 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from cinder==19.0.0.0b2.dev111) (3.2.0) 2021-09-08 09:59:40.863 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (4.3.1) 2021-09-08 09:59:40.865 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (9.3.0) 2021-09-08 09:59:40.866 | Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (4.6.3) 2021-09-08 09:59:41.417 | Collecting oauth2client>=4.1.3 2021-09-08 09:59:41.424 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2021-09-08 09:59:41.432 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (8.7.1) 2021-09-08 09:59:41.434 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (4.4.0) 2021-09-08 09:59:41.436 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (3.3.1) 2021-09-08 09:59:41.437 | Requirement already satisfied: oslo.db>=8.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (10.0.0) 2021-09-08 09:59:41.439 | Requirement already satisfied: oslo.log>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (4.6.0) 2021-09-08 09:59:41.441 | Requirement already satisfied: oslo.messaging>=12.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (12.9.1) 2021-09-08 09:59:41.443 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (4.4.0) 2021-09-08 09:59:41.445 | Requirement already satisfied: oslo.policy>=3.6.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (3.8.2) 2021-09-08 09:59:41.447 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (2.6.2) 2021-09-08 09:59:41.449 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (2.3.0) 2021-09-08 09:59:41.450 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (6.3.0) 2021-09-08 09:59:41.452 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (4.2.0) 2021-09-08 09:59:41.454 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (2.6.0) 2021-09-08 09:59:41.456 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (1.4.0) 2021-09-08 09:59:41.458 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (4.10.0) 2021-09-08 09:59:41.460 | Requirement already satisfied: oslo.versionedobjects>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (2.5.0) 2021-09-08 09:59:41.461 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (3.4.2) 2021-09-08 09:59:41.463 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (21.0) 2021-09-08 09:59:41.590 | Collecting paramiko>=2.7.2 2021-09-08 09:59:41.598 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4f3/e316fef2ac628/paramiko-2.7.2-py2.py3-none-any.whl (206 kB) 2021-09-08 09:59:41.609 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (3.5.0) 2021-09-08 09:59:41.611 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (2.1.1) 2021-09-08 09:59:41.613 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (5.8.0) 2021-09-08 09:59:41.614 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (2.4.7) 2021-09-08 09:59:41.616 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (5.1.0) 2021-09-08 09:59:41.713 | Collecting python-glanceclient>=3.2.2 2021-09-08 09:59:41.720 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e0/05004ead1893b/python_glanceclient-3.5.0-py3-none-any.whl (198 kB) 2021-09-08 09:59:41.730 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (4.2.0) 2021-09-08 09:59:41.732 | Requirement already satisfied: python-novaclient>=17.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (17.6.0) 2021-09-08 09:59:41.734 | Requirement already satisfied: python-swiftclient>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (3.12.0) 2021-09-08 09:59:41.736 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (2021.1) 2021-09-08 09:59:41.738 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (2.26.0) 2021-09-08 09:59:41.739 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (2.5.1) 2021-09-08 09:59:41.741 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (4.6.2) 2021-09-08 09:59:42.116 | Collecting rtslib-fb>=2.1.74 2021-09-08 09:59:42.122 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f1/5bc30b55e0d35/rtslib-fb-2.1.74.tar.gz (73 kB) 2021-09-08 09:59:42.819 | Requirement already satisfied: six>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (1.16.0) 2021-09-08 09:59:42.821 | Requirement already satisfied: SQLAlchemy>=1.3.19 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (1.4.23) 2021-09-08 09:59:42.823 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (0.13.0) 2021-09-08 09:59:42.825 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (3.4.0) 2021-09-08 09:59:43.216 | Collecting tabulate>=0.8.7 2021-09-08 09:59:43.222 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d7c/013fe7abbc5e4/tabulate-0.8.9-py3-none-any.whl (25 kB) 2021-09-08 09:59:43.227 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (6.3.1) 2021-09-08 09:59:43.229 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (1.8.7) 2021-09-08 09:59:43.231 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (5.1.0) 2021-09-08 09:59:43.727 | Collecting oslo.vmware>=3.8.0 2021-09-08 09:59:43.735 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9fe/bfa4804008ae3/oslo.vmware-3.9.1-py3-none-any.whl (491 kB) 2021-09-08 09:59:43.755 | Requirement already satisfied: os-brick>=4.3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (5.0.0) 2021-09-08 09:59:43.757 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (5.5.0) 2021-09-08 09:59:43.758 | Requirement already satisfied: tooz>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (2.9.0) 2021-09-08 09:59:44.322 | Collecting google-api-python-client>=1.11.0 2021-09-08 09:59:44.343 | 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) 2021-09-08 09:59:44.528 | Requirement already satisfied: castellan>=3.6.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (3.9.1) 2021-09-08 09:59:44.530 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (3.4.8) 2021-09-08 09:59:44.532 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.0.0b2.dev111) (0.2.2) 2021-09-08 09:59:44.917 | Collecting zstd>=1.4.5.1 2021-09-08 09:59:44.924 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8d3/388a15135c481/zstd-1.5.0.2.tar.gz (528 kB) 2021-09-08 09:59:47.700 | Collecting boto3>=1.16.51 2021-09-08 09:59:47.707 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/461/f659c06f9f566/boto3-1.18.33-py3-none-any.whl (131 kB) 2021-09-08 09:59:48.193 | Collecting s3transfer<0.6.0,>=0.5.0 2021-09-08 09:59:48.200 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c1/dc369814391a6/s3transfer-0.5.0-py3-none-any.whl (79 kB) 2021-09-08 09:59:48.205 | 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.0.0.0b2.dev111) (0.10.0) 2021-09-08 09:59:51.055 | Collecting botocore<1.22.0,>=1.21.33 2021-09-08 09:59:51.096 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b32/1b570a0da4c62/botocore-1.21.33-py3-none-any.whl (7.8 MB) 2021-09-08 09:59:51.628 | Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /usr/local/lib/python3.8/dist-packages (from botocore<1.22.0,>=1.21.33->boto3>=1.16.51->cinder==19.0.0.0b2.dev111) (2.8.2) 2021-09-08 09:59:51.630 | Requirement already satisfied: urllib3<1.27,>=1.25.4 in /usr/local/lib/python3.8/dist-packages (from botocore<1.22.0,>=1.21.33->boto3>=1.16.51->cinder==19.0.0.0b2.dev111) (1.26.6) 2021-09-08 09:59:51.749 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=3.1->cinder==19.0.0.0b2.dev111) (1.14.6) 2021-09-08 09:59:51.755 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==19.0.0.0b2.dev111) (2.20) 2021-09-08 09:59:51.791 | 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.0.0.0b2.dev111) (1.16.0) 2021-09-08 09:59:52.271 | Collecting google-api-core<3.0.0dev,>=1.21.0 2021-09-08 09:59:52.277 | 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) 2021-09-08 09:59:52.624 | Collecting google-auth-httplib2>=0.1.0 2021-09-08 09:59:52.630 | 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) 2021-09-08 09:59:52.988 | Collecting uritemplate<4dev,>=3.0.0 2021-09-08 09:59:52.994 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/076/20c3f3f8eed1f/uritemplate-3.0.1-py2.py3-none-any.whl (15 kB) 2021-09-08 09:59:53.521 | Collecting google-auth<3.0.0dev,>=1.16.0 2021-09-08 09:59:53.527 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cde/472372e030e1e/google_auth-2.0.2-py2.py3-none-any.whl (152 kB) 2021-09-08 09:59:53.568 | 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.0.0.0b2.dev111) (3.17.3) 2021-09-08 09:59:53.938 | Collecting googleapis-common-protos<2.0dev,>=1.6.0 2021-09-08 09:59:53.945 | 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) 2021-09-08 09:59:53.957 | Requirement already satisfied: setuptools>=40.3.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.0.0.0b2.dev111) (57.4.0) 2021-09-08 09:59:54.094 | Collecting pyasn1-modules>=0.2.1 2021-09-08 09:59:54.100 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2021-09-08 09:59:54.109 | Requirement already satisfied: cachetools<5.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from google-auth<3.0.0dev,>=1.16.0->google-api-python-client>=1.11.0->cinder==19.0.0.0b2.dev111) (4.2.2) 2021-09-08 09:59:54.535 | Collecting rsa<5,>=3.1.4 2021-09-08 09:59:54.541 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/78f/9a9bf4e7be0c5/rsa-4.7.2-py3-none-any.whl (34 kB) 2021-09-08 09:59:54.677 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=4.2.1->cinder==19.0.0.0b2.dev111) (1.7.0) 2021-09-08 09:59:54.742 | 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.0.0.0b2.dev111) (3.1.1) 2021-09-08 09:59:54.746 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.0.0.0b2.dev111) (2.8.1) 2021-09-08 09:59:54.918 | Collecting pyasn1>=0.1.7 2021-09-08 09:59:54.924 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2021-09-08 09:59:55.059 | Requirement already satisfied: dogpile.cache>=1.1.2 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==19.0.0.0b2.dev111) (1.1.4) 2021-09-08 09:59:55.096 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->cinder==19.0.0.0b2.dev111) (0.14.1) 2021-09-08 09:59:55.108 | 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.0.0.0b2.dev111) (1.6) 2021-09-08 09:59:55.164 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.0.0.0b2.dev111) (0.8.0) 2021-09-08 09:59:55.168 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.0.0.0b2.dev111) (1.5.0) 2021-09-08 09:59:55.169 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.0.0.0b2.dev111) (2.3.0) 2021-09-08 09:59:55.171 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.0.0.0b2.dev111) (5.4.1) 2021-09-08 09:59:55.192 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=8.3.2->cinder==19.0.0.0b2.dev111) (1.12.1) 2021-09-08 09:59:55.282 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=8.4.0->cinder==19.0.0.0b2.dev111) (0.5.0) 2021-09-08 09:59:55.283 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=8.4.0->cinder==19.0.0.0b2.dev111) (1.7.1) 2021-09-08 09:59:55.287 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=8.4.0->cinder==19.0.0.0b2.dev111) (2.0.1) 2021-09-08 09:59:55.307 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=8.4.0->cinder==19.0.0.0b2.dev111) (1.1.5) 2021-09-08 09:59:55.309 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=8.4.0->cinder==19.0.0.0b2.dev111) (5.2.2) 2021-09-08 09:59:55.378 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->cinder==19.0.0.0b2.dev111) (0.9.6) 2021-09-08 09:59:55.451 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.0.0.0b2.dev111) (5.1.0) 2021-09-08 09:59:55.453 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.0.0.0b2.dev111) (0.3.0) 2021-09-08 09:59:55.457 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.0.0.0b2.dev111) (5.0.6) 2021-09-08 09:59:55.470 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.0.0.0b2.dev111) (2.4.0) 2021-09-08 09:59:55.487 | 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.0.0.0b2.dev111) (5.0.0) 2021-09-08 09:59:55.600 | 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.0.0.0b2.dev111) (0.11.0) 2021-09-08 09:59:55.642 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.0.0.0b2.dev111) (3.2.0) 2021-09-08 09:59:55.649 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.0.0.0b2.dev111) (3.3.0) 2021-09-08 09:59:55.652 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.0.0.0b2.dev111) (3.0.1) 2021-09-08 09:59:55.694 | 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.0.0.0b2.dev111) (2.0.1) 2021-09-08 09:59:55.778 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->cinder==19.0.0.0b2.dev111) (1.0.2) 2021-09-08 09:59:55.923 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.0.0.0b2.dev111) (1.3.2) 2021-09-08 09:59:55.933 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.0.0.0b2.dev111) (3.0.0) 2021-09-08 09:59:55.966 | 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.0.0.0b2.dev111) (2.5.0) 2021-09-08 09:59:56.001 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==19.0.0.0b2.dev111) (0.7.2) 2021-09-08 09:59:56.033 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->cinder==19.0.0.0b2.dev111) (0.11.0) 2021-09-08 09:59:56.567 | Collecting suds-jurko>=0.6 2021-09-08 09:59:56.580 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454 kB) 2021-09-08 09:59:56.871 | Collecting pynacl>=1.0.1 2021-09-08 09:59:56.878 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30f/9b96db44e09b3/PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) 2021-09-08 09:59:57.381 | 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.0.0.0b2.dev111) (3.9.0) 2021-09-08 09:59:57.424 | 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.0.0.0b2.dev111) (2.1.2) 2021-09-08 09:59:57.428 | 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.0.0.0b2.dev111) (0.4.0) 2021-09-08 09:59:57.545 | 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.0.0.0b2.dev111) (0.4.4) 2021-09-08 09:59:57.547 | 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.0.0.0b2.dev111) (21.2.0) 2021-09-08 09:59:57.549 | 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.0.0.0b2.dev111) (1.8.2) 2021-09-08 09:59:57.551 | 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.0.0.0b2.dev111) (0.2.5) 2021-09-08 09:59:57.809 | Collecting warlock<2,>=1.2.0 2021-09-08 09:59:57.816 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl (9.8 kB) 2021-09-08 09:59:57.830 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.0.0.0b2.dev111) (20.0.1) 2021-09-08 09:59:58.192 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.0.0.0b2.dev111) (2021.5.30) 2021-09-08 09:59:58.194 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.0.0.0b2.dev111) (3.2) 2021-09-08 09:59:58.196 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.0.0.0b2.dev111) (2.0.4) 2021-09-08 09:59:58.387 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.4.1->cinder==19.0.0.0b2.dev111) (0.7) 2021-09-08 09:59:58.866 | Collecting pyudev>=0.16.1 2021-09-08 09:59:58.873 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63 kB) 2021-09-08 09:59:59.417 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.0.0.0b2.dev111) (0.5.2) 2021-09-08 09:59:59.418 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.0.0.0b2.dev111) (0.4.1) 2021-09-08 09:59:59.697 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.0.0.0b2.dev111) (1.4.2) 2021-09-08 09:59:59.705 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.0.0.0b2.dev111) (2.4.0) 2021-09-08 09:59:59.709 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.0.0.0b2.dev111) (2.6.2) 2021-09-08 10:00:00.137 | 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.0.0.0b2.dev111) (1.0.0) 2021-09-08 10:00:00.295 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=2.7.1->cinder==19.0.0.0b2.dev111) (0.12.1) 2021-09-08 10:00:00.507 | 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.0.0.0b2.dev111) (1.32) 2021-09-08 10:00:00.556 | 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.0.0.0b2.dev111) (2.1) 2021-09-08 10:00:00.916 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=0.9.6->oslo.db>=8.4.0->cinder==19.0.0.0b2.dev111) (3.5.0) 2021-09-08 10:00:01.273 | Building wheels for collected packages: rtslib-fb, zstd 2021-09-08 10:00:01.274 | Building wheel for rtslib-fb (setup.py): started 2021-09-08 10:00:02.050 | Building wheel for rtslib-fb (setup.py): finished with status 'done' 2021-09-08 10:00:02.052 | Created wheel for rtslib-fb: filename=rtslib_fb-2.1.74-py3-none-any.whl size=85412 sha256=45bd2e552f0e355e8396dcb2437926b829cb8384c91c12f864630e3c19ea2f2e 2021-09-08 10:00:02.052 | Stored in directory: /root/.cache/pip/wheels/0a/66/4f/3df2a9dc0ce4bd9783f4e0597600268e05f1fdc434bf783a5c 2021-09-08 10:00:02.056 | Building wheel for zstd (setup.py): started 2021-09-08 10:01:02.275 | Building wheel for zstd (setup.py): still running... 2021-09-08 10:01:10.329 | Building wheel for zstd (setup.py): finished with status 'done' 2021-09-08 10:01:10.346 | Created wheel for zstd: filename=zstd-1.5.0.2-cp38-cp38-linux_x86_64.whl size=2349283 sha256=1a9f0750d441b2a8c40b5519fb18489b916f856577d8a7fd5bf871c8d77c864f 2021-09-08 10:01:10.346 | Stored in directory: /root/.cache/pip/wheels/44/cf/d0/167a454a4b3d5833a5666b8512dbe0bcc20ef0424d943b6c7a 2021-09-08 10:01:10.350 | Successfully built rtslib-fb zstd 2021-09-08 10:01:11.315 | Installing collected packages: pyasn1, rsa, pyasn1-modules, googleapis-common-protos, google-auth, botocore, warlock, uritemplate, suds-jurko, s3transfer, pyudev, pynacl, google-auth-httplib2, google-api-core, zstd, tabulate, rtslib-fb, python-glanceclient, paramiko, oslo.vmware, oauth2client, google-api-python-client, boto3, cinder 2021-09-08 10:01:13.328 | Attempting uninstall: pynacl 2021-09-08 10:01:13.330 | Found existing installation: PyNaCl 1.3.0 2021-09-08 10:01:13.338 | Uninstalling PyNaCl-1.3.0: 2021-09-08 10:01:13.365 | Successfully uninstalled PyNaCl-1.3.0 2021-09-08 10:01:15.011 | Running setup.py develop for cinder 2021-09-08 10:01:18.476 | 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.1 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 2021-09-08 10:01:18.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 2021-09-08 10:01:18.720 | + inc/python:pip_install:200 : result=0 2021-09-08 10:01:18.722 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 10:01:18.725 | + functions-common:time_stop:2309 : local name 2021-09-08 10:01:18.727 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:01:18.729 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:01:18.731 | + functions-common:time_stop:2312 : local total 2021-09-08 10:01:18.734 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:01:18.736 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 10:01:18.738 | + functions-common:time_stop:2316 : start_time=1631095176906 2021-09-08 10:01:18.740 | + functions-common:time_stop:2318 : [[ -z 1631095176906 ]] 2021-09-08 10:01:18.743 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:01:18.748 | + functions-common:time_stop:2321 : end_time=1631095278745 2021-09-08 10:01:18.750 | + functions-common:time_stop:2322 : elapsed_time=101839 2021-09-08 10:01:18.752 | + functions-common:time_stop:2323 : total=110375 2021-09-08 10:01:18.754 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:01:18.756 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=212214 2021-09-08 10:01:18.759 | + inc/python:pip_install:203 : return 0 2021-09-08 10:01:18.761 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2021-09-08 10:01:18.764 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-09-08 10:01:18.767 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-09-08 10:01:18.785 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-09-08 10:01:18.797 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/cinder 2021-09-08 10:01:18.800 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2021-09-08 10:01:18.802 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 10:01:18.804 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 10:01:18.807 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2021-09-08 10:01:18.810 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 10:01:18.812 | + lib/cinder:install_cinder:465 : [[ lioadm == \t\g\t\a\d\m ]] 2021-09-08 10:01:18.815 | + lib/cinder:install_cinder:467 : [[ lioadm == \l\i\o\a\d\m ]] 2021-09-08 10:01:18.817 | + lib/cinder:install_cinder:468 : is_ubuntu 2021-09-08 10:01:18.820 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:01:18.822 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:01:18.825 | + lib/cinder:install_cinder:470 : sudo mkdir -p /etc/target 2021-09-08 10:01:18.838 | + lib/cinder:install_cinder:472 : install_package targetcli-fb 2021-09-08 10:01:18.840 | + functions-common:install_package:1347 : update_package_repo 2021-09-08 10:01:18.843 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-09-08 10:01:18.845 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-09-08 10:01:18.848 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-09-08 10:01:18.850 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-09-08 10:01:18.853 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-09-08 10:01:18.855 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:01:18.858 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:01:18.861 | + functions-common:update_package_repo:1328 : apt_get_update 2021-09-08 10:01:18.863 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-09-08 10:01:18.866 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-09-08 10:01:18.868 | + functions-common:apt_get_update:1074 : return 2021-09-08 10:01:18.871 | + functions-common:install_package:1348 : real_install_package targetcli-fb 2021-09-08 10:01:18.874 | + functions-common:real_install_package:1333 : is_ubuntu 2021-09-08 10:01:18.876 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:01:18.879 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:01:18.881 | + functions-common:real_install_package:1334 : apt_get install targetcli-fb 2021-09-08 10:01:18.903 | + 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 2021-09-08 10:01:19.009 | Reading package lists... 2021-09-08 10:01:19.228 | Building dependency tree... 2021-09-08 10:01:19.229 | Reading state information... 2021-09-08 10:01:19.455 | The following packages were automatically installed and are no longer required: 2021-09-08 10:01:19.456 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-09-08 10:01:19.456 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-09-08 10:01:19.456 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-09-08 10:01:19.456 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-09-08 10:01:19.456 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-09-08 10:01:19.456 | python3-zope.interface 2021-09-08 10:01:19.456 | Use 'sudo apt autoremove' to remove them. 2021-09-08 10:01:19.457 | The following additional packages will be installed: 2021-09-08 10:01:19.457 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2021-09-08 10:01:19.457 | python3-urwid 2021-09-08 10:01:19.458 | Suggested packages: 2021-09-08 10:01:19.458 | python-pyparsing-doc python-urwid-doc 2021-09-08 10:01:19.525 | The following NEW packages will be installed: 2021-09-08 10:01:19.525 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2021-09-08 10:01:19.525 | python3-urwid targetcli-fb 2021-09-08 10:01:19.824 | 0 upgraded, 6 newly installed, 0 to remove and 85 not upgraded. 2021-09-08 10:01:19.824 | Need to get 356 kB of archives. 2021-09-08 10:01:19.824 | After this operation, 2,294 kB of additional disk space will be used. 2021-09-08 10:01:19.824 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyparsing all 2.4.6-1 [61.3 kB] 2021-09-08 10:01:20.273 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-urwid amd64 2.0.1-3 [159 kB] 2021-09-08 10:01:20.520 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-configshell-fb all 1:1.1.27-0ubuntu1 [28.0 kB] 2021-09-08 10:01:20.552 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyudev all 0.21.0-3ubuntu1 [37.1 kB] 2021-09-08 10:01:20.575 | 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] 2021-09-08 10:01:20.598 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 targetcli-fb all 1:2.1.51-0ubuntu1 [35.1 kB] 2021-09-08 10:01:21.164 | Fetched 356 kB in 1s (328 kB/s) 2021-09-08 10:01:21.195 | Selecting previously unselected package python3-pyparsing. 2021-09-08 10:01:21.247 | (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 ... 90913 files and directories currently installed.) 2021-09-08 10:01:21.251 | Preparing to unpack .../0-python3-pyparsing_2.4.6-1_all.deb ... 2021-09-08 10:01:21.253 | Unpacking python3-pyparsing (2.4.6-1) ... 2021-09-08 10:01:21.290 | Selecting previously unselected package python3-urwid. 2021-09-08 10:01:21.300 | Preparing to unpack .../1-python3-urwid_2.0.1-3_amd64.deb ... 2021-09-08 10:01:21.302 | Unpacking python3-urwid (2.0.1-3) ... 2021-09-08 10:01:21.357 | Selecting previously unselected package python3-configshell-fb. 2021-09-08 10:01:21.367 | Preparing to unpack .../2-python3-configshell-fb_1%3a1.1.27-0ubuntu1_all.deb ... 2021-09-08 10:01:21.369 | Unpacking python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2021-09-08 10:01:21.405 | Selecting previously unselected package python3-pyudev. 2021-09-08 10:01:21.414 | Preparing to unpack .../3-python3-pyudev_0.21.0-3ubuntu1_all.deb ... 2021-09-08 10:01:21.417 | Unpacking python3-pyudev (0.21.0-3ubuntu1) ... 2021-09-08 10:01:21.455 | Selecting previously unselected package python3-rtslib-fb. 2021-09-08 10:01:21.465 | Preparing to unpack .../4-python3-rtslib-fb_2.1.71-0ubuntu1.1_all.deb ... 2021-09-08 10:01:21.467 | Unpacking python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2021-09-08 10:01:21.507 | Selecting previously unselected package targetcli-fb. 2021-09-08 10:01:21.517 | Preparing to unpack .../5-targetcli-fb_1%3a2.1.51-0ubuntu1_all.deb ... 2021-09-08 10:01:21.519 | Unpacking targetcli-fb (1:2.1.51-0ubuntu1) ... 2021-09-08 10:01:21.577 | Setting up python3-urwid (2.0.1-3) ... 2021-09-08 10:01:21.927 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:141: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2021-09-08 10:01:21.927 | assert result == expected, "got: %r expected: %r" (result, expected) 2021-09-08 10:01:21.927 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:145: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2021-09-08 10:01:21.927 | assert result == expected, "got: %r expected: %r" (result, expected) 2021-09-08 10:01:21.927 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:149: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2021-09-08 10:01:21.927 | assert result == expected, "got: %r expected: %r" (result, expected) 2021-09-08 10:01:21.927 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:232: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2021-09-08 10:01:21.927 | assert result == expected, "got: %r expected: %r" (result, expected) 2021-09-08 10:01:22.033 | Setting up python3-pyparsing (2.4.6-1) ... 2021-09-08 10:01:22.339 | Setting up python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2021-09-08 10:01:22.641 | Setting up python3-pyudev (0.21.0-3ubuntu1) ... 2021-09-08 10:01:22.916 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2021-09-08 10:01:24.155 | Setting up targetcli-fb (1:2.1.51-0ubuntu1) ... 2021-09-08 10:01:24.678 | Created symlink /etc/systemd/system/multi-user.target.wants/targetclid.service → /lib/systemd/system/targetclid.service. 2021-09-08 10:01:24.678 | Created symlink /etc/systemd/system/sockets.target.wants/targetclid.socket → /lib/systemd/system/targetclid.socket. 2021-09-08 10:01:26.647 | Processing triggers for man-db (2.9.1-1) ... 2021-09-08 10:01:26.749 | Processing triggers for systemd (245.4-4ubuntu3.11) ... 2021-09-08 10:01:33.593 | + functions-common:apt_get:1118 : result=0 2021-09-08 10:01:33.596 | + functions-common:apt_get:1121 : time_stop apt-get 2021-09-08 10:01:33.598 | + functions-common:time_stop:2309 : local name 2021-09-08 10:01:33.601 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:01:33.603 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:01:33.605 | + functions-common:time_stop:2312 : local total 2021-09-08 10:01:33.608 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:01:33.610 | + functions-common:time_stop:2315 : name=apt-get 2021-09-08 10:01:33.613 | + functions-common:time_stop:2316 : start_time=1631095278900 2021-09-08 10:01:33.615 | + functions-common:time_stop:2318 : [[ -z 1631095278900 ]] 2021-09-08 10:01:33.618 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:01:33.623 | + functions-common:time_stop:2321 : end_time=1631095293620 2021-09-08 10:01:33.626 | + functions-common:time_stop:2322 : elapsed_time=14720 2021-09-08 10:01:33.628 | + functions-common:time_stop:2323 : total=259733 2021-09-08 10:01:33.631 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:01:33.633 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=274453 2021-09-08 10:01:33.636 | + functions-common:apt_get:1122 : return 0 2021-09-08 10:01:33.639 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-09-08 10:01:33.641 | + ./stack.sh:main:908 : configure_cinder 2021-09-08 10:01:33.644 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2021-09-08 10:01:33.656 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2021-09-08 10:01:33.660 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2021-09-08 10:01:33.662 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2021-09-08 10:01:33.664 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-09-08 10:01:33.667 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2021-09-08 10:01:33.668 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-09-08 10:01:33.672 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2021-09-08 10:01:33.674 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2021-09-08 10:01:33.676 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-09-08 10:01:33.678 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2021-09-08 10:01:33.680 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2021-09-08 10:01:33.682 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2021-09-08 10:01:33.684 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2021-09-08 10:01:33.687 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2021-09-08 10:01:33.698 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2021-09-08 10:01:33.711 | + 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 2021-09-08 10:01:33.722 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2021-09-08 10:01:33.734 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2021-09-08 10:01:33.746 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-09-08 10:01:33.749 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-09-08 10:01:33.753 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.B0nYoZe3Ut 2021-09-08 10:01:33.755 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-09-08 10:01:33.757 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-09-08 10:01:33.759 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2021-09-08 10:01:33.762 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.B0nYoZe3Ut 2021-09-08 10:01:33.766 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.B0nYoZe3Ut 2021-09-08 10:01:33.777 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.B0nYoZe3Ut /etc/sudoers.d/cinder-rootwrap 2021-09-08 10:01:33.789 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2021-09-08 10:01:33.793 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-09-08 10:01:33.796 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-09-08 10:01:33.798 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-09-08 10:01:33.800 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-09-08 10:01:33.802 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2021-09-08 10:01:33.804 | + 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 ]] 2021-09-08 10:01:33.806 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2021-09-08 10:01:33.809 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2021-09-08 10:01:33.813 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2021-09-08 10:01:33.818 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2021-09-08 10:01:33.836 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2021-09-08 10:01:33.854 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2021-09-08 10:01:33.873 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2021-09-08 10:01:33.891 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2021-09-08 10:01:33.909 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2021-09-08 10:01:33.928 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2021-09-08 10:01:33.947 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2021-09-08 10:01:33.965 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2021-09-08 10:01:33.968 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/cinder/cinder.conf 2021-09-08 10:01:33.970 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=cinder 2021-09-08 10:01:33.972 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2021-09-08 10:01:33.975 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2021-09-08 10:01:34.004 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2021-09-08 10:01:34.031 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.49/identity 2021-09-08 10:01:34.058 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2021-09-08 10:01:34.086 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2021-09-08 10:01:34.113 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2021-09-08 10:01:34.140 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2021-09-08 10:01:34.167 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2021-09-08 10:01:34.194 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-09-08 10:01:34.222 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2021-09-08 10:01:34.249 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2021-09-08 10:01:34.279 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2021-09-08 10:01:34.308 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2021-09-08 10:01:34.310 | ++ lib/database:database_connection_url:132 : local db=cinder 2021-09-08 10:01:34.313 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql cinder 2021-09-08 10:01:34.315 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=cinder 2021-09-08 10:01:34.317 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-09-08 10:01:34.320 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-09-08 10:01:34.351 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2021-09-08 10:01:34.378 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2021-09-08 10:01:34.406 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2021-09-08 10:01:34.434 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2021-09-08 10:01:34.461 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2021-09-08 10:01:34.489 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2021-09-08 10:01:34.519 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2021-09-08 10:01:34.521 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.49 2021-09-08 10:01:34.549 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2021-09-08 10:01:34.580 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2021-09-08 10:01:34.587 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key 75311b115cdb1e82ac524f08ff8dc119 2021-09-08 10:01:34.617 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2021-09-08 10:01:34.619 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2021-09-08 10:01:34.647 | + lib/cinder:configure_cinder:294 : is_service_enabled c-vol 2021-09-08 10:01:34.664 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:01:34.666 | + lib/cinder:configure_cinder:294 : [[ -n lvm:lvmdriver-1 ]] 2021-09-08 10:01:34.668 | + lib/cinder:configure_cinder:295 : local enabled_backends= 2021-09-08 10:01:34.671 | + lib/cinder:configure_cinder:296 : local default_name= 2021-09-08 10:01:34.673 | + lib/cinder:configure_cinder:297 : local be be_name be_type 2021-09-08 10:01:34.675 | + lib/cinder:configure_cinder:298 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2021-09-08 10:01:34.678 | + lib/cinder:configure_cinder:299 : be_type=lvm 2021-09-08 10:01:34.680 | + lib/cinder:configure_cinder:300 : be_name=lvmdriver-1 2021-09-08 10:01:34.682 | + lib/cinder:configure_cinder:301 : type configure_cinder_backend_lvm 2021-09-08 10:01:34.684 | + lib/cinder:configure_cinder:302 : configure_cinder_backend_lvm lvmdriver-1 2021-09-08 10:01:34.687 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2021-09-08 10:01:34.689 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2021-09-08 10:01:34.720 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2021-09-08 10:01:34.747 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2021-09-08 10:01:34.775 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm 2021-09-08 10:01:34.802 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2021-09-08 10:01:34.830 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2021-09-08 10:01:34.858 | + lib/cinder:configure_cinder:304 : [[ -z '' ]] 2021-09-08 10:01:34.860 | + lib/cinder:configure_cinder:305 : default_name=lvmdriver-1 2021-09-08 10:01:34.862 | + lib/cinder:configure_cinder:307 : enabled_backends+=lvmdriver-1, 2021-09-08 10:01:34.865 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2021-09-08 10:01:34.892 | + lib/cinder:configure_cinder:310 : [[ -n lvmdriver-1 ]] 2021-09-08 10:01:34.894 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2021-09-08 10:01:34.922 | + lib/cinder:configure_cinder:313 : configure_cinder_image_volume_cache 2021-09-08 10:01:34.924 | + lib/cinder:configure_cinder_image_volume_cache:616 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2021-09-08 10:01:34.927 | + lib/cinder:configure_cinder_image_volume_cache:617 : local be_name=lvmdriver-1 2021-09-08 10:01:34.929 | + lib/cinder:configure_cinder_image_volume_cache:619 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2021-09-08 10:01:34.959 | + lib/cinder:configure_cinder_image_volume_cache:621 : [[ -n '' ]] 2021-09-08 10:01:34.961 | + lib/cinder:configure_cinder_image_volume_cache:625 : [[ -n '' ]] 2021-09-08 10:01:34.964 | + lib/cinder:configure_cinder:316 : is_service_enabled c-bak 2021-09-08 10:01:34.980 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:01:34.982 | + lib/cinder:configure_cinder:316 : [[ -n swift ]] 2021-09-08 10:01:34.985 | + lib/cinder:configure_cinder:317 : type configure_cinder_backup_swift 2021-09-08 10:01:34.987 | + lib/cinder:configure_cinder:318 : configure_cinder_backup_swift 2021-09-08 10:01:34.989 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 : iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver 2021-09-08 10:01:35.018 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.49:8080/v1/AUTH_ 2021-09-08 10:01:35.045 | + lib/cinder:configure_cinder:324 : is_service_enabled ceilometer 2021-09-08 10:01:35.061 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:01:35.064 | + lib/cinder:configure_cinder:328 : is_service_enabled tls-proxy 2021-09-08 10:01:35.081 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:01:35.083 | + lib/cinder:configure_cinder:342 : '[' False '!=' False ']' 2021-09-08 10:01:35.085 | + lib/cinder:configure_cinder:346 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2021-09-08 10:01:35.088 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2021-09-08 10:01:35.090 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2021-09-08 10:01:35.092 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-09-08 10:01:35.095 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-09-08 10:01:35.097 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-09-08 10:01:35.113 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:01:35.116 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-09-08 10:01:35.118 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-09-08 10:01:35.120 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-09-08 10:01:35.136 | ++ functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:01:35.139 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-09-08 10:01:35.141 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-09-08 10:01:35.168 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-09-08 10:01:35.171 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-09-08 10:01:35.173 | + lib/cinder:configure_cinder:349 : setup_logging /etc/cinder/cinder.conf True 2021-09-08 10:01:35.175 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2021-09-08 10:01:35.178 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2021-09-08 10:01:35.181 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2021-09-08 10:01:35.198 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2021-09-08 10:01:35.200 | + functions:setup_systemd_logging:695 : local pidstr= 2021-09-08 10:01:35.203 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2021-09-08 10:01:35.206 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2021-09-08 10:01:35.208 | + functions:setup_systemd_logging:702 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-09-08 10:01:35.235 | + 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' 2021-09-08 10:01:35.262 | + 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' 2021-09-08 10:01:35.290 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-09-08 10:01:35.318 | + lib/cinder:configure_cinder:351 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2021-09-08 10:01:35.321 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2021-09-08 10:01:35.323 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2021-09-08 10:01:35.325 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2021-09-08 10:01:35.328 | + lib/apache:write_uwsgi_config:257 : local http= 2021-09-08 10:01:35.330 | + lib/apache:write_uwsgi_config:258 : local name= 2021-09-08 10:01:35.333 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2021-09-08 10:01:35.337 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2021-09-08 10:01:35.339 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2021-09-08 10:01:35.342 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2021-09-08 10:01:35.354 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-09-08 10:01:35.354 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-09-08 10:01:35.363 | d /var/run/uwsgi 0755 ubuntu root 2021-09-08 10:01:35.366 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-09-08 10:01:35.382 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2021-09-08 10:01:35.384 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2021-09-08 10:01:35.388 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2021-09-08 10:01:35.416 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2021-09-08 10:01:35.444 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2021-09-08 10:01:35.470 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2021-09-08 10:01:35.497 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2021-09-08 10:01:35.524 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-09-08 10:01:35.551 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2021-09-08 10:01:35.578 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2021-09-08 10:01:35.605 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2021-09-08 10:01:35.633 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-09-08 10:01:35.659 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2021-09-08 10:01:35.687 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-09-08 10:01:35.714 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2021-09-08 10:01:35.742 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2021-09-08 10:01:35.744 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2021-09-08 10:01:35.747 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2021-09-08 10:01:35.750 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2021-09-08 10:01:35.752 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2021-09-08 10:01:35.754 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:01:35.757 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:01:35.759 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2021-09-08 10:01:35.762 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2021-09-08 10:01:35.764 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2021-09-08 10:01:35.791 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2021-09-08 10:01:35.819 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 ' 2021-09-08 10:01:35.819 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2021-09-08 10:01:35.828 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 2021-09-08 10:01:35.831 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2021-09-08 10:01:35.834 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2021-09-08 10:01:35.836 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2021-09-08 10:01:35.838 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-09-08 10:01:35.841 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-09-08 10:01:35.843 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:01:35.846 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:01:35.848 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-09-08 10:01:35.850 | + lib/apache:enable_apache_site:206 : is_ubuntu 2021-09-08 10:01:35.853 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:01:35.855 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:01:35.858 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2021-09-08 10:01:35.918 | Enabling site cinder-wsgi. 2021-09-08 10:01:35.924 | To activate the new configuration, you need to run: 2021-09-08 10:01:35.924 | systemctl reload apache2 2021-09-08 10:01:35.928 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2021-09-08 10:01:35.931 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-09-08 10:01:35.933 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-09-08 10:01:35.935 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-09-08 10:01:36.061 | + lib/cinder:configure_cinder:353 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2021-09-08 10:01:36.063 | + lib/cinder:configure_cinder:357 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2021-09-08 10:01:36.095 | + lib/cinder:configure_cinder:359 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.49/image 2021-09-08 10:01:36.123 | + lib/cinder:configure_cinder:360 : is_service_enabled tls-proxy 2021-09-08 10:01:36.139 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:01:36.142 | + lib/cinder:configure_cinder:366 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2021-09-08 10:01:36.144 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/cinder/cinder.conf 2021-09-08 10:01:36.146 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=nova 2021-09-08 10:01:36.149 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=nova 2021-09-08 10:01:36.151 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf nova auth_type password 2021-09-08 10:01:36.181 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf nova interface public 2021-09-08 10:01:36.209 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.49/identity 2021-09-08 10:01:36.238 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf nova username nova 2021-09-08 10:01:36.265 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2021-09-08 10:01:36.293 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2021-09-08 10:01:36.321 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/cinder/cinder.conf nova project_name service 2021-09-08 10:01:36.349 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2021-09-08 10:01:36.376 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2021-09-08 10:01:36.404 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2021-09-08 10:01:36.432 | + lib/cinder:configure_cinder:367 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2021-09-08 10:01:36.460 | + lib/cinder:configure_cinder:368 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2021-09-08 10:01:36.488 | + lib/cinder:configure_cinder:370 : [[ ! -z '' ]] 2021-09-08 10:01:36.490 | + lib/cinder:configure_cinder:372 : is_service_enabled etcd3 2021-09-08 10:01:36.508 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:01:36.510 | + lib/cinder:configure_cinder:373 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.49:2379 2021-09-08 10:01:36.541 | + lib/cinder:configure_cinder:376 : [[ False == True ]] 2021-09-08 10:01:36.543 | + ./stack.sh:main:911 : is_service_enabled neutron 2021-09-08 10:01:36.561 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:01:36.563 | + ./stack.sh:main:913 : stack_install_service neutron 2021-09-08 10:01:36.566 | + lib/stack:stack_install_service:20 : local service=neutron 2021-09-08 10:01:36.568 | + lib/stack:stack_install_service:21 : type install_neutron 2021-09-08 10:01:36.571 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-09-08 10:01:36.573 | + lib/stack:stack_install_service:32 : install_neutron 2021-09-08 10:01:36.576 | + lib/neutron:install_neutron:657 : is_neutron_legacy_enabled 2021-09-08 10:01:36.580 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-09-08 10:01:36.581 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-09-08 10:01:36.586 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-09-08 10:01:36.588 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-09-08 10:01:36.591 | + 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- ]] 2021-09-08 10:01:36.594 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-09-08 10:01:36.596 | + lib/neutron:install_neutron:659 : install_mutnauq 2021-09-08 10:01:36.599 | + lib/neutron-legacy:install_mutnauq:441 : use_library_from_git neutron-lib 2021-09-08 10:01:36.601 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2021-09-08 10:01:36.604 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 10:01:36.606 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 10:01:36.609 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2021-09-08 10:01:36.611 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 10:01:36.614 | + lib/neutron-legacy:install_mutnauq:446 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2021-09-08 10:01:36.616 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/neutron.git 2021-09-08 10:01:36.618 | + functions-common:git_clone:524 : local git_dest=/opt/stack/neutron 2021-09-08 10:01:36.621 | + functions-common:git_clone:525 : local git_ref=master 2021-09-08 10:01:36.623 | + functions-common:git_clone:526 : local orig_dir 2021-09-08 10:01:36.626 | ++ functions-common:git_clone:527 : pwd 2021-09-08 10:01:36.629 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-09-08 10:01:36.631 | + functions-common:git_clone:528 : local git_clone_flags= 2021-09-08 10:01:36.634 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-09-08 10:01:36.650 | + functions-common:git_clone:530 : RECLONE=False 2021-09-08 10:01:36.653 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-09-08 10:01:36.655 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-09-08 10:01:36.658 | + functions-common:git_clone:544 : echo master 2021-09-08 10:01:36.658 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-09-08 10:01:36.664 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/neutron ]] 2021-09-08 10:01:36.666 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-09-08 10:01:36.668 | + functions-common:git_clone:592 : cd /opt/stack/neutron 2021-09-08 10:01:36.672 | + functions-common:git_clone:593 : git show --oneline 2021-09-08 10:01:36.672 | + functions-common:git_clone:593 : head -1 2021-09-08 10:01:36.676 | d9553bd791 Add Local IP Extension and DB 2021-09-08 10:01:36.679 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-09-08 10:01:36.681 | + lib/neutron-legacy:install_mutnauq:447 : setup_develop /opt/stack/neutron 2021-09-08 10:01:36.684 | + inc/python:setup_develop:338 : local bindep 2021-09-08 10:01:36.686 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2021-09-08 10:01:36.689 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2021-09-08 10:01:36.691 | + inc/python:setup_develop:344 : local extras= 2021-09-08 10:01:36.693 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2021-09-08 10:01:36.696 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-09-08 10:01:36.698 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2021-09-08 10:01:36.701 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2021-09-08 10:01:36.703 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-09-08 10:01:36.706 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-09-08 10:01:36.709 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2021-09-08 10:01:36.712 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-09-08 10:01:36.714 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2021-09-08 10:01:36.717 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-09-08 10:01:36.720 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2021-09-08 10:01:36.723 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2021-09-08 10:01:36.729 | + inc/python:_setup_package_with_constraints_edit:385 : name=neutron 2021-09-08 10:01:36.731 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2021-09-08 10:01:37.356 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/neutron -e 2021-09-08 10:01:37.359 | + inc/python:setup_package:418 : local bindep=0 2021-09-08 10:01:37.361 | + inc/python:setup_package:419 : local bindep_flag= 2021-09-08 10:01:37.364 | + inc/python:setup_package:420 : local bindep_profiles= 2021-09-08 10:01:37.366 | + inc/python:setup_package:421 : [[ /opt/stack/neutron == -bindep* ]] 2021-09-08 10:01:37.368 | + inc/python:setup_package:426 : local project_dir=/opt/stack/neutron 2021-09-08 10:01:37.371 | + inc/python:setup_package:427 : local flags=-e 2021-09-08 10:01:37.373 | + inc/python:setup_package:428 : local extras= 2021-09-08 10:01:37.375 | + inc/python:setup_package:432 : [[ -n -e ]] 2021-09-08 10:01:37.378 | + inc/python:setup_package:432 : [[ -z '' ]] 2021-09-08 10:01:37.380 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2021-09-08 10:01:37.382 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2021-09-08 10:01:37.385 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2021-09-08 10:01:37.387 | + inc/python:setup_package:446 : pip_install -e /opt/stack/neutron 2021-09-08 10:01:37.408 | Using python 3.8 to install /opt/stack/neutron 2021-09-08 10:01:37.410 | + 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 2021-09-08 10:01:38.239 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:01:38.239 | from cryptography.utils import int_from_bytes 2021-09-08 10:01:38.239 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:01:38.239 | from cryptography.utils import int_from_bytes 2021-09-08 10:01:39.245 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 10:01:39.278 | Obtaining file:///opt/stack/neutron 2021-09-08 10:01:41.505 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (5.6.0) 2021-09-08 10:01:41.507 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (3.5.0) 2021-09-08 10:01:41.509 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (2.1.1) 2021-09-08 10:01:41.511 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (2.5.1) 2021-09-08 10:01:41.513 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (2.3.0) 2021-09-08 10:01:41.515 | Requirement already satisfied: decorator>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (5.0.9) 2021-09-08 10:01:41.517 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (0.31.1) 2021-09-08 10:01:41.518 | Requirement already satisfied: pecan>=1.3.2 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (1.3.3) 2021-09-08 10:01:41.520 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (0.19.1) 2021-09-08 10:01:41.522 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (2.26.0) 2021-09-08 10:01:41.524 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (3.0.1) 2021-09-08 10:01:41.526 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (9.3.0) 2021-09-08 10:01:41.527 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (0.8.0) 2021-09-08 10:01:41.530 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (0.11.0) 2021-09-08 10:01:41.531 | Requirement already satisfied: neutron-lib>=2.15.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (2.15.0) 2021-09-08 10:01:41.533 | Requirement already satisfied: python-neutronclient>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (7.6.0) 2021-09-08 10:01:41.535 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (6.3.1) 2021-09-08 10:01:41.536 | Requirement already satisfied: SQLAlchemy>=1.3.23 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (1.4.23) 2021-09-08 10:01:41.538 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (1.8.7) 2021-09-08 10:01:41.540 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (4.3.1) 2021-09-08 10:01:41.542 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (1.7.1) 2021-09-08 10:01:41.543 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (3.4.0) 2021-09-08 10:01:41.545 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (2.8.1) 2021-09-08 10:01:41.547 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (4.4.0) 2021-09-08 10:01:41.549 | Requirement already satisfied: oslo.config>=8.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (8.7.1) 2021-09-08 10:01:41.551 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (3.3.1) 2021-09-08 10:01:41.553 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (10.0.0) 2021-09-08 10:01:41.555 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (5.1.0) 2021-09-08 10:01:41.556 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (4.6.0) 2021-09-08 10:01:41.558 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (12.9.1) 2021-09-08 10:01:41.560 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (4.4.0) 2021-09-08 10:01:41.562 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (3.8.2) 2021-09-08 10:01:41.564 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (2.6.2) 2021-09-08 10:01:41.566 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (2.3.0) 2021-09-08 10:01:41.568 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (6.3.0) 2021-09-08 10:01:41.569 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (4.2.0) 2021-09-08 10:01:41.571 | Requirement already satisfied: oslo.service>=1.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (2.6.0) 2021-09-08 10:01:41.573 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (1.4.0) 2021-09-08 10:01:41.575 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (4.10.0) 2021-09-08 10:01:41.577 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (2.5.0) 2021-09-08 10:01:41.579 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (3.4.2) 2021-09-08 10:01:41.581 | Requirement already satisfied: os-ken>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (2.1.0) 2021-09-08 10:01:41.658 | Collecting os-resource-classes>=1.1.0 2021-09-08 10:01:41.666 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0f5/1374bb26dbd11/os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2021-09-08 10:01:41.671 | Requirement already satisfied: ovs>=2.10.0 in /usr/lib/python3/dist-packages (from neutron==18.1.0.dev629) (2.13.3) 2021-09-08 10:01:41.672 | Requirement already satisfied: ovsdbapp>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (1.12.0) 2021-09-08 10:01:41.674 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (21.0) 2021-09-08 10:01:41.676 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (5.8.0) 2021-09-08 10:01:41.678 | Requirement already satisfied: pyroute2>=0.6.4 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (0.6.4) 2021-09-08 10:01:41.679 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (20.0.1) 2021-09-08 10:01:41.681 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (17.6.0) 2021-09-08 10:01:41.684 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (0.59.0) 2021-09-08 10:01:41.686 | Requirement already satisfied: python-designateclient>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (4.3.0) 2021-09-08 10:01:41.688 | Requirement already satisfied: os-vif>=1.15.1 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (2.6.0) 2021-09-08 10:01:41.690 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (2.4.0) 2021-09-08 10:01:41.691 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from neutron==18.1.0.dev629) (2.9.0) 2021-09-08 10:01:41.706 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==18.1.0.dev629) (5.2.2) 2021-09-08 10:01:41.709 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==18.1.0.dev629) (1.1.5) 2021-09-08 10:01:41.721 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==18.1.0.dev629) (1.12.1) 2021-09-08 10:01:41.723 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==18.1.0.dev629) (1.16.0) 2021-09-08 10:01:41.736 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->neutron==18.1.0.dev629) (1.16.0) 2021-09-08 10:01:41.738 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->neutron==18.1.0.dev629) (1.1.1) 2021-09-08 10:01:41.766 | Requirement already satisfied: pyparsing<3,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->neutron==18.1.0.dev629) (2.4.7) 2021-09-08 10:01:41.774 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->neutron==18.1.0.dev629) (2.0.1) 2021-09-08 10:01:41.838 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==18.1.0.dev629) (1.7.0) 2021-09-08 10:01:41.842 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==18.1.0.dev629) (0.1.16) 2021-09-08 10:01:41.901 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==18.1.0.dev629) (4.2.0) 2021-09-08 10:01:41.910 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==18.1.0.dev629) (3.1.1) 2021-09-08 10:01:41.985 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.15.0->neutron==18.1.0.dev629) (1.2.2) 2021-09-08 10:01:41.990 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.15.0->neutron==18.1.0.dev629) (2.6.0) 2021-09-08 10:01:42.022 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==18.1.0.dev629) (1.32) 2021-09-08 10:01:42.025 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==18.1.0.dev629) (1.4.4) 2021-09-08 10:01:42.027 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==18.1.0.dev629) (1.4.0) 2021-09-08 10:01:42.030 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==18.1.0.dev629) (0.10.0) 2021-09-08 10:01:42.032 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==18.1.0.dev629) (2.5.0) 2021-09-08 10:01:42.034 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==18.1.0.dev629) (1.1.4) 2021-09-08 10:01:42.036 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==18.1.0.dev629) (5.4.1) 2021-09-08 10:01:42.037 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==18.1.0.dev629) (3.4.8) 2021-09-08 10:01:42.087 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.31.2->neutron==18.1.0.dev629) (1.14.6) 2021-09-08 10:01:42.095 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.31.2->neutron==18.1.0.dev629) (2.20) 2021-09-08 10:01:42.120 | 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==18.1.0.dev629) (2.1) 2021-09-08 10:01:42.176 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from os-ken>=2.0.0->neutron==18.1.0.dev629) (1.0.2) 2021-09-08 10:01:42.351 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->neutron==18.1.0.dev629) (0.14.1) 2021-09-08 10:01:42.366 | 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==18.1.0.dev629) (1.6) 2021-09-08 10:01:42.427 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.0.0->neutron==18.1.0.dev629) (1.5.0) 2021-09-08 10:01:42.508 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==18.1.0.dev629) (0.5.0) 2021-09-08 10:01:42.512 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==18.1.0.dev629) (0.13.0) 2021-09-08 10:01:42.514 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==18.1.0.dev629) (2.0.1) 2021-09-08 10:01:42.585 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==18.1.0.dev629) (2.8.2) 2021-09-08 10:01:42.587 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==18.1.0.dev629) (0.9.6) 2021-09-08 10:01:42.673 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==18.1.0.dev629) (4.2.2) 2021-09-08 10:01:42.675 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==18.1.0.dev629) (0.3.0) 2021-09-08 10:01:42.676 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==18.1.0.dev629) (5.1.0) 2021-09-08 10:01:42.680 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==18.1.0.dev629) (5.0.6) 2021-09-08 10:01:42.696 | 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==18.1.0.dev629) (5.0.0) 2021-09-08 10:01:42.804 | 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==18.1.0.dev629) (0.11.0) 2021-09-08 10:01:42.844 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==18.1.0.dev629) (3.3.0) 2021-09-08 10:01:42.852 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==18.1.0.dev629) (3.2.0) 2021-09-08 10:01:43.027 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->neutron==18.1.0.dev629) (2021.1) 2021-09-08 10:01:43.072 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=1.31.0->neutron==18.1.0.dev629) (1.3.2) 2021-09-08 10:01:43.078 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=1.31.0->neutron==18.1.0.dev629) (3.0.0) 2021-09-08 10:01:43.114 | 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==18.1.0.dev629) (2.5.0) 2021-09-08 10:01:43.148 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==18.1.0.dev629) (0.7.2) 2021-09-08 10:01:43.443 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->neutron==18.1.0.dev629) (57.4.0) 2021-09-08 10:01:43.536 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==18.1.0.dev629) (0.3.5) 2021-09-08 10:01:43.538 | Requirement already satisfied: WebTest>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==18.1.0.dev629) (3.0.0) 2021-09-08 10:01:43.884 | Requirement already satisfied: pyroute2.ndb==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==18.1.0.dev629) (0.6.4) 2021-09-08 10:01:43.886 | Requirement already satisfied: pyroute2.ethtool==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==18.1.0.dev629) (0.6.4) 2021-09-08 10:01:43.888 | Requirement already satisfied: pyroute2.ipset==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==18.1.0.dev629) (0.6.4) 2021-09-08 10:01:43.890 | Requirement already satisfied: pyroute2.nftables==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==18.1.0.dev629) (0.6.4) 2021-09-08 10:01:43.892 | Requirement already satisfied: pyroute2.ipdb==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==18.1.0.dev629) (0.6.4) 2021-09-08 10:01:43.894 | Requirement already satisfied: pyroute2.nslink==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==18.1.0.dev629) (0.6.4) 2021-09-08 10:01:43.896 | Requirement already satisfied: pyroute2.core==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==18.1.0.dev629) (0.6.4) 2021-09-08 10:01:44.193 | Requirement already satisfied: osc-lib>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==18.1.0.dev629) (2.4.2) 2021-09-08 10:01:44.203 | Requirement already satisfied: jsonschema>=2.6.0 in /usr/lib/python3/dist-packages (from python-designateclient>=2.7.0->neutron==18.1.0.dev629) (3.2.0) 2021-09-08 10:01:44.205 | 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==18.1.0.dev629) (3.9.0) 2021-09-08 10:01:44.252 | 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==18.1.0.dev629) (2.1.2) 2021-09-08 10:01:44.256 | 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==18.1.0.dev629) (0.4.0) 2021-09-08 10:01:44.371 | 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==18.1.0.dev629) (0.4.4) 2021-09-08 10:01:44.372 | 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==18.1.0.dev629) (1.8.2) 2021-09-08 10:01:44.374 | 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==18.1.0.dev629) (21.2.0) 2021-09-08 10:01:44.376 | 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==18.1.0.dev629) (0.2.5) 2021-09-08 10:01:44.584 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.8.0->python-designateclient>=2.7.0->neutron==18.1.0.dev629) (3.17.5) 2021-09-08 10:01:44.802 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=6.7.0->neutron==18.1.0.dev629) (2.1.0) 2021-09-08 10:01:45.042 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==18.1.0.dev629) (2.0.4) 2021-09-08 10:01:45.045 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==18.1.0.dev629) (1.26.6) 2021-09-08 10:01:45.047 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==18.1.0.dev629) (3.2) 2021-09-08 10:01:45.049 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==18.1.0.dev629) (2021.5.30) 2021-09-08 10:01:45.284 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->neutron==18.1.0.dev629) (0.7) 2021-09-08 10:01:45.647 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==18.1.0.dev629) (0.4.1) 2021-09-08 10:01:45.651 | 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==18.1.0.dev629) (0.5.2) 2021-09-08 10:01:45.993 | 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==18.1.0.dev629) (1.0.0) 2021-09-08 10:01:46.146 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->neutron==18.1.0.dev629) (0.12.1) 2021-09-08 10:01:46.412 | 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==18.1.0.dev629) (2.0.0) 2021-09-08 10:01:46.415 | Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==18.1.0.dev629) (4.9.3) 2021-09-08 10:01:46.615 | 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==18.1.0.dev629) (2.2.1) 2021-09-08 10:01:46.728 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=1.6.5->neutron==18.1.0.dev629) (3.5.0) 2021-09-08 10:01:48.003 | Installing collected packages: os-resource-classes, neutron 2021-09-08 10:01:48.020 | Attempting uninstall: neutron 2021-09-08 10:01:48.022 | Found existing installation: neutron 18.1.0 2021-09-08 10:01:49.283 | Uninstalling neutron-18.1.0: 2021-09-08 10:01:49.362 | Successfully uninstalled neutron-18.1.0 2021-09-08 10:01:49.364 | Running setup.py develop for neutron 2021-09-08 10:01:52.396 | Successfully installed neutron os-resource-classes-1.1.0 2021-09-08 10:01:52.396 | 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 2021-09-08 10:01:52.538 | + inc/python:pip_install:200 : result=0 2021-09-08 10:01:52.540 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 10:01:52.543 | + functions-common:time_stop:2309 : local name 2021-09-08 10:01:52.545 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:01:52.548 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:01:52.550 | + functions-common:time_stop:2312 : local total 2021-09-08 10:01:52.552 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:01:52.554 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 10:01:52.556 | + functions-common:time_stop:2316 : start_time=1631095297402 2021-09-08 10:01:52.559 | + functions-common:time_stop:2318 : [[ -z 1631095297402 ]] 2021-09-08 10:01:52.562 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:01:52.566 | + functions-common:time_stop:2321 : end_time=1631095312564 2021-09-08 10:01:52.568 | + functions-common:time_stop:2322 : elapsed_time=15162 2021-09-08 10:01:52.571 | + functions-common:time_stop:2323 : total=212214 2021-09-08 10:01:52.573 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:01:52.575 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=227376 2021-09-08 10:01:52.577 | + inc/python:pip_install:203 : return 0 2021-09-08 10:01:52.580 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2021-09-08 10:01:52.582 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-09-08 10:01:52.585 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-09-08 10:01:52.603 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-09-08 10:01:52.615 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/neutron 2021-09-08 10:01:52.618 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2021-09-08 10:01:52.620 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 10:01:52.624 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 10:01:52.627 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/neutron, ]] 2021-09-08 10:01:52.629 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 10:01:52.632 | + lib/neutron-legacy:install_mutnauq:449 : [[ openvswitch == \o\v\n ]] 2021-09-08 10:01:52.634 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-09-08 10:01:52.636 | + ./stack.sh:main:916 : is_service_enabled nova 2021-09-08 10:01:52.653 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:01:52.656 | + ./stack.sh:main:918 : stack_install_service nova 2021-09-08 10:01:52.658 | + lib/stack:stack_install_service:20 : local service=nova 2021-09-08 10:01:52.661 | + lib/stack:stack_install_service:21 : type install_nova 2021-09-08 10:01:52.663 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-09-08 10:01:52.666 | + lib/stack:stack_install_service:32 : install_nova 2021-09-08 10:01:52.668 | + lib/nova:install_nova:814 : use_library_from_git os-vif 2021-09-08 10:01:52.671 | + inc/python:use_library_from_git:250 : local name=os-vif 2021-09-08 10:01:52.674 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 10:01:52.676 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 10:01:52.679 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-vif, ]] 2021-09-08 10:01:52.681 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 10:01:52.684 | + lib/nova:install_nova:819 : is_service_enabled n-cpu 2021-09-08 10:01:52.700 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:01:52.702 | + lib/nova:install_nova:823 : is_service_enabled n-novnc 2021-09-08 10:01:52.718 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:01:52.721 | + lib/nova:install_nova:835 : is_service_enabled n-spice 2021-09-08 10:01:52.737 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:01:52.739 | + lib/nova:install_nova:847 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2021-09-08 10:01:52.742 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/nova.git 2021-09-08 10:01:52.744 | + functions-common:git_clone:524 : local git_dest=/opt/stack/nova 2021-09-08 10:01:52.746 | + functions-common:git_clone:525 : local git_ref=master 2021-09-08 10:01:52.748 | + functions-common:git_clone:526 : local orig_dir 2021-09-08 10:01:52.751 | ++ functions-common:git_clone:527 : pwd 2021-09-08 10:01:52.753 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-09-08 10:01:52.756 | + functions-common:git_clone:528 : local git_clone_flags= 2021-09-08 10:01:52.758 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-09-08 10:01:52.774 | + functions-common:git_clone:530 : RECLONE=False 2021-09-08 10:01:52.776 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-09-08 10:01:52.779 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-09-08 10:01:52.782 | + functions-common:git_clone:544 : echo master 2021-09-08 10:01:52.782 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-09-08 10:01:52.787 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/nova ]] 2021-09-08 10:01:52.789 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-09-08 10:01:52.791 | + functions-common:git_clone:592 : cd /opt/stack/nova 2021-09-08 10:01:52.795 | + functions-common:git_clone:593 : git show --oneline 2021-09-08 10:01:52.795 | + functions-common:git_clone:593 : head -1 2021-09-08 10:01:52.840 | 39b689209d Merge "Parse alias from domain hostdev" 2021-09-08 10:01:52.844 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-09-08 10:01:52.846 | + lib/nova:install_nova:848 : setup_develop /opt/stack/nova 2021-09-08 10:01:52.849 | + inc/python:setup_develop:338 : local bindep 2021-09-08 10:01:52.851 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2021-09-08 10:01:52.854 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2021-09-08 10:01:52.856 | + inc/python:setup_develop:344 : local extras= 2021-09-08 10:01:52.858 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2021-09-08 10:01:52.861 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-09-08 10:01:52.863 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2021-09-08 10:01:52.865 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2021-09-08 10:01:52.868 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-09-08 10:01:52.870 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-09-08 10:01:52.873 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2021-09-08 10:01:52.876 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-09-08 10:01:52.879 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2021-09-08 10:01:52.881 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-09-08 10:01:52.883 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2021-09-08 10:01:52.887 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2021-09-08 10:01:52.893 | + inc/python:_setup_package_with_constraints_edit:385 : name=nova 2021-09-08 10:01:52.895 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2021-09-08 10:01:53.508 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/nova -e 2021-09-08 10:01:53.510 | + inc/python:setup_package:418 : local bindep=0 2021-09-08 10:01:53.512 | + inc/python:setup_package:419 : local bindep_flag= 2021-09-08 10:01:53.515 | + inc/python:setup_package:420 : local bindep_profiles= 2021-09-08 10:01:53.517 | + inc/python:setup_package:421 : [[ /opt/stack/nova == -bindep* ]] 2021-09-08 10:01:53.519 | + inc/python:setup_package:426 : local project_dir=/opt/stack/nova 2021-09-08 10:01:53.521 | + inc/python:setup_package:427 : local flags=-e 2021-09-08 10:01:53.524 | + inc/python:setup_package:428 : local extras= 2021-09-08 10:01:53.526 | + inc/python:setup_package:432 : [[ -n -e ]] 2021-09-08 10:01:53.528 | + inc/python:setup_package:432 : [[ -z '' ]] 2021-09-08 10:01:53.530 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2021-09-08 10:01:53.533 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2021-09-08 10:01:53.535 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2021-09-08 10:01:53.537 | + inc/python:setup_package:446 : pip_install -e /opt/stack/nova 2021-09-08 10:01:53.558 | Using python 3.8 to install /opt/stack/nova 2021-09-08 10:01:53.561 | + 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 2021-09-08 10:01:54.400 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:01:54.400 | from cryptography.utils import int_from_bytes 2021-09-08 10:01:54.400 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:01:54.400 | from cryptography.utils import int_from_bytes 2021-09-08 10:01:55.424 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 10:01:55.457 | Obtaining file:///opt/stack/nova 2021-09-08 10:01:58.758 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (5.6.0) 2021-09-08 10:01:58.760 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (1.4.23) 2021-09-08 10:01:58.761 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (5.0.9) 2021-09-08 10:01:58.764 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (0.31.1) 2021-09-08 10:01:58.765 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (3.0.1) 2021-09-08 10:01:58.767 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (9.3.0) 2021-09-08 10:01:58.769 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (4.6.3) 2021-09-08 10:01:58.770 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (2.5.1) 2021-09-08 10:01:58.772 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (3.4.8) 2021-09-08 10:01:58.774 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (1.8.7) 2021-09-08 10:01:58.776 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (1.1.1) 2021-09-08 10:01:58.777 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (2.1.1) 2021-09-08 10:01:58.779 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (3.5.0) 2021-09-08 10:01:58.781 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (0.7.2) 2021-09-08 10:01:58.783 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (0.13.0) 2021-09-08 10:01:58.785 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (1.7.1) 2021-09-08 10:01:58.786 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (0.8.0) 2021-09-08 10:01:58.788 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (0.11.0) 2021-09-08 10:01:58.790 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (2.7.2) 2021-09-08 10:01:58.791 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (0.1.16) 2021-09-08 10:01:58.793 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from nova==23.1.0.dev577) (3.2.0) 2021-09-08 10:01:58.795 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (8.1.0) 2021-09-08 10:01:58.797 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (4.3.1) 2021-09-08 10:01:58.799 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (7.6.0) 2021-09-08 10:01:58.801 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (3.5.0) 2021-09-08 10:01:58.803 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (2.26.0) 2021-09-08 10:01:58.804 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (3.4.0) 2021-09-08 10:01:58.881 | Collecting websockify>=0.9.0 2021-09-08 10:01:58.889 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6c4/cc1bc132abb4a/websockify-0.10.0.tar.gz (40 kB) 2021-09-08 10:01:59.620 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (2.8.1) 2021-09-08 10:01:59.621 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (4.4.0) 2021-09-08 10:01:59.623 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (8.7.1) 2021-09-08 10:01:59.625 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (3.3.1) 2021-09-08 10:01:59.627 | Requirement already satisfied: oslo.log>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (4.6.0) 2021-09-08 10:01:59.629 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (2.3.0) 2021-09-08 10:01:59.631 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (4.2.0) 2021-09-08 10:01:59.633 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (1.4.0) 2021-09-08 10:01:59.634 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (4.10.0) 2021-09-08 10:01:59.636 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (10.0.0) 2021-09-08 10:01:59.638 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (6.3.0) 2021-09-08 10:01:59.640 | Requirement already satisfied: oslo.messaging>=10.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (12.9.1) 2021-09-08 10:01:59.642 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (3.8.2) 2021-09-08 10:01:59.643 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (2.6.2) 2021-09-08 10:01:59.647 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (5.1.0) 2021-09-08 10:01:59.648 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (2.6.0) 2021-09-08 10:01:59.650 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (1.5.0) 2021-09-08 10:01:59.652 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (4.4.0) 2021-09-08 10:01:59.654 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (5.8.0) 2021-09-08 10:01:59.656 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (2.5.0) 2021-09-08 10:01:59.658 | Requirement already satisfied: os-brick>=4.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (5.0.0) 2021-09-08 10:01:59.660 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (1.1.0) 2021-09-08 10:01:59.661 | Requirement already satisfied: os-traits>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (2.6.0) 2021-09-08 10:01:59.663 | Requirement already satisfied: os-vif>=1.15.2 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (2.6.0) 2021-09-08 10:01:59.665 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (5.5.0) 2021-09-08 10:01:59.667 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (3.9.1) 2021-09-08 10:01:59.708 | Collecting microversion-parse>=0.2.1 2021-09-08 10:01:59.716 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2021-09-08 10:01:59.755 | Collecting os-xenapi>=0.3.4 2021-09-08 10:01:59.761 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b4d/9a2c858018977/os_xenapi-0.3.4-py2.py3-none-any.whl (137 kB) 2021-09-08 10:01:59.773 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (2.9.0) 2021-09-08 10:01:59.775 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (0.2.2) 2021-09-08 10:01:59.840 | Collecting pypowervm>=1.1.15 2021-09-08 10:01:59.850 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/33b/83b6a6da976d8/pypowervm-1.1.26-py2.py3-none-any.whl (1.1 MB) 2021-09-08 10:01:59.885 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (1.3.3) 2021-09-08 10:01:59.888 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (1.7.0) 2021-09-08 10:01:59.890 | Requirement already satisfied: taskflow>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (4.6.2) 2021-09-08 10:01:59.892 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (2.8.2) 2021-09-08 10:02:00.339 | Collecting zVMCloudConnector>=1.3.0 2021-09-08 10:02:00.345 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f24/a37d5a0206e79/zVMCloudConnector-1.4.1.tar.gz (238 kB) 2021-09-08 10:02:01.157 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (2.4.0) 2021-09-08 10:02:01.159 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (0.59.0) 2021-09-08 10:02:01.161 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from nova==23.1.0.dev577) (5.4.1) 2021-09-08 10:02:01.177 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==23.1.0.dev577) (1.1.5) 2021-09-08 10:02:01.180 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==23.1.0.dev577) (5.2.2) 2021-09-08 10:02:01.202 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.16.0->nova==23.1.0.dev577) (5.1.0) 2021-09-08 10:02:01.250 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->nova==23.1.0.dev577) (1.14.6) 2021-09-08 10:02:01.255 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==23.1.0.dev577) (2.20) 2021-09-08 10:02:01.292 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==23.1.0.dev577) (1.16.0) 2021-09-08 10:02:01.294 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==23.1.0.dev577) (1.16.0) 2021-09-08 10:02:01.330 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->nova==23.1.0.dev577) (2.0.1) 2021-09-08 10:02:01.470 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==23.1.0.dev577) (4.2.0) 2021-09-08 10:02:01.478 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==23.1.0.dev577) (3.1.1) 2021-09-08 10:02:01.547 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==23.1.0.dev577) (1.32) 2021-09-08 10:02:01.549 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==23.1.0.dev577) (2.5.0) 2021-09-08 10:02:01.550 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==23.1.0.dev577) (1.4.0) 2021-09-08 10:02:01.580 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==23.1.0.dev577) (0.10.0) 2021-09-08 10:02:01.585 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==23.1.0.dev577) (1.1.4) 2021-09-08 10:02:01.590 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==23.1.0.dev577) (1.4.4) 2021-09-08 10:02:01.623 | 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==23.1.0.dev577) (2.1) 2021-09-08 10:02:01.685 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=4.3.1->nova==23.1.0.dev577) (6.3.1) 2021-09-08 10:02:01.760 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==23.1.0.dev577) (2.3.0) 2021-09-08 10:02:01.765 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==23.1.0.dev577) (1.12.0) 2021-09-08 10:02:01.774 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==23.1.0.dev577) (0.6.4) 2021-09-08 10:02:01.794 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->os-vif>=1.15.2->nova==23.1.0.dev577) (1.12.1) 2021-09-08 10:02:01.911 | Collecting Babel!=2.4.0,>=2.3.4 2021-09-08 10:02:01.937 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ab4/9e12b91d937cd/Babel-2.9.1-py2.py3-none-any.whl (8.8 MB) 2021-09-08 10:02:02.169 | Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.8/dist-packages (from Babel!=2.4.0,>=2.3.4->os-xenapi>=0.3.4->nova==23.1.0.dev577) (2021.1) 2021-09-08 10:02:02.241 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->nova==23.1.0.dev577) (0.14.1) 2021-09-08 10:02:02.259 | 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==23.1.0.dev577) (1.6) 2021-09-08 10:02:02.404 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==23.1.0.dev577) (0.5.0) 2021-09-08 10:02:02.413 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==23.1.0.dev577) (2.0.1) 2021-09-08 10:02:02.496 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->nova==23.1.0.dev577) (0.9.6) 2021-09-08 10:02:02.568 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==23.1.0.dev577) (0.3.0) 2021-09-08 10:02:02.571 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==23.1.0.dev577) (5.0.6) 2021-09-08 10:02:02.578 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==23.1.0.dev577) (5.1.0) 2021-09-08 10:02:02.580 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==23.1.0.dev577) (4.2.2) 2021-09-08 10:02:02.606 | 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==23.1.0.dev577) (5.0.0) 2021-09-08 10:02:02.727 | 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==23.1.0.dev577) (0.11.0) 2021-09-08 10:02:02.775 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==23.1.0.dev577) (3.2.0) 2021-09-08 10:02:02.778 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==23.1.0.dev577) (3.3.0) 2021-09-08 10:02:02.885 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->nova==23.1.0.dev577) (1.0.2) 2021-09-08 10:02:03.035 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->nova==23.1.0.dev577) (3.0.0) 2021-09-08 10:02:03.049 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->nova==23.1.0.dev577) (1.3.2) 2021-09-08 10:02:03.088 | 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==23.1.0.dev577) (2.5.0) 2021-09-08 10:02:03.163 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->nova==23.1.0.dev577) (2.4.7) 2021-09-08 10:02:03.172 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->nova==23.1.0.dev577) (21.0) 2021-09-08 10:02:03.265 | Requirement already satisfied: ovs>=2.10.0 in /usr/lib/python3/dist-packages (from ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==23.1.0.dev577) (2.13.3) 2021-09-08 10:02:03.383 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.1->nova==23.1.0.dev577) (1.4.0) 2021-09-08 10:02:03.420 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->nova==23.1.0.dev577) (57.4.0) 2021-09-08 10:02:03.792 | Requirement already satisfied: pyasn1 in /usr/local/lib/python3.8/dist-packages (from pypowervm>=1.1.15->nova==23.1.0.dev577) (0.4.8) 2021-09-08 10:02:03.794 | Requirement already satisfied: pyasn1-modules in /usr/local/lib/python3.8/dist-packages (from pypowervm>=1.1.15->nova==23.1.0.dev577) (0.2.8) 2021-09-08 10:02:03.891 | 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==23.1.0.dev577) (0.6.4) 2021-09-08 10:02:03.893 | 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==23.1.0.dev577) (0.6.4) 2021-09-08 10:02:03.895 | 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==23.1.0.dev577) (0.6.4) 2021-09-08 10:02:03.897 | 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==23.1.0.dev577) (0.6.4) 2021-09-08 10:02:03.899 | 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==23.1.0.dev577) (0.6.4) 2021-09-08 10:02:03.901 | 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==23.1.0.dev577) (0.6.4) 2021-09-08 10:02:03.903 | 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==23.1.0.dev577) (0.6.4) 2021-09-08 10:02:04.203 | 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.16.0->nova==23.1.0.dev577) (3.9.0) 2021-09-08 10:02:04.250 | 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.16.0->nova==23.1.0.dev577) (0.4.0) 2021-09-08 10:02:04.253 | 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.16.0->nova==23.1.0.dev577) (2.1.2) 2021-09-08 10:02:04.381 | 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.16.0->nova==23.1.0.dev577) (0.4.4) 2021-09-08 10:02:04.383 | 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.16.0->nova==23.1.0.dev577) (1.8.2) 2021-09-08 10:02:04.385 | 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.16.0->nova==23.1.0.dev577) (0.2.5) 2021-09-08 10:02:04.386 | 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.16.0->nova==23.1.0.dev577) (21.2.0) 2021-09-08 10:02:04.601 | 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==23.1.0.dev577) (3.17.5) 2021-09-08 10:02:04.700 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==23.1.0.dev577) (1.3.3) 2021-09-08 10:02:04.707 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==23.1.0.dev577) (20.0.1) 2021-09-08 10:02:04.907 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==23.1.0.dev577) (2.1.0) 2021-09-08 10:02:04.914 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==23.1.0.dev577) (2.4.2) 2021-09-08 10:02:05.176 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==23.1.0.dev577) (3.2) 2021-09-08 10:02:05.179 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==23.1.0.dev577) (2.0.4) 2021-09-08 10:02:05.180 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==23.1.0.dev577) (2021.5.30) 2021-09-08 10:02:05.182 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==23.1.0.dev577) (1.26.6) 2021-09-08 10:02:05.494 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->nova==23.1.0.dev577) (0.7) 2021-09-08 10:02:05.851 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==23.1.0.dev577) (0.5.2) 2021-09-08 10:02:05.852 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==23.1.0.dev577) (0.4.1) 2021-09-08 10:02:06.055 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==23.1.0.dev577) (2.6.2) 2021-09-08 10:02:06.060 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==23.1.0.dev577) (2.4.0) 2021-09-08 10:02:06.077 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==23.1.0.dev577) (1.4.2) 2021-09-08 10:02:06.564 | 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==23.1.0.dev577) (1.0.0) 2021-09-08 10:02:06.738 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->nova==23.1.0.dev577) (0.12.1) 2021-09-08 10:02:08.122 | Collecting numpy 2021-09-08 10:02:08.168 | 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) 2021-09-08 10:02:08.675 | Requirement already satisfied: PyJWT>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from zVMCloudConnector>=1.3.0->nova==23.1.0.dev577) (2.1.0) 2021-09-08 10:02:08.837 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=1.5.0->nova==23.1.0.dev577) (3.5.0) 2021-09-08 10:02:09.399 | Building wheels for collected packages: websockify, zVMCloudConnector 2021-09-08 10:02:09.400 | Building wheel for websockify (setup.py): started 2021-09-08 10:02:10.191 | Building wheel for websockify (setup.py): finished with status 'done' 2021-09-08 10:02:10.192 | Created wheel for websockify: filename=websockify-0.10.0-py3-none-any.whl size=38660 sha256=40867af50d8be6ff8690f05991c2b3a91caf93dc2cb5bc6f4aa86489e8bf292c 2021-09-08 10:02:10.193 | Stored in directory: /root/.cache/pip/wheels/3f/06/2e/aa961b4485210c3981933044b5dbf0240ce90acf4bf3ca9832 2021-09-08 10:02:10.198 | Building wheel for zVMCloudConnector (setup.py): started 2021-09-08 10:02:11.179 | Building wheel for zVMCloudConnector (setup.py): finished with status 'done' 2021-09-08 10:02:11.182 | Created wheel for zVMCloudConnector: filename=zVMCloudConnector-1.4.1-py3-none-any.whl size=303901 sha256=1e0c010fa1e9775fc14f751d498667cb754a5b2d70fa4de9073a160c72026789 2021-09-08 10:02:11.183 | Stored in directory: /root/.cache/pip/wheels/2a/0d/26/6a5dd74b24937acbd678e55297c0aa8f409dd980f39a3170dd 2021-09-08 10:02:11.188 | Successfully built websockify zVMCloudConnector 2021-09-08 10:02:12.249 | Installing collected packages: numpy, Babel, zVMCloudConnector, websockify, pypowervm, os-xenapi, microversion-parse, nova 2021-09-08 10:02:17.076 | Running setup.py develop for nova 2021-09-08 10:02:21.364 | Successfully installed Babel-2.9.1 microversion-parse-1.0.1 nova numpy-1.21.2 os-xenapi-0.3.4 pypowervm-1.1.26 websockify-0.10.0 zVMCloudConnector-1.4.1 2021-09-08 10:02:21.364 | 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 2021-09-08 10:02:21.549 | + inc/python:pip_install:200 : result=0 2021-09-08 10:02:21.551 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 10:02:21.553 | + functions-common:time_stop:2309 : local name 2021-09-08 10:02:21.555 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:02:21.557 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:02:21.560 | + functions-common:time_stop:2312 : local total 2021-09-08 10:02:21.562 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:02:21.564 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 10:02:21.566 | + functions-common:time_stop:2316 : start_time=1631095313553 2021-09-08 10:02:21.568 | + functions-common:time_stop:2318 : [[ -z 1631095313553 ]] 2021-09-08 10:02:21.571 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:02:21.576 | + functions-common:time_stop:2321 : end_time=1631095341573 2021-09-08 10:02:21.578 | + functions-common:time_stop:2322 : elapsed_time=28020 2021-09-08 10:02:21.580 | + functions-common:time_stop:2323 : total=227376 2021-09-08 10:02:21.582 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:02:21.585 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=255396 2021-09-08 10:02:21.587 | + inc/python:pip_install:203 : return 0 2021-09-08 10:02:21.590 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2021-09-08 10:02:21.592 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-09-08 10:02:21.594 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-09-08 10:02:21.612 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-09-08 10:02:21.624 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/nova 2021-09-08 10:02:21.626 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2021-09-08 10:02:21.629 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 10:02:21.631 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 10:02:21.634 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/nova, ]] 2021-09-08 10:02:21.637 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 10:02:21.639 | + lib/nova:install_nova:849 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2021-09-08 10:02:21.651 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-09-08 10:02:21.654 | + ./stack.sh:main:919 : configure_nova 2021-09-08 10:02:21.657 | + lib/nova:configure_nova:241 : sudo install -d -o ubuntu /etc/nova 2021-09-08 10:02:21.669 | + lib/nova:configure_nova:243 : configure_rootwrap nova 2021-09-08 10:02:21.672 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2021-09-08 10:02:21.674 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-09-08 10:02:21.678 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2021-09-08 10:02:21.678 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-09-08 10:02:21.683 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2021-09-08 10:02:21.685 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2021-09-08 10:02:21.688 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-09-08 10:02:21.690 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2021-09-08 10:02:21.692 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2021-09-08 10:02:21.695 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2021-09-08 10:02:21.697 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2021-09-08 10:02:21.700 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2021-09-08 10:02:21.711 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2021-09-08 10:02:21.724 | + 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 2021-09-08 10:02:21.737 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2021-09-08 10:02:21.749 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2021-09-08 10:02:21.761 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-09-08 10:02:21.764 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-09-08 10:02:21.768 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.9d0Z6P23hi 2021-09-08 10:02:21.771 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-09-08 10:02:21.773 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-09-08 10:02:21.776 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2021-09-08 10:02:21.779 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-09-08 10:02:21.781 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-09-08 10:02:21.784 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.9d0Z6P23hi 2021-09-08 10:02:21.787 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.9d0Z6P23hi 2021-09-08 10:02:21.799 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.9d0Z6P23hi /etc/sudoers.d/nova-rootwrap 2021-09-08 10:02:21.812 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2021-09-08 10:02:21.816 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-09-08 10:02:21.818 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-09-08 10:02:21.821 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-09-08 10:02:21.823 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-09-08 10:02:21.826 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2021-09-08 10:02:21.828 | + 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 ]] 2021-09-08 10:02:21.831 | + 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 ]] 2021-09-08 10:02:21.834 | + lib/nova:configure_nova:247 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2021-09-08 10:02:21.838 | + lib/nova:configure_nova:250 : is_service_enabled n-cpu 2021-09-08 10:02:21.854 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:02:21.856 | + lib/nova:configure_nova:319 : create_nova_conf 2021-09-08 10:02:21.859 | + lib/nova:create_nova_conf:386 : rm -f /opt/stack/nova/bin/nova.conf 2021-09-08 10:02:21.862 | + lib/nova:create_nova_conf:389 : rm -f /etc/nova/nova.conf 2021-09-08 10:02:21.866 | + lib/nova:create_nova_conf:390 : iniset /etc/nova/nova.conf DEFAULT debug True 2021-09-08 10:02:21.895 | + lib/nova:create_nova_conf:391 : '[' True == True ']' 2021-09-08 10:02:21.897 | + lib/nova:create_nova_conf:392 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2021-09-08 10:02:21.922 | + lib/nova:create_nova_conf:394 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2021-09-08 10:02:21.952 | + lib/nova:create_nova_conf:395 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2021-09-08 10:02:21.977 | + lib/nova:create_nova_conf:396 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2021-09-08 10:02:22.006 | + lib/nova:create_nova_conf:397 : iniset /etc/nova/nova.conf scheduler workers 2 2021-09-08 10:02:22.035 | + lib/nova:create_nova_conf:398 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2021-09-08 10:02:22.064 | + lib/nova:create_nova_conf:399 : [[ 4 == 6 ]] 2021-09-08 10:02:22.066 | + lib/nova:create_nova_conf:402 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.49 2021-09-08 10:02:22.093 | + lib/nova:create_nova_conf:404 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2021-09-08 10:02:22.119 | + lib/nova:create_nova_conf:405 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2021-09-08 10:02:22.146 | + lib/nova:create_nova_conf:406 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2021-09-08 10:02:22.171 | + lib/nova:create_nova_conf:407 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2021-09-08 10:02:22.198 | + lib/nova:create_nova_conf:409 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2021-09-08 10:02:22.227 | + lib/nova:create_nova_conf:411 : is_fedora 2021-09-08 10:02:22.229 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-09-08 10:02:22.232 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-09-08 10:02:22.234 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-09-08 10:02:22.236 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-09-08 10:02:22.238 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-09-08 10:02:22.241 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-09-08 10:02:22.243 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-09-08 10:02:22.245 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-09-08 10:02:22.248 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-09-08 10:02:22.250 | + lib/nova:create_nova_conf:411 : is_suse 2021-09-08 10:02:22.252 | + functions-common:is_suse:462 : is_opensuse 2021-09-08 10:02:22.254 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-09-08 10:02:22.256 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-09-08 10:02:22.258 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-09-08 10:02:22.261 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-09-08 10:02:22.263 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-09-08 10:02:22.265 | + lib/nova:create_nova_conf:420 : is_service_enabled n-api n-cond n-sched 2021-09-08 10:02:22.280 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:02:22.283 | + lib/nova:create_nova_conf:424 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-09-08 10:02:22.285 | + lib/nova:create_nova_conf:427 : local db=nova_cell0 2021-09-08 10:02:22.287 | + lib/nova:create_nova_conf:430 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2021-09-08 10:02:22.315 | ++ lib/nova:create_nova_conf:433 : database_connection_url nova_cell0 2021-09-08 10:02:22.317 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2021-09-08 10:02:22.319 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2021-09-08 10:02:22.321 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2021-09-08 10:02:22.324 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-09-08 10:02:22.327 | + lib/nova:create_nova_conf:433 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-09-08 10:02:22.357 | ++ lib/nova:create_nova_conf:434 : database_connection_url nova_api 2021-09-08 10:02:22.359 | ++ lib/database:database_connection_url:132 : local db=nova_api 2021-09-08 10:02:22.361 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_api 2021-09-08 10:02:22.363 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_api 2021-09-08 10:02:22.366 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2021-09-08 10:02:22.368 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2021-09-08 10:02:22.397 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf cache enabled True 2021-09-08 10:02:22.426 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2021-09-08 10:02:22.453 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2021-09-08 10:02:22.480 | + lib/nova:create_nova_conf:444 : is_service_enabled n-api 2021-09-08 10:02:22.495 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:02:22.497 | + lib/nova:create_nova_conf:445 : is_service_enabled n-api-meta 2021-09-08 10:02:22.513 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:02:22.516 | ++ lib/nova:create_nova_conf:447 : echo osapi_compute,metadata 2021-09-08 10:02:22.517 | ++ lib/nova:create_nova_conf:447 : sed s/,metadata// 2021-09-08 10:02:22.521 | + lib/nova:create_nova_conf:447 : NOVA_ENABLED_APIS=osapi_compute 2021-09-08 10:02:22.524 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2021-09-08 10:02:22.550 | + lib/nova:create_nova_conf:450 : is_service_enabled tls-proxy 2021-09-08 10:02:22.566 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:02:22.568 | + lib/nova:create_nova_conf:456 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2021-09-08 10:02:22.571 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/nova/nova.conf 2021-09-08 10:02:22.573 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=nova 2021-09-08 10:02:22.576 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2021-09-08 10:02:22.578 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2021-09-08 10:02:22.606 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2021-09-08 10:02:22.632 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.49/identity 2021-09-08 10:02:22.659 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2021-09-08 10:02:22.686 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2021-09-08 10:02:22.713 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2021-09-08 10:02:22.739 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2021-09-08 10:02:22.771 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2021-09-08 10:02:22.797 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-09-08 10:02:22.825 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2021-09-08 10:02:22.852 | + lib/nova:create_nova_conf:459 : is_service_enabled cinder 2021-09-08 10:02:22.869 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:02:22.872 | + lib/nova:create_nova_conf:460 : configure_cinder_access 2021-09-08 10:02:22.874 | + lib/nova:configure_cinder_access:581 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2021-09-08 10:02:22.903 | + lib/nova:configure_cinder_access:582 : iniset /etc/nova/nova.conf cinder auth_type password 2021-09-08 10:02:22.929 | + lib/nova:configure_cinder_access:583 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.49/identity 2021-09-08 10:02:22.957 | + lib/nova:configure_cinder_access:590 : iniset /etc/nova/nova.conf cinder username nova 2021-09-08 10:02:22.984 | + lib/nova:configure_cinder_access:591 : iniset /etc/nova/nova.conf cinder password Passw0rd 2021-09-08 10:02:23.010 | + lib/nova:configure_cinder_access:592 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2021-09-08 10:02:23.036 | + lib/nova:configure_cinder_access:593 : iniset /etc/nova/nova.conf cinder project_name service 2021-09-08 10:02:23.063 | + lib/nova:configure_cinder_access:594 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2021-09-08 10:02:23.090 | + lib/nova:configure_cinder_access:595 : is_service_enabled tls-proxy 2021-09-08 10:02:23.105 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:02:23.108 | + lib/nova:create_nova_conf:463 : '[' -n /opt/stack/data/nova ']' 2021-09-08 10:02:23.110 | + lib/nova:create_nova_conf:464 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2021-09-08 10:02:23.137 | + lib/nova:create_nova_conf:465 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2021-09-08 10:02:23.166 | + lib/nova:create_nova_conf:467 : '[' -n /opt/stack/data/nova/instances ']' 2021-09-08 10:02:23.169 | + lib/nova:create_nova_conf:468 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2021-09-08 10:02:23.196 | + lib/nova:create_nova_conf:470 : '[' False '!=' False ']' 2021-09-08 10:02:23.198 | + lib/nova:create_nova_conf:473 : '[' False '!=' False ']' 2021-09-08 10:02:23.200 | + lib/nova:create_nova_conf:478 : is_suse 2021-09-08 10:02:23.202 | + functions-common:is_suse:462 : is_opensuse 2021-09-08 10:02:23.204 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-09-08 10:02:23.207 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-09-08 10:02:23.209 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-09-08 10:02:23.211 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-09-08 10:02:23.213 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-09-08 10:02:23.216 | + lib/nova:create_nova_conf:483 : setup_logging /etc/nova/nova.conf 2021-09-08 10:02:23.218 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2021-09-08 10:02:23.220 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2021-09-08 10:02:23.223 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2021-09-08 10:02:23.239 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2021-09-08 10:02:23.241 | + functions:setup_systemd_logging:695 : local pidstr= 2021-09-08 10:02:23.244 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2021-09-08 10:02:23.246 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2021-09-08 10:02:23.249 | + functions:setup_systemd_logging:702 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-09-08 10:02:23.275 | + 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' 2021-09-08 10:02:23.302 | + 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' 2021-09-08 10:02:23.329 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-09-08 10:02:23.357 | + lib/nova:create_nova_conf:485 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2021-09-08 10:02:23.387 | + lib/nova:create_nova_conf:487 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2021-09-08 10:02:23.389 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2021-09-08 10:02:23.391 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2021-09-08 10:02:23.393 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2021-09-08 10:02:23.396 | + lib/apache:write_uwsgi_config:257 : local http= 2021-09-08 10:02:23.398 | + lib/apache:write_uwsgi_config:258 : local name= 2021-09-08 10:02:23.401 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2021-09-08 10:02:23.405 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2021-09-08 10:02:23.407 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2021-09-08 10:02:23.409 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2021-09-08 10:02:23.422 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-09-08 10:02:23.423 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-09-08 10:02:23.431 | d /var/run/uwsgi 0755 ubuntu root 2021-09-08 10:02:23.435 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-09-08 10:02:23.450 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2021-09-08 10:02:23.453 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2021-09-08 10:02:23.457 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2021-09-08 10:02:23.486 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2021-09-08 10:02:23.513 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2021-09-08 10:02:23.539 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2021-09-08 10:02:23.566 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2021-09-08 10:02:23.593 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-09-08 10:02:23.620 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2021-09-08 10:02:23.647 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2021-09-08 10:02:23.673 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2021-09-08 10:02:23.700 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-09-08 10:02:23.726 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2021-09-08 10:02:23.754 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-09-08 10:02:23.781 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2021-09-08 10:02:23.807 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2021-09-08 10:02:23.810 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2021-09-08 10:02:23.813 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2021-09-08 10:02:23.815 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2021-09-08 10:02:23.817 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2021-09-08 10:02:23.820 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:02:23.822 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:02:23.824 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2021-09-08 10:02:23.827 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2021-09-08 10:02:23.829 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2021-09-08 10:02:23.856 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2021-09-08 10:02:23.883 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2021-09-08 10:02:23.883 | + 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 ' 2021-09-08 10:02:23.891 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 2021-09-08 10:02:23.895 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2021-09-08 10:02:23.897 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2021-09-08 10:02:23.899 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2021-09-08 10:02:23.901 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-09-08 10:02:23.904 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-09-08 10:02:23.906 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:02:23.908 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:02:23.910 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-09-08 10:02:23.913 | + lib/apache:enable_apache_site:206 : is_ubuntu 2021-09-08 10:02:23.915 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:02:23.918 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:02:23.920 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2021-09-08 10:02:23.981 | Enabling site nova-api-wsgi. 2021-09-08 10:02:23.986 | To activate the new configuration, you need to run: 2021-09-08 10:02:23.986 | systemctl reload apache2 2021-09-08 10:02:23.990 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2021-09-08 10:02:23.993 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-09-08 10:02:23.995 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-09-08 10:02:23.998 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-09-08 10:02:24.125 | + lib/nova:create_nova_conf:488 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2021-09-08 10:02:24.127 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2021-09-08 10:02:24.130 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2021-09-08 10:02:24.132 | + lib/apache:write_uwsgi_config:256 : local url= 2021-09-08 10:02:24.135 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2021-09-08 10:02:24.137 | + lib/apache:write_uwsgi_config:258 : local name= 2021-09-08 10:02:24.140 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2021-09-08 10:02:24.144 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2021-09-08 10:02:24.146 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2021-09-08 10:02:24.149 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2021-09-08 10:02:24.162 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-09-08 10:02:24.162 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-09-08 10:02:24.171 | d /var/run/uwsgi 0755 ubuntu root 2021-09-08 10:02:24.174 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-09-08 10:02:24.190 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2021-09-08 10:02:24.192 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2021-09-08 10:02:24.196 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2021-09-08 10:02:24.226 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2021-09-08 10:02:24.253 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2021-09-08 10:02:24.280 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2021-09-08 10:02:24.307 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2021-09-08 10:02:24.334 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2021-09-08 10:02:24.361 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2021-09-08 10:02:24.388 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2021-09-08 10:02:24.415 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2021-09-08 10:02:24.442 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-09-08 10:02:24.470 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2021-09-08 10:02:24.498 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2021-09-08 10:02:24.524 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2021-09-08 10:02:24.551 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2021-09-08 10:02:24.553 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2021-09-08 10:02:24.580 | + lib/nova:create_nova_conf:490 : is_service_enabled ceilometer 2021-09-08 10:02:24.596 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:02:24.598 | + lib/nova:create_nova_conf:498 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2021-09-08 10:02:24.630 | ++ lib/nova:create_nova_conf:499 : get_notification_url 2021-09-08 10:02:24.632 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2021-09-08 10:02:24.634 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2021-09-08 10:02:24.650 | ++ functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:02:24.652 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-09-08 10:02:24.655 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-09-08 10:02:24.683 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2021-09-08 10:02:24.713 | + lib/nova:create_nova_conf:501 : iniset_rpc_backend nova /etc/nova/nova.conf 2021-09-08 10:02:24.715 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-09-08 10:02:24.717 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2021-09-08 10:02:24.719 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-09-08 10:02:24.722 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-09-08 10:02:24.724 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-09-08 10:02:24.740 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:02:24.743 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-09-08 10:02:24.746 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-09-08 10:02:24.748 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-09-08 10:02:24.764 | ++ functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:02:24.766 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-09-08 10:02:24.769 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-09-08 10:02:24.796 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-09-08 10:02:24.799 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-09-08 10:02:24.801 | + lib/nova:create_nova_conf:503 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2021-09-08 10:02:24.829 | + lib/nova:create_nova_conf:504 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2021-09-08 10:02:24.855 | + lib/nova:create_nova_conf:506 : iniset /etc/nova/nova.conf conductor workers 2 2021-09-08 10:02:24.885 | + lib/nova:create_nova_conf:508 : is_service_enabled tls-proxy 2021-09-08 10:02:24.901 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:02:24.904 | + lib/nova:create_nova_conf:513 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2021-09-08 10:02:24.930 | + lib/nova:create_nova_conf:515 : '[' True == True ']' 2021-09-08 10:02:24.933 | + lib/nova:create_nova_conf:516 : init_nova_service_user_conf 2021-09-08 10:02:24.935 | + lib/nova:init_nova_service_user_conf:717 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2021-09-08 10:02:24.965 | + lib/nova:init_nova_service_user_conf:718 : iniset /etc/nova/nova.conf service_user auth_type password 2021-09-08 10:02:24.993 | + lib/nova:init_nova_service_user_conf:719 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.49/identity 2021-09-08 10:02:25.021 | + lib/nova:init_nova_service_user_conf:720 : iniset /etc/nova/nova.conf service_user username nova 2021-09-08 10:02:25.047 | + lib/nova:init_nova_service_user_conf:721 : iniset /etc/nova/nova.conf service_user password Passw0rd 2021-09-08 10:02:25.075 | + lib/nova:init_nova_service_user_conf:722 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2021-09-08 10:02:25.103 | + lib/nova:init_nova_service_user_conf:723 : iniset /etc/nova/nova.conf service_user project_name service 2021-09-08 10:02:25.131 | + lib/nova:init_nova_service_user_conf:724 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2021-09-08 10:02:25.158 | + lib/nova:init_nova_service_user_conf:725 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2021-09-08 10:02:25.186 | + lib/nova:create_nova_conf:519 : is_service_enabled n-cond 2021-09-08 10:02:25.202 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:02:25.205 | ++ lib/nova:create_nova_conf:520 : seq 1 1 2021-09-08 10:02:25.209 | + lib/nova:create_nova_conf:520 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-09-08 10:02:25.212 | + lib/nova:create_nova_conf:521 : local conf 2021-09-08 10:02:25.214 | + lib/nova:create_nova_conf:522 : local vhost 2021-09-08 10:02:25.217 | ++ lib/nova:create_nova_conf:523 : conductor_conf 1 2021-09-08 10:02:25.219 | ++ lib/nova:conductor_conf:729 : local cell=1 2021-09-08 10:02:25.221 | ++ lib/nova:conductor_conf:730 : echo /etc/nova/nova_cell1.conf 2021-09-08 10:02:25.224 | + lib/nova:create_nova_conf:523 : conf=/etc/nova/nova_cell1.conf 2021-09-08 10:02:25.226 | + lib/nova:create_nova_conf:524 : vhost=nova_cell1 2021-09-08 10:02:25.228 | + lib/nova:create_nova_conf:526 : rm -f /etc/nova/nova_cell1.conf 2021-09-08 10:02:25.233 | ++ lib/nova:create_nova_conf:527 : database_connection_url nova_cell1 2021-09-08 10:02:25.236 | ++ lib/database:database_connection_url:132 : local db=nova_cell1 2021-09-08 10:02:25.238 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell1 2021-09-08 10:02:25.240 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell1 2021-09-08 10:02:25.243 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2021-09-08 10:02:25.246 | + lib/nova:create_nova_conf:527 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2021-09-08 10:02:25.275 | + lib/nova:create_nova_conf:528 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2021-09-08 10:02:25.305 | + lib/nova:create_nova_conf:529 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2021-09-08 10:02:25.335 | + lib/nova:create_nova_conf:531 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-09-08 10:02:25.338 | + lib/nova:create_nova_conf:534 : rpc_backend_add_vhost nova_cell1 2021-09-08 10:02:25.340 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2021-09-08 10:02:25.342 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2021-09-08 10:02:25.358 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:02:25.362 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2021-09-08 10:02:25.362 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2021-09-08 10:02:26.053 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z ']' 2021-09-08 10:02:26.056 | + lib/rpc_backend:rpc_backend_add_vhost:128 : sudo rabbitmqctl add_vhost nova_cell1 2021-09-08 10:02:26.703 | Adding vhost "nova_cell1" ... 2021-09-08 10:02:26.747 | + lib/rpc_backend:rpc_backend_add_vhost:129 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2021-09-08 10:02:27.413 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" ... 2021-09-08 10:02:27.436 | + lib/nova:create_nova_conf:535 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2021-09-08 10:02:27.438 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-09-08 10:02:27.440 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2021-09-08 10:02:27.443 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-09-08 10:02:27.445 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2021-09-08 10:02:27.447 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-09-08 10:02:27.464 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:02:27.467 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2021-09-08 10:02:27.470 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2021-09-08 10:02:27.472 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-09-08 10:02:27.488 | ++ functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:02:27.490 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/nova_cell1 2021-09-08 10:02:27.493 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/nova_cell1 2021-09-08 10:02:27.520 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-09-08 10:02:27.522 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-09-08 10:02:27.524 | + lib/nova:create_nova_conf:539 : is_service_enabled placement placement-client 2021-09-08 10:02:27.540 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:02:27.543 | + lib/nova:create_nova_conf:540 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2021-09-08 10:02:27.545 | + lib/nova:configure_placement_nova_compute:568 : local conf=/etc/nova/nova_cell1.conf 2021-09-08 10:02:27.548 | + lib/nova:configure_placement_nova_compute:569 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2021-09-08 10:02:27.578 | + lib/nova:configure_placement_nova_compute:570 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.49/identity 2021-09-08 10:02:27.605 | + lib/nova:configure_placement_nova_compute:571 : iniset /etc/nova/nova_cell1.conf placement username placement 2021-09-08 10:02:27.632 | + lib/nova:configure_placement_nova_compute:572 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2021-09-08 10:02:27.659 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2021-09-08 10:02:27.687 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova_cell1.conf placement project_name service 2021-09-08 10:02:27.715 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2021-09-08 10:02:27.742 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2021-09-08 10:02:27.769 | + lib/nova:create_nova_conf:544 : setup_logging /etc/nova/nova_cell1.conf 2021-09-08 10:02:27.772 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2021-09-08 10:02:27.774 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2021-09-08 10:02:27.777 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2021-09-08 10:02:27.794 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2021-09-08 10:02:27.796 | + functions:setup_systemd_logging:695 : local pidstr= 2021-09-08 10:02:27.798 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2021-09-08 10:02:27.800 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2021-09-08 10:02:27.803 | + 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}}' 2021-09-08 10:02:27.831 | + 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' 2021-09-08 10:02:27.858 | + 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' 2021-09-08 10:02:27.885 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-09-08 10:02:27.913 | + lib/nova:create_nova_conf:551 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-09-08 10:02:27.916 | ++ lib/nova:create_nova_conf:554 : seq 1 1 2021-09-08 10:02:27.921 | + lib/nova:create_nova_conf:554 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-09-08 10:02:27.924 | + lib/nova:create_nova_conf:555 : local conf 2021-09-08 10:02:27.926 | + lib/nova:create_nova_conf:556 : local offset 2021-09-08 10:02:27.929 | ++ lib/nova:create_nova_conf:557 : conductor_conf 1 2021-09-08 10:02:27.931 | ++ lib/nova:conductor_conf:729 : local cell=1 2021-09-08 10:02:27.933 | ++ lib/nova:conductor_conf:730 : echo /etc/nova/nova_cell1.conf 2021-09-08 10:02:27.936 | + lib/nova:create_nova_conf:557 : conf=/etc/nova/nova_cell1.conf 2021-09-08 10:02:27.938 | + lib/nova:create_nova_conf:558 : offset=0 2021-09-08 10:02:27.941 | + lib/nova:create_nova_conf:559 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2021-09-08 10:02:27.943 | + lib/nova:configure_console_proxies:666 : local conf=/etc/nova/nova_cell1.conf 2021-09-08 10:02:27.945 | + lib/nova:configure_console_proxies:667 : local offset=0 2021-09-08 10:02:27.948 | + lib/nova:configure_console_proxies:671 : offset=0 2021-09-08 10:02:27.950 | + lib/nova:configure_console_proxies:673 : is_service_enabled n-novnc 2021-09-08 10:02:27.966 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:02:27.968 | + lib/nova:configure_console_proxies:673 : '[' False '!=' False ']' 2021-09-08 10:02:27.971 | + lib/nova:configure_console_proxies:705 : is_service_enabled n-spice 2021-09-08 10:02:27.986 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:02:27.989 | + lib/nova:configure_console_proxies:710 : is_service_enabled n-sproxy 2021-09-08 10:02:28.004 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:02:28.007 | + lib/nova:configure_nova:321 : is_service_enabled n-cpu 2021-09-08 10:02:28.023 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:02:28.025 | + ./stack.sh:main:922 : is_service_enabled placement 2021-09-08 10:02:28.042 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:02:28.045 | + ./stack.sh:main:924 : stack_install_service placement 2021-09-08 10:02:28.047 | + lib/stack:stack_install_service:20 : local service=placement 2021-09-08 10:02:28.050 | + lib/stack:stack_install_service:21 : type install_placement 2021-09-08 10:02:28.052 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-09-08 10:02:28.055 | + lib/stack:stack_install_service:32 : install_placement 2021-09-08 10:02:28.057 | + lib/placement:install_placement:137 : install_apache_wsgi 2021-09-08 10:02:28.060 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2021-09-08 10:02:28.062 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:02:28.065 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:02:28.067 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2021-09-08 10:02:28.070 | + functions-common:install_package:1347 : update_package_repo 2021-09-08 10:02:28.072 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-09-08 10:02:28.075 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-09-08 10:02:28.077 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-09-08 10:02:28.079 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-09-08 10:02:28.082 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-09-08 10:02:28.084 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:02:28.087 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:02:28.090 | + functions-common:update_package_repo:1328 : apt_get_update 2021-09-08 10:02:28.092 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-09-08 10:02:28.095 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-09-08 10:02:28.097 | + functions-common:apt_get_update:1074 : return 2021-09-08 10:02:28.099 | + functions-common:install_package:1348 : real_install_package apache2 2021-09-08 10:02:28.102 | + functions-common:real_install_package:1333 : is_ubuntu 2021-09-08 10:02:28.104 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:02:28.107 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:02:28.109 | + functions-common:real_install_package:1334 : apt_get install apache2 2021-09-08 10:02:28.130 | + 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 2021-09-08 10:02:28.236 | Reading package lists... 2021-09-08 10:02:28.454 | Building dependency tree... 2021-09-08 10:02:28.456 | Reading state information... 2021-09-08 10:02:28.683 | apache2 is already the newest version (2.4.41-4ubuntu3.4). 2021-09-08 10:02:28.683 | The following packages were automatically installed and are no longer required: 2021-09-08 10:02:28.684 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-09-08 10:02:28.685 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-09-08 10:02:28.685 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-09-08 10:02:28.685 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-09-08 10:02:28.685 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-09-08 10:02:28.685 | python3-zope.interface 2021-09-08 10:02:28.685 | Use 'sudo apt autoremove' to remove them. 2021-09-08 10:02:28.794 | 0 upgraded, 0 newly installed, 0 to remove and 85 not upgraded. 2021-09-08 10:02:28.798 | + functions-common:apt_get:1118 : result=0 2021-09-08 10:02:28.801 | + functions-common:apt_get:1121 : time_stop apt-get 2021-09-08 10:02:28.803 | + functions-common:time_stop:2309 : local name 2021-09-08 10:02:28.805 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:02:28.808 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:02:28.810 | + functions-common:time_stop:2312 : local total 2021-09-08 10:02:28.813 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:02:28.815 | + functions-common:time_stop:2315 : name=apt-get 2021-09-08 10:02:28.817 | + functions-common:time_stop:2316 : start_time=1631095348128 2021-09-08 10:02:28.819 | + functions-common:time_stop:2318 : [[ -z 1631095348128 ]] 2021-09-08 10:02:28.822 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:02:28.827 | + functions-common:time_stop:2321 : end_time=1631095348824 2021-09-08 10:02:28.830 | + functions-common:time_stop:2322 : elapsed_time=696 2021-09-08 10:02:28.832 | + functions-common:time_stop:2323 : total=274453 2021-09-08 10:02:28.834 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:02:28.837 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=275149 2021-09-08 10:02:28.839 | + functions-common:apt_get:1122 : return 0 2021-09-08 10:02:28.842 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2021-09-08 10:02:28.844 | + functions-common:is_package_installed:1356 : [[ -z libapache2-mod-wsgi ]] 2021-09-08 10:02:28.846 | + functions-common:is_package_installed:1360 : [[ -z deb ]] 2021-09-08 10:02:28.849 | + functions-common:is_package_installed:1364 : [[ deb = \d\e\b ]] 2021-09-08 10:02:28.851 | + functions-common:is_package_installed:1365 : dpkg -s libapache2-mod-wsgi 2021-09-08 10:02:28.873 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2021-09-08 10:02:28.876 | + functions-common:install_package:1347 : update_package_repo 2021-09-08 10:02:28.878 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-09-08 10:02:28.881 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-09-08 10:02:28.883 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-09-08 10:02:28.886 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-09-08 10:02:28.888 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-09-08 10:02:28.891 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:02:28.893 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:02:28.895 | + functions-common:update_package_repo:1328 : apt_get_update 2021-09-08 10:02:28.898 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-09-08 10:02:28.900 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-09-08 10:02:28.903 | + functions-common:apt_get_update:1074 : return 2021-09-08 10:02:28.906 | + functions-common:install_package:1348 : real_install_package libapache2-mod-wsgi-py3 2021-09-08 10:02:28.908 | + functions-common:real_install_package:1333 : is_ubuntu 2021-09-08 10:02:28.911 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:02:28.914 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:02:28.916 | + functions-common:real_install_package:1334 : apt_get install libapache2-mod-wsgi-py3 2021-09-08 10:02:28.938 | + 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 2021-09-08 10:02:29.044 | Reading package lists... 2021-09-08 10:02:29.262 | Building dependency tree... 2021-09-08 10:02:29.263 | Reading state information... 2021-09-08 10:02:29.490 | The following packages were automatically installed and are no longer required: 2021-09-08 10:02:29.491 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-09-08 10:02:29.491 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-09-08 10:02:29.491 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-09-08 10:02:29.491 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-09-08 10:02:29.491 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-09-08 10:02:29.491 | python3-zope.interface 2021-09-08 10:02:29.491 | Use 'sudo apt autoremove' to remove them. 2021-09-08 10:02:29.556 | The following NEW packages will be installed: 2021-09-08 10:02:29.556 | libapache2-mod-wsgi-py3 2021-09-08 10:02:29.800 | 0 upgraded, 1 newly installed, 0 to remove and 85 not upgraded. 2021-09-08 10:02:29.800 | Need to get 93.3 kB of archives. 2021-09-08 10:02:29.800 | After this operation, 300 kB of additional disk space will be used. 2021-09-08 10:02:29.800 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapache2-mod-wsgi-py3 amd64 4.6.8-1ubuntu3 [93.3 kB] 2021-09-08 10:02:30.458 | Fetched 93.3 kB in 0s (265 kB/s) 2021-09-08 10:02:30.490 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2021-09-08 10:02:30.541 | (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 ... 91082 files and directories currently installed.) 2021-09-08 10:02:30.545 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.6.8-1ubuntu3_amd64.deb ... 2021-09-08 10:02:30.548 | Unpacking libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3) ... 2021-09-08 10:02:30.610 | Setting up libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3) ... 2021-09-08 10:02:30.773 | apache2_invoke: Enable module wsgi 2021-09-08 10:02:37.895 | + functions-common:apt_get:1118 : result=0 2021-09-08 10:02:37.898 | + functions-common:apt_get:1121 : time_stop apt-get 2021-09-08 10:02:37.901 | + functions-common:time_stop:2309 : local name 2021-09-08 10:02:37.903 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:02:37.906 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:02:37.908 | + functions-common:time_stop:2312 : local total 2021-09-08 10:02:37.910 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:02:37.913 | + functions-common:time_stop:2315 : name=apt-get 2021-09-08 10:02:37.915 | + functions-common:time_stop:2316 : start_time=1631095348935 2021-09-08 10:02:37.918 | + functions-common:time_stop:2318 : [[ -z 1631095348935 ]] 2021-09-08 10:02:37.921 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:02:37.925 | + functions-common:time_stop:2321 : end_time=1631095357922 2021-09-08 10:02:37.927 | + functions-common:time_stop:2322 : elapsed_time=8987 2021-09-08 10:02:37.930 | + functions-common:time_stop:2323 : total=275149 2021-09-08 10:02:37.932 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:02:37.934 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=284136 2021-09-08 10:02:37.937 | + functions-common:apt_get:1122 : return 0 2021-09-08 10:02:37.939 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2021-09-08 10:02:37.942 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2021-09-08 10:02:37.944 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-09-08 10:02:37.946 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:02:37.949 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:02:37.952 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2021-09-08 10:02:37.954 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2021-09-08 10:02:38.009 | wsgi (enabled by maintainer script) 2021-09-08 10:02:38.013 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2021-09-08 10:02:38.015 | + inc/python:pip_install_gr:76 : local name=osc-placement 2021-09-08 10:02:38.018 | + inc/python:pip_install_gr:77 : local clean_name 2021-09-08 10:02:38.021 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2021-09-08 10:02:38.024 | ++ inc/python:get_from_global_requirements:225 : local package=osc-placement 2021-09-08 10:02:38.027 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-09-08 10:02:38.031 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2021-09-08 10:02:38.031 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-09-08 10:02:38.036 | ++ inc/python:get_from_global_requirements:227 : required_pkg='osc-placement ' 2021-09-08 10:02:38.039 | ++ inc/python:get_from_global_requirements:228 : [[ osc-placement == '' ]] 2021-09-08 10:02:38.041 | ++ inc/python:get_from_global_requirements:231 : echo osc-placement 2021-09-08 10:02:38.044 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2021-09-08 10:02:38.046 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2021-09-08 10:02:38.068 | Using python 3.8 to install osc-placement 2021-09-08 10:02:38.071 | + 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 2021-09-08 10:02:38.924 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:02:38.924 | from cryptography.utils import int_from_bytes 2021-09-08 10:02:38.924 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:02:38.924 | from cryptography.utils import int_from_bytes 2021-09-08 10:02:39.950 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 10:02:40.527 | Collecting osc-placement 2021-09-08 10:02:40.533 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c6d/5a64a2d64386f/osc_placement-3.1.1-py3-none-any.whl (63 kB) 2021-09-08 10:02:40.550 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (5.6.0) 2021-09-08 10:02:40.551 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.3.1) 2021-09-08 10:02:40.553 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (3.17.5) 2021-09-08 10:02:40.555 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (2.4.2) 2021-09-08 10:02:40.557 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.10.0) 2021-09-08 10:02:40.560 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (1.16.0) 2021-09-08 10:02:40.620 | 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) 2021-09-08 10:02:40.622 | 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) 2021-09-08 10:02:40.623 | 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) 2021-09-08 10:02:40.626 | 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) 2021-09-08 10:02:40.648 | 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) 2021-09-08 10:02:40.650 | 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) 2021-09-08 10:02:40.655 | 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) 2021-09-08 10:02:40.669 | 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) 2021-09-08 10:02:40.671 | 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) 2021-09-08 10:02:40.672 | 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) 2021-09-08 10:02:40.676 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.7) 2021-09-08 10:02:40.679 | 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) 2021-09-08 10:02:40.733 | 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) 2021-09-08 10:02:40.735 | 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) 2021-09-08 10:02:40.737 | 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) 2021-09-08 10:02:40.739 | 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) 2021-09-08 10:02:40.819 | 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.4) 2021-09-08 10:02:40.822 | 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) 2021-09-08 10:02:40.824 | 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) 2021-09-08 10:02:40.826 | 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) 2021-09-08 10:02:40.829 | 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) 2021-09-08 10:02:40.832 | 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) 2021-09-08 10:02:40.835 | 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) 2021-09-08 10:02:40.837 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (0.11.0) 2021-09-08 10:02:40.839 | 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) 2021-09-08 10:02:40.882 | 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) 2021-09-08 10:02:40.888 | 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) 2021-09-08 10:02:40.910 | 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) 2021-09-08 10:02:40.967 | 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) 2021-09-08 10:02:40.968 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (21.0) 2021-09-08 10:02:40.970 | 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) 2021-09-08 10:02:40.972 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2021.1) 2021-09-08 10:02:40.993 | 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) 2021-09-08 10:02:41.078 | 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) 2021-09-08 10:02:41.079 | 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) 2021-09-08 10:02:41.083 | 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) 2021-09-08 10:02:41.084 | 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) 2021-09-08 10:02:43.150 | Installing collected packages: osc-placement 2021-09-08 10:02:43.338 | Successfully installed osc-placement-3.1.1 2021-09-08 10:02:43.338 | 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 2021-09-08 10:02:43.460 | + inc/python:pip_install:200 : result=0 2021-09-08 10:02:43.463 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 10:02:43.465 | + functions-common:time_stop:2309 : local name 2021-09-08 10:02:43.468 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:02:43.470 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:02:43.472 | + functions-common:time_stop:2312 : local total 2021-09-08 10:02:43.475 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:02:43.477 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 10:02:43.480 | + functions-common:time_stop:2316 : start_time=1631095358063 2021-09-08 10:02:43.482 | + functions-common:time_stop:2318 : [[ -z 1631095358063 ]] 2021-09-08 10:02:43.485 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:02:43.490 | + functions-common:time_stop:2321 : end_time=1631095363487 2021-09-08 10:02:43.492 | + functions-common:time_stop:2322 : elapsed_time=5424 2021-09-08 10:02:43.495 | + functions-common:time_stop:2323 : total=255396 2021-09-08 10:02:43.498 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:02:43.500 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=260820 2021-09-08 10:02:43.503 | + inc/python:pip_install:203 : return 0 2021-09-08 10:02:43.505 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2021-09-08 10:02:43.508 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/placement.git 2021-09-08 10:02:43.510 | + functions-common:git_clone:524 : local git_dest=/opt/stack/placement 2021-09-08 10:02:43.513 | + functions-common:git_clone:525 : local git_ref=master 2021-09-08 10:02:43.515 | + functions-common:git_clone:526 : local orig_dir 2021-09-08 10:02:43.518 | ++ functions-common:git_clone:527 : pwd 2021-09-08 10:02:43.521 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-09-08 10:02:43.523 | + functions-common:git_clone:528 : local git_clone_flags= 2021-09-08 10:02:43.526 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-09-08 10:02:43.543 | + functions-common:git_clone:530 : RECLONE=False 2021-09-08 10:02:43.546 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-09-08 10:02:43.548 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-09-08 10:02:43.551 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-09-08 10:02:43.552 | + functions-common:git_clone:544 : echo master 2021-09-08 10:02:43.557 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/placement ]] 2021-09-08 10:02:43.560 | + functions-common:git_clone:559 : [[ False = \T\r\u\e ]] 2021-09-08 10:02:43.562 | + functions-common:git_clone:565 : git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master 2021-09-08 10:02:43.565 | + functions-common:git_timed:617 : local count=0 2021-09-08 10:02:43.567 | + functions-common:git_timed:618 : local timeout=0 2021-09-08 10:02:43.569 | + functions-common:git_timed:620 : [[ -n 0 ]] 2021-09-08 10:02:43.571 | + functions-common:git_timed:621 : timeout=0 2021-09-08 10:02:43.574 | + functions-common:git_timed:624 : time_start git_timed 2021-09-08 10:02:43.576 | + functions-common:time_start:2295 : local name=git_timed 2021-09-08 10:02:43.578 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:02:43.584 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:02:43.587 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:02:43.592 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095363590 2021-09-08 10:02:43.595 | + functions-common:git_timed:625 : timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master 2021-09-08 10:02:43.598 | Cloning into '/opt/stack/placement'... 2021-09-08 10:02:51.268 | + functions-common:git_timed:639 : time_stop git_timed 2021-09-08 10:02:51.271 | + functions-common:time_stop:2309 : local name 2021-09-08 10:02:51.273 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:02:51.275 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:02:51.278 | + functions-common:time_stop:2312 : local total 2021-09-08 10:02:51.280 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:02:51.282 | + functions-common:time_stop:2315 : name=git_timed 2021-09-08 10:02:51.284 | + functions-common:time_stop:2316 : start_time=1631095363590 2021-09-08 10:02:51.287 | + functions-common:time_stop:2318 : [[ -z 1631095363590 ]] 2021-09-08 10:02:51.289 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:02:51.294 | + functions-common:time_stop:2321 : end_time=1631095371291 2021-09-08 10:02:51.296 | + functions-common:time_stop:2322 : elapsed_time=7701 2021-09-08 10:02:51.298 | + functions-common:time_stop:2323 : total=0 2021-09-08 10:02:51.301 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:02:51.303 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=7701 2021-09-08 10:02:51.305 | + functions-common:git_clone:592 : cd /opt/stack/placement 2021-09-08 10:02:51.308 | + functions-common:git_clone:593 : git show --oneline 2021-09-08 10:02:51.309 | + functions-common:git_clone:593 : head -1 2021-09-08 10:02:51.312 | 8b000867 Add reproducer for Project creation race bug 2021-09-08 10:02:51.315 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-09-08 10:02:51.317 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2021-09-08 10:02:51.320 | + inc/python:setup_develop:338 : local bindep 2021-09-08 10:02:51.322 | + inc/python:setup_develop:339 : [[ /opt/stack/placement == -bindep* ]] 2021-09-08 10:02:51.325 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/placement 2021-09-08 10:02:51.328 | + inc/python:setup_develop:344 : local extras= 2021-09-08 10:02:51.330 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/placement -e 2021-09-08 10:02:51.333 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-09-08 10:02:51.335 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/placement == -bindep* ]] 2021-09-08 10:02:51.338 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/placement 2021-09-08 10:02:51.340 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-09-08 10:02:51.343 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-09-08 10:02:51.346 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/placement 2021-09-08 10:02:51.348 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-09-08 10:02:51.351 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/placement 2021-09-08 10:02:51.353 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-09-08 10:02:51.356 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2021-09-08 10:02:51.359 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2021-09-08 10:02:51.365 | + inc/python:_setup_package_with_constraints_edit:385 : name=openstack-placement 2021-09-08 10:02:51.367 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2021-09-08 10:02:51.987 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/placement -e 2021-09-08 10:02:51.990 | + inc/python:setup_package:418 : local bindep=0 2021-09-08 10:02:51.992 | + inc/python:setup_package:419 : local bindep_flag= 2021-09-08 10:02:51.994 | + inc/python:setup_package:420 : local bindep_profiles= 2021-09-08 10:02:51.997 | + inc/python:setup_package:421 : [[ /opt/stack/placement == -bindep* ]] 2021-09-08 10:02:51.999 | + inc/python:setup_package:426 : local project_dir=/opt/stack/placement 2021-09-08 10:02:52.002 | + inc/python:setup_package:427 : local flags=-e 2021-09-08 10:02:52.004 | + inc/python:setup_package:428 : local extras= 2021-09-08 10:02:52.007 | + inc/python:setup_package:432 : [[ -n -e ]] 2021-09-08 10:02:52.009 | + inc/python:setup_package:432 : [[ -z '' ]] 2021-09-08 10:02:52.011 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2021-09-08 10:02:52.014 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2021-09-08 10:02:52.016 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2021-09-08 10:02:52.019 | + inc/python:setup_package:446 : pip_install -e /opt/stack/placement 2021-09-08 10:02:52.041 | Using python 3.8 to install /opt/stack/placement 2021-09-08 10:02:52.044 | + 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 2021-09-08 10:02:52.899 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:02:52.899 | from cryptography.utils import int_from_bytes 2021-09-08 10:02:52.899 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:02:52.899 | from cryptography.utils import int_from_bytes 2021-09-08 10:02:53.934 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 10:02:53.968 | Obtaining file:///opt/stack/placement 2021-09-08 10:02:55.325 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (5.6.0) 2021-09-08 10:02:55.327 | Requirement already satisfied: SQLAlchemy>=1.2.19 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (1.4.23) 2021-09-08 10:02:55.328 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (9.3.0) 2021-09-08 10:02:55.330 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (2.5.1) 2021-09-08 10:02:55.332 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (1.8.7) 2021-09-08 10:02:55.334 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from openstack-placement==5.1.0.dev40) (3.2.0) 2021-09-08 10:02:55.335 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (2.26.0) 2021-09-08 10:02:55.341 | 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==5.1.0.dev40) (57.4.0) 2021-09-08 10:02:55.342 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (4.4.0) 2021-09-08 10:02:55.344 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (8.7.1) 2021-09-08 10:02:55.346 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (3.3.1) 2021-09-08 10:02:55.348 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (4.6.0) 2021-09-08 10:02:55.350 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (4.2.0) 2021-09-08 10:02:55.351 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (4.10.0) 2021-09-08 10:02:55.354 | Requirement already satisfied: oslo.db>=4.40.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (10.0.0) 2021-09-08 10:02:55.356 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (3.8.2) 2021-09-08 10:02:55.358 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (4.4.0) 2021-09-08 10:02:55.359 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (1.4.0) 2021-09-08 10:02:55.361 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (1.1.0) 2021-09-08 10:02:55.363 | Requirement already satisfied: os-traits>=2.6.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (2.6.0) 2021-09-08 10:02:55.365 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==5.1.0.dev40) (1.0.1) 2021-09-08 10:02:55.429 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==5.1.0.dev40) (4.2.0) 2021-09-08 10:02:55.434 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==5.1.0.dev40) (2.8.1) 2021-09-08 10:02:55.437 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==5.1.0.dev40) (4.3.1) 2021-09-08 10:02:55.439 | 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==5.1.0.dev40) (3.1.1) 2021-09-08 10:02:55.442 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==5.1.0.dev40) (1.16.0) 2021-09-08 10:02:55.444 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==5.1.0.dev40) (5.1.0) 2021-09-08 10:02:55.505 | 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==5.1.0.dev40) (1.7.0) 2021-09-08 10:02:55.508 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==5.1.0.dev40) (3.4.0) 2021-09-08 10:02:55.510 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==5.1.0.dev40) (0.1.16) 2021-09-08 10:02:55.571 | Requirement already satisfied: dogpile.cache>=1.1.2 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==5.1.0.dev40) (1.1.4) 2021-09-08 10:02:55.581 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.2->oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==5.1.0.dev40) (5.0.9) 2021-09-08 10:02:55.598 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==5.1.0.dev40) (0.14.1) 2021-09-08 10:02:55.609 | 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==5.1.0.dev40) (1.6) 2021-09-08 10:02:55.654 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==5.1.0.dev40) (1.5.0) 2021-09-08 10:02:55.656 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==5.1.0.dev40) (0.8.0) 2021-09-08 10:02:55.658 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==5.1.0.dev40) (5.4.1) 2021-09-08 10:02:55.660 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==5.1.0.dev40) (2.3.0) 2021-09-08 10:02:55.676 | 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==5.1.0.dev40) (1.12.1) 2021-09-08 10:02:55.743 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==5.1.0.dev40) (0.5.0) 2021-09-08 10:02:55.749 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==5.1.0.dev40) (2.0.1) 2021-09-08 10:02:55.753 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==5.1.0.dev40) (1.7.1) 2021-09-08 10:02:55.756 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==5.1.0.dev40) (0.13.0) 2021-09-08 10:02:55.770 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==5.1.0.dev40) (1.1.5) 2021-09-08 10:02:55.773 | 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==5.1.0.dev40) (5.2.2) 2021-09-08 10:02:55.833 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==5.1.0.dev40) (0.9.6) 2021-09-08 10:02:55.834 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==5.1.0.dev40) (2.8.2) 2021-09-08 10:02:55.861 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==5.1.0.dev40) (3.3.0) 2021-09-08 10:02:55.866 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==5.1.0.dev40) (3.2.0) 2021-09-08 10:02:55.868 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==5.1.0.dev40) (3.0.1) 2021-09-08 10:02:55.889 | 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==5.1.0.dev40) (1.14.6) 2021-09-08 10:02:55.903 | 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==5.1.0.dev40) (2.20) 2021-09-08 10:02:55.914 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==5.1.0.dev40) (2.0.1) 2021-09-08 10:02:55.965 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==5.1.0.dev40) (2021.1) 2021-09-08 10:02:55.967 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==5.1.0.dev40) (1.0.2) 2021-09-08 10:02:55.994 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==5.1.0.dev40) (0.7.2) 2021-09-08 10:02:56.023 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==5.1.0.dev40) (2.4.7) 2021-09-08 10:02:56.024 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==5.1.0.dev40) (21.0) 2021-09-08 10:02:56.033 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==5.1.0.dev40) (0.11.0) 2021-09-08 10:02:56.249 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==5.1.0.dev40) (1.26.6) 2021-09-08 10:02:56.250 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==5.1.0.dev40) (2021.5.30) 2021-09-08 10:02:56.278 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==5.1.0.dev40) (2.0.4) 2021-09-08 10:02:56.281 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==5.1.0.dev40) (3.2) 2021-09-08 10:02:56.364 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->openstack-placement==5.1.0.dev40) (0.7) 2021-09-08 10:02:56.531 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.2.19->openstack-placement==5.1.0.dev40) (1.1.1) 2021-09-08 10:02:56.573 | 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==5.1.0.dev40) (0.5.2) 2021-09-08 10:02:56.575 | 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==5.1.0.dev40) (0.4.1) 2021-09-08 10:02:56.684 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==5.1.0.dev40) (2.5.0) 2021-09-08 10:02:56.806 | 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==5.1.0.dev40) (3.5.0) 2021-09-08 10:02:56.929 | 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==5.1.0.dev40) (1.0.0) 2021-09-08 10:02:56.932 | 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==5.1.0.dev40) (3.0.0) 2021-09-08 10:02:58.701 | Installing collected packages: openstack-placement 2021-09-08 10:02:58.703 | Running setup.py develop for openstack-placement 2021-09-08 10:03:00.708 | Successfully installed openstack-placement 2021-09-08 10:03:00.708 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2021-09-08 10:03:00.842 | + inc/python:pip_install:200 : result=0 2021-09-08 10:03:00.844 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 10:03:00.846 | + functions-common:time_stop:2309 : local name 2021-09-08 10:03:00.849 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:03:00.851 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:03:00.853 | + functions-common:time_stop:2312 : local total 2021-09-08 10:03:00.855 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:03:00.858 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 10:03:00.860 | + functions-common:time_stop:2316 : start_time=1631095372035 2021-09-08 10:03:00.862 | + functions-common:time_stop:2318 : [[ -z 1631095372035 ]] 2021-09-08 10:03:00.865 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:03:00.869 | + functions-common:time_stop:2321 : end_time=1631095380867 2021-09-08 10:03:00.872 | + functions-common:time_stop:2322 : elapsed_time=8832 2021-09-08 10:03:00.874 | + functions-common:time_stop:2323 : total=260820 2021-09-08 10:03:00.876 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:03:00.878 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=269652 2021-09-08 10:03:00.881 | + inc/python:pip_install:203 : return 0 2021-09-08 10:03:00.883 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2021-09-08 10:03:00.886 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-09-08 10:03:00.889 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-09-08 10:03:00.908 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-09-08 10:03:00.920 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/placement 2021-09-08 10:03:00.922 | + inc/python:use_library_from_git:250 : local name=/opt/stack/placement 2021-09-08 10:03:00.924 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 10:03:00.927 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 10:03:00.929 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/placement, ]] 2021-09-08 10:03:00.932 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 10:03:00.935 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-09-08 10:03:00.937 | + ./stack.sh:main:925 : configure_placement 2021-09-08 10:03:00.940 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2021-09-08 10:03:00.952 | + lib/placement:configure_placement:107 : create_placement_conf 2021-09-08 10:03:00.955 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2021-09-08 10:03:00.959 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2021-09-08 10:03:00.962 | ++ lib/database:database_connection_url:132 : local db=placement 2021-09-08 10:03:00.964 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql placement 2021-09-08 10:03:00.967 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=placement 2021-09-08 10:03:00.969 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2021-09-08 10:03:00.972 | + 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' 2021-09-08 10:03:01.003 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2021-09-08 10:03:01.035 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2021-09-08 10:03:01.066 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2021-09-08 10:03:01.069 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/placement/placement.conf 2021-09-08 10:03:01.071 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=placement 2021-09-08 10:03:01.074 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2021-09-08 10:03:01.077 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2021-09-08 10:03:01.108 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2021-09-08 10:03:01.138 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.49/identity 2021-09-08 10:03:01.167 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2021-09-08 10:03:01.196 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2021-09-08 10:03:01.226 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2021-09-08 10:03:01.254 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2021-09-08 10:03:01.283 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2021-09-08 10:03:01.311 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-09-08 10:03:01.341 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2021-09-08 10:03:01.369 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2021-09-08 10:03:01.371 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2021-09-08 10:03:01.374 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2021-09-08 10:03:01.377 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2021-09-08 10:03:01.396 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2021-09-08 10:03:01.398 | + functions:setup_systemd_logging:695 : local pidstr= 2021-09-08 10:03:01.401 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2021-09-08 10:03:01.403 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2021-09-08 10:03:01.406 | + functions:setup_systemd_logging:702 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-09-08 10:03:01.434 | + 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' 2021-09-08 10:03:01.463 | + 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' 2021-09-08 10:03:01.492 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-09-08 10:03:01.521 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2021-09-08 10:03:01.524 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2021-09-08 10:03:01.526 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2021-09-08 10:03:01.529 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2021-09-08 10:03:01.531 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2021-09-08 10:03:01.533 | + lib/apache:write_uwsgi_config:257 : local http= 2021-09-08 10:03:01.536 | + lib/apache:write_uwsgi_config:258 : local name= 2021-09-08 10:03:01.539 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2021-09-08 10:03:01.543 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2021-09-08 10:03:01.545 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2021-09-08 10:03:01.548 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2021-09-08 10:03:01.561 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-09-08 10:03:01.561 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-09-08 10:03:01.569 | d /var/run/uwsgi 0755 ubuntu root 2021-09-08 10:03:01.573 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-09-08 10:03:01.589 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2021-09-08 10:03:01.592 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2021-09-08 10:03:01.596 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2021-09-08 10:03:01.627 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2021-09-08 10:03:01.655 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2021-09-08 10:03:01.686 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2021-09-08 10:03:01.715 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2021-09-08 10:03:01.743 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2021-09-08 10:03:01.771 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2021-09-08 10:03:01.801 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2021-09-08 10:03:01.828 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2021-09-08 10:03:01.858 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-09-08 10:03:01.885 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2021-09-08 10:03:01.914 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2021-09-08 10:03:01.942 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2021-09-08 10:03:01.971 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2021-09-08 10:03:01.974 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2021-09-08 10:03:01.977 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2021-09-08 10:03:01.979 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2021-09-08 10:03:01.982 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2021-09-08 10:03:01.984 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:03:01.987 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:03:01.989 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2021-09-08 10:03:01.992 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2021-09-08 10:03:01.994 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2021-09-08 10:03:02.023 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2021-09-08 10:03:02.056 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2021-09-08 10:03:02.056 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 ' 2021-09-08 10:03:02.064 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 2021-09-08 10:03:02.068 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2021-09-08 10:03:02.070 | + lib/apache:enable_apache_site:203 : local site=placement-api 2021-09-08 10:03:02.072 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2021-09-08 10:03:02.075 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-09-08 10:03:02.078 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-09-08 10:03:02.080 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:03:02.083 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:03:02.085 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-09-08 10:03:02.088 | + lib/apache:enable_apache_site:206 : is_ubuntu 2021-09-08 10:03:02.091 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:03:02.093 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:03:02.095 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2021-09-08 10:03:02.158 | Enabling site placement-api. 2021-09-08 10:03:02.163 | To activate the new configuration, you need to run: 2021-09-08 10:03:02.163 | systemctl reload apache2 2021-09-08 10:03:02.167 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2021-09-08 10:03:02.170 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-09-08 10:03:02.172 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-09-08 10:03:02.175 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-09-08 10:03:02.307 | + ./stack.sh:main:932 : is_service_enabled placement placement-client 2021-09-08 10:03:02.329 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:03:02.332 | + ./stack.sh:main:933 : is_service_enabled n-cpu 2021-09-08 10:03:02.349 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:03:02.352 | + ./stack.sh:main:933 : is_service_enabled n-sch 2021-09-08 10:03:02.370 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:03:02.373 | + ./stack.sh:main:934 : configure_placement_nova_compute 2021-09-08 10:03:02.376 | + lib/nova:configure_placement_nova_compute:568 : local conf=/etc/nova/nova.conf 2021-09-08 10:03:02.378 | + lib/nova:configure_placement_nova_compute:569 : iniset /etc/nova/nova.conf placement auth_type password 2021-09-08 10:03:02.410 | + lib/nova:configure_placement_nova_compute:570 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.49/identity 2021-09-08 10:03:02.439 | + lib/nova:configure_placement_nova_compute:571 : iniset /etc/nova/nova.conf placement username placement 2021-09-08 10:03:02.469 | + lib/nova:configure_placement_nova_compute:572 : iniset /etc/nova/nova.conf placement password Passw0rd 2021-09-08 10:03:02.498 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova.conf placement user_domain_name Default 2021-09-08 10:03:02.527 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova.conf placement project_name service 2021-09-08 10:03:02.556 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova.conf placement project_domain_name Default 2021-09-08 10:03:02.585 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova.conf placement region_name RegionOne 2021-09-08 10:03:02.614 | + ./stack.sh:main:938 : is_service_enabled horizon 2021-09-08 10:03:02.632 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:03:02.634 | + ./stack.sh:main:943 : is_service_enabled tls-proxy 2021-09-08 10:03:02.652 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:03:02.654 | + ./stack.sh:main:951 : run_phase stack install 2021-09-08 10:03:02.657 | + functions-common:run_phase:1737 : local mode=stack 2021-09-08 10:03:02.659 | + functions-common:run_phase:1738 : local phase=install 2021-09-08 10:03:02.661 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-09-08 10:03:02.664 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-09-08 10:03:02.666 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-09-08 10:03:02.669 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-09-08 10:03:02.672 | + functions-common:run_phase:1747 : local extra 2021-09-08 10:03:02.675 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-09-08 10:03:02.679 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-09-08 10:03:02.682 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-09-08 10:03:02.684 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-09-08 10:03:02.687 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2021-09-08 10:03:02.689 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-09-08 10:03:02.705 | ++ functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:03:02.708 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-09-08 10:03:02.710 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-09-08 10:03:02.712 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2021-09-08 10:03:02.714 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2021-09-08 10:03:02.717 | ++ ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-09-08 10:03:02.719 | ++ ./stack.sh:echo_summary:432 : echo -e Installing Tempest 2021-09-08 10:03:02.722 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2021-09-08 10:03:02.724 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2021-09-08 10:03:02.796 | ++ inc/async:async_inner:63 : install_tempest 2021-09-08 10:03:02.834 | [11651 Async install_tempest:71428]: running: install_tempest 2021-09-08 10:03:02.836 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2021-09-08 10:03:02.839 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2021-09-08 10:03:02.842 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2021-09-08 10:03:02.845 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-09-08 10:03:02.848 | + functions-common:run_phase:1764 : run_plugins stack install 2021-09-08 10:03:02.850 | + functions-common:run_plugins:1723 : local mode=stack 2021-09-08 10:03:02.854 | + functions-common:run_plugins:1724 : local phase=install 2021-09-08 10:03:02.856 | + functions-common:run_plugins:1726 : local plugins= 2021-09-08 10:03:02.859 | + functions-common:run_plugins:1727 : local plugin 2021-09-08 10:03:02.862 | + ./stack.sh:main:954 : use_library_from_git python-openstackclient 2021-09-08 10:03:02.864 | + inc/python:use_library_from_git:250 : local name=python-openstackclient 2021-09-08 10:03:02.867 | + inc/python:use_library_from_git:251 : local enabled=1 2021-09-08 10:03:02.869 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-09-08 10:03:02.872 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-openstackclient, ]] 2021-09-08 10:03:02.875 | + inc/python:use_library_from_git:253 : return 1 2021-09-08 10:03:02.878 | + ./stack.sh:main:958 : pip_install_gr python-openstackclient 2021-09-08 10:03:02.880 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2021-09-08 10:03:02.883 | + inc/python:pip_install_gr:77 : local clean_name 2021-09-08 10:03:02.886 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2021-09-08 10:03:02.890 | ++ inc/python:get_from_global_requirements:225 : local package=python-openstackclient 2021-09-08 10:03:02.892 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-09-08 10:03:02.896 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2021-09-08 10:03:02.899 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-09-08 10:03:02.905 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-openstackclient ' 2021-09-08 10:03:02.907 | ++ inc/python:get_from_global_requirements:228 : [[ python-openstackclient == '' ]] 2021-09-08 10:03:02.910 | ++ inc/python:get_from_global_requirements:231 : echo python-openstackclient 2021-09-08 10:03:02.913 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2021-09-08 10:03:02.915 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2021-09-08 10:03:02.937 | Using python 3.8 to install python-openstackclient 2021-09-08 10:03:02.939 | + 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 2021-09-08 10:03:03.801 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:03:03.801 | from cryptography.utils import int_from_bytes 2021-09-08 10:03:03.801 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:03:03.801 | from cryptography.utils import int_from_bytes 2021-09-08 10:03:04.819 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-09-08 10:03:05.595 | Collecting python-openstackclient 2021-09-08 10:03:05.605 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/eb8/97db56787f64c/python_openstackclient-5.6.0-py3-none-any.whl (972 kB) 2021-09-08 10:03:05.661 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.9.0) 2021-09-08 10:03:05.662 | Requirement already satisfied: python-novaclient>=17.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (17.6.0) 2021-09-08 10:03:05.664 | Requirement already satisfied: openstacksdk>=0.56.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.59.0) 2021-09-08 10:03:05.666 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.2.0) 2021-09-08 10:03:05.667 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.1.0) 2021-09-08 10:03:05.669 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.4.0) 2021-09-08 10:03:05.671 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (2.4.2) 2021-09-08 10:03:05.673 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.6.0) 2021-09-08 10:03:05.675 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (8.1.0) 2021-09-08 10:03:05.676 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.1.16) 2021-09-08 10:03:05.678 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.10.0) 2021-09-08 10:03:05.691 | 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) 2021-09-08 10:03:05.693 | 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) 2021-09-08 10:03:05.695 | 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) 2021-09-08 10:03:05.697 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (5.4.1) 2021-09-08 10:03:05.700 | 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) 2021-09-08 10:03:05.753 | 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) 2021-09-08 10:03:05.755 | 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) 2021-09-08 10:03:05.757 | 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) 2021-09-08 10:03:05.758 | 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) 2021-09-08 10:03:05.840 | 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) 2021-09-08 10:03:05.841 | 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) 2021-09-08 10:03:05.843 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (4.3.1) 2021-09-08 10:03:05.845 | 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) 2021-09-08 10:03:05.846 | 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.4) 2021-09-08 10:03:05.848 | 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) 2021-09-08 10:03:05.850 | 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) 2021-09-08 10:03:05.852 | 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) 2021-09-08 10:03:05.856 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (3.4.8) 2021-09-08 10:03:05.858 | 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) 2021-09-08 10:03:05.860 | 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) 2021-09-08 10:03:05.902 | 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) 2021-09-08 10:03:05.907 | 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) 2021-09-08 10:03:05.926 | 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) 2021-09-08 10:03:05.990 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.18.0->openstacksdk>=0.56.0->python-openstackclient) (2.26.0) 2021-09-08 10:03:05.992 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.18.0->openstacksdk>=0.56.0->python-openstackclient) (1.16.0) 2021-09-08 10:03:06.047 | 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) 2021-09-08 10:03:06.080 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (21.0) 2021-09-08 10:03:06.082 | 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) 2021-09-08 10:03:06.085 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2021.1) 2021-09-08 10:03:06.090 | 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) 2021-09-08 10:03:06.107 | 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) 2021-09-08 10:03:06.198 | 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) 2021-09-08 10:03:06.203 | 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) 2021-09-08 10:03:06.258 | 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) 2021-09-08 10:03:06.278 | 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) 2021-09-08 10:03:06.377 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.18.0->openstacksdk>=0.56.0->python-openstackclient) (2.0.4) 2021-09-08 10:03:06.378 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.18.0->openstacksdk>=0.56.0->python-openstackclient) (2021.5.30) 2021-09-08 10:03:06.381 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.18.0->openstacksdk>=0.56.0->python-openstackclient) (3.2) 2021-09-08 10:03:06.383 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.18.0->openstacksdk>=0.56.0->python-openstackclient) (1.26.6) 2021-09-08 10:03:08.451 | Installing collected packages: python-openstackclient 2021-09-08 10:03:09.927 | Successfully installed python-openstackclient-5.6.0 2021-09-08 10:03:09.927 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2021-09-08 10:03:10.055 | + inc/python:pip_install:200 : result=0 2021-09-08 10:03:10.058 | + inc/python:pip_install:202 : time_stop pip_install 2021-09-08 10:03:10.060 | + functions-common:time_stop:2309 : local name 2021-09-08 10:03:10.063 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:03:10.065 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:03:10.067 | + functions-common:time_stop:2312 : local total 2021-09-08 10:03:10.069 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:03:10.072 | + functions-common:time_stop:2315 : name=pip_install 2021-09-08 10:03:10.074 | + functions-common:time_stop:2316 : start_time=1631095382931 2021-09-08 10:03:10.077 | + functions-common:time_stop:2318 : [[ -z 1631095382931 ]] 2021-09-08 10:03:10.080 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:03:10.084 | + functions-common:time_stop:2321 : end_time=1631095390081 2021-09-08 10:03:10.086 | + functions-common:time_stop:2322 : elapsed_time=7150 2021-09-08 10:03:10.089 | + functions-common:time_stop:2323 : total=269652 2021-09-08 10:03:10.091 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:03:10.094 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=276802 2021-09-08 10:03:10.096 | + inc/python:pip_install:203 : return 0 2021-09-08 10:03:10.099 | + ./stack.sh:main:963 : install_oscwrap 2021-09-08 10:03:10.102 | ++ functions-common:install_oscwrap:2354 : mktemp 2021-09-08 10:03:10.107 | + functions-common:install_oscwrap:2354 : OSCWRAP_TIMER_FILE=/tmp/tmp.FLO6DoQ6Pw 2021-09-08 10:03:10.109 | + functions-common:install_oscwrap:2357 : shopt -s expand_aliases 2021-09-08 10:03:10.112 | + functions-common:install_oscwrap:2360 : unalias -a 2021-09-08 10:03:10.114 | + functions-common:install_oscwrap:2362 : alias openstack=oscwrap 2021-09-08 10:03:10.117 | + ./stack.sh:main:968 : [[ False != \F\a\l\s\e ]] 2021-09-08 10:03:10.120 | + ./stack.sh:main:1008 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-09-08 10:03:10.122 | + ./stack.sh:main:1016 : is_service_enabled mysql postgresql 2021-09-08 10:03:10.140 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:03:10.142 | + ./stack.sh:main:1017 : configure_database 2021-09-08 10:03:10.145 | + lib/database:configure_database:126 : configure_database_mysql 2021-09-08 10:03:10.147 | + lib/databases/mysql:configure_database_mysql:69 : local my_conf mysql slow_log 2021-09-08 10:03:10.150 | + lib/databases/mysql:configure_database_mysql:70 : echo_summary 'Configuring and starting MySQL' 2021-09-08 10:03:10.153 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-09-08 10:03:10.155 | + ./stack.sh:echo_summary:432 : echo -e Configuring and starting MySQL 2021-09-08 10:03:10.157 | + lib/databases/mysql:configure_database_mysql:72 : is_ubuntu 2021-09-08 10:03:10.160 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:03:10.162 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:03:10.164 | + lib/databases/mysql:configure_database_mysql:73 : my_conf=/etc/mysql/my.cnf 2021-09-08 10:03:10.167 | + lib/databases/mysql:configure_database_mysql:87 : is_fedora 2021-09-08 10:03:10.169 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-09-08 10:03:10.171 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-09-08 10:03:10.173 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-09-08 10:03:10.176 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-09-08 10:03:10.178 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-09-08 10:03:10.180 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-09-08 10:03:10.182 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-09-08 10:03:10.185 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-09-08 10:03:10.187 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-09-08 10:03:10.189 | + lib/databases/mysql:configure_database_mysql:87 : is_suse 2021-09-08 10:03:10.191 | + functions-common:is_suse:462 : is_opensuse 2021-09-08 10:03:10.194 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-09-08 10:03:10.196 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-09-08 10:03:10.199 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-09-08 10:03:10.201 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-09-08 10:03:10.204 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-09-08 10:03:10.206 | + lib/databases/mysql:configure_database_mysql:95 : sudo mysqladmin -u root password Passw0rd 2021-09-08 10:03:10.222 | mysqladmin: connect to server at 'localhost' failed 2021-09-08 10:03:10.222 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2021-09-08 10:03:10.226 | + lib/databases/mysql:configure_database_mysql:95 : true 2021-09-08 10:03:10.229 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2021-09-08 10:03:10.231 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:03:10.233 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:03:10.236 | + lib/databases/mysql:configure_database_mysql:99 : '[' mysql == mariadb ']' 2021-09-08 10:03:10.238 | + lib/databases/mysql:configure_database_mysql:102 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2021-09-08 10:03:10.240 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2021-09-08 10:03:10.243 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:03:10.245 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:03:10.247 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2021-09-08 10:03:10.250 | + 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'\'';' 2021-09-08 10:03:10.262 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:03:10.299 | + lib/databases/mysql:configure_database_mysql:115 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2021-09-08 10:03:10.311 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:03:10.332 | ++ lib/databases/mysql:configure_database_mysql:121 : ipv6_unquote 0.0.0.0 2021-09-08 10:03:10.335 | ++ functions-common:ipv6_unquote:2107 : echo 0.0.0.0 2021-09-08 10:03:10.340 | ++ functions-common:ipv6_unquote:2107 : tr -d '[]' 2021-09-08 10:03:10.345 | + lib/databases/mysql:configure_database_mysql:121 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2021-09-08 10:03:10.406 | + lib/databases/mysql:configure_database_mysql:122 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2021-09-08 10:03:10.457 | + lib/databases/mysql:configure_database_mysql:123 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2021-09-08 10:03:10.507 | + lib/databases/mysql:configure_database_mysql:124 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2021-09-08 10:03:10.557 | + lib/databases/mysql:configure_database_mysql:126 : [[ False == \T\r\u\e ]] 2021-09-08 10:03:10.560 | + lib/databases/mysql:configure_database_mysql:146 : restart_service mysql 2021-09-08 10:03:10.563 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-09-08 10:03:10.565 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart mysql 2021-09-08 10:03:13.259 | + ./stack.sh:main:1021 : save_stackenv 1021 2021-09-08 10:03:13.271 | + functions-common:save_stackenv:60 : local tag=1021 2021-09-08 10:03:13.274 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-09-08 10:03:13.280 | + functions-common:save_stackenv:62 : time_stamp=2021-09-08-100313 2021-09-08 10:03:13.283 | + functions-common:save_stackenv:63 : echo '# 2021-09-08-100313 1021' 2021-09-08 10:03:13.285 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 10:03:13.288 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-09-08 10:03:13.290 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 10:03:13.293 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-09-08 10:03:13.295 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 10:03:13.298 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-09-08 10:03:13.301 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 10:03:13.304 | + 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 2021-09-08 10:03:13.306 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 10:03:13.309 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.49 2021-09-08 10:03:13.311 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 10:03:13.314 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.49/identity 2021-09-08 10:03:13.317 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 10:03:13.319 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-09-08-095237 2021-09-08 10:03:13.322 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 10:03:13.325 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-09-08 10:03:13.328 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 10:03:13.330 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.49 2021-09-08 10:03:13.333 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 10:03:13.335 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-09-08 10:03:13.338 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 10:03:13.342 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-09-08 10:03:13.344 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 10:03:13.347 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-09-08 10:03:13.349 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-09-08 10:03:13.352 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-09-08 10:03:13.355 | + ./stack.sh:main:1033 : [[ True == \T\r\u\e ]] 2021-09-08 10:03:13.357 | + ./stack.sh:main:1034 : [[ -f /sys/kernel/mm/ksm/run ]] 2021-09-08 10:03:13.360 | + ./stack.sh:main:1035 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2021-09-08 10:03:13.373 | + ./stack.sh:main:1047 : start_dstat 2021-09-08 10:03:13.375 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-09-08 10:03:13.378 | + functions-common:run_process:1564 : local service=dstat 2021-09-08 10:03:13.383 | + functions-common:run_process:1565 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-09-08 10:03:13.386 | + functions-common:run_process:1566 : local group= 2021-09-08 10:03:13.389 | + functions-common:run_process:1567 : local user= 2021-09-08 10:03:13.392 | + functions-common:run_process:1569 : local name=dstat 2021-09-08 10:03:13.394 | + functions-common:run_process:1571 : time_start run_process 2021-09-08 10:03:13.397 | + functions-common:time_start:2295 : local name=run_process 2021-09-08 10:03:13.399 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:03:13.402 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:03:13.408 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:03:13.411 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095393407 2021-09-08 10:03:13.413 | + functions-common:run_process:1572 : is_service_enabled dstat 2021-09-08 10:03:13.433 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:03:13.436 | + functions-common:run_process:1573 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2021-09-08 10:03:13.438 | + functions-common:_run_under_systemd:1529 : local service=dstat 2021-09-08 10:03:13.441 | + functions-common:_run_under_systemd:1530 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-09-08 10:03:13.444 | + functions-common:_run_under_systemd:1531 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-09-08 10:03:13.446 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-09-08 10:03:13.449 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-09-08 10:03:13.452 | + functions-common:_common_systemd_pitfalls:1504 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2021-09-08 10:03:13.454 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2021-09-08 10:03:13.457 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@dstat.service 2021-09-08 10:03:13.460 | + functions-common:_run_under_systemd:1536 : local group= 2021-09-08 10:03:13.462 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-09-08 10:03:13.465 | + functions-common:_run_under_systemd:1538 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2021-09-08 10:03:13.468 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2021-09-08 10:03:13.470 | + functions-common:write_user_unit_file:1446 : local service=devstack@dstat.service 2021-09-08 10:03:13.473 | + functions-common:write_user_unit_file:1447 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-09-08 10:03:13.475 | + functions-common:write_user_unit_file:1448 : local group= 2021-09-08 10:03:13.477 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-09-08 10:03:13.480 | + functions-common:write_user_unit_file:1450 : local extra= 2021-09-08 10:03:13.482 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-09-08 10:03:13.485 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@dstat.service 2021-09-08 10:03:13.487 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-09-08 10:03:13.492 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2021-09-08 10:03:13.564 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2021-09-08 10:03:13.642 | + 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' 2021-09-08 10:03:13.713 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2021-09-08 10:03:13.774 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2021-09-08 10:03:13.837 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-09-08 10:03:13.901 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-09-08 10:03:13.904 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2021-09-08 10:03:13.974 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-09-08 10:03:14.363 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@dstat.service 2021-09-08 10:03:14.378 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2021-09-08 10:03:14.796 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@dstat.service 2021-09-08 10:03:14.823 | + functions-common:run_process:1575 : time_stop run_process 2021-09-08 10:03:14.831 | + functions-common:time_stop:2309 : local name 2021-09-08 10:03:14.836 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:03:14.844 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:03:14.846 | + functions-common:time_stop:2312 : local total 2021-09-08 10:03:14.849 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:03:14.852 | + functions-common:time_stop:2315 : name=run_process 2021-09-08 10:03:14.854 | + functions-common:time_stop:2316 : start_time=1631095393407 2021-09-08 10:03:14.857 | + functions-common:time_stop:2318 : [[ -z 1631095393407 ]] 2021-09-08 10:03:14.862 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:03:14.865 | + functions-common:time_stop:2321 : end_time=1631095394862 2021-09-08 10:03:14.868 | + functions-common:time_stop:2322 : elapsed_time=1455 2021-09-08 10:03:14.871 | + functions-common:time_stop:2323 : total=0 2021-09-08 10:03:14.873 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:03:14.876 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=1455 2021-09-08 10:03:14.878 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2021-09-08 10:03:14.881 | + functions-common:run_process:1564 : local service=memory_tracker 2021-09-08 10:03:14.883 | + functions-common:run_process:1565 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2021-09-08 10:03:14.886 | + functions-common:run_process:1566 : local group= 2021-09-08 10:03:14.889 | + functions-common:run_process:1567 : local user=root 2021-09-08 10:03:14.894 | + functions-common:run_process:1569 : local name=memory_tracker 2021-09-08 10:03:14.910 | + functions-common:run_process:1571 : time_start run_process 2021-09-08 10:03:14.913 | + functions-common:time_start:2295 : local name=run_process 2021-09-08 10:03:14.916 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:03:14.919 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:03:14.924 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:03:14.927 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095394923 2021-09-08 10:03:14.929 | + functions-common:run_process:1572 : is_service_enabled memory_tracker 2021-09-08 10:03:14.956 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:03:14.958 | + functions-common:run_process:1575 : time_stop run_process 2021-09-08 10:03:14.961 | + functions-common:time_stop:2309 : local name 2021-09-08 10:03:14.963 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:03:14.966 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:03:14.969 | + functions-common:time_stop:2312 : local total 2021-09-08 10:03:14.971 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:03:14.974 | + functions-common:time_stop:2315 : name=run_process 2021-09-08 10:03:14.976 | + functions-common:time_stop:2316 : start_time=1631095394923 2021-09-08 10:03:14.979 | + functions-common:time_stop:2318 : [[ -z 1631095394923 ]] 2021-09-08 10:03:14.984 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:03:14.987 | + functions-common:time_stop:2321 : end_time=1631095394984 2021-09-08 10:03:14.990 | + functions-common:time_stop:2322 : elapsed_time=61 2021-09-08 10:03:14.992 | + functions-common:time_stop:2323 : total=1455 2021-09-08 10:03:14.995 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:03:14.998 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=1516 2021-09-08 10:03:15.003 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2021-09-08 10:03:15.117 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:03:15.120 | + ./stack.sh:main:1051 : is_service_enabled tcpdump 2021-09-08 10:03:15.183 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:03:15.196 | + ./stack.sh:main:1059 : is_service_enabled etcd3 2021-09-08 10:03:15.241 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:03:15.244 | + ./stack.sh:main:1060 : start_etcd3 2021-09-08 10:03:15.246 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2021-09-08 10:03:15.249 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-neutron-807116-5-hyperv --data-dir /opt/stack/data/etcd' 2021-09-08 10:03:15.251 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2021-09-08 10:03:15.254 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-neutron-807116-5-hyperv=http://10.222.0.49:2380' 2021-09-08 10:03:15.256 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.49:2380' 2021-09-08 10:03:15.259 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.49:2379' 2021-09-08 10:03:15.261 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2021-09-08 10:03:15.263 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2021-09-08 10:03:15.266 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.49:2379' 2021-09-08 10:03:15.268 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2021-09-08 10:03:15.271 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2021-09-08 10:03:15.273 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2021-09-08 10:03:15.277 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-neutron-807116-5-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-807116-5-hyperv=http://10.222.0.49:2380 --initial-advertise-peer-urls http://10.222.0.49:2380 --advertise-client-urls http://10.222.0.49:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.49:2379 --debug' '' root 2021-09-08 10:03:15.280 | + functions-common:write_user_unit_file:1446 : local service=devstack@etcd.service 2021-09-08 10:03:15.283 | + functions-common:write_user_unit_file:1447 : local 'command=/opt/stack/bin/etcd --name dv-neutron-807116-5-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-807116-5-hyperv=http://10.222.0.49:2380 --initial-advertise-peer-urls http://10.222.0.49:2380 --advertise-client-urls http://10.222.0.49:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.49:2379 --debug' 2021-09-08 10:03:15.285 | + functions-common:write_user_unit_file:1448 : local group= 2021-09-08 10:03:15.288 | + functions-common:write_user_unit_file:1449 : local user=root 2021-09-08 10:03:15.290 | + functions-common:write_user_unit_file:1450 : local extra= 2021-09-08 10:03:15.293 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-09-08 10:03:15.295 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@etcd.service 2021-09-08 10:03:15.298 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-09-08 10:03:15.302 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2021-09-08 10:03:15.368 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2021-09-08 10:03:15.432 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-neutron-807116-5-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-807116-5-hyperv=http://10.222.0.49:2380 --initial-advertise-peer-urls http://10.222.0.49:2380 --advertise-client-urls http://10.222.0.49:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.49:2379 --debug' 2021-09-08 10:03:15.488 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2021-09-08 10:03:15.541 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2021-09-08 10:03:15.594 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-09-08 10:03:15.646 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-09-08 10:03:15.649 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2021-09-08 10:03:15.719 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-09-08 10:03:16.133 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2021-09-08 10:03:16.198 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2021-09-08 10:03:16.270 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2021-09-08 10:03:16.334 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2021-09-08 10:03:16.396 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2021-09-08 10:03:16.400 | ++ functions-common:is_arch:428 : uname -m 2021-09-08 10:03:16.404 | + functions-common:is_arch:428 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2021-09-08 10:03:16.406 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2021-09-08 10:03:16.813 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2021-09-08 10:03:16.828 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2021-09-08 10:03:17.252 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2021-09-08 10:03:18.232 | + ./stack.sh:main:1071 : cat 2021-09-08 10:03:18.237 | + ./stack.sh:main:1086 : is_service_enabled tls-proxy 2021-09-08 10:03:18.256 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:03:18.262 | + ./stack.sh:main:1091 : source /home/ubuntu/devstack/userrc_early 2021-09-08 10:03:18.265 | ++ userrc_early:source:4 : export OS_IDENTITY_API_VERSION=3 2021-09-08 10:03:18.267 | ++ userrc_early:source:4 : OS_IDENTITY_API_VERSION=3 2021-09-08 10:03:18.270 | ++ userrc_early:source:5 : export OS_AUTH_URL=http://10.222.0.49/identity 2021-09-08 10:03:18.273 | ++ userrc_early:source:5 : OS_AUTH_URL=http://10.222.0.49/identity 2021-09-08 10:03:18.275 | ++ userrc_early:source:6 : export OS_USERNAME=admin 2021-09-08 10:03:18.278 | ++ userrc_early:source:6 : OS_USERNAME=admin 2021-09-08 10:03:18.281 | ++ userrc_early:source:7 : export OS_USER_DOMAIN_ID=default 2021-09-08 10:03:18.283 | ++ userrc_early:source:7 : OS_USER_DOMAIN_ID=default 2021-09-08 10:03:18.286 | ++ userrc_early:source:8 : export OS_PASSWORD=Passw0rd 2021-09-08 10:03:18.289 | ++ userrc_early:source:8 : OS_PASSWORD=Passw0rd 2021-09-08 10:03:18.291 | ++ userrc_early:source:9 : export OS_PROJECT_NAME=admin 2021-09-08 10:03:18.294 | ++ userrc_early:source:9 : OS_PROJECT_NAME=admin 2021-09-08 10:03:18.297 | ++ userrc_early:source:10 : export OS_PROJECT_DOMAIN_ID=default 2021-09-08 10:03:18.299 | ++ userrc_early:source:10 : OS_PROJECT_DOMAIN_ID=default 2021-09-08 10:03:18.302 | ++ userrc_early:source:11 : export OS_REGION_NAME=RegionOne 2021-09-08 10:03:18.304 | ++ userrc_early:source:11 : OS_REGION_NAME=RegionOne 2021-09-08 10:03:18.307 | + ./stack.sh:main:1093 : is_service_enabled keystone 2021-09-08 10:03:18.324 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:03:18.327 | + ./stack.sh:main:1094 : echo_summary 'Starting Keystone' 2021-09-08 10:03:18.329 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-09-08 10:03:18.332 | + ./stack.sh:echo_summary:432 : echo -e Starting Keystone 2021-09-08 10:03:18.334 | + ./stack.sh:main:1096 : '[' 10.222.0.49 == 10.222.0.49 ']' 2021-09-08 10:03:18.336 | + ./stack.sh:main:1097 : init_keystone 2021-09-08 10:03:18.339 | + lib/keystone:init_keystone:443 : is_service_enabled ldap 2021-09-08 10:03:18.359 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:03:18.361 | + lib/keystone:init_keystone:447 : [[ True == True ]] 2021-09-08 10:03:18.363 | + lib/keystone:init_keystone:449 : recreate_database keystone 2021-09-08 10:03:18.366 | + lib/database:recreate_database:110 : local db=keystone 2021-09-08 10:03:18.368 | + lib/database:recreate_database:111 : recreate_database_mysql keystone 2021-09-08 10:03:18.370 | + lib/databases/mysql:recreate_database_mysql:63 : local db=keystone 2021-09-08 10:03:18.373 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2021-09-08 10:03:18.378 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:03:18.399 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2021-09-08 10:03:18.404 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:03:18.420 | + lib/keystone:init_keystone:452 : time_start dbsync 2021-09-08 10:03:18.423 | + functions-common:time_start:2295 : local name=dbsync 2021-09-08 10:03:18.426 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:03:18.428 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:03:18.431 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:03:18.436 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095398432 2021-09-08 10:03:18.439 | + lib/keystone:init_keystone:454 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2021-09-08 10:03:22.481 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:22.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.482 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.482 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.482 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.485 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.486 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.486 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.487 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.487 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.491 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.491 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.493 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.493 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.494 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.495 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:22.496 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:22.524 | 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=73242) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2021-09-08 10:03:22.534 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:22.535 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.535 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.535 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.536 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.538 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.538 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.538 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.538 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.538 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.538 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.539 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.539 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.539 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.539 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.539 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.539 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.539 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.540 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.540 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.540 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.540 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.540 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.540 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.540 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.541 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.541 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.541 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.541 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.541 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.541 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.541 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.544 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.545 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.547 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.547 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.547 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.548 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:22.548 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:22.578 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:22.579 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.579 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.580 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.580 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.583 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.583 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.583 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.583 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.583 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.583 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.584 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.585 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.585 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.585 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.585 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.585 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.585 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.585 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.586 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.591 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.591 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.592 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.592 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.592 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.592 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.593 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.593 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.593 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.593 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.593 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.593 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.593 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:22.594 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:22.653 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:22.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.654 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.654 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.655 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.657 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.657 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.657 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.658 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.658 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.658 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.658 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.659 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.660 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.660 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.661 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.661 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.661 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.663 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.663 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.663 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.664 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.664 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.666 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.666 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.667 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:22.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:22.668 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:22.668 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:22.677 | INFO migrate.versioning.api [-] 66 -> 67...  2021-09-08 10:03:23.676 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:23.676 | INFO migrate.versioning.api [-] 67 -> 68...  2021-09-08 10:03:23.684 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:23.684 | INFO migrate.versioning.api [-] 68 -> 69...  2021-09-08 10:03:23.691 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:23.691 | INFO migrate.versioning.api [-] 69 -> 70...  2021-09-08 10:03:23.698 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:23.698 | INFO migrate.versioning.api [-] 70 -> 71...  2021-09-08 10:03:23.705 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:23.705 | INFO migrate.versioning.api [-] 71 -> 72...  2021-09-08 10:03:23.712 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:23.712 | INFO migrate.versioning.api [-] 72 -> 73...  2021-09-08 10:03:23.812 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:23.812 | INFO migrate.versioning.api [-] 73 -> 74...  2021-09-08 10:03:23.877 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:23.877 | INFO migrate.versioning.api [-] 74 -> 75...  2021-09-08 10:03:23.904 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:23.904 | INFO migrate.versioning.api [-] 75 -> 76...  2021-09-08 10:03:23.913 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:23.914 | INFO migrate.versioning.api [-] 76 -> 77...  2021-09-08 10:03:23.933 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:23.933 | INFO migrate.versioning.api [-] 77 -> 78...  2021-09-08 10:03:23.941 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:23.941 | INFO migrate.versioning.api [-] 78 -> 79...  2021-09-08 10:03:23.950 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:23.950 | INFO migrate.versioning.api [-] 79 -> 80...  2021-09-08 10:03:23.957 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:23.957 | INFO migrate.versioning.api [-] 80 -> 81...  2021-09-08 10:03:24.000 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:24.000 | INFO migrate.versioning.api [-] 81 -> 82...  2021-09-08 10:03:24.138 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:24.138 | INFO migrate.versioning.api [-] 82 -> 83...  2021-09-08 10:03:24.319 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:24.319 | INFO migrate.versioning.api [-] 83 -> 84...  2021-09-08 10:03:24.373 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:24.373 | INFO migrate.versioning.api [-] 84 -> 85...  2021-09-08 10:03:24.457 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:24.457 | INFO migrate.versioning.api [-] 85 -> 86...  2021-09-08 10:03:24.497 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:24.497 | INFO migrate.versioning.api [-] 86 -> 87...  2021-09-08 10:03:24.624 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:24.624 | INFO migrate.versioning.api [-] 87 -> 88...  2021-09-08 10:03:24.708 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:24.708 | INFO migrate.versioning.api [-] 88 -> 89...  2021-09-08 10:03:24.758 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:24.758 | INFO migrate.versioning.api [-] 89 -> 90...  2021-09-08 10:03:24.848 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:24.848 | INFO migrate.versioning.api [-] 90 -> 91...  2021-09-08 10:03:25.016 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.016 | INFO migrate.versioning.api [-] 91 -> 92...  2021-09-08 10:03:25.187 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.187 | INFO migrate.versioning.api [-] 92 -> 93...  2021-09-08 10:03:25.394 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.394 | INFO migrate.versioning.api [-] 93 -> 94...  2021-09-08 10:03:25.508 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.508 | INFO migrate.versioning.api [-] 94 -> 95...  2021-09-08 10:03:25.592 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.592 | INFO migrate.versioning.api [-] 95 -> 96...  2021-09-08 10:03:25.606 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.606 | INFO migrate.versioning.api [-] 96 -> 97...  2021-09-08 10:03:25.618 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.619 | INFO migrate.versioning.api [-] 97 -> 98...  2021-09-08 10:03:25.625 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.625 | INFO migrate.versioning.api [-] 98 -> 99...  2021-09-08 10:03:25.632 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.632 | INFO migrate.versioning.api [-] 99 -> 100...  2021-09-08 10:03:25.642 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.642 | INFO migrate.versioning.api [-] 100 -> 101...  2021-09-08 10:03:25.654 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.655 | INFO migrate.versioning.api [-] 101 -> 102...  2021-09-08 10:03:25.677 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.677 | INFO migrate.versioning.api [-] 102 -> 103...  2021-09-08 10:03:25.716 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.716 | INFO migrate.versioning.api [-] 103 -> 104...  2021-09-08 10:03:25.728 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.728 | INFO migrate.versioning.api [-] 104 -> 105...  2021-09-08 10:03:25.785 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.785 | INFO migrate.versioning.api [-] 105 -> 106...  2021-09-08 10:03:25.839 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.839 | INFO migrate.versioning.api [-] 106 -> 107...  2021-09-08 10:03:25.914 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.914 | INFO migrate.versioning.api [-] 107 -> 108...  2021-09-08 10:03:25.982 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:25.982 | INFO migrate.versioning.api [-] 108 -> 109...  2021-09-08 10:03:26.028 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.028 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:26.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.029 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.029 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.030 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.030 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.030 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.030 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.030 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.030 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.033 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.033 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.033 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.033 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.033 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.033 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.033 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.034 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.034 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.034 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.035 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.035 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.035 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.035 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.036 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.036 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.036 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.036 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.038 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.038 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.040 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.041 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.041 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.042 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:26.042 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:26.042 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:26.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.043 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.044 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.044 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.047 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.047 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.048 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.049 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.049 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.052 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.052 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.054 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.055 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.055 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.056 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:26.056 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:26.056 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:26.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.057 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.057 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.057 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.059 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.059 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.059 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.059 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.059 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.059 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.059 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.060 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.061 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.061 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.061 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.061 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.062 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.062 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.066 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.066 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.068 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.068 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.068 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.069 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:26.070 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:26.078 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:26.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.081 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.081 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.082 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.082 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.082 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.083 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.083 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.083 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.083 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.084 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.084 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.085 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.085 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.085 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.086 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.086 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.086 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.086 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.087 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.087 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.087 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.088 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.088 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.089 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.089 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.090 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.090 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.091 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.091 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.091 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.092 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.092 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.092 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.093 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.093 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.093 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.095 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.095 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.095 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.096 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.097 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.097 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.098 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.098 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.098 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.099 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.099 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.099 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.100 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.101 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.101 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.101 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.103 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:26.103 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:26.124 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:26.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.126 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.127 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.128 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.128 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.128 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.128 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.128 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.129 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.129 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.129 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.130 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.130 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.130 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.131 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.131 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.132 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.132 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.132 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.132 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.133 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.133 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.134 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.134 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.134 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.134 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.136 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.136 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.137 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.137 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.137 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.137 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.138 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.138 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.139 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.139 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.139 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.140 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.141 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.141 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.141 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.143 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.143 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.144 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.144 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.144 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.144 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.145 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.145 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.146 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.147 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.147 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.148 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.149 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:26.149 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:26.150 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:26.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.153 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.154 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.154 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.154 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.154 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.155 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.155 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.155 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.155 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.156 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.156 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.156 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.157 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.157 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.158 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.158 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.158 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.158 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.159 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.159 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.159 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.160 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.160 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.160 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.161 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.161 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.161 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.163 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.163 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.163 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.163 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.164 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.164 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.164 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.164 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.164 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.166 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.166 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.167 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.167 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.169 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.169 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.170 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.170 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.170 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.171 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.171 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.171 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.172 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.173 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.173 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.173 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.175 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:26.175 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:26.183 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:26.185 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.185 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.185 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.185 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.187 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.187 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.187 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.187 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.187 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.188 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.188 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.188 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.188 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.189 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.189 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.190 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.190 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.190 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.190 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.191 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.191 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.191 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.191 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.192 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.192 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.192 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.192 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.193 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.194 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.194 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.194 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.194 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.194 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.195 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.195 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.196 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.196 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.196 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.196 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.197 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.197 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.199 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.199 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.199 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.199 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.200 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.200 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.200 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.200 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.201 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.202 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.202 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.203 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.203 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.210 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.210 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.210 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.210 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.210 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.210 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.210 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.210 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.210 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.211 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.211 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.211 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:26.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:26.211 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:26.211 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:26.221 | INFO migrate.versioning.api [-] 0 -> 1...  2021-09-08 10:03:26.229 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.229 | INFO migrate.versioning.api [-] 1 -> 2...  2021-09-08 10:03:26.237 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.237 | INFO migrate.versioning.api [-] 2 -> 3...  2021-09-08 10:03:26.308 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.308 | INFO migrate.versioning.api [-] 3 -> 4...  2021-09-08 10:03:26.316 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.316 | INFO migrate.versioning.api [-] 4 -> 5...  2021-09-08 10:03:26.325 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.325 | INFO migrate.versioning.api [-] 5 -> 6...  2021-09-08 10:03:26.333 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.333 | INFO migrate.versioning.api [-] 6 -> 7...  2021-09-08 10:03:26.341 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.341 | INFO migrate.versioning.api [-] 7 -> 8...  2021-09-08 10:03:26.349 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.349 | INFO migrate.versioning.api [-] 8 -> 9...  2021-09-08 10:03:26.357 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.357 | INFO migrate.versioning.api [-] 9 -> 10...  2021-09-08 10:03:26.474 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.474 | INFO migrate.versioning.api [-] 10 -> 11...  2021-09-08 10:03:26.482 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.482 | INFO migrate.versioning.api [-] 11 -> 12...  2021-09-08 10:03:26.607 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.608 | INFO migrate.versioning.api [-] 12 -> 13...  2021-09-08 10:03:26.617 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.617 | INFO migrate.versioning.api [-] 13 -> 14...  2021-09-08 10:03:26.763 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.763 | INFO migrate.versioning.api [-] 14 -> 15...  2021-09-08 10:03:26.774 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.774 | INFO migrate.versioning.api [-] 15 -> 16...  2021-09-08 10:03:26.842 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.842 | INFO migrate.versioning.api [-] 16 -> 17...  2021-09-08 10:03:26.850 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.850 | INFO migrate.versioning.api [-] 17 -> 18...  2021-09-08 10:03:26.858 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.858 | INFO migrate.versioning.api [-] 18 -> 19...  2021-09-08 10:03:26.867 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.867 | INFO migrate.versioning.api [-] 19 -> 20...  2021-09-08 10:03:26.877 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.877 | INFO migrate.versioning.api [-] 20 -> 21...  2021-09-08 10:03:26.885 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.885 | INFO migrate.versioning.api [-] 21 -> 22...  2021-09-08 10:03:26.964 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:26.964 | INFO migrate.versioning.api [-] 22 -> 23...  2021-09-08 10:03:27.029 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.029 | INFO migrate.versioning.api [-] 23 -> 24...  2021-09-08 10:03:27.118 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.118 | INFO migrate.versioning.api [-] 24 -> 25...  2021-09-08 10:03:27.126 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.126 | INFO migrate.versioning.api [-] 25 -> 26...  2021-09-08 10:03:27.134 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.134 | INFO migrate.versioning.api [-] 26 -> 27...  2021-09-08 10:03:27.142 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.142 | INFO migrate.versioning.api [-] 27 -> 28...  2021-09-08 10:03:27.150 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.150 | INFO migrate.versioning.api [-] 28 -> 29...  2021-09-08 10:03:27.162 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.162 | INFO migrate.versioning.api [-] 29 -> 30...  2021-09-08 10:03:27.232 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.232 | INFO migrate.versioning.api [-] 30 -> 31...  2021-09-08 10:03:27.259 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.259 | INFO migrate.versioning.api [-] 31 -> 32...  2021-09-08 10:03:27.309 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.309 | INFO migrate.versioning.api [-] 32 -> 33...  2021-09-08 10:03:27.494 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.494 | INFO migrate.versioning.api [-] 33 -> 34...  2021-09-08 10:03:27.567 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.567 | INFO migrate.versioning.api [-] 34 -> 35...  2021-09-08 10:03:27.609 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.609 | INFO migrate.versioning.api [-] 35 -> 36...  2021-09-08 10:03:27.649 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.650 | INFO migrate.versioning.api [-] 36 -> 37...  2021-09-08 10:03:27.658 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.658 | INFO migrate.versioning.api [-] 37 -> 38...  2021-09-08 10:03:27.666 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.666 | INFO migrate.versioning.api [-] 38 -> 39...  2021-09-08 10:03:27.673 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.674 | INFO migrate.versioning.api [-] 39 -> 40...  2021-09-08 10:03:27.681 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.681 | INFO migrate.versioning.api [-] 40 -> 41...  2021-09-08 10:03:27.689 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.689 | INFO migrate.versioning.api [-] 41 -> 42...  2021-09-08 10:03:27.697 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.697 | INFO migrate.versioning.api [-] 42 -> 43...  2021-09-08 10:03:27.705 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.705 | INFO migrate.versioning.api [-] 43 -> 44...  2021-09-08 10:03:27.712 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.713 | INFO migrate.versioning.api [-] 44 -> 45...  2021-09-08 10:03:27.854 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.854 | INFO migrate.versioning.api [-] 45 -> 46...  2021-09-08 10:03:27.861 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:27.861 | INFO migrate.versioning.api [-] 46 -> 47...  2021-09-08 10:03:28.211 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.211 | INFO migrate.versioning.api [-] 47 -> 48...  2021-09-08 10:03:28.395 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.395 | INFO migrate.versioning.api [-] 48 -> 49...  2021-09-08 10:03:28.403 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.404 | INFO migrate.versioning.api [-] 49 -> 50...  2021-09-08 10:03:28.412 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.412 | INFO migrate.versioning.api [-] 50 -> 51...  2021-09-08 10:03:28.421 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.421 | INFO migrate.versioning.api [-] 51 -> 52...  2021-09-08 10:03:28.429 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.429 | INFO migrate.versioning.api [-] 52 -> 53...  2021-09-08 10:03:28.473 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.473 | INFO migrate.versioning.api [-] 53 -> 54...  2021-09-08 10:03:28.482 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.483 | INFO migrate.versioning.api [-] 54 -> 55...  2021-09-08 10:03:28.587 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.587 | INFO migrate.versioning.api [-] 55 -> 56...  2021-09-08 10:03:28.665 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.665 | INFO migrate.versioning.api [-] 56 -> 57...  2021-09-08 10:03:28.674 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.674 | INFO migrate.versioning.api [-] 57 -> 58...  2021-09-08 10:03:28.682 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.682 | INFO migrate.versioning.api [-] 58 -> 59...  2021-09-08 10:03:28.690 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.690 | INFO migrate.versioning.api [-] 59 -> 60...  2021-09-08 10:03:28.697 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.698 | INFO migrate.versioning.api [-] 60 -> 61...  2021-09-08 10:03:28.706 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.706 | INFO migrate.versioning.api [-] 61 -> 62...  2021-09-08 10:03:28.769 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.769 | INFO migrate.versioning.api [-] 62 -> 63...  2021-09-08 10:03:28.777 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.777 | INFO migrate.versioning.api [-] 63 -> 64...  2021-09-08 10:03:28.846 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:28.846 | INFO migrate.versioning.api [-] 64 -> 65...  2021-09-08 10:03:29.010 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.010 | INFO migrate.versioning.api [-] 65 -> 66...  2021-09-08 10:03:29.107 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.108 | INFO migrate.versioning.api [-] 66 -> 67...  2021-09-08 10:03:29.116 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.116 | INFO migrate.versioning.api [-] 67 -> 68...  2021-09-08 10:03:29.124 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.125 | INFO migrate.versioning.api [-] 68 -> 69...  2021-09-08 10:03:29.133 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.133 | INFO migrate.versioning.api [-] 69 -> 70...  2021-09-08 10:03:29.142 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.142 | INFO migrate.versioning.api [-] 70 -> 71...  2021-09-08 10:03:29.153 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.153 | INFO migrate.versioning.api [-] 71 -> 72...  2021-09-08 10:03:29.163 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.163 | INFO migrate.versioning.api [-] 72 -> 73...  2021-09-08 10:03:29.289 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.290 | INFO migrate.versioning.api [-] 73 -> 74...  2021-09-08 10:03:29.298 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.298 | INFO migrate.versioning.api [-] 74 -> 75...  2021-09-08 10:03:29.306 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.306 | INFO migrate.versioning.api [-] 75 -> 76...  2021-09-08 10:03:29.315 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.315 | INFO migrate.versioning.api [-] 76 -> 77...  2021-09-08 10:03:29.322 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.322 | INFO migrate.versioning.api [-] 77 -> 78...  2021-09-08 10:03:29.333 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.333 | INFO migrate.versioning.api [-] 78 -> 79...  2021-09-08 10:03:29.406 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.407 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:29.408 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.408 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.408 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.408 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.408 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.408 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.409 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.409 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.410 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.410 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.410 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.410 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.410 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.410 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.411 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.411 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.411 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.411 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.411 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.411 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.411 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.412 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.412 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.412 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.412 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.412 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.412 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.412 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.413 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.413 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.413 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.413 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.413 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.413 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.413 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.414 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.414 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.414 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.414 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.414 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.414 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.415 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.415 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.415 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.415 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.415 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.415 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.415 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.416 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.416 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.416 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.416 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.416 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.416 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.417 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.417 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.417 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.417 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.417 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.417 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.417 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.418 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.418 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.418 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.418 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.418 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.418 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.418 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.419 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.419 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.419 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.419 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.419 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.419 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.419 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.420 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.420 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.420 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.420 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.420 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.420 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.421 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.421 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.421 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.421 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.421 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.421 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.421 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.422 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.422 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.422 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.422 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.422 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.422 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.422 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.423 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.423 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.423 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.423 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.423 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.423 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.424 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.424 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.424 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.424 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.424 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.424 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.424 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.425 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.425 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.425 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.425 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.425 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.425 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.425 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.426 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.426 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.426 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.426 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.426 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.426 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.426 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.427 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.427 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.427 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.427 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.427 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.427 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.428 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.428 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.428 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.428 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.428 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.428 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.428 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.429 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.429 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.429 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.429 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.429 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.429 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.429 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.430 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.430 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.430 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.430 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.430 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.430 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.430 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.431 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.431 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.431 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.431 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.431 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:29.431 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:29.433 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:29.434 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.434 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.434 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.434 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.434 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.434 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.435 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.435 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.435 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.435 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.435 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.435 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.436 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.436 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.436 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.436 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.436 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.436 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.436 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.437 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.437 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.437 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.437 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.437 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.437 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.437 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.438 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.438 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.438 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.438 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.438 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.438 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.439 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.439 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.439 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.439 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.439 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.439 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.439 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.440 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.440 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.440 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.441 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.441 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.441 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.441 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.442 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.442 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.442 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.442 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.442 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.442 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.443 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.443 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.443 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.443 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.443 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.443 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.443 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.444 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.444 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.444 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.444 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.444 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.444 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.444 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.445 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.445 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.445 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.445 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.445 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.446 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.446 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.446 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.446 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.446 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.446 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.447 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.447 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.447 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.448 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.449 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.449 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.449 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.449 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.449 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.450 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.450 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.450 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.450 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.451 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.451 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.451 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.451 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.452 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.452 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.452 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.452 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.452 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.452 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.452 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.453 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.453 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.453 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.453 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.453 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.454 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.454 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.454 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.454 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.455 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.455 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.455 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.456 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.456 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.457 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.458 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.458 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.458 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.458 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.458 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.458 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:29.459 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:29.459 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:29.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.460 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.460 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.462 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.462 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.462 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.463 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.463 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.463 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.463 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.464 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.464 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.464 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.464 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.465 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.465 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.466 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.467 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.467 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.467 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.467 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.467 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.467 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.467 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.468 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.468 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.468 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.468 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.468 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.468 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.468 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.469 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.469 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.469 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.469 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.469 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.469 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.470 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.470 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.470 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.470 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.470 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.470 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.470 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.471 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.471 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.471 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.471 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.472 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.472 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.472 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.472 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.472 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.472 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.473 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.473 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.473 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.473 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.473 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.473 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.473 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.474 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.474 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.475 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.475 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.475 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.475 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.476 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.476 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.476 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.476 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.477 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.477 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.477 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.478 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.479 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.479 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.480 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.480 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.480 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.481 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.481 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.481 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.482 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.483 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.483 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.484 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.485 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:29.485 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:29.494 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:29.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.496 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.496 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.497 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.497 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.498 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.498 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.498 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.499 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.499 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.500 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.500 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.500 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.500 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.500 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.501 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.501 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.501 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.501 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.501 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.501 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.502 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.502 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.502 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.502 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.502 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.503 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.503 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.503 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.503 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.504 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.504 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.504 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.504 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.504 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.504 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.504 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.505 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.505 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.505 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.505 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.505 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.505 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.505 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.506 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.506 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.506 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.506 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.506 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.506 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.507 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.507 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.507 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.507 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.507 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.507 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.507 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.508 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.508 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.508 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.508 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.508 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.508 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.508 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.509 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.509 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.509 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.509 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.509 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.509 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.509 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.510 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.510 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.510 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.511 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.511 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.511 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.511 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.511 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.511 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.512 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.512 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.512 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.512 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.512 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.512 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.512 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.513 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.513 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.513 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.513 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.513 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.513 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.513 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.514 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.514 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.514 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.514 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.514 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.514 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.514 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.515 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.515 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.515 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.515 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.515 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.515 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.516 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.516 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.516 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.516 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.516 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.516 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.516 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.517 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.517 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.517 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.517 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.517 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.517 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.517 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.518 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.518 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.518 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.518 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.518 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.518 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.518 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.519 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.519 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.519 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.519 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.519 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.519 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.519 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:29.520 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:29.542 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:29.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.544 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.544 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.545 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.545 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.546 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.547 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.547 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.547 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.548 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.548 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.548 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.549 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.549 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.549 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.549 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.549 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.550 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.550 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.551 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.552 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.552 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.552 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.552 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.552 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.552 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.552 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.553 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.553 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.553 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.553 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.553 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.554 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.554 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.554 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.554 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.554 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.554 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.554 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.555 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.555 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.555 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.555 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.555 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.555 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.555 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.556 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.556 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.556 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.556 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.556 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.556 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.557 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.557 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.557 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.557 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.558 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.558 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.558 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.558 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.558 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.558 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.558 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.559 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.559 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.560 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.560 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.560 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.560 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.560 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.560 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.560 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.561 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.561 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.561 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.561 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.561 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.561 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.561 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.562 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.562 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.562 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.562 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.562 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.562 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.562 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.563 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.564 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.565 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.565 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.565 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.565 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.565 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.565 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.565 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.566 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.566 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.566 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.567 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.567 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.567 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.567 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:29.567 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:29.568 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:29.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.569 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.569 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.570 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.570 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.571 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.571 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.571 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.572 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.572 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.572 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.572 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.573 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.574 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.574 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.574 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.574 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.574 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.574 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.574 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.575 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.575 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.575 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.575 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.576 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.576 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.576 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.576 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.577 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.577 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.577 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.577 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.578 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.578 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.578 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.578 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.578 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.578 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.578 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.579 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.579 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.579 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.579 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.579 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.580 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.580 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.580 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.580 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.580 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.580 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.581 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.581 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.581 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.582 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.582 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.582 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.582 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.583 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.583 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.583 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.583 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.583 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.583 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.583 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.585 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.585 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.585 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.585 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.585 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.585 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.585 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.586 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.586 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.586 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.586 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.586 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.586 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.586 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.587 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.587 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.587 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.587 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.587 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.587 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.587 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.588 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.588 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.588 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.589 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.589 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.589 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.589 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.589 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.589 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.589 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.590 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.590 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.590 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.590 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.591 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.591 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.591 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.592 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.592 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.592 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.592 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.592 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.592 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.593 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:29.593 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:29.600 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:29.601 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.601 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.602 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.602 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.602 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.602 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.602 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.602 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.603 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.603 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.603 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.603 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.603 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.603 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.603 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.604 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.604 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.604 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.604 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.604 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.604 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.605 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.605 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.605 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.605 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.605 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.605 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.605 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.606 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.606 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.606 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.606 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.606 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.606 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.606 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.607 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.607 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.607 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.607 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.607 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.607 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.607 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.608 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.608 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.608 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.608 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.608 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.608 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.609 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.609 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.609 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.609 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.609 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.609 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.609 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.610 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.610 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.610 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.610 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.610 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.610 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.610 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.611 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.611 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.611 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.611 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.611 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.611 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.611 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.612 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.612 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.612 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.612 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.612 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.612 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.613 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.613 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.613 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.613 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.613 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.613 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.613 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.614 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.614 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.614 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.614 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.614 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.614 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.614 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.615 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.615 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.615 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.615 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.615 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.615 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.615 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.616 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.616 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.616 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.616 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.616 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.616 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.617 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.617 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.617 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.617 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.617 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.617 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.617 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.622 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.622 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.622 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.622 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.622 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.622 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.622 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.622 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.622 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.623 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.623 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.623 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.623 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.623 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.623 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.623 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.624 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.624 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.624 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.625 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.625 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:29.625 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:29.625 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:29.625 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:29.634 | INFO migrate.versioning.api [-] 0 -> 1...  2021-09-08 10:03:29.646 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.646 | INFO migrate.versioning.api [-] 1 -> 2...  2021-09-08 10:03:29.654 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.654 | INFO migrate.versioning.api [-] 2 -> 3...  2021-09-08 10:03:29.671 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.674 | INFO migrate.versioning.api [-] 3 -> 4...  2021-09-08 10:03:29.683 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.684 | INFO migrate.versioning.api [-] 4 -> 5...  2021-09-08 10:03:29.692 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.692 | INFO migrate.versioning.api [-] 5 -> 6...  2021-09-08 10:03:29.701 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.701 | INFO migrate.versioning.api [-] 6 -> 7...  2021-09-08 10:03:29.710 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.711 | INFO migrate.versioning.api [-] 7 -> 8...  2021-09-08 10:03:29.721 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.723 | INFO migrate.versioning.api [-] 8 -> 9...  2021-09-08 10:03:29.731 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.731 | INFO migrate.versioning.api [-] 9 -> 10...  2021-09-08 10:03:29.740 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.740 | INFO migrate.versioning.api [-] 10 -> 11...  2021-09-08 10:03:29.749 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.749 | INFO migrate.versioning.api [-] 11 -> 12...  2021-09-08 10:03:29.792 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.792 | INFO migrate.versioning.api [-] 12 -> 13...  2021-09-08 10:03:29.801 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.801 | INFO migrate.versioning.api [-] 13 -> 14...  2021-09-08 10:03:29.863 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.863 | INFO migrate.versioning.api [-] 14 -> 15...  2021-09-08 10:03:29.940 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.940 | INFO migrate.versioning.api [-] 15 -> 16...  2021-09-08 10:03:29.949 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.949 | INFO migrate.versioning.api [-] 16 -> 17...  2021-09-08 10:03:29.960 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.960 | INFO migrate.versioning.api [-] 17 -> 18...  2021-09-08 10:03:29.970 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.971 | INFO migrate.versioning.api [-] 18 -> 19...  2021-09-08 10:03:29.981 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.982 | INFO migrate.versioning.api [-] 19 -> 20...  2021-09-08 10:03:29.989 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.990 | INFO migrate.versioning.api [-] 20 -> 21...  2021-09-08 10:03:29.999 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:29.999 | INFO migrate.versioning.api [-] 21 -> 22...  2021-09-08 10:03:30.006 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.007 | INFO migrate.versioning.api [-] 22 -> 23...  2021-09-08 10:03:30.014 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.015 | INFO migrate.versioning.api [-] 23 -> 24...  2021-09-08 10:03:30.023 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.023 | INFO migrate.versioning.api [-] 24 -> 25...  2021-09-08 10:03:30.033 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.033 | INFO migrate.versioning.api [-] 25 -> 26...  2021-09-08 10:03:30.042 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.043 | INFO migrate.versioning.api [-] 26 -> 27...  2021-09-08 10:03:30.051 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.052 | INFO migrate.versioning.api [-] 27 -> 28...  2021-09-08 10:03:30.060 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.060 | INFO migrate.versioning.api [-] 28 -> 29...  2021-09-08 10:03:30.069 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.069 | INFO migrate.versioning.api [-] 29 -> 30...  2021-09-08 10:03:30.078 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.078 | INFO migrate.versioning.api [-] 30 -> 31...  2021-09-08 10:03:30.087 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.087 | INFO migrate.versioning.api [-] 31 -> 32...  2021-09-08 10:03:30.098 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.098 | INFO migrate.versioning.api [-] 32 -> 33...  2021-09-08 10:03:30.108 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.109 | INFO migrate.versioning.api [-] 33 -> 34...  2021-09-08 10:03:30.117 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.117 | INFO migrate.versioning.api [-] 34 -> 35...  2021-09-08 10:03:30.125 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.126 | INFO migrate.versioning.api [-] 35 -> 36...  2021-09-08 10:03:30.134 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.134 | INFO migrate.versioning.api [-] 36 -> 37...  2021-09-08 10:03:30.142 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.142 | INFO migrate.versioning.api [-] 37 -> 38...  2021-09-08 10:03:30.150 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.150 | INFO migrate.versioning.api [-] 38 -> 39...  2021-09-08 10:03:30.159 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.160 | INFO migrate.versioning.api [-] 39 -> 40...  2021-09-08 10:03:30.169 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.169 | INFO migrate.versioning.api [-] 40 -> 41...  2021-09-08 10:03:30.177 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.177 | INFO migrate.versioning.api [-] 41 -> 42...  2021-09-08 10:03:30.187 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.187 | INFO migrate.versioning.api [-] 42 -> 43...  2021-09-08 10:03:30.197 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.197 | INFO migrate.versioning.api [-] 43 -> 44...  2021-09-08 10:03:30.207 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.207 | INFO migrate.versioning.api [-] 44 -> 45...  2021-09-08 10:03:30.216 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.216 | INFO migrate.versioning.api [-] 45 -> 46...  2021-09-08 10:03:30.268 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.268 | INFO migrate.versioning.api [-] 46 -> 47...  2021-09-08 10:03:30.277 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.277 | INFO migrate.versioning.api [-] 47 -> 48...  2021-09-08 10:03:30.286 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.287 | INFO migrate.versioning.api [-] 48 -> 49...  2021-09-08 10:03:30.296 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.296 | INFO migrate.versioning.api [-] 49 -> 50...  2021-09-08 10:03:30.304 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.306 | INFO migrate.versioning.api [-] 50 -> 51...  2021-09-08 10:03:30.316 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.316 | INFO migrate.versioning.api [-] 51 -> 52...  2021-09-08 10:03:30.325 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.327 | INFO migrate.versioning.api [-] 52 -> 53...  2021-09-08 10:03:30.335 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.335 | INFO migrate.versioning.api [-] 53 -> 54...  2021-09-08 10:03:30.343 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.344 | INFO migrate.versioning.api [-] 54 -> 55...  2021-09-08 10:03:30.352 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.353 | INFO migrate.versioning.api [-] 55 -> 56...  2021-09-08 10:03:30.362 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.363 | INFO migrate.versioning.api [-] 56 -> 57...  2021-09-08 10:03:30.372 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.372 | INFO migrate.versioning.api [-] 57 -> 58...  2021-09-08 10:03:30.380 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.381 | INFO migrate.versioning.api [-] 58 -> 59...  2021-09-08 10:03:30.390 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.390 | INFO migrate.versioning.api [-] 59 -> 60...  2021-09-08 10:03:30.399 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.399 | INFO migrate.versioning.api [-] 60 -> 61...  2021-09-08 10:03:30.406 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.406 | INFO migrate.versioning.api [-] 61 -> 62...  2021-09-08 10:03:30.428 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.429 | INFO migrate.versioning.api [-] 62 -> 63...  2021-09-08 10:03:30.439 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.440 | INFO migrate.versioning.api [-] 63 -> 64...  2021-09-08 10:03:30.447 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.447 | INFO migrate.versioning.api [-] 64 -> 65...  2021-09-08 10:03:30.456 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.456 | INFO migrate.versioning.api [-] 65 -> 66...  2021-09-08 10:03:30.465 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.466 | INFO migrate.versioning.api [-] 66 -> 67...  2021-09-08 10:03:30.476 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.476 | INFO migrate.versioning.api [-] 67 -> 68...  2021-09-08 10:03:30.485 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.485 | INFO migrate.versioning.api [-] 68 -> 69...  2021-09-08 10:03:30.493 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.493 | INFO migrate.versioning.api [-] 69 -> 70...  2021-09-08 10:03:30.501 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.502 | INFO migrate.versioning.api [-] 70 -> 71...  2021-09-08 10:03:30.509 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.510 | INFO migrate.versioning.api [-] 71 -> 72...  2021-09-08 10:03:30.518 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.518 | INFO migrate.versioning.api [-] 72 -> 73...  2021-09-08 10:03:30.527 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.527 | INFO migrate.versioning.api [-] 73 -> 74...  2021-09-08 10:03:30.535 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.535 | INFO migrate.versioning.api [-] 74 -> 75...  2021-09-08 10:03:30.544 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.544 | INFO migrate.versioning.api [-] 75 -> 76...  2021-09-08 10:03:30.552 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.552 | INFO migrate.versioning.api [-] 76 -> 77...  2021-09-08 10:03:30.560 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.560 | INFO migrate.versioning.api [-] 77 -> 78...  2021-09-08 10:03:30.569 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.569 | INFO migrate.versioning.api [-] 78 -> 79...  2021-09-08 10:03:30.576 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.577 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:30.578 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.578 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.578 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.578 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.578 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.579 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.579 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.579 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.579 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.580 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.581 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.581 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.581 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.582 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.582 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.582 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.583 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.583 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.583 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.583 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.583 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.584 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.584 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.584 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.584 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.585 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.585 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.585 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.585 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.585 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.585 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.585 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.588 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.588 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.588 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.589 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.589 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.589 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.589 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.589 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.589 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.590 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.590 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.590 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.591 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.591 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.592 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.592 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.592 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.592 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.592 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.593 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.593 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.593 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.593 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.593 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.593 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.594 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.594 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.594 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.594 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.594 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.594 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.596 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.596 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.597 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.597 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.597 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.597 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.597 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.597 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.597 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.598 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.598 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.599 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.599 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.600 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.600 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.600 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.600 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.600 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.600 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.600 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.601 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.601 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.601 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.601 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.601 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.601 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.601 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.602 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.602 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.602 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.602 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.602 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.602 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.603 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.603 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.603 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.603 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.603 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.603 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.603 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.604 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.604 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.605 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.605 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.605 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.605 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.605 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.605 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:30.605 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:30.606 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:30.607 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.607 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.607 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.608 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.608 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.608 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.608 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.608 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.608 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.608 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.609 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.609 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.609 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.609 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.609 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.609 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.609 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.610 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.610 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.610 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.610 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.610 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.610 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.610 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.611 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.611 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.611 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.611 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.611 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.611 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.611 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.612 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.612 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.612 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.612 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.613 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.613 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.613 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.613 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.613 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.613 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.613 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.614 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.614 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.614 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.614 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.614 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.614 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.614 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.615 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.615 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.615 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.615 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.615 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.615 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.615 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.616 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.616 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.616 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.616 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.616 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.616 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.616 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.617 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.617 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.617 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.617 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.617 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.617 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.618 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.618 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.618 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.618 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.618 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.618 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.619 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.619 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.619 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.619 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.619 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.620 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.620 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.620 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.620 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.620 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.621 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.621 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.621 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.622 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.622 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.623 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.623 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.624 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.624 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.624 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.625 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.625 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.625 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.625 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.625 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.625 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.625 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.626 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.626 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.626 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.626 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.626 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.626 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.626 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.627 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.627 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.627 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.627 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.627 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.627 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.627 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.628 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.628 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.628 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.628 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.628 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.628 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.628 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.629 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.629 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.629 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.629 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.629 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.629 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.630 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.630 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.630 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.630 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.630 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.630 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.630 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.631 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.631 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.631 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:30.631 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:30.631 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:30.632 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.632 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.633 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.633 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.633 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.633 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.634 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.634 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.634 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.634 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.634 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.634 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.634 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.635 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.635 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.635 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.635 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.635 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.635 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.636 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.636 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.636 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.636 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.636 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.636 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.636 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.637 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.637 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.637 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.637 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.638 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.638 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.638 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.638 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.638 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.638 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.639 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.639 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.640 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.641 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.641 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.641 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.642 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.642 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.642 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.642 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.642 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.643 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.643 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.643 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.643 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.643 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.643 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.644 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.644 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.644 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.645 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.645 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.645 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.645 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.646 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.646 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.646 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.646 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.646 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.646 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.646 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.648 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.648 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.649 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.649 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.649 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.649 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.649 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.649 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.649 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.650 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.650 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.650 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.650 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.650 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.651 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.651 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.653 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.653 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.653 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.653 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.653 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.653 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.653 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.654 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.654 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.654 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.654 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.655 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.655 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.655 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.655 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.655 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:30.656 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:30.664 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:30.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.667 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.667 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.668 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.668 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.668 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.668 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.669 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.669 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.669 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.669 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.669 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.669 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.669 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.670 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.670 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.670 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.670 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.670 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.670 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.670 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.671 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.671 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.671 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.672 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.672 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.672 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.672 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.672 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.672 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.673 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.674 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.674 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.674 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.675 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.675 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.676 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.676 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.677 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.677 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.677 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.677 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.677 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.677 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.677 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.678 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.678 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.678 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.678 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.678 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.678 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.678 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.679 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.679 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.679 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.680 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.680 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.680 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.680 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.680 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.680 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.680 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.681 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.681 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.681 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.681 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.681 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.681 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.681 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.682 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.682 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.682 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.683 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.683 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.683 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.684 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.684 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.686 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.686 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.687 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.687 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.687 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.687 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.689 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.689 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.689 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:30.689 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:30.794 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:30.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.796 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.796 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.796 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.797 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.797 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.797 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.798 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.798 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.798 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.798 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.798 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.798 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.799 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.799 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.799 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.799 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.800 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.800 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.800 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.800 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.800 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.800 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.800 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.801 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.801 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.801 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.801 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.802 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.802 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.802 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.802 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.803 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.804 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.804 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.804 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.804 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.805 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.805 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.807 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.807 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.807 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.807 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.807 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.807 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.809 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.809 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.810 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.810 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.811 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.811 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.811 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.812 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.812 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.812 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.813 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.813 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.815 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.815 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.815 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.816 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.818 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.818 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.818 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.818 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:30.818 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:30.818 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:30.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.821 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.822 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.822 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.822 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.822 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.822 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.822 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.823 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.823 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.823 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.823 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.823 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.824 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.824 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.824 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.824 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.825 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.825 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.825 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.825 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.826 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.826 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.826 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.826 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.826 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.826 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.826 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.827 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.827 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.827 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.827 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.827 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.827 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.827 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.828 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.828 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.828 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.828 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.828 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.828 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.829 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.829 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.829 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.829 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.829 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.829 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.830 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.830 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.830 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.830 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.830 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.830 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.831 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.831 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.831 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.831 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.831 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.831 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.831 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.832 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.832 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.832 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.832 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.832 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.834 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.834 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.835 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.835 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.835 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.835 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.835 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.836 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.836 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.836 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.836 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.837 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.837 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.838 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.838 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.838 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.839 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.839 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.839 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.840 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.840 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.841 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.841 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.843 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.843 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:30.843 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:30.851 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:03:30.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.855 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.855 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.856 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.856 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.856 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.856 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.857 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.857 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.857 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.858 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.858 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.858 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.858 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.859 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.859 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.859 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.860 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.860 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.860 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.860 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.860 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.862 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.862 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.862 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.862 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.863 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.864 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.864 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.864 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.864 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.865 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.865 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.865 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.865 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.865 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.865 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.865 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.867 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.867 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.867 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.868 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.868 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.868 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.869 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.869 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.869 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.870 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.870 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.870 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.870 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.871 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.871 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.871 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.871 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.871 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.873 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.873 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.873 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.873 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.873 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.873 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.873 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.874 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.874 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.875 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.875 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.875 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.875 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.875 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.875 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.875 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.876 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.876 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.876 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:03:30.876 | 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=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:03:30.876 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:03:30.876 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=73242) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:03:30.885 | INFO migrate.versioning.api [-] 0 -> 1...  2021-09-08 10:03:30.895 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:30.895 | INFO migrate.versioning.api [-] 1 -> 2...  2021-09-08 10:03:31.005 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:31.005 | INFO migrate.versioning.api [-] 2 -> 3...  2021-09-08 10:03:31.118 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:31.119 | INFO migrate.versioning.api [-] 3 -> 4...  2021-09-08 10:03:31.280 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:31.280 | INFO migrate.versioning.api [-] 4 -> 5...  2021-09-08 10:03:31.289 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:31.289 | INFO migrate.versioning.api [-] 5 -> 6...  2021-09-08 10:03:31.297 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:31.297 | INFO migrate.versioning.api [-] 6 -> 7...  2021-09-08 10:03:31.305 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:31.305 | INFO migrate.versioning.api [-] 7 -> 8...  2021-09-08 10:03:31.314 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:31.314 | INFO migrate.versioning.api [-] 8 -> 9...  2021-09-08 10:03:31.322 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:31.322 | INFO migrate.versioning.api [-] 9 -> 10...  2021-09-08 10:03:31.331 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:31.331 | INFO migrate.versioning.api [-] 10 -> 11...  2021-09-08 10:03:31.396 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:31.396 | INFO migrate.versioning.api [-] 11 -> 12...  2021-09-08 10:03:31.488 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:31.488 | INFO migrate.versioning.api [-] 12 -> 13...  2021-09-08 10:03:31.646 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:31.646 | INFO migrate.versioning.api [-] 13 -> 14...  2021-09-08 10:03:31.898 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:31.898 | INFO migrate.versioning.api [-] 14 -> 15...  2021-09-08 10:03:32.004 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.004 | INFO migrate.versioning.api [-] 15 -> 16...  2021-09-08 10:03:32.011 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.011 | INFO migrate.versioning.api [-] 16 -> 17...  2021-09-08 10:03:32.020 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.020 | INFO migrate.versioning.api [-] 17 -> 18...  2021-09-08 10:03:32.027 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.027 | INFO migrate.versioning.api [-] 18 -> 19...  2021-09-08 10:03:32.034 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.035 | INFO migrate.versioning.api [-] 19 -> 20...  2021-09-08 10:03:32.043 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.043 | INFO migrate.versioning.api [-] 20 -> 21...  2021-09-08 10:03:32.050 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.050 | INFO migrate.versioning.api [-] 21 -> 22...  2021-09-08 10:03:32.058 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.058 | INFO migrate.versioning.api [-] 22 -> 23...  2021-09-08 10:03:32.065 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.066 | INFO migrate.versioning.api [-] 23 -> 24...  2021-09-08 10:03:32.165 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.166 | INFO migrate.versioning.api [-] 24 -> 25...  2021-09-08 10:03:32.173 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.173 | INFO migrate.versioning.api [-] 25 -> 26...  2021-09-08 10:03:32.180 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.180 | INFO migrate.versioning.api [-] 26 -> 27...  2021-09-08 10:03:32.188 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.188 | INFO migrate.versioning.api [-] 27 -> 28...  2021-09-08 10:03:32.195 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.196 | INFO migrate.versioning.api [-] 28 -> 29...  2021-09-08 10:03:32.203 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.203 | INFO migrate.versioning.api [-] 29 -> 30...  2021-09-08 10:03:32.211 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.211 | INFO migrate.versioning.api [-] 30 -> 31...  2021-09-08 10:03:32.219 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.219 | INFO migrate.versioning.api [-] 31 -> 32...  2021-09-08 10:03:32.254 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.254 | INFO migrate.versioning.api [-] 32 -> 33...  2021-09-08 10:03:32.262 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.262 | INFO migrate.versioning.api [-] 33 -> 34...  2021-09-08 10:03:32.269 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.269 | INFO migrate.versioning.api [-] 34 -> 35...  2021-09-08 10:03:32.325 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.326 | INFO migrate.versioning.api [-] 35 -> 36...  2021-09-08 10:03:32.381 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.381 | INFO migrate.versioning.api [-] 36 -> 37...  2021-09-08 10:03:32.485 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.485 | INFO migrate.versioning.api [-] 37 -> 38...  2021-09-08 10:03:32.492 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.492 | INFO migrate.versioning.api [-] 38 -> 39...  2021-09-08 10:03:32.500 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.501 | INFO migrate.versioning.api [-] 39 -> 40...  2021-09-08 10:03:32.507 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.507 | INFO migrate.versioning.api [-] 40 -> 41...  2021-09-08 10:03:32.514 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.514 | INFO migrate.versioning.api [-] 41 -> 42...  2021-09-08 10:03:32.521 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.521 | INFO migrate.versioning.api [-] 42 -> 43...  2021-09-08 10:03:32.528 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.528 | INFO migrate.versioning.api [-] 43 -> 44...  2021-09-08 10:03:32.535 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.535 | INFO migrate.versioning.api [-] 44 -> 45...  2021-09-08 10:03:32.543 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.543 | INFO migrate.versioning.api [-] 45 -> 46...  2021-09-08 10:03:32.550 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.550 | INFO migrate.versioning.api [-] 46 -> 47...  2021-09-08 10:03:32.726 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.727 | INFO migrate.versioning.api [-] 47 -> 48...  2021-09-08 10:03:32.733 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.733 | INFO migrate.versioning.api [-] 48 -> 49...  2021-09-08 10:03:32.741 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.741 | INFO migrate.versioning.api [-] 49 -> 50...  2021-09-08 10:03:32.748 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.748 | INFO migrate.versioning.api [-] 50 -> 51...  2021-09-08 10:03:32.756 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.756 | INFO migrate.versioning.api [-] 51 -> 52...  2021-09-08 10:03:32.764 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.764 | INFO migrate.versioning.api [-] 52 -> 53...  2021-09-08 10:03:32.771 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.771 | INFO migrate.versioning.api [-] 53 -> 54...  2021-09-08 10:03:32.870 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.870 | INFO migrate.versioning.api [-] 54 -> 55...  2021-09-08 10:03:32.899 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.899 | INFO migrate.versioning.api [-] 55 -> 56...  2021-09-08 10:03:32.907 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.907 | INFO migrate.versioning.api [-] 56 -> 57...  2021-09-08 10:03:32.916 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.916 | INFO migrate.versioning.api [-] 57 -> 58...  2021-09-08 10:03:32.923 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.923 | INFO migrate.versioning.api [-] 58 -> 59...  2021-09-08 10:03:32.931 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.932 | INFO migrate.versioning.api [-] 59 -> 60...  2021-09-08 10:03:32.939 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.939 | INFO migrate.versioning.api [-] 60 -> 61...  2021-09-08 10:03:32.945 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.945 | INFO migrate.versioning.api [-] 61 -> 62...  2021-09-08 10:03:32.954 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:32.954 | INFO migrate.versioning.api [-] 62 -> 63...  2021-09-08 10:03:33.095 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:33.095 | INFO migrate.versioning.api [-] 63 -> 64...  2021-09-08 10:03:33.102 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:33.102 | INFO migrate.versioning.api [-] 64 -> 65...  2021-09-08 10:03:33.110 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:33.110 | INFO migrate.versioning.api [-] 65 -> 66...  2021-09-08 10:03:33.118 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:33.118 | INFO migrate.versioning.api [-] 66 -> 67...  2021-09-08 10:03:33.126 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:33.126 | INFO migrate.versioning.api [-] 67 -> 68...  2021-09-08 10:03:33.134 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:33.134 | INFO migrate.versioning.api [-] 68 -> 69...  2021-09-08 10:03:33.143 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:33.143 | INFO migrate.versioning.api [-] 69 -> 70...  2021-09-08 10:03:33.149 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:33.149 | INFO migrate.versioning.api [-] 70 -> 71...  2021-09-08 10:03:33.156 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:33.157 | INFO migrate.versioning.api [-] 71 -> 72...  2021-09-08 10:03:33.270 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:33.270 | INFO migrate.versioning.api [-] 72 -> 73...  2021-09-08 10:03:33.279 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:33.279 | INFO migrate.versioning.api [-] 73 -> 74...  2021-09-08 10:03:33.286 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:33.286 | INFO migrate.versioning.api [-] 74 -> 75...  2021-09-08 10:03:33.294 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:33.294 | INFO migrate.versioning.api [-] 75 -> 76...  2021-09-08 10:03:33.301 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:33.301 | INFO migrate.versioning.api [-] 76 -> 77...  2021-09-08 10:03:33.310 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:33.310 | INFO migrate.versioning.api [-] 77 -> 78...  2021-09-08 10:03:33.317 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:33.317 | INFO migrate.versioning.api [-] 78 -> 79...  2021-09-08 10:03:33.327 | INFO migrate.versioning.api [-] done 2021-09-08 10:03:33.697 | + lib/keystone:init_keystone:455 : time_stop dbsync 2021-09-08 10:03:33.699 | + functions-common:time_stop:2309 : local name 2021-09-08 10:03:33.702 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:03:33.704 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:03:33.707 | + functions-common:time_stop:2312 : local total 2021-09-08 10:03:33.709 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:03:33.711 | + functions-common:time_stop:2315 : name=dbsync 2021-09-08 10:03:33.714 | + functions-common:time_stop:2316 : start_time=1631095398432 2021-09-08 10:03:33.716 | + functions-common:time_stop:2318 : [[ -z 1631095398432 ]] 2021-09-08 10:03:33.719 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:03:33.723 | + functions-common:time_stop:2321 : end_time=1631095413721 2021-09-08 10:03:33.726 | + functions-common:time_stop:2322 : elapsed_time=15289 2021-09-08 10:03:33.728 | + functions-common:time_stop:2323 : total=0 2021-09-08 10:03:33.731 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:03:33.733 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=15289 2021-09-08 10:03:33.736 | + lib/keystone:init_keystone:457 : [[ fernet == \f\e\r\n\e\t ]] 2021-09-08 10:03:33.738 | + lib/keystone:init_keystone:458 : rm -rf /etc/keystone/fernet-keys/ 2021-09-08 10:03:33.742 | + lib/keystone:init_keystone:459 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2021-09-08 10:03:37.548 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2021-09-08 10:03:37.549 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2021-09-08 10:03:37.549 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2021-09-08 10:03:37.549 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2021-09-08 10:03:37.549 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2021-09-08 10:03:37.550 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2021-09-08 10:03:37.550 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2021-09-08 10:03:37.550 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2021-09-08 10:03:37.550 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2021-09-08 10:03:37.866 | + lib/keystone:init_keystone:461 : rm -rf /etc/keystone/credential-keys/ 2021-09-08 10:03:37.870 | + lib/keystone:init_keystone:462 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2021-09-08 10:03:41.669 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2021-09-08 10:03:41.669 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2021-09-08 10:03:41.669 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2021-09-08 10:03:41.670 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2021-09-08 10:03:41.670 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2021-09-08 10:03:41.670 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2021-09-08 10:03:41.670 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2021-09-08 10:03:41.671 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2021-09-08 10:03:41.671 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2021-09-08 10:03:41.979 | + ./stack.sh:main:1098 : start_keystone 2021-09-08 10:03:41.981 | + lib/keystone:start_keystone:520 : local service_port=5000 2021-09-08 10:03:41.984 | + lib/keystone:start_keystone:521 : local auth_protocol=http 2021-09-08 10:03:41.986 | + lib/keystone:start_keystone:522 : is_service_enabled tls-proxy 2021-09-08 10:03:42.003 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:03:42.005 | + lib/keystone:start_keystone:527 : '[' uwsgi == mod_wsgi ']' 2021-09-08 10:03:42.008 | ++ lib/keystone:start_keystone:531 : which uwsgi 2021-09-08 10:03:42.013 | + lib/keystone:start_keystone:531 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2021-09-08 10:03:42.015 | + functions-common:run_process:1564 : local service=keystone 2021-09-08 10:03:42.021 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-09-08 10:03:42.023 | + functions-common:run_process:1566 : local group= 2021-09-08 10:03:42.026 | + functions-common:run_process:1567 : local user= 2021-09-08 10:03:42.029 | + functions-common:run_process:1569 : local name=keystone 2021-09-08 10:03:42.031 | + functions-common:run_process:1571 : time_start run_process 2021-09-08 10:03:42.033 | + functions-common:time_start:2295 : local name=run_process 2021-09-08 10:03:42.036 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:03:42.038 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:03:42.042 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:03:42.046 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095422043 2021-09-08 10:03:42.048 | + functions-common:run_process:1572 : is_service_enabled keystone 2021-09-08 10:03:42.065 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:03:42.067 | + functions-common:run_process:1573 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2021-09-08 10:03:42.069 | + functions-common:_run_under_systemd:1529 : local service=keystone 2021-09-08 10:03:42.072 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-09-08 10:03:42.074 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-09-08 10:03:42.076 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-09-08 10:03:42.079 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-09-08 10:03:42.081 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2021-09-08 10:03:42.084 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2021-09-08 10:03:42.086 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@keystone.service 2021-09-08 10:03:42.089 | + functions-common:_run_under_systemd:1536 : local group= 2021-09-08 10:03:42.091 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-09-08 10:03:42.094 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2021-09-08 10:03:42.096 | + 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 2021-09-08 10:03:42.098 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@keystone.service 2021-09-08 10:03:42.100 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-09-08 10:03:42.102 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2021-09-08 10:03:42.105 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2021-09-08 10:03:42.107 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@keystone.service 2021-09-08 10:03:42.109 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2021-09-08 10:03:42.113 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2021-09-08 10:03:42.177 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2021-09-08 10:03:42.240 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2021-09-08 10:03:42.290 | + 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' 2021-09-08 10:03:42.341 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-09-08 10:03:42.391 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2021-09-08 10:03:42.442 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2021-09-08 10:03:42.494 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2021-09-08 10:03:42.543 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2021-09-08 10:03:42.595 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2021-09-08 10:03:42.646 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2021-09-08 10:03:42.648 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2021-09-08 10:03:42.719 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2021-09-08 10:03:43.117 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@keystone.service 2021-09-08 10:03:43.131 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2021-09-08 10:03:43.511 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@keystone.service 2021-09-08 10:03:43.591 | + functions-common:run_process:1575 : time_stop run_process 2021-09-08 10:03:43.596 | + functions-common:time_stop:2309 : local name 2021-09-08 10:03:43.600 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:03:43.603 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:03:43.606 | + functions-common:time_stop:2312 : local total 2021-09-08 10:03:43.608 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:03:43.611 | + functions-common:time_stop:2315 : name=run_process 2021-09-08 10:03:43.613 | + functions-common:time_stop:2316 : start_time=1631095422043 2021-09-08 10:03:43.616 | + functions-common:time_stop:2318 : [[ -z 1631095422043 ]] 2021-09-08 10:03:43.620 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:03:43.624 | + functions-common:time_stop:2321 : end_time=1631095423621 2021-09-08 10:03:43.626 | + functions-common:time_stop:2322 : elapsed_time=1578 2021-09-08 10:03:43.628 | + functions-common:time_stop:2323 : total=1516 2021-09-08 10:03:43.631 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:03:43.633 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=3094 2021-09-08 10:03:43.636 | + lib/keystone:start_keystone:534 : echo 'Waiting for keystone to start...' 2021-09-08 10:03:43.636 | Waiting for keystone to start... 2021-09-08 10:03:43.639 | + lib/keystone:start_keystone:540 : local service_uri=http://10.222.0.49/identity/v3/ 2021-09-08 10:03:43.641 | + lib/keystone:start_keystone:542 : wait_for_service 60 http://10.222.0.49/identity/v3/ 2021-09-08 10:03:43.644 | + functions:wait_for_service:457 : local timeout=60 2021-09-08 10:03:43.646 | + functions:wait_for_service:458 : local url=http://10.222.0.49/identity/v3/ 2021-09-08 10:03:43.648 | + functions:wait_for_service:459 : local rval=0 2021-09-08 10:03:43.652 | + functions:wait_for_service:460 : time_start wait_for_service 2021-09-08 10:03:43.655 | + functions-common:time_start:2295 : local name=wait_for_service 2021-09-08 10:03:43.659 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:03:43.663 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:03:43.669 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:03:43.671 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095423668 2021-09-08 10:03:43.674 | + functions:wait_for_service:461 : timeout 60 bash -x 2021-09-08 10:03:43.679 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.49/identity/v3/ 2021-09-08 10:03:48.141 | ++ inc/async:async_inner:64 : rc=0 2021-09-08 10:03:48.165 | [71428 Async install_tempest:71428]: finished successfully 2021-09-08 10:03:49.464 | + :: : [[ 200 == 503 ]] 2021-09-08 10:03:49.466 | + :: : [[ 0 -eq 7 ]] 2021-09-08 10:03:49.469 | + functions:wait_for_service:466 : time_stop wait_for_service 2021-09-08 10:03:49.471 | + functions-common:time_stop:2309 : local name 2021-09-08 10:03:49.474 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:03:49.476 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:03:49.479 | + functions-common:time_stop:2312 : local total 2021-09-08 10:03:49.481 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:03:49.483 | + functions-common:time_stop:2315 : name=wait_for_service 2021-09-08 10:03:49.486 | + functions-common:time_stop:2316 : start_time=1631095423668 2021-09-08 10:03:49.488 | + functions-common:time_stop:2318 : [[ -z 1631095423668 ]] 2021-09-08 10:03:49.491 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:03:49.496 | + functions-common:time_stop:2321 : end_time=1631095429493 2021-09-08 10:03:49.498 | + functions-common:time_stop:2322 : elapsed_time=5825 2021-09-08 10:03:49.501 | + functions-common:time_stop:2323 : total=0 2021-09-08 10:03:49.503 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:03:49.506 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=5825 2021-09-08 10:03:49.508 | + functions:wait_for_service:467 : return 0 2021-09-08 10:03:49.511 | + lib/keystone:start_keystone:547 : is_service_enabled tls-proxy 2021-09-08 10:03:49.528 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:03:49.530 | + lib/keystone:start_keystone:553 : restart_service memcached 2021-09-08 10:03:49.533 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-09-08 10:03:49.535 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart memcached 2021-09-08 10:03:49.563 | + ./stack.sh:main:1099 : bootstrap_keystone 2021-09-08 10:03:49.565 | + 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.49/identity --bootstrap-public-url http://10.222.0.49/identity 2021-09-08 10:03:53.507 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.507 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.507 | 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=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.515 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.532 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.532 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.563 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.595 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.595 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.683 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.684 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.684 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.684 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.684 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.684 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.698 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.698 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.698 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.698 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.698 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.699 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.699 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.784 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.787 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.787 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.787 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.788 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.788 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.788 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.788 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=74053) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-09-08 10:03:53.822 | 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=74053) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2021-09-08 10:03:54.114 | INFO keystone.cmd.bootstrap [None req-5fdf6897-a51f-43d1-945a-34c06e0cd807 None None] Created domain default 2021-09-08 10:03:54.157 | INFO keystone.cmd.bootstrap [None req-5fdf6897-a51f-43d1-945a-34c06e0cd807 None None] Created project admin 2021-09-08 10:03:54.188 | DEBUG passlib.handlers.bcrypt [None req-5fdf6897-a51f-43d1-945a-34c06e0cd807 None None] detected 'bcrypt' backend, version '3.2.0' {{(pid=74053) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2021-09-08 10:03:54.188 | DEBUG passlib.handlers.bcrypt [None req-5fdf6897-a51f-43d1-945a-34c06e0cd807 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=74053) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2021-09-08 10:03:54.249 | INFO keystone.cmd.bootstrap [None req-5fdf6897-a51f-43d1-945a-34c06e0cd807 None None] Created user admin 2021-09-08 10:03:54.264 | INFO keystone.cmd.bootstrap [None req-5fdf6897-a51f-43d1-945a-34c06e0cd807 None None] Created role reader 2021-09-08 10:03:54.273 | INFO keystone.cmd.bootstrap [None req-5fdf6897-a51f-43d1-945a-34c06e0cd807 None None] Created role member 2021-09-08 10:03:54.297 | INFO keystone.cmd.bootstrap [None req-5fdf6897-a51f-43d1-945a-34c06e0cd807 None None] Created implied role where 0a0d8ec51b604ca0b895873e47506404 implies 95add87b43694de5bc548c08a80ed37d 2021-09-08 10:03:54.306 | INFO keystone.cmd.bootstrap [None req-5fdf6897-a51f-43d1-945a-34c06e0cd807 None None] Created role admin 2021-09-08 10:03:54.323 | INFO keystone.cmd.bootstrap [None req-5fdf6897-a51f-43d1-945a-34c06e0cd807 None None] Created implied role where 02c4d6a91a8f457db499554ca898c4c5 implies 0a0d8ec51b604ca0b895873e47506404 2021-09-08 10:03:54.334 | INFO keystone.cmd.bootstrap [None req-5fdf6897-a51f-43d1-945a-34c06e0cd807 None None] Granted role admin on project admin to user admin. 2021-09-08 10:03:54.342 | INFO keystone.cmd.bootstrap [None req-5fdf6897-a51f-43d1-945a-34c06e0cd807 None None] Granted role admin on the system to user admin. 2021-09-08 10:03:54.355 | WARNING py.warnings [None req-5fdf6897-a51f-43d1-945a-34c06e0cd807 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. 2021-09-08 10:03:54.356 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2021-09-08 10:03:54.356 |  2021-09-08 10:03:54.359 | INFO keystone.cmd.bootstrap [None req-5fdf6897-a51f-43d1-945a-34c06e0cd807 None None] Created region RegionOne 2021-09-08 10:03:54.389 | INFO keystone.cmd.bootstrap [None req-5fdf6897-a51f-43d1-945a-34c06e0cd807 None None] Created public endpoint http://10.222.0.49/identity 2021-09-08 10:03:54.399 | INFO keystone.cmd.bootstrap [None req-5fdf6897-a51f-43d1-945a-34c06e0cd807 None None] Created admin endpoint http://10.222.0.49/identity 2021-09-08 10:03:54.792 | + ./stack.sh:main:1102 : create_keystone_accounts 2021-09-08 10:03:54.795 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2021-09-08 10:03:54.798 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2021-09-08 10:03:57.807 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:03:57.807 | from cryptography.utils import int_from_bytes 2021-09-08 10:03:57.807 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:03:57.807 | from cryptography.utils import int_from_bytes 2021-09-08 10:03:57.953 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:03:57.956 | + lib/keystone:create_keystone_accounts:315 : admin_project=d36447769a2a4d64994b919eba814ee9 2021-09-08 10:03:57.958 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2021-09-08 10:03:57.961 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2021-09-08 10:04:00.051 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:00.051 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:00.051 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:00.051 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:00.201 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:00.204 | + lib/keystone:create_keystone_accounts:317 : admin_user=be108033ca6b46f4bce89e4271105d11 2021-09-08 10:04:00.206 | + lib/keystone:create_keystone_accounts:318 : local admin_role=admin 2021-09-08 10:04:00.209 | + lib/keystone:create_keystone_accounts:319 : local member_role=member 2021-09-08 10:04:00.211 | + lib/keystone:create_keystone_accounts:321 : async_run ks-domain-role get_or_add_user_domain_role admin be108033ca6b46f4bce89e4271105d11 default 2021-09-08 10:04:00.268 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin be108033ca6b46f4bce89e4271105d11 default 2021-09-08 10:04:00.305 | [11651 Async ks-domain-role:74170]: running: get_or_add_user_domain_role admin be108033ca6b46f4bce89e4271105d11 default 2021-09-08 10:04:00.308 | + lib/keystone:create_keystone_accounts:324 : get_or_create_domain Default 2021-09-08 10:04:00.311 | + functions-common:get_or_create_domain:792 : local domain_id 2021-09-08 10:04:00.314 | ++ functions-common:get_or_create_domain:804 : oscwrap domain show Default -f value -c id 2021-09-08 10:04:02.677 | + functions-common:get_or_create_domain:802 : domain_id=default 2021-09-08 10:04:02.679 | + functions-common:get_or_create_domain:803 : echo default 2021-09-08 10:04:02.680 | default 2021-09-08 10:04:02.682 | + lib/keystone:create_keystone_accounts:325 : async_run ks-project get_or_create_project service Default 2021-09-08 10:04:02.740 | + inc/async:async_inner:63 : get_or_create_project service Default 2021-09-08 10:04:02.786 | [11651 Async ks-project:74309]: running: get_or_create_project service Default 2021-09-08 10:04:02.788 | + lib/keystone:create_keystone_accounts:328 : async_run ks-service get_or_create_role service 2021-09-08 10:04:02.851 | + inc/async:async_inner:63 : get_or_create_role service 2021-09-08 10:04:02.895 | [11651 Async ks-service:74395]: running: get_or_create_role service 2021-09-08 10:04:02.897 | + lib/keystone:create_keystone_accounts:334 : async_run ks-reseller get_or_create_role ResellerAdmin 2021-09-08 10:04:02.970 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2021-09-08 10:04:03.023 | [11651 Async ks-reseller:74481]: running: get_or_create_role ResellerAdmin 2021-09-08 10:04:03.030 | + lib/keystone:create_keystone_accounts:338 : local another_role=anotherrole 2021-09-08 10:04:03.036 | + lib/keystone:create_keystone_accounts:339 : async_run ks-anotherrole get_or_create_role anotherrole 2021-09-08 10:04:03.398 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2021-09-08 10:04:03.657 | [11651 Async ks-anotherrole:74570]: running: get_or_create_role anotherrole 2021-09-08 10:04:03.680 | + lib/keystone:create_keystone_accounts:342 : local invis_project 2021-09-08 10:04:03.711 | ++ lib/keystone:create_keystone_accounts:343 : get_or_create_project invisible_to_admin default 2021-09-08 10:04:03.744 | ++ functions-common:get_or_create_project:847 : local project_id 2021-09-08 10:04:03.775 | +++ functions-common:get_or_create_project:855 : oscwrap project create invisible_to_admin --domain=default --or-show -f value -c id 2021-09-08 10:04:06.028 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:04:06.174 | [74309 Async ks-project:74309]: finished successfully 2021-09-08 10:04:06.510 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:04:06.515 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:04:06.564 | [74395 Async ks-service:74395]: finished successfully 2021-09-08 10:04:06.569 | [74481 Async ks-reseller:74481]: finished successfully 2021-09-08 10:04:06.649 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:06.650 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:06.650 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:06.650 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:06.819 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:06.823 | ++ functions-common:get_or_create_project:853 : project_id=9aa2490d4e824833979d9e7039035ebb 2021-09-08 10:04:06.826 | ++ functions-common:get_or_create_project:854 : echo 9aa2490d4e824833979d9e7039035ebb 2021-09-08 10:04:06.828 | + lib/keystone:create_keystone_accounts:343 : invis_project=9aa2490d4e824833979d9e7039035ebb 2021-09-08 10:04:06.831 | + lib/keystone:create_keystone_accounts:346 : local demo_project 2021-09-08 10:04:06.834 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_project demo default 2021-09-08 10:04:06.837 | ++ functions-common:get_or_create_project:847 : local project_id 2021-09-08 10:04:06.841 | +++ functions-common:get_or_create_project:855 : oscwrap project create demo --domain=default --or-show -f value -c id 2021-09-08 10:04:06.931 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:04:06.962 | [74570 Async ks-anotherrole:74570]: finished successfully 2021-09-08 10:04:08.434 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:04:08.458 | [74170 Async ks-domain-role:74170]: finished successfully 2021-09-08 10:04:08.989 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:08.989 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:08.990 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:08.990 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:09.138 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:09.141 | ++ functions-common:get_or_create_project:853 : project_id=82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:09.144 | ++ functions-common:get_or_create_project:854 : echo 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:09.146 | + lib/keystone:create_keystone_accounts:347 : demo_project=82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:09.149 | + lib/keystone:create_keystone_accounts:348 : local demo_user 2021-09-08 10:04:09.152 | ++ lib/keystone:create_keystone_accounts:350 : get_or_create_user demo Passw0rd default demo@example.com 2021-09-08 10:04:09.154 | ++ functions-common:get_or_create_user:824 : local user_id 2021-09-08 10:04:09.157 | ++ functions-common:get_or_create_user:825 : [[ ! -z demo@example.com ]] 2021-09-08 10:04:09.159 | ++ functions-common:get_or_create_user:826 : local email=--email=demo@example.com 2021-09-08 10:04:09.162 | +++ 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 2021-09-08 10:04:11.294 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:11.295 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:11.295 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:11.295 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:11.442 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:11.445 | ++ functions-common:get_or_create_user:840 : user_id=a53c292ea0c94ef5bf3b2b9cfddaa310 2021-09-08 10:04:11.448 | ++ functions-common:get_or_create_user:841 : echo a53c292ea0c94ef5bf3b2b9cfddaa310 2021-09-08 10:04:11.451 | + lib/keystone:create_keystone_accounts:350 : demo_user=a53c292ea0c94ef5bf3b2b9cfddaa310 2021-09-08 10:04:11.453 | + lib/keystone:create_keystone_accounts:352 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2021-09-08 10:04:11.504 | [11651 Async ks-domain-role:74170]: Waiting for completion of get_or_add_user_domain_role admin be108033ca6b46f4bce89e4271105d11 default running on PID 74170 (6 other jobs running) 2021-09-08 10:04:11.529 | [11651 Async ks-domain-role:74170]: Signaling child to exit 2021-09-08 10:04:11.529 | WAKEUP 2021-09-08 10:04:11.552 | [11651 Async ks-domain-role:74170]: Signaled 2021-09-08 10:04:11.553 | + functions-common:get_or_add_user_domain_role:918 : local user_role_id 2021-09-08 10:04:11.553 | ++ functions-common:get_or_add_user_domain_role:924 : oscwrap role assignment list --role admin --user be108033ca6b46f4bce89e4271105d11 --domain default 2021-09-08 10:04:11.553 | ++ functions-common:get_or_add_user_domain_role:924 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:04:11.553 | ++ functions-common:get_or_add_user_domain_role:924 : get_field 1 2021-09-08 10:04:11.553 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:04:11.553 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:11.553 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:11.553 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:11.553 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:11.553 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:11.554 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:11.554 | + functions-common:get_or_add_user_domain_role:924 : user_role_id= 2021-09-08 10:04:11.554 | + functions-common:get_or_add_user_domain_role:925 : [[ -z '' ]] 2021-09-08 10:04:11.554 | + functions-common:get_or_add_user_domain_role:927 : openstack role add admin --user be108033ca6b46f4bce89e4271105d11 --domain default 2021-09-08 10:04:11.554 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:11.554 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:11.554 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:11.554 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:11.554 | ++ functions-common:get_or_add_user_domain_role:934 : oscwrap role assignment list --role admin --user be108033ca6b46f4bce89e4271105d11 --domain default 2021-09-08 10:04:11.554 | ++ functions-common:get_or_add_user_domain_role:934 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:04:11.554 | ++ functions-common:get_or_add_user_domain_role:934 : get_field 1 2021-09-08 10:04:11.554 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:04:11.554 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:11.554 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:11.554 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:11.554 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:11.554 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:11.554 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:11.554 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:04:11.554 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:04:11.554 | ++ functions-common:get_field:733 : echo '| 02c4d6a91a8f457db499554ca898c4c5 | be108033ca6b46f4bce89e4271105d11 | | | default | | False |' 2021-09-08 10:04:11.554 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:04:11.554 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:11.554 | + functions-common:get_or_add_user_domain_role:934 : user_role_id=02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:04:11.554 | + functions-common:get_or_add_user_domain_role:936 : echo 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:04:11.554 | 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:04:11.597 | [11651 Async ks-domain-role:74170]: finished get_or_add_user_domain_role admin be108033ca6b46f4bce89e4271105d11 default with result 0 in 8 seconds 2021-09-08 10:04:11.604 | Not waiting for async task ks-domain that we never started or has already been waited for 2021-09-08 10:04:11.640 | [11651 Async ks-project:74309]: Waiting for completion of get_or_create_project service Default running on PID 74309 (5 other jobs running) 2021-09-08 10:04:11.663 | [11651 Async ks-project:74309]: Signaling child to exit 2021-09-08 10:04:11.663 | WAKEUP 2021-09-08 10:04:11.686 | [11651 Async ks-project:74309]: Signaled 2021-09-08 10:04:11.687 | + functions-common:get_or_create_project:847 : local project_id 2021-09-08 10:04:11.687 | ++ functions-common:get_or_create_project:855 : oscwrap project create service --domain=Default --or-show -f value -c id 2021-09-08 10:04:11.688 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:11.688 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:11.688 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:11.688 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:11.688 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:11.688 | + functions-common:get_or_create_project:853 : project_id=34e4189866c64baf8195e33faa7d9017 2021-09-08 10:04:11.688 | + functions-common:get_or_create_project:854 : echo 34e4189866c64baf8195e33faa7d9017 2021-09-08 10:04:11.688 | 34e4189866c64baf8195e33faa7d9017 2021-09-08 10:04:11.731 | [11651 Async ks-project:74309]: finished get_or_create_project service Default with result 0 in 3 seconds 2021-09-08 10:04:11.767 | [11651 Async ks-service:74395]: Waiting for completion of get_or_create_role service running on PID 74395 (4 other jobs running) 2021-09-08 10:04:11.792 | [11651 Async ks-service:74395]: Signaling child to exit 2021-09-08 10:04:11.792 | WAKEUP 2021-09-08 10:04:11.814 | [11651 Async ks-service:74395]: Signaled 2021-09-08 10:04:11.815 | + functions-common:get_or_create_role:860 : local role_id 2021-09-08 10:04:11.815 | ++ functions-common:get_or_create_role:867 : oscwrap role create service --or-show -f value -c id 2021-09-08 10:04:11.815 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:11.815 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:11.815 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:11.815 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:11.815 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:11.815 | + functions-common:get_or_create_role:865 : role_id=960774da36104e23b7f68ae0627ab59d 2021-09-08 10:04:11.816 | + functions-common:get_or_create_role:866 : echo 960774da36104e23b7f68ae0627ab59d 2021-09-08 10:04:11.816 | 960774da36104e23b7f68ae0627ab59d 2021-09-08 10:04:11.859 | [11651 Async ks-service:74395]: finished get_or_create_role service with result 0 in 3 seconds 2021-09-08 10:04:11.895 | [11651 Async ks-reseller:74481]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 74481 (3 other jobs running) 2021-09-08 10:04:11.920 | [11651 Async ks-reseller:74481]: Signaling child to exit 2021-09-08 10:04:11.920 | WAKEUP 2021-09-08 10:04:11.942 | [11651 Async ks-reseller:74481]: Signaled 2021-09-08 10:04:11.944 | + functions-common:get_or_create_role:860 : local role_id 2021-09-08 10:04:11.944 | ++ functions-common:get_or_create_role:867 : oscwrap role create ResellerAdmin --or-show -f value -c id 2021-09-08 10:04:11.944 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:11.944 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:11.944 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:11.944 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:11.944 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:11.944 | + functions-common:get_or_create_role:865 : role_id=78d6d398d3c54fcdb9668ee373642303 2021-09-08 10:04:11.944 | + functions-common:get_or_create_role:866 : echo 78d6d398d3c54fcdb9668ee373642303 2021-09-08 10:04:11.944 | 78d6d398d3c54fcdb9668ee373642303 2021-09-08 10:04:11.988 | [11651 Async ks-reseller:74481]: finished get_or_create_role ResellerAdmin with result 0 in 3 seconds 2021-09-08 10:04:12.025 | [11651 Async ks-anotherrole:74570]: Waiting for completion of get_or_create_role anotherrole running on PID 74570 (2 other jobs running) 2021-09-08 10:04:12.049 | [11651 Async ks-anotherrole:74570]: Signaling child to exit 2021-09-08 10:04:12.049 | WAKEUP 2021-09-08 10:04:12.071 | [11651 Async ks-anotherrole:74570]: Signaled 2021-09-08 10:04:12.073 | + functions-common:get_or_create_role:860 : local role_id 2021-09-08 10:04:12.073 | ++ functions-common:get_or_create_role:867 : oscwrap role create anotherrole --or-show -f value -c id 2021-09-08 10:04:12.073 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:12.073 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:12.073 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:12.073 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:12.073 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:12.073 | + functions-common:get_or_create_role:865 : role_id=7a9354e5a6b74c4cb9544e4e7862311e 2021-09-08 10:04:12.073 | + functions-common:get_or_create_role:866 : echo 7a9354e5a6b74c4cb9544e4e7862311e 2021-09-08 10:04:12.073 | 7a9354e5a6b74c4cb9544e4e7862311e 2021-09-08 10:04:12.116 | [11651 Async ks-anotherrole:74570]: finished get_or_create_role anotherrole with result 0 in 3 seconds 2021-09-08 10:04:12.121 | + inc/async:async_wait:197 : return 0 2021-09-08 10:04:12.123 | + lib/keystone:create_keystone_accounts:354 : async_run ks-demo-member get_or_add_user_project_role member a53c292ea0c94ef5bf3b2b9cfddaa310 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:12.180 | + inc/async:async_inner:63 : get_or_add_user_project_role member a53c292ea0c94ef5bf3b2b9cfddaa310 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:12.223 | [11651 Async ks-demo-member:75438]: running: get_or_add_user_project_role member a53c292ea0c94ef5bf3b2b9cfddaa310 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:12.226 | + lib/keystone:create_keystone_accounts:355 : async_run ks-demo-admin get_or_add_user_project_role admin be108033ca6b46f4bce89e4271105d11 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:12.293 | + inc/async:async_inner:63 : get_or_add_user_project_role admin be108033ca6b46f4bce89e4271105d11 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:12.334 | [11651 Async ks-demo-admin:75550]: running: get_or_add_user_project_role admin be108033ca6b46f4bce89e4271105d11 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:12.337 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-another get_or_add_user_project_role anotherrole a53c292ea0c94ef5bf3b2b9cfddaa310 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:12.406 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole a53c292ea0c94ef5bf3b2b9cfddaa310 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:12.456 | [11651 Async ks-demo-another:75662]: running: get_or_add_user_project_role anotherrole a53c292ea0c94ef5bf3b2b9cfddaa310 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:12.459 | + lib/keystone:create_keystone_accounts:357 : async_run ks-demo-invis get_or_add_user_project_role member a53c292ea0c94ef5bf3b2b9cfddaa310 9aa2490d4e824833979d9e7039035ebb 2021-09-08 10:04:12.526 | + inc/async:async_inner:63 : get_or_add_user_project_role member a53c292ea0c94ef5bf3b2b9cfddaa310 9aa2490d4e824833979d9e7039035ebb 2021-09-08 10:04:12.613 | [11651 Async ks-demo-invis:75774]: running: get_or_add_user_project_role member a53c292ea0c94ef5bf3b2b9cfddaa310 9aa2490d4e824833979d9e7039035ebb 2021-09-08 10:04:12.616 | + lib/keystone:create_keystone_accounts:360 : local alt_demo_project 2021-09-08 10:04:12.623 | ++ lib/keystone:create_keystone_accounts:361 : get_or_create_project alt_demo default 2021-09-08 10:04:12.631 | ++ functions-common:get_or_create_project:847 : local project_id 2021-09-08 10:04:12.652 | +++ functions-common:get_or_create_project:855 : oscwrap project create alt_demo --domain=default --or-show -f value -c id 2021-09-08 10:04:15.414 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:15.414 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:15.414 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:15.414 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:15.611 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:15.616 | ++ functions-common:get_or_create_project:853 : project_id=971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:15.628 | ++ functions-common:get_or_create_project:854 : echo 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:15.639 | + lib/keystone:create_keystone_accounts:361 : alt_demo_project=971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:15.643 | + lib/keystone:create_keystone_accounts:362 : local alt_demo_user 2021-09-08 10:04:15.660 | ++ lib/keystone:create_keystone_accounts:364 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2021-09-08 10:04:15.676 | ++ functions-common:get_or_create_user:824 : local user_id 2021-09-08 10:04:15.692 | ++ functions-common:get_or_create_user:825 : [[ ! -z alt_demo@example.com ]] 2021-09-08 10:04:15.712 | ++ functions-common:get_or_create_user:826 : local email=--email=alt_demo@example.com 2021-09-08 10:04:15.740 | +++ 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 2021-09-08 10:04:18.478 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:18.478 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:18.478 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:18.478 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:18.707 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:18.710 | ++ functions-common:get_or_create_user:840 : user_id=0ad2598e5c524cfe8002285f40c7471a 2021-09-08 10:04:18.717 | ++ functions-common:get_or_create_user:841 : echo 0ad2598e5c524cfe8002285f40c7471a 2021-09-08 10:04:18.725 | + lib/keystone:create_keystone_accounts:364 : alt_demo_user=0ad2598e5c524cfe8002285f40c7471a 2021-09-08 10:04:18.732 | + lib/keystone:create_keystone_accounts:366 : async_run ks-alt-member get_or_add_user_project_role member 0ad2598e5c524cfe8002285f40c7471a 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:18.990 | + inc/async:async_inner:63 : get_or_add_user_project_role member 0ad2598e5c524cfe8002285f40c7471a 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:19.147 | [11651 Async ks-alt-member:76082]: running: get_or_add_user_project_role member 0ad2598e5c524cfe8002285f40c7471a 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:19.161 | + lib/keystone:create_keystone_accounts:367 : async_run ks-alt-admin get_or_add_user_project_role admin be108033ca6b46f4bce89e4271105d11 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:19.555 | + inc/async:async_inner:63 : get_or_add_user_project_role admin be108033ca6b46f4bce89e4271105d11 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:19.788 | [11651 Async ks-alt-admin:76246]: running: get_or_add_user_project_role admin be108033ca6b46f4bce89e4271105d11 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:19.808 | + lib/keystone:create_keystone_accounts:368 : async_run ks-alt-another get_or_add_user_project_role anotherrole 0ad2598e5c524cfe8002285f40c7471a 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:20.249 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 0ad2598e5c524cfe8002285f40c7471a 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:20.483 | [11651 Async ks-alt-another:76361]: running: get_or_add_user_project_role anotherrole 0ad2598e5c524cfe8002285f40c7471a 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:20.501 | + lib/keystone:create_keystone_accounts:371 : local admin_group 2021-09-08 10:04:20.539 | ++ lib/keystone:create_keystone_accounts:373 : get_or_create_group admins default 'openstack admin group' 2021-09-08 10:04:20.568 | ++ functions-common:get_or_create_group:809 : local 'desc=openstack admin group' 2021-09-08 10:04:20.590 | ++ functions-common:get_or_create_group:810 : local group_id 2021-09-08 10:04:20.612 | +++ functions-common:get_or_create_group:819 : oscwrap group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2021-09-08 10:04:21.540 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:04:21.731 | [75438 Async ks-demo-member:75438]: finished successfully 2021-09-08 10:04:22.690 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:04:22.856 | [75662 Async ks-demo-another:75662]: finished successfully 2021-09-08 10:04:22.972 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:04:23.141 | [75774 Async ks-demo-invis:75774]: finished successfully 2021-09-08 10:04:23.696 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:04:23.867 | [75550 Async ks-demo-admin:75550]: finished successfully 2021-09-08 10:04:24.096 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:24.096 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:24.096 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:24.096 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:24.270 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:24.273 | ++ functions-common:get_or_create_group:817 : group_id=f218563e05ca454b8a973f9361ad06e4 2021-09-08 10:04:24.277 | ++ functions-common:get_or_create_group:818 : echo f218563e05ca454b8a973f9361ad06e4 2021-09-08 10:04:24.279 | + lib/keystone:create_keystone_accounts:373 : admin_group=f218563e05ca454b8a973f9361ad06e4 2021-09-08 10:04:24.282 | + lib/keystone:create_keystone_accounts:374 : local non_admin_group 2021-09-08 10:04:24.285 | ++ lib/keystone:create_keystone_accounts:376 : get_or_create_group nonadmins default 'non-admin group' 2021-09-08 10:04:24.288 | ++ functions-common:get_or_create_group:809 : local 'desc=non-admin group' 2021-09-08 10:04:24.291 | ++ functions-common:get_or_create_group:810 : local group_id 2021-09-08 10:04:24.295 | +++ functions-common:get_or_create_group:819 : oscwrap group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2021-09-08 10:04:26.416 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:26.417 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:26.417 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:26.417 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:26.640 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:26.643 | ++ functions-common:get_or_create_group:817 : group_id=c9138f84fc8c4e218ea8b3e3c73b7df4 2021-09-08 10:04:26.648 | ++ functions-common:get_or_create_group:818 : echo c9138f84fc8c4e218ea8b3e3c73b7df4 2021-09-08 10:04:26.652 | + lib/keystone:create_keystone_accounts:376 : non_admin_group=c9138f84fc8c4e218ea8b3e3c73b7df4 2021-09-08 10:04:26.656 | + lib/keystone:create_keystone_accounts:378 : async_run ks-group-memberdemo get_or_add_group_project_role member c9138f84fc8c4e218ea8b3e3c73b7df4 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:26.781 | + inc/async:async_inner:63 : get_or_add_group_project_role member c9138f84fc8c4e218ea8b3e3c73b7df4 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:26.950 | [11651 Async ks-group-memberdemo:76843]: running: get_or_add_group_project_role member c9138f84fc8c4e218ea8b3e3c73b7df4 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:26.954 | + lib/keystone:create_keystone_accounts:379 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole c9138f84fc8c4e218ea8b3e3c73b7df4 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:27.244 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole c9138f84fc8c4e218ea8b3e3c73b7df4 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:27.451 | [11651 Async ks-group-anotherdemo:76959]: running: get_or_add_group_project_role anotherrole c9138f84fc8c4e218ea8b3e3c73b7df4 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:27.468 | + lib/keystone:create_keystone_accounts:380 : async_run ks-group-memberalt get_or_add_group_project_role member c9138f84fc8c4e218ea8b3e3c73b7df4 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:27.939 | + inc/async:async_inner:63 : get_or_add_group_project_role member c9138f84fc8c4e218ea8b3e3c73b7df4 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:28.253 | [11651 Async ks-group-memberalt:77048]: running: get_or_add_group_project_role member c9138f84fc8c4e218ea8b3e3c73b7df4 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:28.272 | + lib/keystone:create_keystone_accounts:381 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole c9138f84fc8c4e218ea8b3e3c73b7df4 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:28.680 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole c9138f84fc8c4e218ea8b3e3c73b7df4 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:28.820 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:04:28.913 | [11651 Async ks-group-anotheralt:77139]: running: get_or_add_group_project_role anotherrole c9138f84fc8c4e218ea8b3e3c73b7df4 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:28.943 | + lib/keystone:create_keystone_accounts:382 : async_run ks-group-admin get_or_add_group_project_role admin f218563e05ca454b8a973f9361ad06e4 d36447769a2a4d64994b919eba814ee9 2021-09-08 10:04:28.982 | [76082 Async ks-alt-member:76082]: finished successfully 2021-09-08 10:04:29.402 | + inc/async:async_inner:63 : get_or_add_group_project_role admin f218563e05ca454b8a973f9361ad06e4 d36447769a2a4d64994b919eba814ee9 2021-09-08 10:04:29.632 | [11651 Async ks-group-admin:77270]: running: get_or_add_group_project_role admin f218563e05ca454b8a973f9361ad06e4 d36447769a2a4d64994b919eba814ee9 2021-09-08 10:04:29.660 | + lib/keystone:create_keystone_accounts:384 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis 2021-09-08 10:04:30.033 | [11651 Async ks-demo-member:75438]: Waiting for completion of get_or_add_user_project_role member a53c292ea0c94ef5bf3b2b9cfddaa310 82a2e5ec0f2a45cc94e9f69de9b1e6a1 running on PID 75438 (13 other jobs running) 2021-09-08 10:04:30.195 | [11651 Async ks-demo-member:75438]: Signaling child to exit 2021-09-08 10:04:30.196 | WAKEUP 2021-09-08 10:04:30.367 | [11651 Async ks-demo-member:75438]: Signaled 2021-09-08 10:04:30.384 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:04:30.384 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-09-08 10:04:30.384 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:04:30.384 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:04:30.384 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-09-08 10:04:30.384 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-09-08 10:04:30.385 | ++ functions-common:_get_domain_args:882 : echo 2021-09-08 10:04:30.385 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-09-08 10:04:30.385 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user a53c292ea0c94ef5bf3b2b9cfddaa310 --project 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:30.385 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:04:30.385 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:04:30.385 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:04:30.385 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:30.385 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:30.385 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:30.385 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:30.385 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:30.385 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:30.385 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:04:30.385 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:04:30.385 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user a53c292ea0c94ef5bf3b2b9cfddaa310 --project 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:30.385 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:30.385 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:30.385 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:30.385 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:30.385 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:04:30.385 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user a53c292ea0c94ef5bf3b2b9cfddaa310 --project 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:30.385 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:04:30.385 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:04:30.385 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:30.385 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:30.385 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:30.385 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:30.385 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:30.385 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:30.385 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:04:30.385 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:04:30.386 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:04:30.386 | ++ functions-common:get_field:733 : echo '| 0a0d8ec51b604ca0b895873e47506404 | a53c292ea0c94ef5bf3b2b9cfddaa310 | | 82a2e5ec0f2a45cc94e9f69de9b1e6a1 | | | False |' 2021-09-08 10:04:30.386 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:30.386 | + functions-common:get_or_add_user_project_role:910 : user_role_id=0a0d8ec51b604ca0b895873e47506404 2021-09-08 10:04:30.386 | + functions-common:get_or_add_user_project_role:912 : echo 0a0d8ec51b604ca0b895873e47506404 2021-09-08 10:04:30.386 | 0a0d8ec51b604ca0b895873e47506404 2021-09-08 10:04:30.617 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:04:30.673 | [11651 Async ks-demo-member:75438]: finished get_or_add_user_project_role member a53c292ea0c94ef5bf3b2b9cfddaa310 82a2e5ec0f2a45cc94e9f69de9b1e6a1 with result 0 in 9 seconds 2021-09-08 10:04:30.761 | [76361 Async ks-alt-another:76361]: finished successfully 2021-09-08 10:04:30.764 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:04:30.914 | [76246 Async ks-alt-admin:76246]: finished successfully 2021-09-08 10:04:30.931 | [11651 Async ks-demo-admin:75550]: Waiting for completion of get_or_add_user_project_role admin be108033ca6b46f4bce89e4271105d11 82a2e5ec0f2a45cc94e9f69de9b1e6a1 running on PID 75550 (12 other jobs running) 2021-09-08 10:04:31.084 | [11651 Async ks-demo-admin:75550]: Signaling child to exit 2021-09-08 10:04:31.085 | WAKEUP 2021-09-08 10:04:31.242 | [11651 Async ks-demo-admin:75550]: Signaled 2021-09-08 10:04:31.263 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:04:31.263 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-09-08 10:04:31.263 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:04:31.263 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:04:31.263 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-09-08 10:04:31.263 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-09-08 10:04:31.263 | ++ functions-common:_get_domain_args:882 : echo 2021-09-08 10:04:31.263 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-09-08 10:04:31.263 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:04:31.263 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:04:31.264 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user be108033ca6b46f4bce89e4271105d11 --project 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:31.264 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:04:31.264 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:31.264 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:31.264 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:31.264 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:31.264 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:31.264 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:31.264 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:04:31.264 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:04:31.264 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user be108033ca6b46f4bce89e4271105d11 --project 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:31.264 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:31.264 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:31.264 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:31.264 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:31.264 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:04:31.264 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user be108033ca6b46f4bce89e4271105d11 --project 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:31.264 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:04:31.264 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:04:31.264 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:31.264 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:31.264 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:31.264 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:31.264 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:31.264 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:31.264 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:04:31.264 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:04:31.264 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:04:31.264 | ++ functions-common:get_field:733 : echo '| 02c4d6a91a8f457db499554ca898c4c5 | be108033ca6b46f4bce89e4271105d11 | | 82a2e5ec0f2a45cc94e9f69de9b1e6a1 | | | False |' 2021-09-08 10:04:31.265 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:31.265 | + functions-common:get_or_add_user_project_role:910 : user_role_id=02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:04:31.265 | + functions-common:get_or_add_user_project_role:912 : echo 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:04:31.265 | 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:04:31.585 | [11651 Async ks-demo-admin:75550]: finished get_or_add_user_project_role admin be108033ca6b46f4bce89e4271105d11 82a2e5ec0f2a45cc94e9f69de9b1e6a1 with result 0 in 11 seconds 2021-09-08 10:04:31.850 | [11651 Async ks-demo-another:75662]: Waiting for completion of get_or_add_user_project_role anotherrole a53c292ea0c94ef5bf3b2b9cfddaa310 82a2e5ec0f2a45cc94e9f69de9b1e6a1 running on PID 75662 (11 other jobs running) 2021-09-08 10:04:32.049 | [11651 Async ks-demo-another:75662]: Signaling child to exit 2021-09-08 10:04:32.049 | WAKEUP 2021-09-08 10:04:32.189 | [11651 Async ks-demo-another:75662]: Signaled 2021-09-08 10:04:32.209 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:04:32.209 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-09-08 10:04:32.209 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:04:32.209 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:04:32.209 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-09-08 10:04:32.210 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-09-08 10:04:32.210 | ++ functions-common:_get_domain_args:882 : echo 2021-09-08 10:04:32.210 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-09-08 10:04:32.210 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:04:32.210 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role anotherrole --user a53c292ea0c94ef5bf3b2b9cfddaa310 --project 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:32.210 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:04:32.210 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:04:32.210 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:32.210 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:32.210 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:32.210 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:32.210 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:32.210 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:32.210 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:04:32.210 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:04:32.210 | + functions-common:get_or_add_user_project_role:901 : openstack role add anotherrole --user a53c292ea0c94ef5bf3b2b9cfddaa310 --project 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:32.210 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:32.210 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:32.210 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:32.210 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:32.210 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:04:32.210 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:04:32.210 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role anotherrole --user a53c292ea0c94ef5bf3b2b9cfddaa310 --project 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:32.210 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:04:32.210 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:32.210 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:32.210 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:32.210 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:32.210 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:32.210 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:32.211 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:04:32.211 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:04:32.211 | ++ functions-common:get_field:733 : echo '| 7a9354e5a6b74c4cb9544e4e7862311e | a53c292ea0c94ef5bf3b2b9cfddaa310 | | 82a2e5ec0f2a45cc94e9f69de9b1e6a1 | | | False |' 2021-09-08 10:04:32.211 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:04:32.211 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:32.211 | + functions-common:get_or_add_user_project_role:910 : user_role_id=7a9354e5a6b74c4cb9544e4e7862311e 2021-09-08 10:04:32.211 | + functions-common:get_or_add_user_project_role:912 : echo 7a9354e5a6b74c4cb9544e4e7862311e 2021-09-08 10:04:32.211 | 7a9354e5a6b74c4cb9544e4e7862311e 2021-09-08 10:04:32.526 | [11651 Async ks-demo-another:75662]: finished get_or_add_user_project_role anotherrole a53c292ea0c94ef5bf3b2b9cfddaa310 82a2e5ec0f2a45cc94e9f69de9b1e6a1 with result 0 in 10 seconds 2021-09-08 10:04:32.805 | [11651 Async ks-demo-invis:75774]: Waiting for completion of get_or_add_user_project_role member a53c292ea0c94ef5bf3b2b9cfddaa310 9aa2490d4e824833979d9e7039035ebb running on PID 75774 (10 other jobs running) 2021-09-08 10:04:32.964 | [11651 Async ks-demo-invis:75774]: Signaling child to exit 2021-09-08 10:04:32.965 | WAKEUP 2021-09-08 10:04:33.069 | [11651 Async ks-demo-invis:75774]: Signaled 2021-09-08 10:04:33.079 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:04:33.079 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-09-08 10:04:33.079 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:04:33.079 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:04:33.079 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-09-08 10:04:33.079 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-09-08 10:04:33.079 | ++ functions-common:_get_domain_args:882 : echo 2021-09-08 10:04:33.079 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-09-08 10:04:33.079 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:04:33.079 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:04:33.079 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user a53c292ea0c94ef5bf3b2b9cfddaa310 --project 9aa2490d4e824833979d9e7039035ebb 2021-09-08 10:04:33.079 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:04:33.079 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:33.079 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:33.079 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:33.079 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:33.079 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:33.079 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:33.080 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:04:33.080 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:04:33.080 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user a53c292ea0c94ef5bf3b2b9cfddaa310 --project 9aa2490d4e824833979d9e7039035ebb 2021-09-08 10:04:33.080 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:33.080 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:33.080 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:33.080 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:33.080 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user a53c292ea0c94ef5bf3b2b9cfddaa310 --project 9aa2490d4e824833979d9e7039035ebb 2021-09-08 10:04:33.080 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:04:33.080 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:04:33.080 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:04:33.080 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:33.080 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:33.080 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:33.080 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:33.080 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:33.080 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:33.080 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:04:33.080 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:04:33.080 | ++ functions-common:get_field:733 : echo '| 0a0d8ec51b604ca0b895873e47506404 | a53c292ea0c94ef5bf3b2b9cfddaa310 | | 9aa2490d4e824833979d9e7039035ebb | | | False |' 2021-09-08 10:04:33.080 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:04:33.080 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:33.080 | + functions-common:get_or_add_user_project_role:910 : user_role_id=0a0d8ec51b604ca0b895873e47506404 2021-09-08 10:04:33.081 | + functions-common:get_or_add_user_project_role:912 : echo 0a0d8ec51b604ca0b895873e47506404 2021-09-08 10:04:33.081 | 0a0d8ec51b604ca0b895873e47506404 2021-09-08 10:04:33.380 | [11651 Async ks-demo-invis:75774]: finished get_or_add_user_project_role member a53c292ea0c94ef5bf3b2b9cfddaa310 9aa2490d4e824833979d9e7039035ebb with result 0 in 10 seconds 2021-09-08 10:04:33.408 | + inc/async:async_wait:197 : return 0 2021-09-08 10:04:33.426 | + lib/keystone:create_keystone_accounts:385 : async_wait ks-alt-member ks-alt-admin ks-alt-another 2021-09-08 10:04:33.801 | [11651 Async ks-alt-member:76082]: Waiting for completion of get_or_add_user_project_role member 0ad2598e5c524cfe8002285f40c7471a 971decbd0b4449ad86ab9a9e33017c87 running on PID 76082 (9 other jobs running) 2021-09-08 10:04:33.972 | [11651 Async ks-alt-member:76082]: Signaling child to exit 2021-09-08 10:04:33.972 | WAKEUP 2021-09-08 10:04:34.148 | [11651 Async ks-alt-member:76082]: Signaled 2021-09-08 10:04:34.153 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:04:34.153 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-09-08 10:04:34.153 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:04:34.153 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:04:34.153 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-09-08 10:04:34.153 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-09-08 10:04:34.153 | ++ functions-common:_get_domain_args:882 : echo 2021-09-08 10:04:34.153 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-09-08 10:04:34.153 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:04:34.153 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:04:34.153 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:04:34.153 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:34.153 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user 0ad2598e5c524cfe8002285f40c7471a --project 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:34.153 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:34.153 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:34.153 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:34.153 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:34.153 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:34.153 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:04:34.153 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:04:34.153 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user 0ad2598e5c524cfe8002285f40c7471a --project 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:34.153 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:34.153 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:34.153 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:34.153 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:34.153 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:04:34.153 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:04:34.153 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:04:34.154 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user 0ad2598e5c524cfe8002285f40c7471a --project 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:34.154 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:34.154 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:34.154 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:34.154 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:34.154 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:34.154 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:34.154 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:04:34.154 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:04:34.154 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:04:34.154 | ++ functions-common:get_field:733 : echo '| 0a0d8ec51b604ca0b895873e47506404 | 0ad2598e5c524cfe8002285f40c7471a | | 971decbd0b4449ad86ab9a9e33017c87 | | | False |' 2021-09-08 10:04:34.154 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:34.154 | + functions-common:get_or_add_user_project_role:910 : user_role_id=0a0d8ec51b604ca0b895873e47506404 2021-09-08 10:04:34.154 | + functions-common:get_or_add_user_project_role:912 : echo 0a0d8ec51b604ca0b895873e47506404 2021-09-08 10:04:34.154 | 0a0d8ec51b604ca0b895873e47506404 2021-09-08 10:04:34.476 | [11651 Async ks-alt-member:76082]: finished get_or_add_user_project_role member 0ad2598e5c524cfe8002285f40c7471a 971decbd0b4449ad86ab9a9e33017c87 with result 0 in 10 seconds 2021-09-08 10:04:34.723 | [11651 Async ks-alt-admin:76246]: Waiting for completion of get_or_add_user_project_role admin be108033ca6b46f4bce89e4271105d11 971decbd0b4449ad86ab9a9e33017c87 running on PID 76246 (8 other jobs running) 2021-09-08 10:04:34.914 | [11651 Async ks-alt-admin:76246]: Signaling child to exit 2021-09-08 10:04:34.914 | WAKEUP 2021-09-08 10:04:35.090 | [11651 Async ks-alt-admin:76246]: Signaled 2021-09-08 10:04:35.103 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:04:35.103 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-09-08 10:04:35.103 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:04:35.103 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:04:35.103 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-09-08 10:04:35.103 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-09-08 10:04:35.103 | ++ functions-common:_get_domain_args:882 : echo 2021-09-08 10:04:35.103 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-09-08 10:04:35.103 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user be108033ca6b46f4bce89e4271105d11 --project 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:35.103 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:04:35.103 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:04:35.103 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:04:35.103 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:35.103 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:35.104 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:35.104 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:35.104 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:35.104 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:35.104 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:04:35.104 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:04:35.104 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user be108033ca6b46f4bce89e4271105d11 --project 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:35.104 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:35.104 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:35.104 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:35.104 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:35.104 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user be108033ca6b46f4bce89e4271105d11 --project 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:35.104 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:04:35.104 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:04:35.104 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:04:35.104 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:35.104 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:35.104 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:35.104 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:35.104 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:35.104 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:35.104 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:04:35.104 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:04:35.104 | ++ functions-common:get_field:733 : echo '| 02c4d6a91a8f457db499554ca898c4c5 | be108033ca6b46f4bce89e4271105d11 | | 971decbd0b4449ad86ab9a9e33017c87 | | | False |' 2021-09-08 10:04:35.104 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:04:35.104 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:35.104 | + functions-common:get_or_add_user_project_role:910 : user_role_id=02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:04:35.104 | + functions-common:get_or_add_user_project_role:912 : echo 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:04:35.104 | 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:04:35.356 | [11651 Async ks-alt-admin:76246]: finished get_or_add_user_project_role admin be108033ca6b46f4bce89e4271105d11 971decbd0b4449ad86ab9a9e33017c87 with result 0 in 11 seconds 2021-09-08 10:04:35.602 | [11651 Async ks-alt-another:76361]: Waiting for completion of get_or_add_user_project_role anotherrole 0ad2598e5c524cfe8002285f40c7471a 971decbd0b4449ad86ab9a9e33017c87 running on PID 76361 (7 other jobs running) 2021-09-08 10:04:35.756 | [11651 Async ks-alt-another:76361]: Signaling child to exit 2021-09-08 10:04:35.756 | WAKEUP 2021-09-08 10:04:35.896 | [11651 Async ks-alt-another:76361]: Signaled 2021-09-08 10:04:35.903 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:04:35.903 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-09-08 10:04:35.903 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:04:35.903 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:04:35.903 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-09-08 10:04:35.903 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-09-08 10:04:35.903 | ++ functions-common:_get_domain_args:882 : echo 2021-09-08 10:04:35.903 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-09-08 10:04:35.903 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role anotherrole --user 0ad2598e5c524cfe8002285f40c7471a --project 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:35.903 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:04:35.903 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:04:35.903 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:04:35.903 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:35.904 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:35.904 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:35.904 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:35.904 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:35.904 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:35.904 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:04:35.904 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:04:35.904 | + functions-common:get_or_add_user_project_role:901 : openstack role add anotherrole --user 0ad2598e5c524cfe8002285f40c7471a --project 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:35.904 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:35.904 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:35.904 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:35.904 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:35.904 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:04:35.904 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:04:35.904 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role anotherrole --user 0ad2598e5c524cfe8002285f40c7471a --project 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:35.904 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:04:35.904 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:35.904 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:35.904 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:35.904 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:35.904 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:35.904 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:35.904 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:04:35.904 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:04:35.904 | ++ functions-common:get_field:733 : echo '| 7a9354e5a6b74c4cb9544e4e7862311e | 0ad2598e5c524cfe8002285f40c7471a | | 971decbd0b4449ad86ab9a9e33017c87 | | | False |' 2021-09-08 10:04:35.904 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:04:35.904 | ++ functions-common:get_field:727 : read data 2021-09-08 10:04:35.904 | + functions-common:get_or_add_user_project_role:910 : user_role_id=7a9354e5a6b74c4cb9544e4e7862311e 2021-09-08 10:04:35.904 | + functions-common:get_or_add_user_project_role:912 : echo 7a9354e5a6b74c4cb9544e4e7862311e 2021-09-08 10:04:35.904 | 7a9354e5a6b74c4cb9544e4e7862311e 2021-09-08 10:04:36.233 | [11651 Async ks-alt-another:76361]: finished get_or_add_user_project_role anotherrole 0ad2598e5c524cfe8002285f40c7471a 971decbd0b4449ad86ab9a9e33017c87 with result 0 in 10 seconds 2021-09-08 10:04:36.266 | + inc/async:async_wait:197 : return 0 2021-09-08 10:04:36.295 | + lib/keystone:create_keystone_accounts:386 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2021-09-08 10:04:36.652 | [11651 Async ks-group-memberdemo:76843]: Waiting for completion of get_or_add_group_project_role member c9138f84fc8c4e218ea8b3e3c73b7df4 82a2e5ec0f2a45cc94e9f69de9b1e6a1 running on PID 76843 (6 other jobs running) 2021-09-08 10:04:36.771 | [11651 Async ks-group-memberdemo:76843]: Signaling child to exit 2021-09-08 10:04:37.322 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:04:37.406 | [76843 Async ks-group-memberdemo:76843]: finished successfully 2021-09-08 10:04:37.459 | WAKEUP 2021-09-08 10:04:37.522 | [11651 Async ks-group-memberdemo:76843]: Signaled 2021-09-08 10:04:37.534 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-09-08 10:04:37.534 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role member --group c9138f84fc8c4e218ea8b3e3c73b7df4 --project 82a2e5ec0f2a45cc94e9f69de9b1e6a1 -f value 2021-09-08 10:04:37.534 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:37.534 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:37.534 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:37.534 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:37.534 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:37.534 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-09-08 10:04:37.534 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-09-08 10:04:37.534 | + functions-common:get_or_add_group_project_role:951 : openstack role add member --group c9138f84fc8c4e218ea8b3e3c73b7df4 --project 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:37.534 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:37.534 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:37.534 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:37.534 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:37.534 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role member --group c9138f84fc8c4e218ea8b3e3c73b7df4 --project 82a2e5ec0f2a45cc94e9f69de9b1e6a1 -f value 2021-09-08 10:04:37.534 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:37.534 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:37.534 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:37.534 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:37.534 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:37.534 | + functions-common:get_or_add_group_project_role:958 : group_role_id='0a0d8ec51b604ca0b895873e47506404 c9138f84fc8c4e218ea8b3e3c73b7df4 82a2e5ec0f2a45cc94e9f69de9b1e6a1 False' 2021-09-08 10:04:37.534 | + functions-common:get_or_add_group_project_role:960 : echo 0a0d8ec51b604ca0b895873e47506404 c9138f84fc8c4e218ea8b3e3c73b7df4 82a2e5ec0f2a45cc94e9f69de9b1e6a1 False 2021-09-08 10:04:37.534 | 0a0d8ec51b604ca0b895873e47506404 c9138f84fc8c4e218ea8b3e3c73b7df4 82a2e5ec0f2a45cc94e9f69de9b1e6a1 False 2021-09-08 10:04:37.759 | [11651 Async ks-group-memberdemo:76843]: finished get_or_add_group_project_role member c9138f84fc8c4e218ea8b3e3c73b7df4 82a2e5ec0f2a45cc94e9f69de9b1e6a1 with result 0 in 10 seconds 2021-09-08 10:04:37.783 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:04:37.833 | [11651 Async ks-group-anotherdemo:76959]: Waiting for completion of get_or_add_group_project_role anotherrole c9138f84fc8c4e218ea8b3e3c73b7df4 82a2e5ec0f2a45cc94e9f69de9b1e6a1 running on PID 76959 (5 other jobs running) 2021-09-08 10:04:37.867 | [76959 Async ks-group-anotherdemo:76959]: finished successfully 2021-09-08 10:04:37.890 | [11651 Async ks-group-anotherdemo:76959]: Signaling child to exit 2021-09-08 10:04:37.902 | WAKEUP 2021-09-08 10:04:37.930 | [11651 Async ks-group-anotherdemo:76959]: Signaled 2021-09-08 10:04:37.931 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-09-08 10:04:37.931 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role anotherrole --group c9138f84fc8c4e218ea8b3e3c73b7df4 --project 82a2e5ec0f2a45cc94e9f69de9b1e6a1 -f value 2021-09-08 10:04:37.931 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:37.931 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:37.931 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:37.931 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:37.931 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:37.931 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-09-08 10:04:37.932 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-09-08 10:04:37.932 | + functions-common:get_or_add_group_project_role:951 : openstack role add anotherrole --group c9138f84fc8c4e218ea8b3e3c73b7df4 --project 82a2e5ec0f2a45cc94e9f69de9b1e6a1 2021-09-08 10:04:37.932 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:37.932 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:37.932 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:37.932 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:37.932 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role anotherrole --group c9138f84fc8c4e218ea8b3e3c73b7df4 --project 82a2e5ec0f2a45cc94e9f69de9b1e6a1 -f value 2021-09-08 10:04:37.932 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:37.932 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:37.932 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:37.932 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:37.932 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:37.932 | + functions-common:get_or_add_group_project_role:958 : group_role_id='7a9354e5a6b74c4cb9544e4e7862311e c9138f84fc8c4e218ea8b3e3c73b7df4 82a2e5ec0f2a45cc94e9f69de9b1e6a1 False' 2021-09-08 10:04:37.932 | + functions-common:get_or_add_group_project_role:960 : echo 7a9354e5a6b74c4cb9544e4e7862311e c9138f84fc8c4e218ea8b3e3c73b7df4 82a2e5ec0f2a45cc94e9f69de9b1e6a1 False 2021-09-08 10:04:37.932 | 7a9354e5a6b74c4cb9544e4e7862311e c9138f84fc8c4e218ea8b3e3c73b7df4 82a2e5ec0f2a45cc94e9f69de9b1e6a1 False 2021-09-08 10:04:37.988 | [11651 Async ks-group-anotherdemo:76959]: finished get_or_add_group_project_role anotherrole c9138f84fc8c4e218ea8b3e3c73b7df4 82a2e5ec0f2a45cc94e9f69de9b1e6a1 with result 0 in 10 seconds 2021-09-08 10:04:38.033 | [11651 Async ks-group-memberalt:77048]: Waiting for completion of get_or_add_group_project_role member c9138f84fc8c4e218ea8b3e3c73b7df4 971decbd0b4449ad86ab9a9e33017c87 running on PID 77048 (4 other jobs running) 2021-09-08 10:04:38.063 | [11651 Async ks-group-memberalt:77048]: Signaling child to exit 2021-09-08 10:04:38.615 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:04:38.647 | [77048 Async ks-group-memberalt:77048]: finished successfully 2021-09-08 10:04:38.669 | WAKEUP 2021-09-08 10:04:38.676 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:04:38.694 | [11651 Async ks-group-memberalt:77048]: Signaled 2021-09-08 10:04:38.699 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-09-08 10:04:38.699 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role member --group c9138f84fc8c4e218ea8b3e3c73b7df4 --project 971decbd0b4449ad86ab9a9e33017c87 -f value 2021-09-08 10:04:38.699 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:38.699 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:38.699 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:38.699 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:38.699 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:38.699 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-09-08 10:04:38.699 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-09-08 10:04:38.699 | + functions-common:get_or_add_group_project_role:951 : openstack role add member --group c9138f84fc8c4e218ea8b3e3c73b7df4 --project 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:38.699 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:38.699 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:38.699 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:38.699 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:38.699 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role member --group c9138f84fc8c4e218ea8b3e3c73b7df4 --project 971decbd0b4449ad86ab9a9e33017c87 -f value 2021-09-08 10:04:38.699 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:38.699 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:38.699 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:38.699 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:38.699 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:38.699 | + functions-common:get_or_add_group_project_role:958 : group_role_id='0a0d8ec51b604ca0b895873e47506404 c9138f84fc8c4e218ea8b3e3c73b7df4 971decbd0b4449ad86ab9a9e33017c87 False' 2021-09-08 10:04:38.699 | + functions-common:get_or_add_group_project_role:960 : echo 0a0d8ec51b604ca0b895873e47506404 c9138f84fc8c4e218ea8b3e3c73b7df4 971decbd0b4449ad86ab9a9e33017c87 False 2021-09-08 10:04:38.699 | 0a0d8ec51b604ca0b895873e47506404 c9138f84fc8c4e218ea8b3e3c73b7df4 971decbd0b4449ad86ab9a9e33017c87 False 2021-09-08 10:04:38.707 | [77139 Async ks-group-anotheralt:77139]: finished successfully 2021-09-08 10:04:38.747 | [11651 Async ks-group-memberalt:77048]: finished get_or_add_group_project_role member c9138f84fc8c4e218ea8b3e3c73b7df4 971decbd0b4449ad86ab9a9e33017c87 with result 0 in 10 seconds 2021-09-08 10:04:38.785 | [11651 Async ks-group-anotheralt:77139]: Waiting for completion of get_or_add_group_project_role anotherrole c9138f84fc8c4e218ea8b3e3c73b7df4 971decbd0b4449ad86ab9a9e33017c87 running on PID 77139 (3 other jobs running) 2021-09-08 10:04:38.811 | [11651 Async ks-group-anotheralt:77139]: Signaling child to exit 2021-09-08 10:04:38.811 | WAKEUP 2021-09-08 10:04:38.834 | [11651 Async ks-group-anotheralt:77139]: Signaled 2021-09-08 10:04:38.835 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-09-08 10:04:38.835 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role anotherrole --group c9138f84fc8c4e218ea8b3e3c73b7df4 --project 971decbd0b4449ad86ab9a9e33017c87 -f value 2021-09-08 10:04:38.835 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:38.835 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:38.835 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:38.835 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:38.835 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:38.835 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-09-08 10:04:38.836 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-09-08 10:04:38.836 | + functions-common:get_or_add_group_project_role:951 : openstack role add anotherrole --group c9138f84fc8c4e218ea8b3e3c73b7df4 --project 971decbd0b4449ad86ab9a9e33017c87 2021-09-08 10:04:38.836 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:38.836 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:38.836 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:38.836 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:38.836 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role anotherrole --group c9138f84fc8c4e218ea8b3e3c73b7df4 --project 971decbd0b4449ad86ab9a9e33017c87 -f value 2021-09-08 10:04:38.836 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:38.836 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:38.836 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:38.836 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:38.836 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:38.836 | + functions-common:get_or_add_group_project_role:958 : group_role_id='7a9354e5a6b74c4cb9544e4e7862311e c9138f84fc8c4e218ea8b3e3c73b7df4 971decbd0b4449ad86ab9a9e33017c87 False' 2021-09-08 10:04:38.836 | + functions-common:get_or_add_group_project_role:960 : echo 7a9354e5a6b74c4cb9544e4e7862311e c9138f84fc8c4e218ea8b3e3c73b7df4 971decbd0b4449ad86ab9a9e33017c87 False 2021-09-08 10:04:38.836 | 7a9354e5a6b74c4cb9544e4e7862311e c9138f84fc8c4e218ea8b3e3c73b7df4 971decbd0b4449ad86ab9a9e33017c87 False 2021-09-08 10:04:38.881 | [11651 Async ks-group-anotheralt:77139]: finished get_or_add_group_project_role anotherrole c9138f84fc8c4e218ea8b3e3c73b7df4 971decbd0b4449ad86ab9a9e33017c87 with result 0 in 10 seconds 2021-09-08 10:04:38.918 | [11651 Async ks-group-admin:77270]: Waiting for completion of get_or_add_group_project_role admin f218563e05ca454b8a973f9361ad06e4 d36447769a2a4d64994b919eba814ee9 running on PID 77270 (2 other jobs running) 2021-09-08 10:04:38.944 | [11651 Async ks-group-admin:77270]: Signaling child to exit 2021-09-08 10:04:39.486 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:04:39.512 | [77270 Async ks-group-admin:77270]: finished successfully 2021-09-08 10:04:39.531 | WAKEUP 2021-09-08 10:04:39.553 | [11651 Async ks-group-admin:77270]: Signaled 2021-09-08 10:04:39.555 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-09-08 10:04:39.555 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role admin --group f218563e05ca454b8a973f9361ad06e4 --project d36447769a2a4d64994b919eba814ee9 -f value 2021-09-08 10:04:39.555 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:39.555 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:39.555 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:39.555 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:39.555 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:39.555 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-09-08 10:04:39.555 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-09-08 10:04:39.555 | + functions-common:get_or_add_group_project_role:951 : openstack role add admin --group f218563e05ca454b8a973f9361ad06e4 --project d36447769a2a4d64994b919eba814ee9 2021-09-08 10:04:39.555 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:39.555 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:39.555 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:39.555 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:39.556 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role admin --group f218563e05ca454b8a973f9361ad06e4 --project d36447769a2a4d64994b919eba814ee9 -f value 2021-09-08 10:04:39.556 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:39.556 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:39.556 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:04:39.556 | from cryptography.utils import int_from_bytes 2021-09-08 10:04:39.556 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:04:39.556 | + functions-common:get_or_add_group_project_role:958 : group_role_id='02c4d6a91a8f457db499554ca898c4c5 f218563e05ca454b8a973f9361ad06e4 d36447769a2a4d64994b919eba814ee9 False' 2021-09-08 10:04:39.556 | + functions-common:get_or_add_group_project_role:960 : echo 02c4d6a91a8f457db499554ca898c4c5 f218563e05ca454b8a973f9361ad06e4 d36447769a2a4d64994b919eba814ee9 False 2021-09-08 10:04:39.556 | 02c4d6a91a8f457db499554ca898c4c5 f218563e05ca454b8a973f9361ad06e4 d36447769a2a4d64994b919eba814ee9 False 2021-09-08 10:04:39.600 | [11651 Async ks-group-admin:77270]: finished get_or_add_group_project_role admin f218563e05ca454b8a973f9361ad06e4 d36447769a2a4d64994b919eba814ee9 with result 0 in 10 seconds 2021-09-08 10:04:39.604 | + inc/async:async_wait:197 : return 0 2021-09-08 10:04:39.607 | + lib/keystone:create_keystone_accounts:388 : is_service_enabled ldap 2021-09-08 10:04:39.624 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:04:39.626 | + ./stack.sh:main:1103 : is_service_enabled nova 2021-09-08 10:04:39.644 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:04:39.646 | + ./stack.sh:main:1104 : async_runfunc create_nova_accounts 2021-09-08 10:04:39.649 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2021-09-08 10:04:39.708 | + inc/async:async_inner:63 : create_nova_accounts 2021-09-08 10:04:39.748 | [11651 Async create_nova_accounts:78882]: running: create_nova_accounts 2021-09-08 10:04:39.751 | + ./stack.sh:main:1106 : is_service_enabled glance 2021-09-08 10:04:39.768 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:04:39.771 | + ./stack.sh:main:1107 : async_runfunc create_glance_accounts 2021-09-08 10:04:39.773 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2021-09-08 10:04:39.834 | + inc/async:async_inner:63 : create_glance_accounts 2021-09-08 10:04:39.874 | [11651 Async create_glance_accounts:78997]: running: create_glance_accounts 2021-09-08 10:04:39.877 | + ./stack.sh:main:1109 : is_service_enabled cinder 2021-09-08 10:04:39.900 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:04:39.902 | + ./stack.sh:main:1110 : async_runfunc create_cinder_accounts 2021-09-08 10:04:39.905 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2021-09-08 10:04:39.969 | + inc/async:async_inner:63 : create_cinder_accounts 2021-09-08 10:04:40.013 | [11651 Async create_cinder_accounts:79127]: running: create_cinder_accounts 2021-09-08 10:04:40.016 | + ./stack.sh:main:1112 : is_service_enabled neutron 2021-09-08 10:04:40.037 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:04:40.040 | + ./stack.sh:main:1113 : async_runfunc create_neutron_accounts 2021-09-08 10:04:40.042 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2021-09-08 10:04:40.121 | + inc/async:async_inner:63 : create_neutron_accounts 2021-09-08 10:04:40.187 | [11651 Async create_neutron_accounts:79242]: running: create_neutron_accounts 2021-09-08 10:04:40.190 | + ./stack.sh:main:1115 : is_service_enabled swift 2021-09-08 10:04:40.233 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:04:40.235 | + ./stack.sh:main:1116 : async_runfunc create_swift_accounts 2021-09-08 10:04:40.238 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2021-09-08 10:04:40.560 | + inc/async:async_inner:63 : create_swift_accounts 2021-09-08 10:04:40.789 | [11651 Async create_swift_accounts:79383]: running: create_swift_accounts 2021-09-08 10:04:40.804 | + ./stack.sh:main:1122 : write_clouds_yaml 2021-09-08 10:04:40.824 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2021-09-08 10:04:40.846 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2021-09-08 10:04:40.876 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2021-09-08 10:04:40.944 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2021-09-08 10:04:41.008 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2021-09-08 10:04:41.028 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-09-08 10:04:41.057 | + 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.49/identity --os-username demo --os-password Passw0rd --os-project-name demo 2021-09-08 10:04:41.216 | The user clouds.yaml file didn't exist. 2021-09-08 10:04:41.228 | + 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.49/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2021-09-08 10:04:41.329 | /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. 2021-09-08 10:04:41.329 | self._clouds = yaml.load(clouds_file) 2021-09-08 10:04:41.340 | + 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.49/identity --os-username admin --os-password Passw0rd --os-project-name admin 2021-09-08 10:04:41.444 | /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. 2021-09-08 10:04:41.444 | self._clouds = yaml.load(clouds_file) 2021-09-08 10:04:41.456 | + 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.49/identity --os-username admin --os-password Passw0rd --os-system-scope all 2021-09-08 10:04:41.641 | /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. 2021-09-08 10:04:41.641 | self._clouds = yaml.load(clouds_file) 2021-09-08 10:04:41.676 | + functions-common:write_clouds_yaml:132 : cat 2021-09-08 10:04:41.720 | ++ functions-common:write_clouds_yaml:138 : eval echo '~ubuntu' 2021-09-08 10:04:41.748 | +++ functions-common:write_clouds_yaml:138 : echo /home/ubuntu 2021-09-08 10:04:41.771 | + functions-common:write_clouds_yaml:138 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2021-09-08 10:04:41.799 | + ./stack.sh:main:1127 : is_service_enabled horizon 2021-09-08 10:04:41.935 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:04:41.969 | + ./stack.sh:main:1132 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2021-09-08 10:04:42.331 | [11651 Async create_nova_accounts:78882]: Waiting for completion of create_nova_accounts running on PID 78882 (6 other jobs running) 2021-09-08 10:04:42.473 | [11651 Async create_nova_accounts:78882]: Signaling child to exit 2021-09-08 10:05:08.294 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:05:08.353 | [79242 Async create_neutron_accounts:79242]: finished successfully 2021-09-08 10:05:22.086 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:05:22.115 | [79127 Async create_cinder_accounts:79127]: finished successfully 2021-09-08 10:05:29.155 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:05:29.187 | [78997 Async create_glance_accounts:78997]: finished successfully 2021-09-08 10:05:32.500 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:05:32.527 | [78882 Async create_nova_accounts:78882]: finished successfully 2021-09-08 10:05:32.547 | WAKEUP 2021-09-08 10:05:32.569 | [11651 Async create_nova_accounts:78882]: Signaled 2021-09-08 10:05:32.571 | + lib/nova:create_nova_accounts:336 : [[ 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 ]] 2021-09-08 10:05:32.571 | + lib/nova:create_nova_accounts:340 : create_service_user nova admin 2021-09-08 10:05:32.571 | + lib/keystone:create_service_user:401 : get_or_create_user nova Passw0rd Default 2021-09-08 10:05:32.571 | + functions-common:get_or_create_user:824 : local user_id 2021-09-08 10:05:32.571 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-09-08 10:05:32.571 | + functions-common:get_or_create_user:828 : local email= 2021-09-08 10:05:32.571 | ++ functions-common:get_or_create_user:842 : oscwrap user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2021-09-08 10:05:32.571 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.571 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.571 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.571 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.571 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.571 | + functions-common:get_or_create_user:840 : user_id=f7b0f22a2d0a4945afa4adda2109b431 2021-09-08 10:05:32.571 | + functions-common:get_or_create_user:841 : echo f7b0f22a2d0a4945afa4adda2109b431 2021-09-08 10:05:32.571 | f7b0f22a2d0a4945afa4adda2109b431 2021-09-08 10:05:32.571 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service nova service Default Default 2021-09-08 10:05:32.572 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:05:32.572 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-09-08 10:05:32.572 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:05:32.572 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:05:32.572 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-09-08 10:05:32.572 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-09-08 10:05:32.572 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-09-08 10:05:32.572 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-09-08 10:05:32.572 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-09-08 10:05:32.572 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-09-08 10:05:32.572 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:05:32.572 | ++ 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 2021-09-08 10:05:32.572 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:05:32.572 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:05:32.572 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.572 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.572 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.572 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.572 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.572 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.572 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:05:32.572 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:05:32.572 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user nova --project service --user-domain Default --project-domain Default 2021-09-08 10:05:32.572 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.572 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.572 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.572 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.572 | ++ 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 2021-09-08 10:05:32.572 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:05:32.572 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:05:32.572 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:05:32.572 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.573 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.573 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.573 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.573 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.573 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.573 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:05:32.573 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:05:32.573 | ++ functions-common:get_field:733 : echo '| 960774da36104e23b7f68ae0627ab59d | f7b0f22a2d0a4945afa4adda2109b431 | | 34e4189866c64baf8195e33faa7d9017 | | | False |' 2021-09-08 10:05:32.573 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:05:32.573 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.573 | + functions-common:get_or_add_user_project_role:910 : user_role_id=960774da36104e23b7f68ae0627ab59d 2021-09-08 10:05:32.573 | + functions-common:get_or_add_user_project_role:912 : echo 960774da36104e23b7f68ae0627ab59d 2021-09-08 10:05:32.573 | 960774da36104e23b7f68ae0627ab59d 2021-09-08 10:05:32.573 | + lib/keystone:create_service_user:404 : [[ -n admin ]] 2021-09-08 10:05:32.573 | + lib/keystone:create_service_user:405 : get_or_add_user_project_role admin nova service Default Default 2021-09-08 10:05:32.573 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:05:32.573 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-09-08 10:05:32.573 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:05:32.573 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:05:32.573 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-09-08 10:05:32.573 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-09-08 10:05:32.573 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-09-08 10:05:32.573 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-09-08 10:05:32.573 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-09-08 10:05:32.573 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-09-08 10:05:32.573 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:05:32.573 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:05:32.573 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.573 | ++ 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 2021-09-08 10:05:32.573 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:05:32.573 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.573 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.574 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.574 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.574 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.574 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:05:32.574 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:05:32.574 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user nova --project service --user-domain Default --project-domain Default 2021-09-08 10:05:32.574 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.574 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.574 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.574 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.574 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:05:32.574 | ++ 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 2021-09-08 10:05:32.574 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:05:32.574 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:05:32.574 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.574 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.574 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.574 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.574 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.574 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.574 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:05:32.574 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:05:32.574 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:05:32.574 | ++ functions-common:get_field:733 : echo '| 02c4d6a91a8f457db499554ca898c4c5 | f7b0f22a2d0a4945afa4adda2109b431 | | 34e4189866c64baf8195e33faa7d9017 | | | False |' 2021-09-08 10:05:32.574 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.574 | + functions-common:get_or_add_user_project_role:910 : user_role_id=02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:05:32.574 | + functions-common:get_or_add_user_project_role:912 : echo 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:05:32.574 | 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:05:32.574 | + lib/nova:create_nova_accounts:342 : local nova_api_url 2021-09-08 10:05:32.574 | + lib/nova:create_nova_accounts:343 : [[ True == \F\a\l\s\e ]] 2021-09-08 10:05:32.575 | + lib/nova:create_nova_accounts:346 : nova_api_url=http://10.222.0.49/compute 2021-09-08 10:05:32.575 | + lib/nova:create_nova_accounts:349 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2021-09-08 10:05:32.575 | + functions-common:get_or_create_service:966 : local service_id 2021-09-08 10:05:32.575 | ++ functions-common:get_or_create_service:979 : oscwrap service show compute_legacy -f value -c id 2021-09-08 10:05:32.575 | ++ 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 2021-09-08 10:05:32.575 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.575 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.575 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.575 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.575 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.575 | + functions-common:get_or_create_service:977 : service_id=' 2021-09-08 10:05:32.575 | 3414199561f04f7eae423e391fd4c4db' 2021-09-08 10:05:32.575 | + functions-common:get_or_create_service:978 : echo 3414199561f04f7eae423e391fd4c4db 2021-09-08 10:05:32.575 | 3414199561f04f7eae423e391fd4c4db 2021-09-08 10:05:32.575 | + lib/nova:create_nova_accounts:351 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.49/compute/v2/$(project_id)s' 2021-09-08 10:05:32.575 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-09-08 10:05:32.575 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.49/compute/v2/$(project_id)s' RegionOne 2021-09-08 10:05:32.575 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-09-08 10:05:32.575 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2021-09-08 10:05:32.575 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.575 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.575 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.575 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.575 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.575 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-09-08 10:05:32.575 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-09-08 10:05:32.575 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create compute_legacy public 'http://10.222.0.49/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2021-09-08 10:05:32.575 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.575 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.575 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.575 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.576 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.576 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=c8161794d2684490a8ef6a1570ee1e6f 2021-09-08 10:05:32.576 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo c8161794d2684490a8ef6a1570ee1e6f 2021-09-08 10:05:32.576 | + functions-common:get_or_create_endpoint:1011 : public_id=c8161794d2684490a8ef6a1570ee1e6f 2021-09-08 10:05:32.576 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-09-08 10:05:32.576 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-09-08 10:05:32.576 | + functions-common:get_or_create_endpoint:1020 : echo c8161794d2684490a8ef6a1570ee1e6f 2021-09-08 10:05:32.576 | c8161794d2684490a8ef6a1570ee1e6f 2021-09-08 10:05:32.576 | + lib/nova:create_nova_accounts:355 : get_or_create_service nova compute 'Nova Compute Service' 2021-09-08 10:05:32.576 | + functions-common:get_or_create_service:966 : local service_id 2021-09-08 10:05:32.576 | ++ functions-common:get_or_create_service:979 : oscwrap service show compute -f value -c id 2021-09-08 10:05:32.576 | ++ functions-common:get_or_create_service:981 : oscwrap service create compute --name nova '--description=Nova Compute Service' -f value -c id 2021-09-08 10:05:32.576 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.576 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.576 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.576 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.576 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.576 | + functions-common:get_or_create_service:977 : service_id=' 2021-09-08 10:05:32.576 | e2db8f25c3e94b219654516ecb9dbf1f' 2021-09-08 10:05:32.576 | + functions-common:get_or_create_service:978 : echo e2db8f25c3e94b219654516ecb9dbf1f 2021-09-08 10:05:32.576 | e2db8f25c3e94b219654516ecb9dbf1f 2021-09-08 10:05:32.576 | + lib/nova:create_nova_accounts:357 : get_or_create_endpoint compute RegionOne http://10.222.0.49/compute/v2.1 2021-09-08 10:05:32.576 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-09-08 10:05:32.576 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface compute public http://10.222.0.49/compute/v2.1 RegionOne 2021-09-08 10:05:32.576 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-09-08 10:05:32.576 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service compute --interface public --region RegionOne -c ID -f value 2021-09-08 10:05:32.576 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.576 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.576 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.576 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.576 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.577 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-09-08 10:05:32.577 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-09-08 10:05:32.577 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create compute public http://10.222.0.49/compute/v2.1 --region RegionOne -f value -c id 2021-09-08 10:05:32.577 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.577 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.577 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.577 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.577 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.577 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=4638ad7b76e842b8abe7a0249c4b18a2 2021-09-08 10:05:32.577 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 4638ad7b76e842b8abe7a0249c4b18a2 2021-09-08 10:05:32.577 | + functions-common:get_or_create_endpoint:1011 : public_id=4638ad7b76e842b8abe7a0249c4b18a2 2021-09-08 10:05:32.577 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-09-08 10:05:32.577 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-09-08 10:05:32.577 | + functions-common:get_or_create_endpoint:1020 : echo 4638ad7b76e842b8abe7a0249c4b18a2 2021-09-08 10:05:32.577 | 4638ad7b76e842b8abe7a0249c4b18a2 2021-09-08 10:05:32.577 | + lib/nova:create_nova_accounts:362 : is_service_enabled n-api 2021-09-08 10:05:32.577 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:05:32.577 | + lib/nova:create_nova_accounts:364 : is_service_enabled swift 2021-09-08 10:05:32.577 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:05:32.577 | + lib/nova:create_nova_accounts:367 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2021-09-08 10:05:32.577 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:05:32.577 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-09-08 10:05:32.577 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:05:32.577 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:05:32.577 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-09-08 10:05:32.577 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-09-08 10:05:32.577 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-09-08 10:05:32.577 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-09-08 10:05:32.577 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-09-08 10:05:32.577 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-09-08 10:05:32.577 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:05:32.577 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:05:32.578 | ++ 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 2021-09-08 10:05:32.578 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:05:32.578 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.578 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.578 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.578 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.578 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.578 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.578 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:05:32.578 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:05:32.578 | + functions-common:get_or_add_user_project_role:901 : openstack role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2021-09-08 10:05:32.578 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.578 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.578 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.578 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.578 | ++ 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 2021-09-08 10:05:32.578 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:05:32.578 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:05:32.578 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:05:32.578 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.578 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.578 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.578 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.578 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.578 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.578 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:05:32.578 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:05:32.578 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:05:32.578 | ++ functions-common:get_field:733 : echo '| 78d6d398d3c54fcdb9668ee373642303 | f7b0f22a2d0a4945afa4adda2109b431 | | 34e4189866c64baf8195e33faa7d9017 | | | False |' 2021-09-08 10:05:32.578 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.578 | + functions-common:get_or_add_user_project_role:910 : user_role_id=78d6d398d3c54fcdb9668ee373642303 2021-09-08 10:05:32.579 | + functions-common:get_or_add_user_project_role:912 : echo 78d6d398d3c54fcdb9668ee373642303 2021-09-08 10:05:32.579 | 78d6d398d3c54fcdb9668ee373642303 2021-09-08 10:05:32.579 | + lib/nova:create_nova_accounts:372 : is_service_enabled s3api 2021-09-08 10:05:32.579 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:05:32.620 | [11651 Async create_nova_accounts:78882]: finished create_nova_accounts with result 0 in 52 seconds 2021-09-08 10:05:32.660 | [11651 Async create_glance_accounts:78997]: Waiting for completion of create_glance_accounts running on PID 78997 (5 other jobs running) 2021-09-08 10:05:32.685 | [11651 Async create_glance_accounts:78997]: Signaling child to exit 2021-09-08 10:05:32.685 | WAKEUP 2021-09-08 10:05:32.708 | [11651 Async create_glance_accounts:78997]: Signaled 2021-09-08 10:05:32.709 | + lib/glance:create_glance_accounts:458 : is_service_enabled g-api 2021-09-08 10:05:32.709 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:05:32.709 | + lib/glance:create_glance_accounts:460 : create_service_user glance 2021-09-08 10:05:32.709 | + lib/keystone:create_service_user:401 : get_or_create_user glance Passw0rd Default 2021-09-08 10:05:32.710 | + functions-common:get_or_create_user:824 : local user_id 2021-09-08 10:05:32.710 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-09-08 10:05:32.710 | + functions-common:get_or_create_user:828 : local email= 2021-09-08 10:05:32.710 | ++ functions-common:get_or_create_user:842 : oscwrap user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2021-09-08 10:05:32.710 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.710 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.710 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.710 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.710 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.710 | + functions-common:get_or_create_user:840 : user_id=4421d1543c0d4a53a52ded9568116571 2021-09-08 10:05:32.710 | + functions-common:get_or_create_user:841 : echo 4421d1543c0d4a53a52ded9568116571 2021-09-08 10:05:32.710 | 4421d1543c0d4a53a52ded9568116571 2021-09-08 10:05:32.710 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service glance service Default Default 2021-09-08 10:05:32.710 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:05:32.710 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-09-08 10:05:32.710 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:05:32.710 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:05:32.710 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-09-08 10:05:32.710 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-09-08 10:05:32.710 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-09-08 10:05:32.710 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-09-08 10:05:32.710 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-09-08 10:05:32.710 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-09-08 10:05:32.710 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:05:32.710 | ++ 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 2021-09-08 10:05:32.710 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:05:32.710 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:05:32.710 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.710 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.710 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.711 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.711 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.711 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.711 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:05:32.711 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:05:32.711 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user glance --project service --user-domain Default --project-domain Default 2021-09-08 10:05:32.711 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.711 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.711 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.711 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.711 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:05:32.711 | ++ 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 2021-09-08 10:05:32.711 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:05:32.711 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:05:32.711 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.711 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.711 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.711 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.711 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.711 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.711 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:05:32.711 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:05:32.711 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:05:32.711 | ++ functions-common:get_field:733 : echo '| 960774da36104e23b7f68ae0627ab59d | 4421d1543c0d4a53a52ded9568116571 | | 34e4189866c64baf8195e33faa7d9017 | | | False |' 2021-09-08 10:05:32.711 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.711 | + functions-common:get_or_add_user_project_role:910 : user_role_id=960774da36104e23b7f68ae0627ab59d 2021-09-08 10:05:32.711 | + functions-common:get_or_add_user_project_role:912 : echo 960774da36104e23b7f68ae0627ab59d 2021-09-08 10:05:32.711 | 960774da36104e23b7f68ae0627ab59d 2021-09-08 10:05:32.711 | + lib/keystone:create_service_user:404 : [[ -n '' ]] 2021-09-08 10:05:32.711 | + lib/glance:create_glance_accounts:463 : is_service_enabled s-proxy 2021-09-08 10:05:32.711 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:05:32.711 | + lib/glance:create_glance_accounts:464 : create_service_user glance-swift ResellerAdmin 2021-09-08 10:05:32.712 | + lib/keystone:create_service_user:401 : get_or_create_user glance-swift Passw0rd Default 2021-09-08 10:05:32.712 | + functions-common:get_or_create_user:824 : local user_id 2021-09-08 10:05:32.712 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-09-08 10:05:32.712 | + functions-common:get_or_create_user:828 : local email= 2021-09-08 10:05:32.712 | ++ functions-common:get_or_create_user:842 : oscwrap user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2021-09-08 10:05:32.712 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.712 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.712 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.712 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.712 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.712 | + functions-common:get_or_create_user:840 : user_id=72c6e85788794ce28b2e4f514871cddc 2021-09-08 10:05:32.712 | + functions-common:get_or_create_user:841 : echo 72c6e85788794ce28b2e4f514871cddc 2021-09-08 10:05:32.712 | 72c6e85788794ce28b2e4f514871cddc 2021-09-08 10:05:32.712 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service glance-swift service Default Default 2021-09-08 10:05:32.712 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:05:32.712 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-09-08 10:05:32.712 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:05:32.712 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:05:32.712 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-09-08 10:05:32.712 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-09-08 10:05:32.712 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-09-08 10:05:32.712 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-09-08 10:05:32.712 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-09-08 10:05:32.712 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-09-08 10:05:32.712 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:05:32.712 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:05:32.712 | ++ 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 2021-09-08 10:05:32.712 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:05:32.712 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.712 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.712 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.713 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.713 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.713 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.713 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:05:32.713 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:05:32.713 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user glance-swift --project service --user-domain Default --project-domain Default 2021-09-08 10:05:32.713 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.713 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.713 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.713 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.713 | ++ 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 2021-09-08 10:05:32.713 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:05:32.713 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:05:32.713 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:05:32.713 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.713 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.713 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.713 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.713 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.713 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.713 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:05:32.713 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:05:32.713 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:05:32.713 | ++ functions-common:get_field:733 : echo '| 960774da36104e23b7f68ae0627ab59d | 72c6e85788794ce28b2e4f514871cddc | | 34e4189866c64baf8195e33faa7d9017 | | | False |' 2021-09-08 10:05:32.713 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.713 | + functions-common:get_or_add_user_project_role:910 : user_role_id=960774da36104e23b7f68ae0627ab59d 2021-09-08 10:05:32.713 | + functions-common:get_or_add_user_project_role:912 : echo 960774da36104e23b7f68ae0627ab59d 2021-09-08 10:05:32.713 | 960774da36104e23b7f68ae0627ab59d 2021-09-08 10:05:32.713 | + lib/keystone:create_service_user:404 : [[ -n ResellerAdmin ]] 2021-09-08 10:05:32.713 | + lib/keystone:create_service_user:405 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2021-09-08 10:05:32.713 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:05:32.713 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-09-08 10:05:32.714 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:05:32.714 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:05:32.714 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-09-08 10:05:32.714 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-09-08 10:05:32.714 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-09-08 10:05:32.714 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-09-08 10:05:32.714 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-09-08 10:05:32.714 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-09-08 10:05:32.714 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:05:32.714 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:05:32.714 | ++ 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 2021-09-08 10:05:32.714 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:05:32.714 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.714 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.714 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.714 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.714 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.714 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.714 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:05:32.714 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:05:32.714 | + functions-common:get_or_add_user_project_role:901 : openstack role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2021-09-08 10:05:32.714 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.714 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.714 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.714 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.714 | ++ 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 2021-09-08 10:05:32.714 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:05:32.714 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:05:32.714 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:05:32.714 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.715 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.715 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.715 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.715 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.715 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.715 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:05:32.715 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:05:32.715 | ++ functions-common:get_field:733 : echo '| 78d6d398d3c54fcdb9668ee373642303 | 72c6e85788794ce28b2e4f514871cddc | | 34e4189866c64baf8195e33faa7d9017 | | | False |' 2021-09-08 10:05:32.715 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:05:32.715 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.715 | + functions-common:get_or_add_user_project_role:910 : user_role_id=78d6d398d3c54fcdb9668ee373642303 2021-09-08 10:05:32.715 | + functions-common:get_or_add_user_project_role:912 : echo 78d6d398d3c54fcdb9668ee373642303 2021-09-08 10:05:32.715 | 78d6d398d3c54fcdb9668ee373642303 2021-09-08 10:05:32.715 | + lib/glance:create_glance_accounts:467 : get_or_create_service glance image 'Glance Image Service' 2021-09-08 10:05:32.715 | + functions-common:get_or_create_service:966 : local service_id 2021-09-08 10:05:32.715 | ++ functions-common:get_or_create_service:979 : oscwrap service show image -f value -c id 2021-09-08 10:05:32.715 | ++ functions-common:get_or_create_service:981 : oscwrap service create image --name glance '--description=Glance Image Service' -f value -c id 2021-09-08 10:05:32.715 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.715 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.715 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.715 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.715 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.715 | + functions-common:get_or_create_service:977 : service_id=' 2021-09-08 10:05:32.715 | 970b4f8e25fb4f75bfb2a9f73e5c56fc' 2021-09-08 10:05:32.715 | + functions-common:get_or_create_service:978 : echo 970b4f8e25fb4f75bfb2a9f73e5c56fc 2021-09-08 10:05:32.715 | 970b4f8e25fb4f75bfb2a9f73e5c56fc 2021-09-08 10:05:32.715 | + lib/glance:create_glance_accounts:469 : get_or_create_endpoint image RegionOne http://10.222.0.49/image 2021-09-08 10:05:32.715 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-09-08 10:05:32.715 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface image public http://10.222.0.49/image RegionOne 2021-09-08 10:05:32.715 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-09-08 10:05:32.715 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service image --interface public --region RegionOne -c ID -f value 2021-09-08 10:05:32.715 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.716 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.716 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.716 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.716 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.716 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-09-08 10:05:32.716 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-09-08 10:05:32.716 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create image public http://10.222.0.49/image --region RegionOne -f value -c id 2021-09-08 10:05:32.716 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.716 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.716 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.716 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.716 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.716 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=cd53c2d298644599b0c91eaa27bd84bf 2021-09-08 10:05:32.716 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo cd53c2d298644599b0c91eaa27bd84bf 2021-09-08 10:05:32.716 | + functions-common:get_or_create_endpoint:1011 : public_id=cd53c2d298644599b0c91eaa27bd84bf 2021-09-08 10:05:32.716 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-09-08 10:05:32.716 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-09-08 10:05:32.716 | + functions-common:get_or_create_endpoint:1020 : echo cd53c2d298644599b0c91eaa27bd84bf 2021-09-08 10:05:32.716 | cd53c2d298644599b0c91eaa27bd84bf 2021-09-08 10:05:32.716 | ++ lib/glance:create_glance_accounts:474 : get_or_create_domain Default 2021-09-08 10:05:32.716 | ++ functions-common:get_or_create_domain:792 : local domain_id 2021-09-08 10:05:32.716 | +++ functions-common:get_or_create_domain:804 : oscwrap domain show Default -f value -c id 2021-09-08 10:05:32.716 | ++ functions-common:get_or_create_domain:802 : domain_id=default 2021-09-08 10:05:32.716 | ++ functions-common:get_or_create_domain:803 : echo default 2021-09-08 10:05:32.716 | + lib/glance:create_glance_accounts:474 : service_domain_id=default 2021-09-08 10:05:32.716 | + lib/glance:create_glance_accounts:475 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2021-09-08 10:05:32.716 | + lib/glance:create_glance_accounts:476 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2021-09-08 10:05:32.716 | + lib/glance:create_glance_accounts:478 : [[ False = True ]] 2021-09-08 10:05:32.755 | [11651 Async create_glance_accounts:78997]: finished create_glance_accounts with result 0 in 49 seconds 2021-09-08 10:05:32.795 | [11651 Async create_cinder_accounts:79127]: Waiting for completion of create_cinder_accounts running on PID 79127 (4 other jobs running) 2021-09-08 10:05:32.821 | [11651 Async create_cinder_accounts:79127]: Signaling child to exit 2021-09-08 10:05:32.821 | WAKEUP 2021-09-08 10:05:32.846 | [11651 Async create_cinder_accounts:79127]: Signaled 2021-09-08 10:05:32.847 | + 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 ]] 2021-09-08 10:05:32.847 | + lib/cinder:create_cinder_accounts:393 : create_service_user cinder 2021-09-08 10:05:32.847 | + lib/keystone:create_service_user:401 : get_or_create_user cinder Passw0rd Default 2021-09-08 10:05:32.847 | + functions-common:get_or_create_user:824 : local user_id 2021-09-08 10:05:32.847 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-09-08 10:05:32.847 | + functions-common:get_or_create_user:828 : local email= 2021-09-08 10:05:32.847 | ++ functions-common:get_or_create_user:842 : oscwrap user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2021-09-08 10:05:32.847 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.847 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.847 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.848 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.848 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.848 | + functions-common:get_or_create_user:840 : user_id=8e475e60768e4fe7ae729d386815f265 2021-09-08 10:05:32.848 | + functions-common:get_or_create_user:841 : echo 8e475e60768e4fe7ae729d386815f265 2021-09-08 10:05:32.848 | 8e475e60768e4fe7ae729d386815f265 2021-09-08 10:05:32.848 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service cinder service Default Default 2021-09-08 10:05:32.848 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:05:32.848 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-09-08 10:05:32.848 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:05:32.848 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:05:32.848 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-09-08 10:05:32.848 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-09-08 10:05:32.848 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-09-08 10:05:32.848 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-09-08 10:05:32.848 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-09-08 10:05:32.848 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-09-08 10:05:32.848 | ++ 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 2021-09-08 10:05:32.848 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:05:32.848 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:05:32.848 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:05:32.848 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.848 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.848 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.848 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.848 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.848 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.848 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:05:32.848 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:05:32.848 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user cinder --project service --user-domain Default --project-domain Default 2021-09-08 10:05:32.848 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.848 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.848 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.849 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.849 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:05:32.849 | ++ 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 2021-09-08 10:05:32.849 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:05:32.849 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:05:32.849 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.849 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.849 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.849 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.849 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.849 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.849 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:05:32.849 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:05:32.849 | ++ functions-common:get_field:733 : echo '| 960774da36104e23b7f68ae0627ab59d | 8e475e60768e4fe7ae729d386815f265 | | 34e4189866c64baf8195e33faa7d9017 | | | False |' 2021-09-08 10:05:32.849 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:05:32.849 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:32.849 | + functions-common:get_or_add_user_project_role:910 : user_role_id=960774da36104e23b7f68ae0627ab59d 2021-09-08 10:05:32.849 | + functions-common:get_or_add_user_project_role:912 : echo 960774da36104e23b7f68ae0627ab59d 2021-09-08 10:05:32.849 | 960774da36104e23b7f68ae0627ab59d 2021-09-08 10:05:32.849 | + lib/keystone:create_service_user:404 : [[ -n '' ]] 2021-09-08 10:05:32.849 | + lib/cinder:create_cinder_accounts:396 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2021-09-08 10:05:32.849 | + functions-common:get_or_create_service:966 : local service_id 2021-09-08 10:05:32.849 | ++ functions-common:get_or_create_service:979 : oscwrap service show block-storage -f value -c id 2021-09-08 10:05:32.849 | ++ functions-common:get_or_create_service:981 : oscwrap service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2021-09-08 10:05:32.849 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.849 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.849 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.849 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.849 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.849 | + functions-common:get_or_create_service:977 : service_id=' 2021-09-08 10:05:32.849 | a962c968bf8d4729adf00fc7004e3229' 2021-09-08 10:05:32.849 | + functions-common:get_or_create_service:978 : echo a962c968bf8d4729adf00fc7004e3229 2021-09-08 10:05:32.849 | a962c968bf8d4729adf00fc7004e3229 2021-09-08 10:05:32.850 | + lib/cinder:create_cinder_accounts:397 : '[' True == False ']' 2021-09-08 10:05:32.850 | + lib/cinder:create_cinder_accounts:410 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.49/volume/v3/$(project_id)s' 2021-09-08 10:05:32.850 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-09-08 10:05:32.850 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.49/volume/v3/$(project_id)s' RegionOne 2021-09-08 10:05:32.850 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-09-08 10:05:32.850 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2021-09-08 10:05:32.850 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.850 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.850 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.850 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.850 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.850 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-09-08 10:05:32.850 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-09-08 10:05:32.850 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create block-storage public 'http://10.222.0.49/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2021-09-08 10:05:32.850 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.850 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.850 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.850 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.850 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.850 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=e92a365c185640e1bb5ca95691b26584 2021-09-08 10:05:32.850 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo e92a365c185640e1bb5ca95691b26584 2021-09-08 10:05:32.850 | + functions-common:get_or_create_endpoint:1011 : public_id=e92a365c185640e1bb5ca95691b26584 2021-09-08 10:05:32.850 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-09-08 10:05:32.850 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-09-08 10:05:32.850 | + functions-common:get_or_create_endpoint:1020 : echo e92a365c185640e1bb5ca95691b26584 2021-09-08 10:05:32.850 | e92a365c185640e1bb5ca95691b26584 2021-09-08 10:05:32.850 | + lib/cinder:create_cinder_accounts:414 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2021-09-08 10:05:32.850 | + functions-common:get_or_create_service:966 : local service_id 2021-09-08 10:05:32.850 | ++ functions-common:get_or_create_service:979 : oscwrap service show volumev3 -f value -c id 2021-09-08 10:05:32.850 | ++ functions-common:get_or_create_service:981 : oscwrap service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2021-09-08 10:05:32.851 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.851 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.851 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.851 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.851 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.851 | + functions-common:get_or_create_service:977 : service_id=' 2021-09-08 10:05:32.851 | f911f699cd82464c95bd3ed2342b2816' 2021-09-08 10:05:32.851 | + functions-common:get_or_create_service:978 : echo f911f699cd82464c95bd3ed2342b2816 2021-09-08 10:05:32.851 | f911f699cd82464c95bd3ed2342b2816 2021-09-08 10:05:32.851 | + lib/cinder:create_cinder_accounts:416 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.49/volume/v3/$(project_id)s' 2021-09-08 10:05:32.851 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-09-08 10:05:32.851 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.49/volume/v3/$(project_id)s' RegionOne 2021-09-08 10:05:32.851 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-09-08 10:05:32.851 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2021-09-08 10:05:32.851 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.851 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.851 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.851 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.851 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.851 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-09-08 10:05:32.851 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-09-08 10:05:32.851 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create volumev3 public 'http://10.222.0.49/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2021-09-08 10:05:32.851 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.851 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.851 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.851 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.851 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.851 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=d1bfdc5d23b64c7cb7451001d115e9f9 2021-09-08 10:05:32.851 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo d1bfdc5d23b64c7cb7451001d115e9f9 2021-09-08 10:05:32.851 | + functions-common:get_or_create_endpoint:1011 : public_id=d1bfdc5d23b64c7cb7451001d115e9f9 2021-09-08 10:05:32.851 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-09-08 10:05:32.852 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-09-08 10:05:32.852 | + functions-common:get_or_create_endpoint:1020 : echo d1bfdc5d23b64c7cb7451001d115e9f9 2021-09-08 10:05:32.852 | d1bfdc5d23b64c7cb7451001d115e9f9 2021-09-08 10:05:32.852 | + lib/cinder:create_cinder_accounts:421 : configure_cinder_internal_tenant 2021-09-08 10:05:32.852 | ++ lib/cinder:configure_cinder_internal_tenant:608 : get_or_create_project service 2021-09-08 10:05:32.852 | ++ functions-common:get_or_create_project:847 : local project_id 2021-09-08 10:05:32.852 | +++ functions-common:get_or_create_project:855 : oscwrap project create service --domain= --or-show -f value -c id 2021-09-08 10:05:32.852 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.852 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.852 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.852 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.852 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.852 | ++ functions-common:get_or_create_project:853 : project_id=34e4189866c64baf8195e33faa7d9017 2021-09-08 10:05:32.852 | ++ functions-common:get_or_create_project:854 : echo 34e4189866c64baf8195e33faa7d9017 2021-09-08 10:05:32.852 | + lib/cinder:configure_cinder_internal_tenant:608 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 34e4189866c64baf8195e33faa7d9017 2021-09-08 10:05:32.852 | ++ lib/cinder:configure_cinder_internal_tenant:609 : get_or_create_user cinder 2021-09-08 10:05:32.852 | ++ functions-common:get_or_create_user:824 : local user_id 2021-09-08 10:05:32.852 | ++ functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-09-08 10:05:32.852 | ++ functions-common:get_or_create_user:828 : local email= 2021-09-08 10:05:32.852 | +++ functions-common:get_or_create_user:842 : oscwrap user create cinder --password '' --domain= --or-show -f value -c id 2021-09-08 10:05:32.852 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.852 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.852 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:32.852 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:32.852 | No password was supplied, authentication will fail when a user does not have a password. 2021-09-08 10:05:32.852 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:32.852 | ++ functions-common:get_or_create_user:840 : user_id=8e475e60768e4fe7ae729d386815f265 2021-09-08 10:05:32.852 | ++ functions-common:get_or_create_user:841 : echo 8e475e60768e4fe7ae729d386815f265 2021-09-08 10:05:32.852 | + lib/cinder:configure_cinder_internal_tenant:609 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 8e475e60768e4fe7ae729d386815f265 2021-09-08 10:05:32.899 | [11651 Async create_cinder_accounts:79127]: finished create_cinder_accounts with result 0 in 42 seconds 2021-09-08 10:05:32.903 | + inc/async:async_wait:197 : return 0 2021-09-08 10:05:32.906 | + ./stack.sh:main:1133 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2021-09-08 10:05:32.962 | [11651 Async create_neutron_accounts:79242]: Waiting for completion of create_neutron_accounts running on PID 79242 (3 other jobs running) 2021-09-08 10:05:32.989 | [11651 Async create_neutron_accounts:79242]: Signaling child to exit 2021-09-08 10:05:32.989 | WAKEUP 2021-09-08 10:05:33.014 | [11651 Async create_neutron_accounts:79242]: Signaled 2021-09-08 10:05:33.016 | + lib/neutron:create_neutron_accounts:639 : is_neutron_legacy_enabled 2021-09-08 10:05:33.016 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-09-08 10:05:33.016 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-09-08 10:05:33.016 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-09-08 10:05:33.016 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-09-08 10:05:33.016 | + 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- ]] 2021-09-08 10:05:33.016 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-09-08 10:05:33.016 | + lib/neutron:create_neutron_accounts:641 : create_mutnauq_accounts 2021-09-08 10:05:33.016 | + lib/neutron-legacy:create_mutnauq_accounts:410 : local neutron_url 2021-09-08 10:05:33.016 | + lib/neutron-legacy:create_mutnauq_accounts:411 : '[' False == True ']' 2021-09-08 10:05:33.016 | + lib/neutron-legacy:create_mutnauq_accounts:414 : neutron_url=http://10.222.0.49:9696/ 2021-09-08 10:05:33.016 | + 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 ]] 2021-09-08 10:05:33.016 | + lib/neutron-legacy:create_mutnauq_accounts:419 : create_service_user neutron 2021-09-08 10:05:33.016 | + lib/keystone:create_service_user:401 : get_or_create_user neutron Passw0rd Default 2021-09-08 10:05:33.016 | + functions-common:get_or_create_user:824 : local user_id 2021-09-08 10:05:33.017 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-09-08 10:05:33.017 | + functions-common:get_or_create_user:828 : local email= 2021-09-08 10:05:33.017 | ++ functions-common:get_or_create_user:842 : oscwrap user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2021-09-08 10:05:33.017 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:33.017 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:33.017 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:33.017 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:33.017 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:33.017 | + functions-common:get_or_create_user:840 : user_id=91f73820b0b54ae9a3c00493dc369283 2021-09-08 10:05:33.017 | + functions-common:get_or_create_user:841 : echo 91f73820b0b54ae9a3c00493dc369283 2021-09-08 10:05:33.017 | 91f73820b0b54ae9a3c00493dc369283 2021-09-08 10:05:33.017 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service neutron service Default Default 2021-09-08 10:05:33.017 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:05:33.017 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-09-08 10:05:33.017 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:05:33.017 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:05:33.017 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-09-08 10:05:33.017 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-09-08 10:05:33.017 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-09-08 10:05:33.017 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-09-08 10:05:33.017 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-09-08 10:05:33.017 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-09-08 10:05:33.017 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:05:33.017 | ++ 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 2021-09-08 10:05:33.017 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:05:33.017 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:05:33.017 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:33.017 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:33.017 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:33.017 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:33.017 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:33.018 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:33.018 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:05:33.018 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:05:33.018 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user neutron --project service --user-domain Default --project-domain Default 2021-09-08 10:05:33.018 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:33.018 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:33.018 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:33.018 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:33.018 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:05:33.018 | ++ 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 2021-09-08 10:05:33.018 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:05:33.018 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:05:33.018 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:33.018 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:33.018 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:33.018 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:33.018 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:33.018 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:33.018 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:05:33.018 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:05:33.018 | ++ functions-common:get_field:733 : echo '| 960774da36104e23b7f68ae0627ab59d | 91f73820b0b54ae9a3c00493dc369283 | | 34e4189866c64baf8195e33faa7d9017 | | | False |' 2021-09-08 10:05:33.018 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:05:33.018 | ++ functions-common:get_field:727 : read data 2021-09-08 10:05:33.018 | + functions-common:get_or_add_user_project_role:910 : user_role_id=960774da36104e23b7f68ae0627ab59d 2021-09-08 10:05:33.018 | + functions-common:get_or_add_user_project_role:912 : echo 960774da36104e23b7f68ae0627ab59d 2021-09-08 10:05:33.018 | 960774da36104e23b7f68ae0627ab59d 2021-09-08 10:05:33.018 | + lib/keystone:create_service_user:404 : [[ -n '' ]] 2021-09-08 10:05:33.018 | + lib/neutron-legacy:create_mutnauq_accounts:421 : get_or_create_service neutron network 'Neutron Service' 2021-09-08 10:05:33.018 | + functions-common:get_or_create_service:966 : local service_id 2021-09-08 10:05:33.019 | ++ functions-common:get_or_create_service:979 : oscwrap service show network -f value -c id 2021-09-08 10:05:33.019 | ++ functions-common:get_or_create_service:981 : oscwrap service create network --name neutron '--description=Neutron Service' -f value -c id 2021-09-08 10:05:33.019 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:33.019 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:33.019 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:33.019 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:33.019 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:33.019 | + functions-common:get_or_create_service:977 : service_id=' 2021-09-08 10:05:33.019 | b78fee3ee9b74582a9d21466c95e2989' 2021-09-08 10:05:33.019 | + functions-common:get_or_create_service:978 : echo b78fee3ee9b74582a9d21466c95e2989 2021-09-08 10:05:33.019 | b78fee3ee9b74582a9d21466c95e2989 2021-09-08 10:05:33.019 | + lib/neutron-legacy:create_mutnauq_accounts:423 : get_or_create_endpoint network RegionOne http://10.222.0.49:9696/ 2021-09-08 10:05:33.019 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-09-08 10:05:33.019 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface network public http://10.222.0.49:9696/ RegionOne 2021-09-08 10:05:33.019 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-09-08 10:05:33.019 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service network --interface public --region RegionOne -c ID -f value 2021-09-08 10:05:33.019 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:33.019 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:33.019 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:33.019 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:33.019 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:33.019 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-09-08 10:05:33.019 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-09-08 10:05:33.019 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create network public http://10.222.0.49:9696/ --region RegionOne -f value -c id 2021-09-08 10:05:33.019 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:33.019 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:33.019 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:05:33.019 | from cryptography.utils import int_from_bytes 2021-09-08 10:05:33.019 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:05:33.019 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=fa49219a27894cd8ae38b05372937e50 2021-09-08 10:05:33.019 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo fa49219a27894cd8ae38b05372937e50 2021-09-08 10:05:33.019 | + functions-common:get_or_create_endpoint:1011 : public_id=fa49219a27894cd8ae38b05372937e50 2021-09-08 10:05:33.020 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-09-08 10:05:33.020 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-09-08 10:05:33.020 | + functions-common:get_or_create_endpoint:1020 : echo fa49219a27894cd8ae38b05372937e50 2021-09-08 10:05:33.020 | fa49219a27894cd8ae38b05372937e50 2021-09-08 10:05:33.064 | [11651 Async create_neutron_accounts:79242]: finished create_neutron_accounts with result 0 in 28 seconds 2021-09-08 10:05:33.106 | [11651 Async create_swift_accounts:79383]: Waiting for completion of create_swift_accounts running on PID 79383 (2 other jobs running) 2021-09-08 10:05:33.132 | [11651 Async create_swift_accounts:79383]: Signaling child to exit 2021-09-08 10:06:12.874 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:06:12.899 | [79383 Async create_swift_accounts:79383]: finished successfully 2021-09-08 10:06:12.919 | WAKEUP 2021-09-08 10:06:12.941 | [11651 Async create_swift_accounts:79383]: Signaled 2021-09-08 10:06:12.942 | + lib/swift:create_swift_accounts:632 : export swiftusertest1_password=testing 2021-09-08 10:06:12.942 | + lib/swift:create_swift_accounts:632 : swiftusertest1_password=testing 2021-09-08 10:06:12.942 | + lib/swift:create_swift_accounts:633 : export swiftusertest2_password=testing2 2021-09-08 10:06:12.942 | + lib/swift:create_swift_accounts:633 : swiftusertest2_password=testing2 2021-09-08 10:06:12.942 | + lib/swift:create_swift_accounts:634 : export swiftusertest3_password=testing3 2021-09-08 10:06:12.943 | + lib/swift:create_swift_accounts:634 : swiftusertest3_password=testing3 2021-09-08 10:06:12.943 | + lib/swift:create_swift_accounts:635 : export swiftusertest4_password=testing4 2021-09-08 10:06:12.943 | + lib/swift:create_swift_accounts:635 : swiftusertest4_password=testing4 2021-09-08 10:06:12.943 | + lib/swift:create_swift_accounts:637 : local another_role 2021-09-08 10:06:12.943 | ++ lib/swift:create_swift_accounts:638 : get_or_create_role anotherrole 2021-09-08 10:06:12.943 | ++ functions-common:get_or_create_role:860 : local role_id 2021-09-08 10:06:12.943 | +++ functions-common:get_or_create_role:867 : oscwrap role create anotherrole --or-show -f value -c id 2021-09-08 10:06:12.943 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.943 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.943 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.943 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.943 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.943 | ++ functions-common:get_or_create_role:865 : role_id=7a9354e5a6b74c4cb9544e4e7862311e 2021-09-08 10:06:12.944 | ++ functions-common:get_or_create_role:866 : echo 7a9354e5a6b74c4cb9544e4e7862311e 2021-09-08 10:06:12.944 | + lib/swift:create_swift_accounts:638 : another_role=7a9354e5a6b74c4cb9544e4e7862311e 2021-09-08 10:06:12.944 | + lib/swift:create_swift_accounts:642 : create_service_user swift admin 2021-09-08 10:06:12.944 | + lib/keystone:create_service_user:401 : get_or_create_user swift Passw0rd Default 2021-09-08 10:06:12.944 | + functions-common:get_or_create_user:824 : local user_id 2021-09-08 10:06:12.944 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-09-08 10:06:12.944 | + functions-common:get_or_create_user:828 : local email= 2021-09-08 10:06:12.944 | ++ functions-common:get_or_create_user:842 : oscwrap user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2021-09-08 10:06:12.944 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.944 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.944 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.944 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.944 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.944 | + functions-common:get_or_create_user:840 : user_id=f1e8fc90bb19404c9b5b636ef84fd7ef 2021-09-08 10:06:12.944 | + functions-common:get_or_create_user:841 : echo f1e8fc90bb19404c9b5b636ef84fd7ef 2021-09-08 10:06:12.944 | f1e8fc90bb19404c9b5b636ef84fd7ef 2021-09-08 10:06:12.944 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service swift service Default Default 2021-09-08 10:06:12.944 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:06:12.944 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-09-08 10:06:12.944 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:06:12.944 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:06:12.944 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-09-08 10:06:12.944 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-09-08 10:06:12.944 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-09-08 10:06:12.944 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-09-08 10:06:12.944 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-09-08 10:06:12.944 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-09-08 10:06:12.944 | ++ 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 2021-09-08 10:06:12.944 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:06:12.944 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:06:12.945 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:06:12.945 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.945 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.945 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.945 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.945 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.945 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.945 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:06:12.945 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:06:12.945 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user swift --project service --user-domain Default --project-domain Default 2021-09-08 10:06:12.945 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.945 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.945 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.945 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.945 | ++ 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 2021-09-08 10:06:12.945 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:06:12.945 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:06:12.945 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:06:12.945 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.945 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.945 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.945 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.945 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.945 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.945 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:06:12.945 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:06:12.945 | ++ functions-common:get_field:733 : echo '| 960774da36104e23b7f68ae0627ab59d | f1e8fc90bb19404c9b5b636ef84fd7ef | | 34e4189866c64baf8195e33faa7d9017 | | | False |' 2021-09-08 10:06:12.945 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:06:12.945 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.945 | + functions-common:get_or_add_user_project_role:910 : user_role_id=960774da36104e23b7f68ae0627ab59d 2021-09-08 10:06:12.945 | + functions-common:get_or_add_user_project_role:912 : echo 960774da36104e23b7f68ae0627ab59d 2021-09-08 10:06:12.946 | 960774da36104e23b7f68ae0627ab59d 2021-09-08 10:06:12.946 | + lib/keystone:create_service_user:404 : [[ -n admin ]] 2021-09-08 10:06:12.946 | + lib/keystone:create_service_user:405 : get_or_add_user_project_role admin swift service Default Default 2021-09-08 10:06:12.946 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:06:12.946 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-09-08 10:06:12.946 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:06:12.946 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:06:12.946 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-09-08 10:06:12.946 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-09-08 10:06:12.946 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-09-08 10:06:12.946 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-09-08 10:06:12.946 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-09-08 10:06:12.946 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-09-08 10:06:12.946 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:06:12.946 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:06:12.946 | ++ 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 2021-09-08 10:06:12.946 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:06:12.946 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.946 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.946 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.946 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.946 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.946 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.946 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:06:12.946 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:06:12.946 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user swift --project service --user-domain Default --project-domain Default 2021-09-08 10:06:12.946 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.946 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.946 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.946 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.947 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:06:12.947 | ++ 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 2021-09-08 10:06:12.947 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:06:12.947 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:06:12.947 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.947 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.947 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.947 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.947 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.947 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.947 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:06:12.947 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:06:12.947 | ++ functions-common:get_field:733 : echo '| 02c4d6a91a8f457db499554ca898c4c5 | f1e8fc90bb19404c9b5b636ef84fd7ef | | 34e4189866c64baf8195e33faa7d9017 | | | False |' 2021-09-08 10:06:12.947 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:06:12.947 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.947 | + functions-common:get_or_add_user_project_role:910 : user_role_id=02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:06:12.947 | + functions-common:get_or_add_user_project_role:912 : echo 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:06:12.947 | 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:06:12.947 | + lib/swift:create_swift_accounts:644 : get_or_create_service swift object-store 'Swift Service' 2021-09-08 10:06:12.947 | + functions-common:get_or_create_service:966 : local service_id 2021-09-08 10:06:12.947 | ++ functions-common:get_or_create_service:979 : oscwrap service show object-store -f value -c id 2021-09-08 10:06:12.947 | ++ functions-common:get_or_create_service:981 : oscwrap service create object-store --name swift '--description=Swift Service' -f value -c id 2021-09-08 10:06:12.947 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.947 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.947 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.947 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.947 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.947 | + functions-common:get_or_create_service:977 : service_id=' 2021-09-08 10:06:12.947 | bc53cdf4e5574e2594daa1ad3d06f9d0' 2021-09-08 10:06:12.947 | + functions-common:get_or_create_service:978 : echo bc53cdf4e5574e2594daa1ad3d06f9d0 2021-09-08 10:06:12.947 | bc53cdf4e5574e2594daa1ad3d06f9d0 2021-09-08 10:06:12.947 | + lib/swift:create_swift_accounts:646 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.49:8080/v1/AUTH_$(project_id)s' http://10.222.0.49:8080 2021-09-08 10:06:12.948 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-09-08 10:06:12.948 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.49:8080/v1/AUTH_$(project_id)s' RegionOne 2021-09-08 10:06:12.948 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-09-08 10:06:12.948 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2021-09-08 10:06:12.948 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.948 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.948 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.948 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.948 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.948 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-09-08 10:06:12.948 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-09-08 10:06:12.948 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create object-store public 'http://10.222.0.49:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2021-09-08 10:06:12.948 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.948 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.948 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.948 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.948 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.948 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=6ad52f45b3f24c778c56acae2c99d985 2021-09-08 10:06:12.948 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 6ad52f45b3f24c778c56acae2c99d985 2021-09-08 10:06:12.948 | + functions-common:get_or_create_endpoint:1011 : public_id=6ad52f45b3f24c778c56acae2c99d985 2021-09-08 10:06:12.948 | + functions-common:get_or_create_endpoint:1013 : [[ -n http://10.222.0.49:8080 ]] 2021-09-08 10:06:12.948 | + functions-common:get_or_create_endpoint:1014 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.49:8080 RegionOne 2021-09-08 10:06:12.948 | + functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-09-08 10:06:12.948 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2021-09-08 10:06:12.948 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.948 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.948 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.948 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.948 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.948 | + functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-09-08 10:06:12.949 | + functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-09-08 10:06:12.949 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create object-store admin http://10.222.0.49:8080 --region RegionOne -f value -c id 2021-09-08 10:06:12.949 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.949 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.949 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.949 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.949 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.949 | + functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=df231b0418b44d7ebfa6812351927344 2021-09-08 10:06:12.949 | + functions-common:_get_or_create_endpoint_with_interface:996 : echo df231b0418b44d7ebfa6812351927344 2021-09-08 10:06:12.949 | df231b0418b44d7ebfa6812351927344 2021-09-08 10:06:12.949 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-09-08 10:06:12.949 | + functions-common:get_or_create_endpoint:1020 : echo 6ad52f45b3f24c778c56acae2c99d985 2021-09-08 10:06:12.949 | 6ad52f45b3f24c778c56acae2c99d985 2021-09-08 10:06:12.949 | + lib/swift:create_swift_accounts:651 : local swift_project_test1 2021-09-08 10:06:12.949 | ++ lib/swift:create_swift_accounts:652 : get_or_create_project swiftprojecttest1 default 2021-09-08 10:06:12.949 | ++ functions-common:get_or_create_project:847 : local project_id 2021-09-08 10:06:12.949 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest1 --domain=default --or-show -f value -c id 2021-09-08 10:06:12.949 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.949 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.949 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.949 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.949 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.949 | ++ functions-common:get_or_create_project:853 : project_id=8a2f5b15fe884665931a9baade30371b 2021-09-08 10:06:12.949 | ++ functions-common:get_or_create_project:854 : echo 8a2f5b15fe884665931a9baade30371b 2021-09-08 10:06:12.949 | + lib/swift:create_swift_accounts:652 : swift_project_test1=8a2f5b15fe884665931a9baade30371b 2021-09-08 10:06:12.949 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_project_test1 'Failure creating swift_project_test1' 2021-09-08 10:06:12.949 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-09-08 10:06:12.949 | ++ lib/swift:create_swift_accounts:655 : get_or_create_user swiftusertest1 testing default test@example.com 2021-09-08 10:06:12.949 | ++ functions-common:get_or_create_user:824 : local user_id 2021-09-08 10:06:12.949 | ++ functions-common:get_or_create_user:825 : [[ ! -z test@example.com ]] 2021-09-08 10:06:12.949 | ++ functions-common:get_or_create_user:826 : local email=--email=test@example.com 2021-09-08 10:06:12.950 | +++ 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 2021-09-08 10:06:12.950 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.950 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.950 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.950 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.950 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.950 | ++ functions-common:get_or_create_user:840 : user_id=3822d3950c8f4382be8e96a9fd29f944 2021-09-08 10:06:12.950 | ++ functions-common:get_or_create_user:841 : echo 3822d3950c8f4382be8e96a9fd29f944 2021-09-08 10:06:12.950 | + lib/swift:create_swift_accounts:655 : SWIFT_USER_TEST1=3822d3950c8f4382be8e96a9fd29f944 2021-09-08 10:06:12.950 | + lib/swift:create_swift_accounts:656 : die_if_not_set 656 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2021-09-08 10:06:12.950 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-09-08 10:06:12.950 | + lib/swift:create_swift_accounts:657 : get_or_add_user_project_role admin 3822d3950c8f4382be8e96a9fd29f944 8a2f5b15fe884665931a9baade30371b 2021-09-08 10:06:12.950 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:06:12.950 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-09-08 10:06:12.950 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:06:12.950 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:06:12.950 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-09-08 10:06:12.950 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-09-08 10:06:12.950 | ++ functions-common:_get_domain_args:882 : echo 2021-09-08 10:06:12.950 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-09-08 10:06:12.950 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:06:12.950 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:06:12.950 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 3822d3950c8f4382be8e96a9fd29f944 --project 8a2f5b15fe884665931a9baade30371b 2021-09-08 10:06:12.950 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.950 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:06:12.950 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.950 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.950 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.950 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.950 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.951 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:06:12.951 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:06:12.951 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 3822d3950c8f4382be8e96a9fd29f944 --project 8a2f5b15fe884665931a9baade30371b 2021-09-08 10:06:12.951 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.951 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.951 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.951 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.951 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:06:12.951 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 3822d3950c8f4382be8e96a9fd29f944 --project 8a2f5b15fe884665931a9baade30371b 2021-09-08 10:06:12.951 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:06:12.951 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:06:12.951 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.951 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.951 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.951 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.951 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.951 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.951 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:06:12.951 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:06:12.951 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:06:12.951 | ++ functions-common:get_field:733 : echo '| 02c4d6a91a8f457db499554ca898c4c5 | 3822d3950c8f4382be8e96a9fd29f944 | | 8a2f5b15fe884665931a9baade30371b | | | False |' 2021-09-08 10:06:12.951 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.951 | + functions-common:get_or_add_user_project_role:910 : user_role_id=02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:06:12.951 | + functions-common:get_or_add_user_project_role:912 : echo 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:06:12.951 | 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:06:12.951 | + lib/swift:create_swift_accounts:659 : local swift_user_test3 2021-09-08 10:06:12.951 | ++ lib/swift:create_swift_accounts:661 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2021-09-08 10:06:12.951 | ++ functions-common:get_or_create_user:824 : local user_id 2021-09-08 10:06:12.951 | ++ functions-common:get_or_create_user:825 : [[ ! -z test3@example.com ]] 2021-09-08 10:06:12.951 | ++ functions-common:get_or_create_user:826 : local email=--email=test3@example.com 2021-09-08 10:06:12.951 | +++ 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 2021-09-08 10:06:12.952 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.952 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.952 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.952 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.952 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.952 | ++ functions-common:get_or_create_user:840 : user_id=74473abdc6b44496a8e566827359fbc7 2021-09-08 10:06:12.952 | ++ functions-common:get_or_create_user:841 : echo 74473abdc6b44496a8e566827359fbc7 2021-09-08 10:06:12.952 | + lib/swift:create_swift_accounts:661 : swift_user_test3=74473abdc6b44496a8e566827359fbc7 2021-09-08 10:06:12.952 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_user_test3 'Failure creating swift_user_test3' 2021-09-08 10:06:12.952 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-09-08 10:06:12.952 | + lib/swift:create_swift_accounts:663 : get_or_add_user_project_role 7a9354e5a6b74c4cb9544e4e7862311e 74473abdc6b44496a8e566827359fbc7 8a2f5b15fe884665931a9baade30371b 2021-09-08 10:06:12.952 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:06:12.952 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-09-08 10:06:12.952 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:06:12.952 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:06:12.952 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-09-08 10:06:12.952 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-09-08 10:06:12.952 | ++ functions-common:_get_domain_args:882 : echo 2021-09-08 10:06:12.952 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-09-08 10:06:12.952 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:06:12.952 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role 7a9354e5a6b74c4cb9544e4e7862311e --user 74473abdc6b44496a8e566827359fbc7 --project 8a2f5b15fe884665931a9baade30371b 2021-09-08 10:06:12.952 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:06:12.952 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:06:12.952 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.952 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.952 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.952 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.952 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.952 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.952 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:06:12.952 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:06:12.952 | + functions-common:get_or_add_user_project_role:901 : openstack role add 7a9354e5a6b74c4cb9544e4e7862311e --user 74473abdc6b44496a8e566827359fbc7 --project 8a2f5b15fe884665931a9baade30371b 2021-09-08 10:06:12.953 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.953 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.953 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.953 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.953 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role 7a9354e5a6b74c4cb9544e4e7862311e --user 74473abdc6b44496a8e566827359fbc7 --project 8a2f5b15fe884665931a9baade30371b 2021-09-08 10:06:12.953 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:06:12.953 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:06:12.953 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:06:12.953 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.953 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.953 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.953 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.953 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.953 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.953 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:06:12.953 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:06:12.953 | ++ functions-common:get_field:733 : echo '| 7a9354e5a6b74c4cb9544e4e7862311e | 74473abdc6b44496a8e566827359fbc7 | | 8a2f5b15fe884665931a9baade30371b | | | False |' 2021-09-08 10:06:12.953 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:06:12.953 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.953 | + functions-common:get_or_add_user_project_role:910 : user_role_id=7a9354e5a6b74c4cb9544e4e7862311e 2021-09-08 10:06:12.953 | + functions-common:get_or_add_user_project_role:912 : echo 7a9354e5a6b74c4cb9544e4e7862311e 2021-09-08 10:06:12.953 | 7a9354e5a6b74c4cb9544e4e7862311e 2021-09-08 10:06:12.953 | + lib/swift:create_swift_accounts:665 : local swift_project_test2 2021-09-08 10:06:12.953 | ++ lib/swift:create_swift_accounts:666 : get_or_create_project swiftprojecttest2 default 2021-09-08 10:06:12.953 | ++ functions-common:get_or_create_project:847 : local project_id 2021-09-08 10:06:12.954 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest2 --domain=default --or-show -f value -c id 2021-09-08 10:06:12.954 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.954 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.954 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.954 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.954 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.954 | ++ functions-common:get_or_create_project:853 : project_id=56fe73f608cd44eebadacc12609d54c7 2021-09-08 10:06:12.954 | ++ functions-common:get_or_create_project:854 : echo 56fe73f608cd44eebadacc12609d54c7 2021-09-08 10:06:12.954 | + lib/swift:create_swift_accounts:666 : swift_project_test2=56fe73f608cd44eebadacc12609d54c7 2021-09-08 10:06:12.954 | + lib/swift:create_swift_accounts:667 : die_if_not_set 667 swift_project_test2 'Failure creating swift_project_test2' 2021-09-08 10:06:12.954 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-09-08 10:06:12.954 | + lib/swift:create_swift_accounts:669 : local swift_user_test2 2021-09-08 10:06:12.954 | ++ lib/swift:create_swift_accounts:671 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2021-09-08 10:06:12.954 | ++ functions-common:get_or_create_user:824 : local user_id 2021-09-08 10:06:12.954 | ++ functions-common:get_or_create_user:825 : [[ ! -z test2@example.com ]] 2021-09-08 10:06:12.954 | ++ functions-common:get_or_create_user:826 : local email=--email=test2@example.com 2021-09-08 10:06:12.954 | +++ 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 2021-09-08 10:06:12.954 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.954 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.954 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.954 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.954 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.954 | ++ functions-common:get_or_create_user:840 : user_id=0451e263a4db44f7b14a2fcf9dbb8a65 2021-09-08 10:06:12.954 | ++ functions-common:get_or_create_user:841 : echo 0451e263a4db44f7b14a2fcf9dbb8a65 2021-09-08 10:06:12.954 | + lib/swift:create_swift_accounts:671 : swift_user_test2=0451e263a4db44f7b14a2fcf9dbb8a65 2021-09-08 10:06:12.954 | + lib/swift:create_swift_accounts:672 : die_if_not_set 672 swift_user_test2 'Failure creating swift_user_test2' 2021-09-08 10:06:12.954 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-09-08 10:06:12.954 | + lib/swift:create_swift_accounts:673 : get_or_add_user_project_role admin 0451e263a4db44f7b14a2fcf9dbb8a65 56fe73f608cd44eebadacc12609d54c7 2021-09-08 10:06:12.955 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:06:12.955 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-09-08 10:06:12.955 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:06:12.955 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:06:12.955 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-09-08 10:06:12.955 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-09-08 10:06:12.955 | ++ functions-common:_get_domain_args:882 : echo 2021-09-08 10:06:12.955 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-09-08 10:06:12.955 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:06:12.955 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:06:12.955 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 0451e263a4db44f7b14a2fcf9dbb8a65 --project 56fe73f608cd44eebadacc12609d54c7 2021-09-08 10:06:12.955 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:06:12.955 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.955 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.955 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.955 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.955 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.955 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.955 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:06:12.955 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:06:12.955 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 0451e263a4db44f7b14a2fcf9dbb8a65 --project 56fe73f608cd44eebadacc12609d54c7 2021-09-08 10:06:12.955 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.955 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.955 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.955 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.955 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:06:12.955 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 0451e263a4db44f7b14a2fcf9dbb8a65 --project 56fe73f608cd44eebadacc12609d54c7 2021-09-08 10:06:12.955 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:06:12.955 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:06:12.955 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.955 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.956 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.956 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.956 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.956 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.956 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:06:12.956 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:06:12.956 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:06:12.956 | ++ functions-common:get_field:733 : echo '| 02c4d6a91a8f457db499554ca898c4c5 | 0451e263a4db44f7b14a2fcf9dbb8a65 | | 56fe73f608cd44eebadacc12609d54c7 | | | False |' 2021-09-08 10:06:12.956 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.956 | + functions-common:get_or_add_user_project_role:910 : user_role_id=02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:06:12.956 | + functions-common:get_or_add_user_project_role:912 : echo 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:06:12.956 | 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:06:12.956 | + lib/swift:create_swift_accounts:675 : local swift_domain 2021-09-08 10:06:12.956 | ++ lib/swift:create_swift_accounts:676 : get_or_create_domain swift_test 'Used for swift functional testing' 2021-09-08 10:06:12.956 | ++ functions-common:get_or_create_domain:792 : local domain_id 2021-09-08 10:06:12.956 | +++ functions-common:get_or_create_domain:804 : oscwrap domain show swift_test -f value -c id 2021-09-08 10:06:12.956 | +++ functions-common:get_or_create_domain:806 : oscwrap domain create swift_test --description 'Used for swift functional testing' -f value -c id 2021-09-08 10:06:12.956 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.956 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.956 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.956 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.956 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.956 | ++ functions-common:get_or_create_domain:802 : domain_id=' 2021-09-08 10:06:12.956 | 859c653b5d60497ea102b5d42d7f43be' 2021-09-08 10:06:12.957 | ++ functions-common:get_or_create_domain:803 : echo 859c653b5d60497ea102b5d42d7f43be 2021-09-08 10:06:12.957 | + lib/swift:create_swift_accounts:676 : swift_domain=859c653b5d60497ea102b5d42d7f43be 2021-09-08 10:06:12.957 | + lib/swift:create_swift_accounts:677 : die_if_not_set 677 swift_domain 'Failure creating swift_test domain' 2021-09-08 10:06:12.957 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-09-08 10:06:12.957 | + lib/swift:create_swift_accounts:679 : local swift_project_test4 2021-09-08 10:06:12.957 | ++ lib/swift:create_swift_accounts:680 : get_or_create_project swiftprojecttest4 859c653b5d60497ea102b5d42d7f43be 2021-09-08 10:06:12.957 | ++ functions-common:get_or_create_project:847 : local project_id 2021-09-08 10:06:12.957 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest4 --domain=859c653b5d60497ea102b5d42d7f43be --or-show -f value -c id 2021-09-08 10:06:12.957 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.957 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.957 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.957 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.957 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.957 | ++ functions-common:get_or_create_project:853 : project_id=36236c38aa294eb0bad0e12a1206f7b2 2021-09-08 10:06:12.957 | ++ functions-common:get_or_create_project:854 : echo 36236c38aa294eb0bad0e12a1206f7b2 2021-09-08 10:06:12.957 | + lib/swift:create_swift_accounts:680 : swift_project_test4=36236c38aa294eb0bad0e12a1206f7b2 2021-09-08 10:06:12.957 | + lib/swift:create_swift_accounts:681 : die_if_not_set 681 swift_project_test4 'Failure creating swift_project_test4' 2021-09-08 10:06:12.957 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-09-08 10:06:12.957 | + lib/swift:create_swift_accounts:683 : local swift_user_test4 2021-09-08 10:06:12.957 | ++ lib/swift:create_swift_accounts:685 : get_or_create_user swiftusertest4 testing4 859c653b5d60497ea102b5d42d7f43be test4@example.com 2021-09-08 10:06:12.957 | ++ functions-common:get_or_create_user:824 : local user_id 2021-09-08 10:06:12.957 | ++ functions-common:get_or_create_user:825 : [[ ! -z test4@example.com ]] 2021-09-08 10:06:12.957 | ++ functions-common:get_or_create_user:826 : local email=--email=test4@example.com 2021-09-08 10:06:12.957 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest4 --password testing4 --domain=859c653b5d60497ea102b5d42d7f43be --email=test4@example.com --or-show -f value -c id 2021-09-08 10:06:12.957 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.957 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.957 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.957 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.957 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.957 | ++ functions-common:get_or_create_user:840 : user_id=6fb1e8efba3544c0a0e2f7331c8b0596 2021-09-08 10:06:12.958 | ++ functions-common:get_or_create_user:841 : echo 6fb1e8efba3544c0a0e2f7331c8b0596 2021-09-08 10:06:12.958 | + lib/swift:create_swift_accounts:685 : swift_user_test4=6fb1e8efba3544c0a0e2f7331c8b0596 2021-09-08 10:06:12.958 | + lib/swift:create_swift_accounts:686 : die_if_not_set 686 swift_user_test4 'Failure creating swift_user_test4' 2021-09-08 10:06:12.958 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-09-08 10:06:12.958 | + lib/swift:create_swift_accounts:687 : get_or_add_user_project_role admin 6fb1e8efba3544c0a0e2f7331c8b0596 36236c38aa294eb0bad0e12a1206f7b2 2021-09-08 10:06:12.958 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:06:12.958 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-09-08 10:06:12.958 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:06:12.958 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:06:12.958 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-09-08 10:06:12.958 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-09-08 10:06:12.958 | ++ functions-common:_get_domain_args:882 : echo 2021-09-08 10:06:12.958 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-09-08 10:06:12.958 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 6fb1e8efba3544c0a0e2f7331c8b0596 --project 36236c38aa294eb0bad0e12a1206f7b2 2021-09-08 10:06:12.958 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:06:12.958 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:06:12.958 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:06:12.958 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.958 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.958 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.958 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.958 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.958 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.958 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:06:12.958 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:06:12.958 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 6fb1e8efba3544c0a0e2f7331c8b0596 --project 36236c38aa294eb0bad0e12a1206f7b2 2021-09-08 10:06:12.958 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.958 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.958 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.958 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.959 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 6fb1e8efba3544c0a0e2f7331c8b0596 --project 36236c38aa294eb0bad0e12a1206f7b2 2021-09-08 10:06:12.959 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:06:12.959 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:06:12.959 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:06:12.959 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.959 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.959 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.959 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:12.959 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:12.959 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:06:12.959 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:06:12.959 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:06:12.959 | ++ functions-common:get_field:733 : echo '| 02c4d6a91a8f457db499554ca898c4c5 | 6fb1e8efba3544c0a0e2f7331c8b0596 | | 36236c38aa294eb0bad0e12a1206f7b2 | | | False |' 2021-09-08 10:06:12.959 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:06:12.959 | ++ functions-common:get_field:727 : read data 2021-09-08 10:06:12.959 | + functions-common:get_or_add_user_project_role:910 : user_role_id=02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:06:12.959 | + functions-common:get_or_add_user_project_role:912 : echo 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:06:12.959 | 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:06:12.987 | [11651 Async create_swift_accounts:79383]: finished create_swift_accounts with result 0 in 92 seconds 2021-09-08 10:06:12.994 | Not waiting for async task configure_horizon that we never started or has already been waited for 2021-09-08 10:06:12.997 | + inc/async:async_wait:197 : return 0 2021-09-08 10:06:13.000 | + ./stack.sh:main:1139 : is_service_enabled mysql postgresql 2021-09-08 10:06:13.018 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:06:13.020 | + ./stack.sh:main:1139 : is_service_enabled glance 2021-09-08 10:06:13.038 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:06:13.040 | + ./stack.sh:main:1140 : echo_summary 'Configuring Glance' 2021-09-08 10:06:13.043 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-09-08 10:06:13.045 | + ./stack.sh:echo_summary:432 : echo -e Configuring Glance 2021-09-08 10:06:13.048 | + ./stack.sh:main:1141 : async_runfunc init_glance 2021-09-08 10:06:13.051 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2021-09-08 10:06:13.109 | + inc/async:async_inner:63 : init_glance 2021-09-08 10:06:13.147 | [11651 Async init_glance:83653]: running: init_glance 2021-09-08 10:06:13.150 | + ./stack.sh:main:1148 : is_service_enabled neutron 2021-09-08 10:06:13.169 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:06:13.171 | + ./stack.sh:main:1149 : echo_summary 'Configuring Neutron' 2021-09-08 10:06:13.174 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-09-08 10:06:13.177 | + ./stack.sh:echo_summary:432 : echo -e Configuring Neutron 2021-09-08 10:06:13.182 | + ./stack.sh:main:1151 : configure_neutron 2021-09-08 10:06:13.184 | + lib/neutron:configure_neutron:603 : is_neutron_legacy_enabled 2021-09-08 10:06:13.188 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-09-08 10:06:13.190 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-09-08 10:06:13.196 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-09-08 10:06:13.199 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-09-08 10:06:13.201 | + 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- ]] 2021-09-08 10:06:13.204 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-09-08 10:06:13.207 | + lib/neutron:configure_neutron:605 : configure_mutnauq 2021-09-08 10:06:13.209 | + lib/neutron-legacy:configure_mutnauq:338 : _configure_neutron_common 2021-09-08 10:06:13.212 | + lib/neutron-legacy:_configure_neutron_common:739 : _create_neutron_conf_dir 2021-09-08 10:06:13.214 | + lib/neutron-legacy:_create_neutron_conf_dir:732 : sudo install -d -o ubuntu /etc/neutron 2021-09-08 10:06:13.228 | + lib/neutron-legacy:_configure_neutron_common:742 : cd /opt/stack/neutron 2021-09-08 10:06:13.231 | + lib/neutron-legacy:_configure_neutron_common:742 : exec ./tools/generate_config_file_samples.sh 2021-09-08 10:06:16.450 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:16.451 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:16.451 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:16.451 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:19.700 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:19.700 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:19.700 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:19.700 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:22.192 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:06:22.221 | [83653 Async init_glance:83653]: finished successfully 2021-09-08 10:06:22.796 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:22.796 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:22.796 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:22.796 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:25.870 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:25.870 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:25.870 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:25.870 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:28.973 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:28.973 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:28.973 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:28.973 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:31.995 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:31.995 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:31.995 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:31.995 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:35.066 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:35.066 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:35.066 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:35.066 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:38.487 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:38.487 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:38.487 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:38.487 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:42.167 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:42.167 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:42.167 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:42.167 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:47.261 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:47.261 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:47.261 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:47.261 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:47.526 | + lib/neutron-legacy:_configure_neutron_common:744 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2021-09-08 10:06:47.531 | + lib/neutron-legacy:_configure_neutron_common:746 : Q_POLICY_FILE=/etc/neutron/policy.json 2021-09-08 10:06:47.533 | + lib/neutron-legacy:_configure_neutron_common:750 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2021-09-08 10:06:47.536 | + lib/neutron-legacy:_configure_neutron_common:754 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2021-09-08 10:06:47.538 | + lib/neutron-legacy:_configure_neutron_common:759 : neutron_plugin_configure_common 2021-09-08 10:06:47.540 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2021-09-08 10:06:47.542 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2021-09-08 10:06:47.544 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2021-09-08 10:06:47.547 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : _neutron_service_plugin_class_add router 2021-09-08 10:06:47.549 | + lib/neutron-legacy:_neutron_service_plugin_class_add:908 : local service_plugin_class=router 2021-09-08 10:06:47.551 | + lib/neutron-legacy:_neutron_service_plugin_class_add:909 : [[ '' == '' ]] 2021-09-08 10:06:47.554 | + lib/neutron-legacy:_neutron_service_plugin_class_add:910 : Q_SERVICE_PLUGIN_CLASSES=router 2021-09-08 10:06:47.556 | + lib/neutron-legacy:_configure_neutron_common:761 : [[ etc/neutron/plugins/ml2 == '' ]] 2021-09-08 10:06:47.558 | + lib/neutron-legacy:_configure_neutron_common:761 : [[ ml2_conf.ini == '' ]] 2021-09-08 10:06:47.560 | + lib/neutron-legacy:_configure_neutron_common:761 : [[ ml2 == '' ]] 2021-09-08 10:06:47.562 | + lib/neutron-legacy:_configure_neutron_common:766 : mkdir -p /etc/neutron/plugins/ml2 2021-09-08 10:06:47.567 | + lib/neutron-legacy:_configure_neutron_common:767 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2021-09-08 10:06:47.569 | + lib/neutron-legacy:_configure_neutron_common:770 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2021-09-08 10:06:47.572 | + 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 2021-09-08 10:06:47.576 | ++ lib/neutron-legacy:_configure_neutron_common:776 : database_connection_url neutron 2021-09-08 10:06:47.579 | ++ lib/database:database_connection_url:132 : local db=neutron 2021-09-08 10:06:47.581 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql neutron 2021-09-08 10:06:47.583 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=neutron 2021-09-08 10:06:47.585 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2021-09-08 10:06:47.588 | + 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' 2021-09-08 10:06:47.616 | + lib/neutron-legacy:_configure_neutron_common:777 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2021-09-08 10:06:47.644 | + lib/neutron-legacy:_configure_neutron_common:778 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2021-09-08 10:06:47.672 | + lib/neutron-legacy:_configure_neutron_common:779 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2021-09-08 10:06:47.701 | + lib/neutron-legacy:_configure_neutron_common:780 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2021-09-08 10:06:47.730 | + lib/neutron-legacy:_configure_neutron_common:783 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2021-09-08 10:06:47.759 | + lib/neutron-legacy:_configure_neutron_common:785 : '[' libvirt = fake ']' 2021-09-08 10:06:47.761 | + lib/neutron-legacy:_configure_neutron_common:795 : setup_logging /etc/neutron/neutron.conf 2021-09-08 10:06:47.763 | + functions:setup_logging:674 : setup_systemd_logging /etc/neutron/neutron.conf 2021-09-08 10:06:47.766 | + functions:setup_systemd_logging:689 : local conf_file=/etc/neutron/neutron.conf 2021-09-08 10:06:47.768 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2021-09-08 10:06:47.784 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2021-09-08 10:06:47.787 | + functions:setup_systemd_logging:695 : local pidstr= 2021-09-08 10:06:47.789 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2021-09-08 10:06:47.792 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2021-09-08 10:06:47.794 | + functions:setup_systemd_logging:702 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-09-08 10:06:47.822 | + 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' 2021-09-08 10:06:47.851 | + 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' 2021-09-08 10:06:47.880 | + functions:setup_systemd_logging:706 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-09-08 10:06:47.912 | + lib/neutron-legacy:_configure_neutron_common:797 : is_service_enabled tls-proxy 2021-09-08 10:06:47.929 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:06:47.931 | + lib/neutron-legacy:_configure_neutron_common:803 : _neutron_setup_rootwrap 2021-09-08 10:06:47.934 | + lib/neutron-legacy:_neutron_setup_rootwrap:943 : [[ True == \F\a\l\s\e ]] 2021-09-08 10:06:47.936 | + lib/neutron-legacy:_neutron_setup_rootwrap:947 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2021-09-08 10:06:47.938 | + lib/neutron-legacy:_neutron_setup_rootwrap:948 : [[ -d /etc/neutron/rootwrap.d ]] 2021-09-08 10:06:47.940 | + lib/neutron-legacy:_neutron_setup_rootwrap:952 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2021-09-08 10:06:47.943 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:933 : [[ True == \F\a\l\s\e ]] 2021-09-08 10:06:47.945 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:936 : local srcdir=/opt/stack/neutron 2021-09-08 10:06:47.947 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:937 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2021-09-08 10:06:47.960 | + 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/ 2021-09-08 10:06:47.973 | + lib/neutron-legacy:_neutron_setup_rootwrap:956 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2021-09-08 10:06:47.976 | + 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 2021-09-08 10:06:47.988 | + lib/neutron-legacy:_neutron_setup_rootwrap:961 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2021-09-08 10:06:48.001 | + lib/neutron-legacy:_neutron_setup_rootwrap:962 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2021-09-08 10:06:48.013 | + lib/neutron-legacy:_neutron_setup_rootwrap:965 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2021-09-08 10:06:48.015 | + lib/neutron-legacy:_neutron_setup_rootwrap:966 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-09-08 10:06:48.018 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:969 : mktemp 2021-09-08 10:06:48.023 | + lib/neutron-legacy:_neutron_setup_rootwrap:969 : TEMPFILE=/tmp/tmp.mSQhObkiww 2021-09-08 10:06:48.025 | + lib/neutron-legacy:_neutron_setup_rootwrap:970 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2021-09-08 10:06:48.028 | + lib/neutron-legacy:_neutron_setup_rootwrap:971 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-09-08 10:06:48.030 | + lib/neutron-legacy:_neutron_setup_rootwrap:972 : chmod 0440 /tmp/tmp.mSQhObkiww 2021-09-08 10:06:48.034 | + lib/neutron-legacy:_neutron_setup_rootwrap:973 : sudo chown root:root /tmp/tmp.mSQhObkiww 2021-09-08 10:06:48.046 | + lib/neutron-legacy:_neutron_setup_rootwrap:974 : sudo mv /tmp/tmp.mSQhObkiww /etc/sudoers.d/neutron-rootwrap 2021-09-08 10:06:48.058 | + 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' 2021-09-08 10:06:48.087 | + lib/neutron-legacy:_neutron_setup_rootwrap:978 : [[ True == \T\r\u\e ]] 2021-09-08 10:06:48.089 | + 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' 2021-09-08 10:06:48.118 | + lib/neutron-legacy:configure_mutnauq:339 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2021-09-08 10:06:48.120 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2021-09-08 10:06:48.123 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2021-09-08 10:06:48.125 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-09-08 10:06:48.128 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-09-08 10:06:48.130 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-09-08 10:06:48.147 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:06:48.150 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-09-08 10:06:48.153 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-09-08 10:06:48.155 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-09-08 10:06:48.173 | ++ functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:06:48.176 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-09-08 10:06:48.179 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-09-08 10:06:48.209 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-09-08 10:06:48.211 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-09-08 10:06:48.213 | + lib/neutron-legacy:configure_mutnauq:341 : is_service_enabled q-metering 2021-09-08 10:06:48.232 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:06:48.235 | + lib/neutron-legacy:configure_mutnauq:342 : _configure_neutron_metering 2021-09-08 10:06:48.237 | + lib/neutron-legacy:_configure_neutron_metering:852 : neutron_agent_metering_configure_common 2021-09-08 10:06:48.239 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2021-09-08 10:06:48.242 | + lib/neutron-legacy:_neutron_service_plugin_class_add:908 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2021-09-08 10:06:48.244 | + lib/neutron-legacy:_neutron_service_plugin_class_add:909 : [[ router == '' ]] 2021-09-08 10:06:48.246 | + lib/neutron-legacy:_neutron_service_plugin_class_add:911 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2021-09-08 10:06:48.249 | + lib/neutron-legacy:_neutron_service_plugin_class_add:912 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2021-09-08 10:06:48.251 | + lib/neutron-legacy:_configure_neutron_metering:853 : neutron_agent_metering_configure_agent 2021-09-08 10:06:48.254 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2021-09-08 10:06:48.257 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2021-09-08 10:06:48.261 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2021-09-08 10:06:48.263 | + 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 2021-09-08 10:06:48.268 | + lib/neutron-legacy:configure_mutnauq:344 : is_service_enabled q-agt q-svc 2021-09-08 10:06:48.286 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:06:48.289 | + lib/neutron-legacy:configure_mutnauq:345 : _configure_neutron_service 2021-09-08 10:06:48.291 | + lib/neutron-legacy:_configure_neutron_service:880 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2021-09-08 10:06:48.294 | + lib/neutron-legacy:_configure_neutron_service:881 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2021-09-08 10:06:48.298 | + lib/neutron-legacy:_configure_neutron_service:884 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2021-09-08 10:06:48.327 | + lib/neutron-legacy:_configure_neutron_service:886 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2021-09-08 10:06:48.357 | + lib/neutron-legacy:_configure_neutron_service:887 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2021-09-08 10:06:48.387 | + lib/neutron-legacy:_configure_neutron_service:888 : iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True 2021-09-08 10:06:48.417 | + lib/neutron-legacy:_configure_neutron_service:890 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2021-09-08 10:06:48.447 | + lib/neutron-legacy:_configure_neutron_service:891 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2021-09-08 10:06:48.449 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/neutron/neutron.conf 2021-09-08 10:06:48.452 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=neutron 2021-09-08 10:06:48.454 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2021-09-08 10:06:48.457 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2021-09-08 10:06:48.486 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2021-09-08 10:06:48.516 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.49/identity 2021-09-08 10:06:48.546 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2021-09-08 10:06:48.575 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2021-09-08 10:06:48.605 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2021-09-08 10:06:48.635 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2021-09-08 10:06:48.665 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2021-09-08 10:06:48.695 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-09-08 10:06:48.725 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2021-09-08 10:06:48.755 | + lib/neutron-legacy:_configure_neutron_service:894 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2021-09-08 10:06:48.785 | + lib/neutron-legacy:_configure_neutron_service:895 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2021-09-08 10:06:48.815 | + lib/neutron-legacy:_configure_neutron_service:897 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2021-09-08 10:06:48.817 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/neutron/neutron.conf 2021-09-08 10:06:48.820 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=nova 2021-09-08 10:06:48.822 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=nova 2021-09-08 10:06:48.824 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf nova auth_type password 2021-09-08 10:06:48.855 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/neutron/neutron.conf nova interface public 2021-09-08 10:06:48.884 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.49/identity 2021-09-08 10:06:48.914 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf nova username nova 2021-09-08 10:06:48.943 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2021-09-08 10:06:48.974 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2021-09-08 10:06:49.004 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/neutron/neutron.conf nova project_name service 2021-09-08 10:06:49.034 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2021-09-08 10:06:49.065 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2021-09-08 10:06:49.095 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2021-09-08 10:06:49.125 | + lib/neutron-legacy:_configure_neutron_service:900 : neutron_plugin_configure_service 2021-09-08 10:06:49.127 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ vlan != \l\o\c\a\l ]] 2021-09-08 10:06:49.130 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2021-09-08 10:06:49.133 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2021-09-08 10:06:49.135 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2021-09-08 10:06:49.138 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ physnet1 != '' ]] 2021-09-08 10:06:49.140 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=physnet1 2021-09-08 10:06:49.142 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 600:649 != '' ]] 2021-09-08 10:06:49.145 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=physnet1:600:649 2021-09-08 10:06:49.148 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ physnet1:600:649 != '' ]] 2021-09-08 10:06:49.150 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2021-09-08 10:06:49.152 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2021-09-08 10:06:49.155 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n physnet1 ]] 2021-09-08 10:06:49.157 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2021-09-08 10:06:49.160 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n physnet1 ]] 2021-09-08 10:06:49.162 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2021-09-08 10:06:49.164 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n physnet1 ]] 2021-09-08 10:06:49.167 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2021-09-08 10:06:49.169 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : [[ True == \T\r\u\e ]] 2021-09-08 10:06:49.172 | + 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 2021-09-08 10:06:49.199 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:127 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=openvswitch,hyperv 2021-09-08 10:06:49.202 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-09-08 10:06:49.204 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2021-09-08 10:06:49.207 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=openvswitch,hyperv 2021-09-08 10:06:49.209 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2021-09-08 10:06:49.212 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2021-09-08 10:06:49.214 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2021-09-08 10:06:49.244 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:129 : [[ -n '' ]] 2021-09-08 10:06:49.246 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:133 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2021-09-08 10:06:49.249 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-09-08 10:06:49.251 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2021-09-08 10:06:49.253 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2021-09-08 10:06:49.256 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2021-09-08 10:06:49.259 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2021-09-08 10:06:49.261 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2021-09-08 10:06:49.289 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:135 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan 2021-09-08 10:06:49.292 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-09-08 10:06:49.294 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2021-09-08 10:06:49.296 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=vlan 2021-09-08 10:06:49.299 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=vlan ']' 2021-09-08 10:06:49.301 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2021-09-08 10:06:49.304 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2021-09-08 10:06:49.332 | + 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 2021-09-08 10:06:49.335 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-09-08 10:06:49.338 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2021-09-08 10:06:49.340 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2021-09-08 10:06:49.342 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2021-09-08 10:06:49.345 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2021-09-08 10:06:49.347 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2021-09-08 10:06:49.375 | + 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 2021-09-08 10:06:49.377 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-09-08 10:06:49.381 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2021-09-08 10:06:49.383 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2021-09-08 10:06:49.386 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2021-09-08 10:06:49.388 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2021-09-08 10:06:49.390 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2021-09-08 10:06:49.419 | + 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, 2021-09-08 10:06:49.421 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-09-08 10:06:49.424 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2021-09-08 10:06:49.426 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=physnet1, 2021-09-08 10:06:49.428 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=physnet1, ']' 2021-09-08 10:06:49.431 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2021-09-08 10:06:49.433 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2021-09-08 10:06:49.463 | + 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:600:649 2021-09-08 10:06:49.465 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-09-08 10:06:49.467 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2021-09-08 10:06:49.470 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=physnet1:600:649 2021-09-08 10:06:49.472 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=physnet1:600:649 ']' 2021-09-08 10:06:49.475 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2021-09-08 10:06:49.477 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:600:649 2021-09-08 10:06:49.506 | + 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 2021-09-08 10:06:49.508 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-09-08 10:06:49.511 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2021-09-08 10:06:49.513 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2021-09-08 10:06:49.515 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2021-09-08 10:06:49.518 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2021-09-08 10:06:49.520 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2021-09-08 10:06:49.548 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:147 : [[ legacy != \l\e\g\a\c\y ]] 2021-09-08 10:06:49.551 | + lib/neutron-legacy:configure_mutnauq:347 : is_service_enabled q-agt 2021-09-08 10:06:49.569 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:06:49.571 | + lib/neutron-legacy:configure_mutnauq:348 : _configure_neutron_plugin_agent 2021-09-08 10:06:49.573 | + 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' 2021-09-08 10:06:49.605 | + lib/neutron-legacy:_configure_neutron_plugin_agent:868 : [[ True == \T\r\u\e ]] 2021-09-08 10:06:49.607 | + 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' 2021-09-08 10:06:49.637 | + lib/neutron-legacy:_configure_neutron_plugin_agent:871 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2021-09-08 10:06:49.668 | + lib/neutron-legacy:_configure_neutron_plugin_agent:874 : neutron_plugin_configure_plugin_agent 2021-09-08 10:06:49.670 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2021-09-08 10:06:49.673 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:32 : local bridge=br-int 2021-09-08 10:06:49.675 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:33 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2021-09-08 10:06:52.374 | INFO neutron.common.config [-] Logging enabled! 2021-09-08 10:06:52.374 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 18.1.0.dev629 2021-09-08 10:06:52.375 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=85483) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2021-09-08 10:06:52.376 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2021-09-08 10:06:52.377 | 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/tmpzomqhxvn/privsep.sock'] 2021-09-08 10:06:53.262 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2021-09-08 10:06:53.262 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpzomqhxvn/privsep.sock {{(pid=85483) __init__ /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:363}} 2021-09-08 10:06:53.264 | INFO oslo.privsep.daemon [-] privsep daemon starting 2021-09-08 10:06:53.264 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2021-09-08 10:06:53.264 | 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 2021-09-08 10:06:53.264 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 85491 2021-09-08 10:06:53.264 | DEBUG oslo.privsep.daemon [-] privsep: reply[0d97ba59-8518-4c58-8202-c44c2910e3cc]: (2,) {{(pid=85491) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}} 2021-09-08 10:06:53.440 | 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=85491) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:384}} 2021-09-08 10:06:53.451 | 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.011s {{(pid=85491) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2021-09-08 10:06:53.452 | DEBUG oslo.privsep.daemon [-] privsep: reply[649289b3-4a23-4076-9873-6c00f02644b8]: (4, ('de61a7b4-8282-4aef-ba46-95c665de199f\n', '')) {{(pid=85491) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}} 2021-09-08 10:06:53.608 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=85483) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2021-09-08 10:06:53.608 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=85483) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2021-09-08 10:06:53.609 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=85483) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2021-09-08 10:06:53.609 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=85483) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2021-09-08 10:06:53.609 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=85483) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2021-09-08 10:06:53.609 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=85483) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2021-09-08 10:06:53.666 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2021-09-08 10:06:53.666 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:53.666 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:53.666 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:53.666 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:53.988 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:34 : _neutron_ovs_base_add_bridge br-int 2021-09-08 10:06:53.991 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-int 2021-09-08 10:06:53.994 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2021-09-08 10:06:53.996 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-09-08 10:06:53.999 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-int 2021-09-08 10:06:54.064 | + 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 2021-09-08 10:06:54.083 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2021-09-08 10:06:54.086 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2021-09-08 10:06:54.088 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:89 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2021-09-08 10:06:54.119 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2021-09-08 10:06:54.122 | ++ functions:running_in_container:793 : systemd-detect-virt --container 2021-09-08 10:06:54.130 | + functions:running_in_container:793 : [[ none != \n\o\n\e ]] 2021-09-08 10:06:54.132 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2021-09-08 10:06:54.135 | + functions:enable_kernel_bridge_firewall:802 : sudo modprobe bridge 2021-09-08 10:06:54.157 | + functions:enable_kernel_bridge_firewall:805 : sudo modprobe br_netfilter 2021-09-08 10:06:54.183 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2021-09-08 10:06:54.185 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2021-09-08 10:06:54.193 | net.bridge.bridge-nf-call-iptables = 1 2021-09-08 10:06:54.197 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2021-09-08 10:06:54.199 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2021-09-08 10:06:54.208 | net.bridge.bridge-nf-call-ip6tables = 1 2021-09-08 10:06:54.212 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ False == \T\r\u\e ]] 2021-09-08 10:06:54.214 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ physnet1 != '' ]] 2021-09-08 10:06:54.217 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-data != '' ]] 2021-09-08 10:06:54.219 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ physnet1:br-data == '' ]] 2021-09-08 10:06:54.221 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-data 2021-09-08 10:06:54.225 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2021-09-08 10:06:54.227 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2021-09-08 10:06:54.229 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-09-08 10:06:54.232 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2021-09-08 10:06:54.258 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ physnet1:br-data != '' ]] 2021-09-08 10:06:54.260 | + 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 2021-09-08 10:06:54.294 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2021-09-08 10:06:54.297 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2021-09-08 10:06:54.325 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2021-09-08 10:06:54.355 | + lib/neutron-legacy:configure_mutnauq:350 : is_service_enabled q-dhcp 2021-09-08 10:06:54.371 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:06:54.374 | + lib/neutron-legacy:configure_mutnauq:351 : _configure_neutron_dhcp_agent 2021-09-08 10:06:54.376 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:808 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2021-09-08 10:06:54.381 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:810 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2021-09-08 10:06:54.410 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:812 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2021-09-08 10:06:54.439 | + 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' 2021-09-08 10:06:54.470 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:814 : [[ True == \T\r\u\e ]] 2021-09-08 10:06:54.473 | + 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' 2021-09-08 10:06:54.502 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:818 : is_service_enabled q-l3 2021-09-08 10:06:54.519 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:06:54.521 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:829 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2021-09-08 10:06:54.524 | + lib/neutron-legacy:_neutron_setup_interface_driver:987 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2021-09-08 10:06:54.553 | + lib/neutron-legacy:_neutron_setup_interface_driver:989 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2021-09-08 10:06:54.556 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2021-09-08 10:06:54.558 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2021-09-08 10:06:54.587 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:831 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2021-09-08 10:06:54.589 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2021-09-08 10:06:54.592 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2021-09-08 10:06:54.594 | + lib/neutron-legacy:configure_mutnauq:353 : is_service_enabled q-l3 2021-09-08 10:06:54.611 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:06:54.614 | + lib/neutron-legacy:configure_mutnauq:354 : _configure_neutron_l3_agent 2021-09-08 10:06:54.617 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack/neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2021-09-08 10:06:54.621 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2021-09-08 10:06:54.650 | + 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' 2021-09-08 10:06:54.682 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2021-09-08 10:06:54.685 | + 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' 2021-09-08 10:06:54.713 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2021-09-08 10:06:54.716 | + lib/neutron-legacy:_neutron_setup_interface_driver:987 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2021-09-08 10:06:54.745 | + lib/neutron-legacy:_neutron_setup_interface_driver:989 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2021-09-08 10:06:54.748 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2021-09-08 10:06:54.750 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2021-09-08 10:06:54.779 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2021-09-08 10:06:54.781 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2021-09-08 10:06:54.784 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2021-09-08 10:06:54.787 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2021-09-08 10:06:57.440 | INFO neutron.common.config [-] Logging enabled! 2021-09-08 10:06:57.440 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 18.1.0.dev629 2021-09-08 10:06:57.440 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=86040) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2021-09-08 10:06:57.491 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=86040) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2021-09-08 10:06:57.491 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=86040) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2021-09-08 10:06:57.492 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=86040) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2021-09-08 10:06:57.492 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=86040) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2021-09-08 10:06:57.492 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=86040) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2021-09-08 10:06:57.492 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=86040) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2021-09-08 10:06:57.552 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2021-09-08 10:06:57.553 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=86040) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:90}} 2021-09-08 10:06:57.553 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=86040) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:134}} 2021-09-08 10:06:57.554 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2021-09-08 10:06:57.554 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:57.554 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:57.554 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:06:57.554 | from cryptography.utils import int_from_bytes 2021-09-08 10:06:57.867 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2021-09-08 10:06:57.869 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2021-09-08 10:06:57.872 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-data 2021-09-08 10:06:57.874 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2021-09-08 10:06:57.877 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2021-09-08 10:06:57.879 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-09-08 10:06:57.882 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2021-09-08 10:06:57.899 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-data 1500 2021-09-08 10:06:57.901 | + functions:set_mtu:785 : local dev=br-data 2021-09-08 10:06:57.904 | + functions:set_mtu:786 : local mtu=1500 2021-09-08 10:06:57.906 | + functions:set_mtu:787 : sudo ip link set mtu 1500 dev br-data 2021-09-08 10:06:57.918 | + 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 2021-09-08 10:06:57.936 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2021-09-08 10:06:57.939 | + lib/neutron-legacy:_configure_public_network_connectivity:674 : [[ -n eth1 ]] 2021-09-08 10:06:57.941 | + lib/neutron-legacy:_configure_public_network_connectivity:675 : _move_neutron_addresses_route eth1 br-data True False inet 2021-09-08 10:06:57.944 | + lib/neutron-legacy:_move_neutron_addresses_route:615 : local from_intf=eth1 2021-09-08 10:06:57.947 | + lib/neutron-legacy:_move_neutron_addresses_route:616 : local to_intf=br-data 2021-09-08 10:06:57.949 | + lib/neutron-legacy:_move_neutron_addresses_route:617 : local add_ovs_port=True 2021-09-08 10:06:57.951 | + lib/neutron-legacy:_move_neutron_addresses_route:618 : local del_ovs_port=False 2021-09-08 10:06:57.954 | + lib/neutron-legacy:_move_neutron_addresses_route:619 : local af=inet 2021-09-08 10:06:57.957 | + lib/neutron-legacy:_move_neutron_addresses_route:621 : [[ -n eth1 ]] 2021-09-08 10:06:57.959 | + lib/neutron-legacy:_move_neutron_addresses_route:621 : [[ -n br-data ]] 2021-09-08 10:06:57.961 | + lib/neutron-legacy:_move_neutron_addresses_route:627 : local IP_REPLACE= 2021-09-08 10:06:57.964 | + lib/neutron-legacy:_move_neutron_addresses_route:628 : local IP_DEL= 2021-09-08 10:06:57.967 | + lib/neutron-legacy:_move_neutron_addresses_route:629 : local IP_UP= 2021-09-08 10:06:57.970 | + lib/neutron-legacy:_move_neutron_addresses_route:630 : local DEFAULT_ROUTE_GW 2021-09-08 10:06:57.974 | ++ lib/neutron-legacy:_move_neutron_addresses_route:631 : awk '/default.+eth1\s/ { print $3; exit }' 2021-09-08 10:06:57.975 | ++ lib/neutron-legacy:_move_neutron_addresses_route:631 : ip -f inet r 2021-09-08 10:06:57.981 | + lib/neutron-legacy:_move_neutron_addresses_route:631 : DEFAULT_ROUTE_GW= 2021-09-08 10:06:57.983 | + lib/neutron-legacy:_move_neutron_addresses_route:632 : local ADD_OVS_PORT= 2021-09-08 10:06:57.986 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : local DEL_OVS_PORT= 2021-09-08 10:06:57.988 | + lib/neutron-legacy:_move_neutron_addresses_route:634 : local ARP_CMD= 2021-09-08 10:06:57.992 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 : ip -f inet a s dev eth1 scope global primary 2021-09-08 10:06:57.993 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 : awk '{ print $2, $3, $4; exit }' 2021-09-08 10:06:57.993 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 : grep inet 2021-09-08 10:06:57.999 | + lib/neutron-legacy:_move_neutron_addresses_route:636 : IP_BRD='192.168.0.28/22 brd 192.168.3.255' 2021-09-08 10:06:58.001 | + lib/neutron-legacy:_move_neutron_addresses_route:638 : '[' '' '!=' '' ']' 2021-09-08 10:06:58.004 | + lib/neutron-legacy:_move_neutron_addresses_route:642 : [[ True == \T\r\u\e ]] 2021-09-08 10:06:58.007 | + lib/neutron-legacy:_move_neutron_addresses_route:643 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2021-09-08 10:06:58.009 | + lib/neutron-legacy:_move_neutron_addresses_route:646 : [[ False == \T\r\u\e ]] 2021-09-08 10:06:58.012 | + lib/neutron-legacy:_move_neutron_addresses_route:650 : [[ 192.168.0.28/22 brd 192.168.3.255 != '' ]] 2021-09-08 10:06:58.014 | + lib/neutron-legacy:_move_neutron_addresses_route:651 : IP_DEL='sudo ip addr del 192.168.0.28/22 brd 192.168.3.255 dev eth1' 2021-09-08 10:06:58.016 | + lib/neutron-legacy:_move_neutron_addresses_route:652 : IP_REPLACE='sudo ip addr replace 192.168.0.28/22 brd 192.168.3.255 dev br-data' 2021-09-08 10:06:58.019 | + lib/neutron-legacy:_move_neutron_addresses_route:653 : IP_UP='sudo ip link set br-data up' 2021-09-08 10:06:58.021 | + lib/neutron-legacy:_move_neutron_addresses_route:654 : [[ inet == \i\n\e\t ]] 2021-09-08 10:06:58.027 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : awk '{ print $1; exit }' 2021-09-08 10:06:58.027 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : echo 192.168.0.28/22 brd 192.168.3.255 2021-09-08 10:06:58.027 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : grep -o -E '(.*)/' 2021-09-08 10:06:58.027 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : cut -d / -f1 2021-09-08 10:06:58.031 | + lib/neutron-legacy:_move_neutron_addresses_route:655 : IP=192.168.0.28 2021-09-08 10:06:58.034 | + lib/neutron-legacy:_move_neutron_addresses_route:656 : ARP_CMD='sudo ping -c 3 -w 5 -I br-data 192.168.0.28 ' 2021-09-08 10:06:58.036 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ip addr del 192.168.0.28/22 brd 192.168.3.255 dev eth1 2021-09-08 10:06:58.050 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ip addr replace 192.168.0.28/22 brd 192.168.3.255 dev br-data 2021-09-08 10:06:58.063 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ip link set br-data up 2021-09-08 10:06:58.077 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ovs-vsctl --may-exist add-port br-data eth1 2021-09-08 10:06:58.096 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ping -c 3 -w 5 -I br-data 192.168.0.28 2021-09-08 10:06:58.119 | PING 192.168.0.28 (192.168.0.28) from 192.168.0.28 br-data: 56(84) bytes of data. 2021-09-08 10:06:58.119 | 64 bytes from 192.168.0.28: icmp_seq=1 ttl=64 time=0.059 ms 2021-09-08 10:06:59.150 | 64 bytes from 192.168.0.28: icmp_seq=2 ttl=64 time=0.041 ms 2021-09-08 10:07:00.174 | 64 bytes from 192.168.0.28: icmp_seq=3 ttl=64 time=0.044 ms 2021-09-08 10:07:00.174 | 2021-09-08 10:07:00.174 | --- 192.168.0.28 ping statistics --- 2021-09-08 10:07:00.174 | 3 packets transmitted, 3 received, 0% packet loss, time 2055ms 2021-09-08 10:07:00.174 | rtt min/avg/max/mdev = 0.041/0.048/0.059/0.007 ms 2021-09-08 10:07:00.179 | ++ lib/neutron-legacy:_configure_public_network_connectivity:677 : ip -f inet6 a s dev eth1 2021-09-08 10:07:00.180 | ++ lib/neutron-legacy:_configure_public_network_connectivity:677 : grep -c global 2021-09-08 10:07:00.185 | + lib/neutron-legacy:_configure_public_network_connectivity:677 : [[ 0 != 0 ]] 2021-09-08 10:07:00.188 | + lib/neutron-legacy:configure_mutnauq:356 : is_service_enabled q-meta 2021-09-08 10:07:00.204 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:00.208 | + lib/neutron-legacy:configure_mutnauq:357 : _configure_neutron_metadata_agent 2021-09-08 10:07:00.210 | + lib/neutron-legacy:_configure_neutron_metadata_agent:836 : cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2021-09-08 10:07:00.215 | + lib/neutron-legacy:_configure_neutron_metadata_agent:838 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2021-09-08 10:07:00.244 | + lib/neutron-legacy:_configure_neutron_metadata_agent:839 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.49 2021-09-08 10:07:00.274 | + lib/neutron-legacy:_configure_neutron_metadata_agent:840 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2021-09-08 10:07:00.303 | + 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' 2021-09-08 10:07:00.334 | + lib/neutron-legacy:_configure_neutron_metadata_agent:842 : [[ True == \T\r\u\e ]] 2021-09-08 10:07:00.337 | + 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' 2021-09-08 10:07:00.366 | + lib/neutron-legacy:configure_mutnauq:360 : [[ legacy != \l\e\g\a\c\y ]] 2021-09-08 10:07:00.368 | + lib/neutron-legacy:configure_mutnauq:363 : is_service_enabled ceilometer 2021-09-08 10:07:00.385 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:07:00.388 | + lib/neutron-legacy:configure_mutnauq:367 : [[ openvswitch == \o\v\n ]] 2021-09-08 10:07:00.390 | + lib/neutron-legacy:configure_mutnauq:372 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2021-09-08 10:07:00.420 | + lib/neutron-legacy:configure_mutnauq:376 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2021-09-08 10:07:00.451 | + lib/neutron:configure_neutron:610 : '[' False == True ']' 2021-09-08 10:07:00.453 | + ./stack.sh:main:1154 : is_service_enabled mysql postgresql 2021-09-08 10:07:00.472 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:00.474 | + ./stack.sh:main:1154 : is_service_enabled neutron 2021-09-08 10:07:00.494 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:00.497 | + ./stack.sh:main:1155 : async_runfunc init_neutron 2021-09-08 10:07:00.500 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2021-09-08 10:07:00.560 | + inc/async:async_inner:63 : init_neutron 2021-09-08 10:07:00.600 | [11651 Async init_neutron:86466]: running: init_neutron 2021-09-08 10:07:00.603 | + ./stack.sh:main:1163 : is_service_enabled q-dhcp 2021-09-08 10:07:00.621 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:00.624 | ++ ./stack.sh:main:1166 : pidof NetworkManager 2021-09-08 10:07:00.635 | ++ ./stack.sh:main:1166 : true 2021-09-08 10:07:00.638 | + ./stack.sh:main:1166 : netman_pid= 2021-09-08 10:07:00.641 | + ./stack.sh:main:1167 : '[' -z '' ']' 2021-09-08 10:07:00.643 | + ./stack.sh:main:1168 : sudo killall dnsmasq 2021-09-08 10:07:00.666 | dnsmasq: no process found 2021-09-08 10:07:00.669 | + ./stack.sh:main:1168 : true 2021-09-08 10:07:00.672 | + ./stack.sh:main:1173 : clean_iptables 2021-09-08 10:07:00.677 | + lib/nova:clean_iptables:183 : sed 's/-c [0-9]* [0-9]* //g' 2021-09-08 10:07:00.679 | + lib/nova:clean_iptables:183 : grep nova 2021-09-08 10:07:00.680 | + lib/nova:clean_iptables:183 : awk '{print "sudo iptables",$0}' 2021-09-08 10:07:00.681 | + lib/nova:clean_iptables:183 : sudo iptables -S -v 2021-09-08 10:07:00.686 | + lib/nova:clean_iptables:183 : sed s/-A/-D/g 2021-09-08 10:07:00.686 | + lib/nova:clean_iptables:183 : grep '\-A' 2021-09-08 10:07:00.689 | + lib/nova:clean_iptables:183 : bash 2021-09-08 10:07:00.697 | + lib/nova:clean_iptables:185 : grep nova 2021-09-08 10:07:00.698 | + lib/nova:clean_iptables:185 : grep '\-A' 2021-09-08 10:07:00.701 | + lib/nova:clean_iptables:185 : bash 2021-09-08 10:07:00.701 | + lib/nova:clean_iptables:185 : awk '{print "sudo iptables -t nat",$0}' 2021-09-08 10:07:00.706 | + lib/nova:clean_iptables:185 : sed 's/-c [0-9]* [0-9]* //g' 2021-09-08 10:07:00.706 | + lib/nova:clean_iptables:185 : sudo iptables -S -v -t nat 2021-09-08 10:07:00.706 | + lib/nova:clean_iptables:185 : sed s/-A/-D/g 2021-09-08 10:07:00.721 | + lib/nova:clean_iptables:187 : grep nova 2021-09-08 10:07:00.726 | + lib/nova:clean_iptables:187 : grep '\-N' 2021-09-08 10:07:00.726 | + lib/nova:clean_iptables:187 : bash 2021-09-08 10:07:00.726 | + lib/nova:clean_iptables:187 : sed s/-N/-X/g 2021-09-08 10:07:00.729 | + lib/nova:clean_iptables:187 : sed 's/-c [0-9]* [0-9]* //g' 2021-09-08 10:07:00.729 | + lib/nova:clean_iptables:187 : awk '{print "sudo iptables",$0}' 2021-09-08 10:07:00.730 | + lib/nova:clean_iptables:187 : sudo iptables -S -v 2021-09-08 10:07:00.748 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2021-09-08 10:07:00.748 | + lib/nova:clean_iptables:189 : sudo iptables -S -v -t nat 2021-09-08 10:07:00.751 | + lib/nova:clean_iptables:189 : grep '\-N' 2021-09-08 10:07:00.753 | + lib/nova:clean_iptables:189 : grep nova 2021-09-08 10:07:00.753 | + lib/nova:clean_iptables:189 : sed s/-N/-X/g 2021-09-08 10:07:00.757 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables -t nat",$0}' 2021-09-08 10:07:00.757 | + lib/nova:clean_iptables:189 : bash 2021-09-08 10:07:00.764 | + ./stack.sh:main:1176 : sudo sysctl -w net.ipv4.ip_forward=1 2021-09-08 10:07:00.773 | net.ipv4.ip_forward = 1 2021-09-08 10:07:00.777 | + ./stack.sh:main:1181 : is_service_enabled nova neutron 2021-09-08 10:07:00.796 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:00.798 | + ./stack.sh:main:1182 : configure_os_vif 2021-09-08 10:07:00.801 | + lib/os-vif:configure_os_vif:21 : [[ -e /etc/nova/nova.conf ]] 2021-09-08 10:07:00.803 | + lib/os-vif:configure_os_vif:22 : iniset /etc/nova/nova.conf os_vif_ovs ovsdb_interface vsctl 2021-09-08 10:07:00.836 | + lib/os-vif:configure_os_vif:23 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2021-09-08 10:07:00.866 | + lib/os-vif:configure_os_vif:25 : [[ -e /etc/neutron/neutron.conf ]] 2021-09-08 10:07:00.868 | + lib/os-vif:configure_os_vif:26 : iniset /etc/neutron/neutron.conf os_vif_ovs ovsdb_interface vsctl 2021-09-08 10:07:00.902 | + lib/os-vif:configure_os_vif:27 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2021-09-08 10:07:00.933 | + ./stack.sh:main:1188 : is_service_enabled swift 2021-09-08 10:07:00.951 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:00.953 | + ./stack.sh:main:1189 : echo_summary 'Configuring Swift' 2021-09-08 10:07:00.956 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-09-08 10:07:00.959 | + ./stack.sh:echo_summary:432 : echo -e Configuring Swift 2021-09-08 10:07:00.962 | + ./stack.sh:main:1190 : async_runfunc init_swift 2021-09-08 10:07:00.964 | + inc/async:async_runfunc:116 : async_run init_swift init_swift 2021-09-08 10:07:01.024 | + inc/async:async_inner:63 : init_swift 2021-09-08 10:07:01.062 | [11651 Async init_swift:86844]: running: init_swift 2021-09-08 10:07:01.065 | + ./stack.sh:main:1197 : is_service_enabled cinder 2021-09-08 10:07:01.089 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:01.091 | + ./stack.sh:main:1198 : echo_summary 'Configuring Cinder' 2021-09-08 10:07:01.094 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-09-08 10:07:01.096 | + ./stack.sh:echo_summary:432 : echo -e Configuring Cinder 2021-09-08 10:07:01.099 | + ./stack.sh:main:1199 : async_runfunc init_cinder 2021-09-08 10:07:01.102 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2021-09-08 10:07:01.168 | + inc/async:async_inner:63 : init_cinder 2021-09-08 10:07:01.213 | [11651 Async init_cinder:86939]: running: init_cinder 2021-09-08 10:07:01.217 | + ./stack.sh:main:1205 : is_service_enabled placement 2021-09-08 10:07:01.244 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:01.247 | + ./stack.sh:main:1206 : echo_summary 'Configuring placement' 2021-09-08 10:07:01.250 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-09-08 10:07:01.253 | + ./stack.sh:echo_summary:432 : echo -e Configuring placement 2021-09-08 10:07:01.260 | + ./stack.sh:main:1207 : async_runfunc init_placement 2021-09-08 10:07:01.264 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2021-09-08 10:07:01.357 | + inc/async:async_inner:63 : init_placement 2021-09-08 10:07:01.428 | [11651 Async init_placement:87076]: running: init_placement 2021-09-08 10:07:01.432 | + ./stack.sh:main:1211 : async_wait init_neutron 2021-09-08 10:07:01.629 | [11651 Async init_neutron:86466]: Waiting for completion of init_neutron running on PID 86466 (6 other jobs running) 2021-09-08 10:07:01.799 | [11651 Async init_neutron:86466]: Signaling child to exit 2021-09-08 10:07:04.204 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:07:04.273 | [86466 Async init_neutron:86466]: finished successfully 2021-09-08 10:07:04.313 | WAKEUP 2021-09-08 10:07:04.355 | [11651 Async init_neutron:86466]: Signaled 2021-09-08 10:07:04.356 | + lib/neutron:init_neutron:648 : is_neutron_legacy_enabled 2021-09-08 10:07:04.357 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-09-08 10:07:04.357 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-09-08 10:07:04.357 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-09-08 10:07:04.357 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-09-08 10:07:04.357 | + 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- ]] 2021-09-08 10:07:04.357 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-09-08 10:07:04.358 | + lib/neutron:init_neutron:650 : init_mutnauq 2021-09-08 10:07:04.358 | + lib/neutron-legacy:init_mutnauq:430 : recreate_database neutron 2021-09-08 10:07:04.358 | + lib/database:recreate_database:110 : local db=neutron 2021-09-08 10:07:04.358 | + lib/database:recreate_database:111 : recreate_database_mysql neutron 2021-09-08 10:07:04.358 | + lib/databases/mysql:recreate_database_mysql:63 : local db=neutron 2021-09-08 10:07:04.358 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2021-09-08 10:07:04.358 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:07:04.358 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2021-09-08 10:07:04.358 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:07:04.358 | + lib/neutron-legacy:init_mutnauq:431 : time_start dbsync 2021-09-08 10:07:04.358 | + functions-common:time_start:2295 : local name=dbsync 2021-09-08 10:07:04.358 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:07:04.358 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:07:04.358 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:07:04.358 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095620652 2021-09-08 10:07:04.358 | + 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 2021-09-08 10:07:04.358 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:04.358 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:04.358 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:04.358 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:04.358 | Traceback (most recent call last): 2021-09-08 10:07:04.358 | File "/usr/local/bin/neutron-db-manage", line 10, in 2021-09-08 10:07:04.358 | sys.exit(main()) 2021-09-08 10:07:04.358 | File "/opt/stack/neutron/neutron/db/migration/cli.py", line 660, in main 2021-09-08 10:07:04.359 | return_val |= bool(CONF.command.func(config, CONF.command.name)) 2021-09-08 10:07:04.359 | File "/opt/stack/neutron/neutron/db/migration/cli.py", line 182, in do_upgrade 2021-09-08 10:07:04.359 | run_sanity_checks(config, revision) 2021-09-08 10:07:04.359 | File "/opt/stack/neutron/neutron/db/migration/cli.py", line 644, in run_sanity_checks 2021-09-08 10:07:04.359 | script_dir.run_env() 2021-09-08 10:07:04.359 | File "/usr/local/lib/python3.8/dist-packages/alembic/script/base.py", line 563, in run_env 2021-09-08 10:07:04.359 | util.load_python_file(self.dir, "env.py") 2021-09-08 10:07:04.359 | File "/usr/local/lib/python3.8/dist-packages/alembic/util/pyfiles.py", line 92, in load_python_file 2021-09-08 10:07:04.359 | module = load_module_py(module_id, path) 2021-09-08 10:07:04.359 | File "/usr/local/lib/python3.8/dist-packages/alembic/util/pyfiles.py", line 108, in load_module_py 2021-09-08 10:07:04.359 | spec.loader.exec_module(module) # type: ignore 2021-09-08 10:07:04.359 | File "", line 848, in exec_module 2021-09-08 10:07:04.359 | File "", line 219, in _call_with_frames_removed 2021-09-08 10:07:04.359 | File "/opt/stack/neutron/neutron/db/migration/alembic_migrations/env.py", line 24, in 2021-09-08 10:07:04.359 | from neutron.db.migration.models import head # noqa 2021-09-08 10:07:04.359 | File "/opt/stack/neutron/neutron/db/migration/models/head.py", line 45, in 2021-09-08 10:07:04.359 | utils.import_modules_recursively(os.path.dirname(models.__file__)) 2021-09-08 10:07:04.359 | File "/opt/stack/neutron/neutron/common/utils.py", line 761, in import_modules_recursively 2021-09-08 10:07:04.359 | importlib.import_module(module) 2021-09-08 10:07:04.359 | File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module 2021-09-08 10:07:04.359 | return _bootstrap._gcd_import(name[level:], package, level) 2021-09-08 10:07:04.359 | File "/opt/stack/neutron/neutron/db/models/local_ip.py", line 16, in 2021-09-08 10:07:04.359 | from neutron_lib.api.definitions import local_ip as local_ip_apidef 2021-09-08 10:07:04.359 | ImportError: cannot import name 'local_ip' from 'neutron_lib.api.definitions' (/usr/local/lib/python3.8/dist-packages/neutron_lib/api/definitions/__init__.py) 2021-09-08 10:07:04.359 | + lib/neutron-legacy:init_mutnauq:434 : time_stop dbsync 2021-09-08 10:07:04.359 | + functions-common:time_stop:2309 : local name 2021-09-08 10:07:04.359 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:07:04.359 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:07:04.359 | + functions-common:time_stop:2312 : local total 2021-09-08 10:07:04.359 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:07:04.360 | + functions-common:time_stop:2315 : name=dbsync 2021-09-08 10:07:04.360 | + functions-common:time_stop:2316 : start_time=1631095620652 2021-09-08 10:07:04.360 | + functions-common:time_stop:2318 : [[ -z 1631095620652 ]] 2021-09-08 10:07:04.360 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:07:04.360 | + functions-common:time_stop:2321 : end_time=1631095624174 2021-09-08 10:07:04.360 | + functions-common:time_stop:2322 : elapsed_time=3522 2021-09-08 10:07:04.360 | + functions-common:time_stop:2323 : total=15289 2021-09-08 10:07:04.360 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:07:04.360 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=18811 2021-09-08 10:07:04.476 | [11651 Async init_neutron:86466]: finished init_neutron with result 0 in 3 seconds 2021-09-08 10:07:04.482 | + inc/async:async_wait:197 : return 0 2021-09-08 10:07:04.485 | + ./stack.sh:main:1212 : async_wait init_placement 2021-09-08 10:07:04.616 | [11651 Async init_placement:87076]: Waiting for completion of init_placement running on PID 87076 (5 other jobs running) 2021-09-08 10:07:04.660 | [11651 Async init_placement:87076]: Signaling child to exit 2021-09-08 10:07:10.639 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:07:10.667 | [86939 Async init_cinder:86939]: finished successfully 2021-09-08 10:07:11.332 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:07:11.356 | [86844 Async init_swift:86844]: finished successfully 2021-09-08 10:07:32.596 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:07:32.622 | [87076 Async init_placement:87076]: finished successfully 2021-09-08 10:07:32.641 | WAKEUP 2021-09-08 10:07:32.664 | [11651 Async init_placement:87076]: Signaled 2021-09-08 10:07:32.665 | + lib/placement:init_placement:130 : recreate_database placement 2021-09-08 10:07:32.665 | + lib/database:recreate_database:110 : local db=placement 2021-09-08 10:07:32.665 | + lib/database:recreate_database:111 : recreate_database_mysql placement 2021-09-08 10:07:32.665 | + lib/databases/mysql:recreate_database_mysql:63 : local db=placement 2021-09-08 10:07:32.665 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2021-09-08 10:07:32.665 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:07:32.665 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2021-09-08 10:07:32.666 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:07:32.666 | + lib/placement:init_placement:131 : /usr/local/bin/placement-manage db sync 2021-09-08 10:07:32.666 | + lib/placement:init_placement:132 : create_placement_accounts 2021-09-08 10:07:32.666 | + lib/placement:create_placement_accounts:119 : create_service_user placement admin 2021-09-08 10:07:32.666 | + lib/keystone:create_service_user:401 : get_or_create_user placement Passw0rd Default 2021-09-08 10:07:32.666 | + functions-common:get_or_create_user:824 : local user_id 2021-09-08 10:07:32.666 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-09-08 10:07:32.666 | + functions-common:get_or_create_user:828 : local email= 2021-09-08 10:07:32.666 | ++ functions-common:get_or_create_user:842 : oscwrap user create placement --password Passw0rd --domain=Default --or-show -f value -c id 2021-09-08 10:07:32.666 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.666 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.666 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.666 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.666 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:07:32.666 | + functions-common:get_or_create_user:840 : user_id=51b6bdedf8d24155a0bfdebc0ace8b63 2021-09-08 10:07:32.666 | + functions-common:get_or_create_user:841 : echo 51b6bdedf8d24155a0bfdebc0ace8b63 2021-09-08 10:07:32.666 | 51b6bdedf8d24155a0bfdebc0ace8b63 2021-09-08 10:07:32.666 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service placement service Default Default 2021-09-08 10:07:32.666 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:07:32.666 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-09-08 10:07:32.666 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:07:32.666 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:07:32.666 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-09-08 10:07:32.666 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-09-08 10:07:32.666 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-09-08 10:07:32.666 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-09-08 10:07:32.666 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-09-08 10:07:32.666 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-09-08 10:07:32.666 | ++ 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 2021-09-08 10:07:32.666 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:07:32.666 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:07:32.667 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:07:32.667 | ++ functions-common:get_field:727 : read data 2021-09-08 10:07:32.667 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.667 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.667 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.667 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.667 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:07:32.667 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:07:32.667 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:07:32.667 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user placement --project service --user-domain Default --project-domain Default 2021-09-08 10:07:32.667 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.667 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.667 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.667 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.667 | ++ 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 2021-09-08 10:07:32.667 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:07:32.667 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:07:32.667 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:07:32.667 | ++ functions-common:get_field:727 : read data 2021-09-08 10:07:32.667 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.667 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.667 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.667 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.667 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:07:32.667 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:07:32.667 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:07:32.667 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:07:32.667 | ++ functions-common:get_field:733 : echo '| 960774da36104e23b7f68ae0627ab59d | 51b6bdedf8d24155a0bfdebc0ace8b63 | | 34e4189866c64baf8195e33faa7d9017 | | | False |' 2021-09-08 10:07:32.667 | ++ functions-common:get_field:727 : read data 2021-09-08 10:07:32.667 | + functions-common:get_or_add_user_project_role:910 : user_role_id=960774da36104e23b7f68ae0627ab59d 2021-09-08 10:07:32.667 | + functions-common:get_or_add_user_project_role:912 : echo 960774da36104e23b7f68ae0627ab59d 2021-09-08 10:07:32.668 | 960774da36104e23b7f68ae0627ab59d 2021-09-08 10:07:32.668 | + lib/keystone:create_service_user:404 : [[ -n admin ]] 2021-09-08 10:07:32.668 | + lib/keystone:create_service_user:405 : get_or_add_user_project_role admin placement service Default Default 2021-09-08 10:07:32.668 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-09-08 10:07:32.668 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-09-08 10:07:32.668 | ++ functions-common:_get_domain_args:872 : local domain 2021-09-08 10:07:32.668 | ++ functions-common:_get_domain_args:873 : domain= 2021-09-08 10:07:32.668 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-09-08 10:07:32.668 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-09-08 10:07:32.668 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-09-08 10:07:32.668 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-09-08 10:07:32.668 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-09-08 10:07:32.668 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-09-08 10:07:32.668 | ++ 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 2021-09-08 10:07:32.668 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:07:32.668 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-09-08 10:07:32.668 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:07:32.668 | ++ functions-common:get_field:727 : read data 2021-09-08 10:07:32.668 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.668 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.668 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.668 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.668 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:07:32.668 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-09-08 10:07:32.668 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-09-08 10:07:32.668 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user placement --project service --user-domain Default --project-domain Default 2021-09-08 10:07:32.668 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.668 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.668 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.668 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.668 | ++ 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 2021-09-08 10:07:32.669 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-09-08 10:07:32.669 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-09-08 10:07:32.669 | ++ functions-common:get_field:726 : local data field 2021-09-08 10:07:32.669 | ++ functions-common:get_field:727 : read data 2021-09-08 10:07:32.669 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.669 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.669 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.669 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.669 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:07:32.669 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-09-08 10:07:32.669 | ++ functions-common:get_field:731 : field='$2' 2021-09-08 10:07:32.669 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-09-08 10:07:32.669 | ++ functions-common:get_field:733 : echo '| 02c4d6a91a8f457db499554ca898c4c5 | 51b6bdedf8d24155a0bfdebc0ace8b63 | | 34e4189866c64baf8195e33faa7d9017 | | | False |' 2021-09-08 10:07:32.669 | ++ functions-common:get_field:727 : read data 2021-09-08 10:07:32.669 | + functions-common:get_or_add_user_project_role:910 : user_role_id=02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:07:32.669 | + functions-common:get_or_add_user_project_role:912 : echo 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:07:32.669 | 02c4d6a91a8f457db499554ca898c4c5 2021-09-08 10:07:32.669 | + lib/placement:create_placement_accounts:120 : local placement_api_url=http://10.222.0.49/placement 2021-09-08 10:07:32.669 | + lib/placement:create_placement_accounts:121 : get_or_create_service placement placement 'Placement Service' 2021-09-08 10:07:32.669 | + functions-common:get_or_create_service:966 : local service_id 2021-09-08 10:07:32.669 | ++ functions-common:get_or_create_service:979 : oscwrap service show placement -f value -c id 2021-09-08 10:07:32.669 | ++ functions-common:get_or_create_service:981 : oscwrap service create placement --name placement '--description=Placement Service' -f value -c id 2021-09-08 10:07:32.669 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.669 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.669 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.669 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.669 | ++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:07:32.669 | + functions-common:get_or_create_service:977 : service_id=' 2021-09-08 10:07:32.669 | a4d0aa14925247c0900801d32afc1f00' 2021-09-08 10:07:32.669 | + functions-common:get_or_create_service:978 : echo a4d0aa14925247c0900801d32afc1f00 2021-09-08 10:07:32.669 | a4d0aa14925247c0900801d32afc1f00 2021-09-08 10:07:32.669 | + lib/placement:create_placement_accounts:123 : get_or_create_endpoint placement RegionOne http://10.222.0.49/placement 2021-09-08 10:07:32.670 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-09-08 10:07:32.670 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface placement public http://10.222.0.49/placement RegionOne 2021-09-08 10:07:32.670 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-09-08 10:07:32.670 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service placement --interface public --region RegionOne -c ID -f value 2021-09-08 10:07:32.670 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.670 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.670 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.670 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.670 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:07:32.670 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-09-08 10:07:32.670 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-09-08 10:07:32.670 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create placement public http://10.222.0.49/placement --region RegionOne -f value -c id 2021-09-08 10:07:32.670 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.670 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.670 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:32.670 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:32.670 | +++ functions-common:oscwrap:2349 : return 0 2021-09-08 10:07:32.670 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=42c5e48a13a54ee18e96e7685abd3679 2021-09-08 10:07:32.670 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 42c5e48a13a54ee18e96e7685abd3679 2021-09-08 10:07:32.670 | + functions-common:get_or_create_endpoint:1011 : public_id=42c5e48a13a54ee18e96e7685abd3679 2021-09-08 10:07:32.670 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-09-08 10:07:32.670 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-09-08 10:07:32.670 | + functions-common:get_or_create_endpoint:1020 : echo 42c5e48a13a54ee18e96e7685abd3679 2021-09-08 10:07:32.670 | 42c5e48a13a54ee18e96e7685abd3679 2021-09-08 10:07:32.710 | [11651 Async init_placement:87076]: finished init_placement with result 0 in 31 seconds 2021-09-08 10:07:32.714 | + inc/async:async_wait:197 : return 0 2021-09-08 10:07:32.717 | + ./stack.sh:main:1213 : async_wait init_glance 2021-09-08 10:07:32.768 | [11651 Async init_glance:83653]: Waiting for completion of init_glance running on PID 83653 (4 other jobs running) 2021-09-08 10:07:32.793 | [11651 Async init_glance:83653]: Signaling child to exit 2021-09-08 10:07:32.793 | WAKEUP 2021-09-08 10:07:32.817 | [11651 Async init_glance:83653]: Signaled 2021-09-08 10:07:32.818 | + lib/glance:init_glance:488 : rm -rf /opt/stack/data/glance/images 2021-09-08 10:07:32.818 | + lib/glance:init_glance:489 : mkdir -p /opt/stack/data/glance/images 2021-09-08 10:07:32.818 | + lib/glance:init_glance:492 : recreate_database glance 2021-09-08 10:07:32.818 | + lib/database:recreate_database:110 : local db=glance 2021-09-08 10:07:32.818 | + lib/database:recreate_database:111 : recreate_database_mysql glance 2021-09-08 10:07:32.818 | + lib/databases/mysql:recreate_database_mysql:63 : local db=glance 2021-09-08 10:07:32.818 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2021-09-08 10:07:32.819 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:07:32.819 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2021-09-08 10:07:32.819 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:07:32.819 | + lib/glance:init_glance:494 : time_start dbsync 2021-09-08 10:07:32.819 | + functions-common:time_start:2295 : local name=dbsync 2021-09-08 10:07:32.819 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:07:32.819 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:07:32.819 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:07:32.819 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095573189 2021-09-08 10:07:32.819 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2021-09-08 10:07:32.819 | 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=83751) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2021-09-08 10:07:32.819 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-09-08 10:07:32.819 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-09-08 10:07:32.819 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-09-08 10:07:32.819 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-09-08 10:07:32.819 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-09-08 10:07:32.819 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-09-08 10:07:32.819 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2021-09-08 10:07:32.819 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2021-09-08 10:07:32.819 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2021-09-08 10:07:32.819 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2021-09-08 10:07:32.819 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2021-09-08 10:07:32.819 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2021-09-08 10:07:32.819 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2021-09-08 10:07:32.819 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2021-09-08 10:07:32.819 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2021-09-08 10:07:32.819 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2021-09-08 10:07:32.819 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2021-09-08 10:07:32.819 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-09-08 10:07:32.819 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-09-08 10:07:32.819 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-09-08 10:07:32.819 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-09-08 10:07:32.820 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-09-08 10:07:32.820 | Upgraded database to: wallaby_expand01, current revision(s): wallaby_expand01 2021-09-08 10:07:32.820 | Database migration is up to date. No migration needed. 2021-09-08 10:07:32.820 | Upgraded database to: wallaby_contract01, current revision(s): wallaby_contract01 2021-09-08 10:07:32.820 | Database is synced successfully. 2021-09-08 10:07:32.820 | + lib/glance:init_glance:499 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2021-09-08 10:07:32.820 | 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=83786) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2021-09-08 10:07:32.820 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2021-09-08 10:07:32.820 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2021-09-08 10:07:32.820 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2021-09-08 10:07:32.820 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2021-09-08 10:07:32.820 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2021-09-08 10:07:32.820 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2021-09-08 10:07:32.820 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2021-09-08 10:07:32.820 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2021-09-08 10:07:32.821 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2021-09-08 10:07:32.821 | + lib/glance:init_glance:500 : time_stop dbsync 2021-09-08 10:07:32.821 | + functions-common:time_stop:2309 : local name 2021-09-08 10:07:32.821 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:07:32.821 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:07:32.821 | + functions-common:time_stop:2312 : local total 2021-09-08 10:07:32.821 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:07:32.821 | + functions-common:time_stop:2315 : name=dbsync 2021-09-08 10:07:32.822 | + functions-common:time_stop:2316 : start_time=1631095573189 2021-09-08 10:07:32.822 | + functions-common:time_stop:2318 : [[ -z 1631095573189 ]] 2021-09-08 10:07:32.822 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:07:32.822 | + functions-common:time_stop:2321 : end_time=1631095582177 2021-09-08 10:07:32.822 | + functions-common:time_stop:2322 : elapsed_time=8988 2021-09-08 10:07:32.822 | + functions-common:time_stop:2323 : total=15289 2021-09-08 10:07:32.822 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:07:32.822 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=24277 2021-09-08 10:07:32.863 | [11651 Async init_glance:83653]: finished init_glance with result 0 in 9 seconds 2021-09-08 10:07:32.867 | + inc/async:async_wait:197 : return 0 2021-09-08 10:07:32.870 | + ./stack.sh:main:1214 : async_wait init_swift 2021-09-08 10:07:32.921 | [11651 Async init_swift:86844]: Waiting for completion of init_swift running on PID 86844 (3 other jobs running) 2021-09-08 10:07:32.947 | [11651 Async init_swift:86844]: Signaling child to exit 2021-09-08 10:07:32.947 | WAKEUP 2021-09-08 10:07:32.970 | [11651 Async init_swift:86844]: Signaled 2021-09-08 10:07:32.971 | + lib/swift:init_swift:692 : local node_number 2021-09-08 10:07:32.972 | + lib/swift:init_swift:694 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-09-08 10:07:32.972 | No object-expirer running 2021-09-08 10:07:32.972 | No container-server running 2021-09-08 10:07:32.972 | No proxy-server running 2021-09-08 10:07:32.972 | No container-updater running 2021-09-08 10:07:32.972 | No container-sharder running 2021-09-08 10:07:32.972 | No account-reaper running 2021-09-08 10:07:32.972 | No object-reconstructor running 2021-09-08 10:07:32.972 | No container-reconciler running 2021-09-08 10:07:32.972 | No object-auditor running 2021-09-08 10:07:32.972 | No container-sync running 2021-09-08 10:07:32.972 | No object-replicator running 2021-09-08 10:07:32.972 | No account-auditor running 2021-09-08 10:07:32.972 | No container-replicator running 2021-09-08 10:07:32.972 | No object-server running 2021-09-08 10:07:32.972 | No account-server running 2021-09-08 10:07:32.972 | No account-replicator running 2021-09-08 10:07:32.972 | No container-auditor running 2021-09-08 10:07:32.972 | No object-updater running 2021-09-08 10:07:32.972 | + lib/swift:init_swift:694 : true 2021-09-08 10:07:32.972 | + lib/swift:init_swift:697 : create_swift_disk 2021-09-08 10:07:32.972 | + lib/swift:create_swift_disk:568 : local node_number 2021-09-08 10:07:32.972 | + lib/swift:create_swift_disk:573 : local user_group 2021-09-08 10:07:32.972 | ++ lib/swift:create_swift_disk:574 : id -g ubuntu 2021-09-08 10:07:32.972 | + lib/swift:create_swift_disk:574 : user_group=1000 2021-09-08 10:07:32.972 | + 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 2021-09-08 10:07:32.972 | + lib/swift:create_swift_disk:578 : [[ -e /opt/stack/data/swift/drives/images/swift.img ]] 2021-09-08 10:07:32.972 | + lib/swift:create_swift_disk:585 : mkdir -p /opt/stack/data/swift/drives/images 2021-09-08 10:07:32.972 | + lib/swift:create_swift_disk:586 : sudo touch /opt/stack/data/swift/drives/images/swift.img 2021-09-08 10:07:32.972 | + lib/swift:create_swift_disk:587 : sudo chown ubuntu: /opt/stack/data/swift/drives/images/swift.img 2021-09-08 10:07:32.972 | + lib/swift:create_swift_disk:589 : truncate -s 6G /opt/stack/data/swift/drives/images/swift.img 2021-09-08 10:07:32.972 | + lib/swift:create_swift_disk:592 : /sbin/mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img 2021-09-08 10:07:32.973 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024 agcount=4, agsize=393216 blks 2021-09-08 10:07:32.973 | = sectsz=512 attr=2, projid32bit=1 2021-09-08 10:07:32.973 | = crc=1 finobt=1, sparse=1, rmapbt=0 2021-09-08 10:07:32.973 | = reflink=1 2021-09-08 10:07:32.973 | data = bsize=4096 blocks=1572864, imaxpct=25 2021-09-08 10:07:32.973 | = sunit=0 swidth=0 blks 2021-09-08 10:07:32.973 | naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2021-09-08 10:07:32.973 | log =internal log bsize=4096 blocks=2560, version=2 2021-09-08 10:07:32.973 | = sectsz=512 sunit=0 blks, lazy-count=1 2021-09-08 10:07:32.973 | realtime =none extsz=4096 blocks=0, rtextents=0 2021-09-08 10:07:32.973 | + lib/swift:create_swift_disk:595 : mkdir -p /opt/stack/data/swift/drives/sdb1 2021-09-08 10:07:32.973 | + lib/swift:create_swift_disk:596 : egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts 2021-09-08 10:07:32.973 | + 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 2021-09-08 10:07:32.973 | + lib/swift:create_swift_disk:603 : local node_number 2021-09-08 10:07:32.973 | + lib/swift:create_swift_disk:604 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-09-08 10:07:32.973 | + lib/swift:create_swift_disk:606 : local node_devices=/opt/stack/data/swift/1 2021-09-08 10:07:32.973 | + lib/swift:create_swift_disk:607 : local real_devices=/opt/stack/data/swift/drives/sdb1/1 2021-09-08 10:07:32.973 | + lib/swift:create_swift_disk:608 : sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1 2021-09-08 10:07:32.973 | + lib/swift:create_swift_disk:609 : local device=/opt/stack/data/swift/drives/sdb1/1/sdb1 2021-09-08 10:07:32.973 | + lib/swift:create_swift_disk:610 : [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]] 2021-09-08 10:07:32.973 | + lib/swift:create_swift_disk:611 : sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1 2021-09-08 10:07:32.973 | + lib/swift:init_swift:701 : pushd /etc/swift 2021-09-08 10:07:32.973 | + lib/swift:init_swift:703 : rm -f '*.builder' '*.ring.gz' 'backups/*.builder' 'backups/*.ring.gz' 2021-09-08 10:07:32.973 | + lib/swift:init_swift:705 : /usr/local/bin/swift-ring-builder object.builder create 9 1 1 2021-09-08 10:07:32.973 | + lib/swift:init_swift:706 : /usr/local/bin/swift-ring-builder container.builder create 9 1 1 2021-09-08 10:07:32.973 | + lib/swift:init_swift:707 : /usr/local/bin/swift-ring-builder account.builder create 9 1 1 2021-09-08 10:07:32.973 | + lib/swift:init_swift:713 : [[ -n '' ]] 2021-09-08 10:07:32.973 | + lib/swift:init_swift:726 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-09-08 10:07:32.973 | + lib/swift:init_swift:727 : /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1 2021-09-08 10:07:32.973 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1. 2021-09-08 10:07:32.973 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0 2021-09-08 10:07:32.973 | + lib/swift:init_swift:728 : /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1 2021-09-08 10:07:32.974 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1. 2021-09-08 10:07:32.974 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0 2021-09-08 10:07:32.974 | + lib/swift:init_swift:729 : /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1 2021-09-08 10:07:32.974 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1. 2021-09-08 10:07:32.974 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0 2021-09-08 10:07:32.974 | + lib/swift:init_swift:735 : /usr/local/bin/swift-ring-builder object.builder rebalance 42 2021-09-08 10:07:32.974 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-09-08 10:07:32.974 | + lib/swift:init_swift:736 : /usr/local/bin/swift-ring-builder container.builder rebalance 42 2021-09-08 10:07:32.974 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-09-08 10:07:32.974 | + lib/swift:init_swift:737 : /usr/local/bin/swift-ring-builder account.builder rebalance 42 2021-09-08 10:07:32.974 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-09-08 10:07:32.974 | + lib/swift:init_swift:738 : popd 2021-09-08 10:07:33.017 | [11651 Async init_swift:86844]: finished init_swift with result 0 in 10 seconds 2021-09-08 10:07:33.021 | + inc/async:async_wait:197 : return 0 2021-09-08 10:07:33.024 | + ./stack.sh:main:1215 : async_wait init_cinder 2021-09-08 10:07:33.075 | [11651 Async init_cinder:86939]: Waiting for completion of init_cinder running on PID 86939 (2 other jobs running) 2021-09-08 10:07:33.100 | [11651 Async init_cinder:86939]: Signaling child to exit 2021-09-08 10:07:33.100 | WAKEUP 2021-09-08 10:07:33.124 | [11651 Async init_cinder:86939]: Signaled 2021-09-08 10:07:33.126 | + lib/cinder:init_cinder:427 : is_service_enabled mysql postgresql 2021-09-08 10:07:33.126 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:33.126 | + lib/cinder:init_cinder:429 : recreate_database cinder 2021-09-08 10:07:33.126 | + lib/database:recreate_database:110 : local db=cinder 2021-09-08 10:07:33.126 | + lib/database:recreate_database:111 : recreate_database_mysql cinder 2021-09-08 10:07:33.126 | + lib/databases/mysql:recreate_database_mysql:63 : local db=cinder 2021-09-08 10:07:33.126 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2021-09-08 10:07:33.126 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:07:33.126 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2021-09-08 10:07:33.126 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:07:33.126 | + lib/cinder:init_cinder:431 : time_start dbsync 2021-09-08 10:07:33.126 | + functions-common:time_start:2295 : local name=dbsync 2021-09-08 10:07:33.126 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:07:33.126 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:07:33.126 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:07:33.126 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095621281 2021-09-08 10:07:33.126 | + lib/cinder:init_cinder:433 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2021-09-08 10:07:33.126 | 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=87054) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2021-09-08 10:07:33.126 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:07:33.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/144_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/144_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_cinder_init.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_cinder_init.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/143_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/143_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/142_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/142_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/145_add_use_quota_fields.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/145_add_use_quota_fields.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/141_add_quota_usage_unique_constraint.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/144_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/144_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_cinder_init.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_cinder_init.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/143_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/143_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/142_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/142_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/145_add_use_quota_fields.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/145_add_use_quota_fields.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/141_add_quota_usage_unique_constraint.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/144_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/144_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_cinder_init.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_cinder_init.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/143_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/143_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/142_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/142_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/145_add_use_quota_fields.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/145_add_use_quota_fields.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/141_add_quota_usage_unique_constraint.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py... {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:33.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:33.130 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:07:33.130 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=87054) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] 134 -> 135...  2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] done 2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] 135 -> 136...  2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] done 2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] 136 -> 137...  2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] done 2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] 137 -> 138...  2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] done 2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] 138 -> 139...  2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] done 2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] 139 -> 140...  2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] done 2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] 140 -> 141...  2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] done 2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] 141 -> 142...  2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] done 2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] 142 -> 143...  2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] done 2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] 143 -> 144...  2021-09-08 10:07:33.130 | INFO migrate.versioning.api [-] done 2021-09-08 10:07:33.131 | INFO migrate.versioning.api [-] 144 -> 145...  2021-09-08 10:07:33.131 | INFO migrate.versioning.api [-] done 2021-09-08 10:07:33.131 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:33.131 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:33.131 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:33.131 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:33.131 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:136: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2021-09-08 10:07:33.131 | last_heartbeat = column_property( 2021-09-08 10:07:33.131 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:142: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2021-09-08 10:07:33.131 | num_hosts = column_property( 2021-09-08 10:07:33.131 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:149: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2021-09-08 10:07:33.131 | num_down_hosts = column_property( 2021-09-08 10:07:33.131 | + lib/cinder:init_cinder:434 : time_stop dbsync 2021-09-08 10:07:33.131 | + functions-common:time_stop:2309 : local name 2021-09-08 10:07:33.131 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:07:33.131 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:07:33.131 | + functions-common:time_stop:2312 : local total 2021-09-08 10:07:33.131 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:07:33.131 | + functions-common:time_stop:2315 : name=dbsync 2021-09-08 10:07:33.131 | + functions-common:time_stop:2316 : start_time=1631095621281 2021-09-08 10:07:33.131 | + functions-common:time_stop:2318 : [[ -z 1631095621281 ]] 2021-09-08 10:07:33.131 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:07:33.131 | + functions-common:time_stop:2321 : end_time=1631095628324 2021-09-08 10:07:33.131 | + functions-common:time_stop:2322 : elapsed_time=7043 2021-09-08 10:07:33.131 | + functions-common:time_stop:2323 : total=15289 2021-09-08 10:07:33.131 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:07:33.131 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=22332 2021-09-08 10:07:33.131 | + lib/cinder:init_cinder:437 : is_service_enabled c-vol 2021-09-08 10:07:33.131 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:33.131 | + lib/cinder:init_cinder:437 : [[ -n lvm:lvmdriver-1 ]] 2021-09-08 10:07:33.131 | + lib/cinder:init_cinder:438 : local be be_name be_type 2021-09-08 10:07:33.131 | + lib/cinder:init_cinder:439 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2021-09-08 10:07:33.132 | + lib/cinder:init_cinder:440 : be_type=lvm 2021-09-08 10:07:33.132 | + lib/cinder:init_cinder:441 : be_name=lvmdriver-1 2021-09-08 10:07:33.132 | + lib/cinder:init_cinder:442 : type init_cinder_backend_lvm 2021-09-08 10:07:33.132 | + lib/cinder:init_cinder:444 : [[ lvm == \l\v\m ]] 2021-09-08 10:07:33.132 | + lib/cinder:init_cinder:445 : init_default_lvm_volume_group 2021-09-08 10:07:33.132 | + lib/lvm:init_default_lvm_volume_group:156 : [[ 0 = \0 ]] 2021-09-08 10:07:33.132 | + lib/lvm:init_default_lvm_volume_group:157 : init_lvm_volume_group stack-volumes-default 50000M 2021-09-08 10:07:33.132 | + lib/lvm:init_lvm_volume_group:124 : local vg=stack-volumes-default 2021-09-08 10:07:33.132 | + lib/lvm:init_lvm_volume_group:125 : local size=50000M 2021-09-08 10:07:33.132 | + lib/lvm:init_lvm_volume_group:128 : is_fedora 2021-09-08 10:07:33.132 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-09-08 10:07:33.132 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-09-08 10:07:33.132 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-09-08 10:07:33.132 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-09-08 10:07:33.132 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-09-08 10:07:33.132 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-09-08 10:07:33.132 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-09-08 10:07:33.132 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-09-08 10:07:33.132 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-09-08 10:07:33.132 | + lib/lvm:init_lvm_volume_group:128 : is_suse 2021-09-08 10:07:33.132 | + functions-common:is_suse:462 : is_opensuse 2021-09-08 10:07:33.132 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-09-08 10:07:33.132 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-09-08 10:07:33.132 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-09-08 10:07:33.132 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-09-08 10:07:33.132 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-09-08 10:07:33.132 | + lib/lvm:init_lvm_volume_group:133 : _create_lvm_volume_group stack-volumes-default 50000M 2021-09-08 10:07:33.132 | + lib/lvm:_create_lvm_volume_group:95 : local vg=stack-volumes-default 2021-09-08 10:07:33.132 | + lib/lvm:_create_lvm_volume_group:96 : local size=50000M 2021-09-08 10:07:33.132 | + lib/lvm:_create_lvm_volume_group:98 : local backing_file=/opt/stack/data/stack-volumes-default-backing-file 2021-09-08 10:07:33.132 | + lib/lvm:_create_lvm_volume_group:99 : sudo vgs stack-volumes-default 2021-09-08 10:07:33.132 | Volume group "stack-volumes-default" not found 2021-09-08 10:07:33.132 | Cannot process volume group stack-volumes-default 2021-09-08 10:07:33.133 | + lib/lvm:_create_lvm_volume_group:101 : [[ -f /opt/stack/data/stack-volumes-default-backing-file ]] 2021-09-08 10:07:33.133 | + lib/lvm:_create_lvm_volume_group:101 : truncate -s 50000M /opt/stack/data/stack-volumes-default-backing-file 2021-09-08 10:07:33.133 | + lib/lvm:_create_lvm_volume_group:103 : local directio= 2021-09-08 10:07:33.133 | + lib/lvm:_create_lvm_volume_group:105 : losetup -h 2021-09-08 10:07:33.133 | + lib/lvm:_create_lvm_volume_group:105 : grep -q direct-io 2021-09-08 10:07:33.133 | + lib/lvm:_create_lvm_volume_group:106 : directio=--direct-io=on 2021-09-08 10:07:33.133 | + lib/lvm:_create_lvm_volume_group:109 : local vg_dev 2021-09-08 10:07:33.133 | ++ lib/lvm:_create_lvm_volume_group:110 : sudo losetup -f --show --direct-io=on /opt/stack/data/stack-volumes-default-backing-file 2021-09-08 10:07:33.133 | + lib/lvm:_create_lvm_volume_group:110 : vg_dev=/dev/loop4 2021-09-08 10:07:33.133 | + lib/lvm:_create_lvm_volume_group:113 : sudo vgs stack-volumes-default 2021-09-08 10:07:33.133 | Volume group "stack-volumes-default" not found 2021-09-08 10:07:33.133 | Cannot process volume group stack-volumes-default 2021-09-08 10:07:33.133 | + lib/lvm:_create_lvm_volume_group:114 : sudo vgcreate stack-volumes-default /dev/loop4 2021-09-08 10:07:33.133 | Physical volume "/dev/loop4" successfully created. 2021-09-08 10:07:33.133 | Volume group "stack-volumes-default" successfully created 2021-09-08 10:07:33.133 | + lib/lvm:init_lvm_volume_group:136 : '[' lioadm = lioadm ']' 2021-09-08 10:07:33.133 | + lib/lvm:init_lvm_volume_group:137 : sudo xargs -rn 1 cinder-rtstool delete 2021-09-08 10:07:33.133 | + lib/lvm:init_lvm_volume_group:137 : sudo cinder-rtstool get-targets 2021-09-08 10:07:33.133 | + lib/lvm:init_lvm_volume_group:141 : _clean_lvm_volume_group stack-volumes-default 2021-09-08 10:07:33.133 | + lib/lvm:_clean_lvm_volume_group:40 : local vg=stack-volumes-default 2021-09-08 10:07:33.133 | + lib/lvm:_clean_lvm_volume_group:43 : sudo lvremove -f stack-volumes-default 2021-09-08 10:07:33.133 | + lib/lvm:init_default_lvm_volume_group:158 : _DEFAULT_LVM_INIT=1 2021-09-08 10:07:33.133 | + lib/cinder:init_cinder:447 : init_cinder_backend_lvm lvmdriver-1 2021-09-08 10:07:33.133 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:61 : local be_name=lvmdriver-1 2021-09-08 10:07:33.133 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:64 : init_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2021-09-08 10:07:33.133 | + lib/lvm:init_lvm_volume_group:124 : local vg=stack-volumes-lvmdriver-1 2021-09-08 10:07:33.133 | + lib/lvm:init_lvm_volume_group:125 : local size=50000M 2021-09-08 10:07:33.133 | + lib/lvm:init_lvm_volume_group:128 : is_fedora 2021-09-08 10:07:33.133 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-09-08 10:07:33.133 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-09-08 10:07:33.133 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-09-08 10:07:33.133 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-09-08 10:07:33.134 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-09-08 10:07:33.134 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-09-08 10:07:33.134 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-09-08 10:07:33.134 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-09-08 10:07:33.134 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-09-08 10:07:33.134 | + lib/lvm:init_lvm_volume_group:128 : is_suse 2021-09-08 10:07:33.134 | + functions-common:is_suse:462 : is_opensuse 2021-09-08 10:07:33.134 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-09-08 10:07:33.134 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-09-08 10:07:33.134 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-09-08 10:07:33.134 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-09-08 10:07:33.134 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-09-08 10:07:33.134 | + lib/lvm:init_lvm_volume_group:133 : _create_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2021-09-08 10:07:33.134 | + lib/lvm:_create_lvm_volume_group:95 : local vg=stack-volumes-lvmdriver-1 2021-09-08 10:07:33.134 | + lib/lvm:_create_lvm_volume_group:96 : local size=50000M 2021-09-08 10:07:33.134 | + lib/lvm:_create_lvm_volume_group:98 : local backing_file=/opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2021-09-08 10:07:33.134 | + lib/lvm:_create_lvm_volume_group:99 : sudo vgs stack-volumes-lvmdriver-1 2021-09-08 10:07:33.134 | Volume group "stack-volumes-lvmdriver-1" not found 2021-09-08 10:07:33.134 | Cannot process volume group stack-volumes-lvmdriver-1 2021-09-08 10:07:33.134 | + lib/lvm:_create_lvm_volume_group:101 : [[ -f /opt/stack/data/stack-volumes-lvmdriver-1-backing-file ]] 2021-09-08 10:07:33.134 | + lib/lvm:_create_lvm_volume_group:101 : truncate -s 50000M /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2021-09-08 10:07:33.134 | + lib/lvm:_create_lvm_volume_group:103 : local directio= 2021-09-08 10:07:33.134 | + lib/lvm:_create_lvm_volume_group:105 : losetup -h 2021-09-08 10:07:33.134 | + lib/lvm:_create_lvm_volume_group:105 : grep -q direct-io 2021-09-08 10:07:33.134 | + lib/lvm:_create_lvm_volume_group:106 : directio=--direct-io=on 2021-09-08 10:07:33.134 | + lib/lvm:_create_lvm_volume_group:109 : local vg_dev 2021-09-08 10:07:33.134 | ++ lib/lvm:_create_lvm_volume_group:110 : sudo losetup -f --show --direct-io=on /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2021-09-08 10:07:33.134 | + lib/lvm:_create_lvm_volume_group:110 : vg_dev=/dev/loop5 2021-09-08 10:07:33.134 | + lib/lvm:_create_lvm_volume_group:113 : sudo vgs stack-volumes-lvmdriver-1 2021-09-08 10:07:33.134 | Volume group "stack-volumes-lvmdriver-1" not found 2021-09-08 10:07:33.134 | Cannot process volume group stack-volumes-lvmdriver-1 2021-09-08 10:07:33.134 | + lib/lvm:_create_lvm_volume_group:114 : sudo vgcreate stack-volumes-lvmdriver-1 /dev/loop5 2021-09-08 10:07:33.135 | Physical volume "/dev/loop5" successfully created. 2021-09-08 10:07:33.135 | Volume group "stack-volumes-lvmdriver-1" successfully created 2021-09-08 10:07:33.135 | + lib/lvm:init_lvm_volume_group:136 : '[' lioadm = lioadm ']' 2021-09-08 10:07:33.135 | + lib/lvm:init_lvm_volume_group:137 : sudo xargs -rn 1 cinder-rtstool delete 2021-09-08 10:07:33.135 | + lib/lvm:init_lvm_volume_group:137 : sudo cinder-rtstool get-targets 2021-09-08 10:07:33.135 | + lib/lvm:init_lvm_volume_group:141 : _clean_lvm_volume_group stack-volumes-lvmdriver-1 2021-09-08 10:07:33.135 | + lib/lvm:_clean_lvm_volume_group:40 : local vg=stack-volumes-lvmdriver-1 2021-09-08 10:07:33.135 | + lib/lvm:_clean_lvm_volume_group:43 : sudo lvremove -f stack-volumes-lvmdriver-1 2021-09-08 10:07:33.135 | + lib/cinder:init_cinder:452 : is_service_enabled c-bak 2021-09-08 10:07:33.135 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:33.135 | + lib/cinder:init_cinder:452 : [[ -n swift ]] 2021-09-08 10:07:33.135 | + lib/cinder:init_cinder:453 : type init_cinder_backup_swift 2021-09-08 10:07:33.135 | + lib/cinder:init_cinder:458 : mkdir -p /opt/stack/data/cinder/volumes 2021-09-08 10:07:33.171 | [11651 Async init_cinder:86939]: finished init_cinder with result 0 in 9 seconds 2021-09-08 10:07:33.175 | + inc/async:async_wait:197 : return 0 2021-09-08 10:07:33.178 | + ./stack.sh:main:1220 : is_service_enabled nova 2021-09-08 10:07:33.196 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:33.198 | + ./stack.sh:main:1221 : echo_summary 'Configuring Nova' 2021-09-08 10:07:33.201 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-09-08 10:07:33.203 | + ./stack.sh:echo_summary:432 : echo -e Configuring Nova 2021-09-08 10:07:33.205 | + ./stack.sh:main:1222 : init_nova 2021-09-08 10:07:33.208 | + lib/nova:init_nova:750 : is_service_enabled mysql postgresql 2021-09-08 10:07:33.225 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:33.228 | + lib/nova:init_nova:750 : is_service_enabled n-api 2021-09-08 10:07:33.245 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:33.248 | + lib/nova:init_nova:752 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-09-08 10:07:33.250 | + lib/nova:init_nova:760 : async_run nova-cell-0 init_nova_db nova_cell0 /etc/nova/nova.conf 2021-09-08 10:07:33.307 | + inc/async:async_inner:63 : init_nova_db nova_cell0 /etc/nova/nova.conf 2021-09-08 10:07:33.345 | [11651 Async nova-cell-0:88755]: running: init_nova_db nova_cell0 /etc/nova/nova.conf 2021-09-08 10:07:33.349 | ++ lib/nova:init_nova:763 : seq 1 1 2021-09-08 10:07:33.354 | + lib/nova:init_nova:763 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-09-08 10:07:33.357 | ++ lib/nova:init_nova:764 : conductor_conf 1 2021-09-08 10:07:33.360 | ++ lib/nova:conductor_conf:729 : local cell=1 2021-09-08 10:07:33.363 | ++ lib/nova:conductor_conf:730 : echo /etc/nova/nova_cell1.conf 2021-09-08 10:07:33.366 | + lib/nova:init_nova:764 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2021-09-08 10:07:33.426 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2021-09-08 10:07:33.471 | [11651 Async nova-cell-1:88853]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2021-09-08 10:07:33.475 | + lib/nova:init_nova:767 : recreate_database nova_api 2021-09-08 10:07:33.478 | + lib/database:recreate_database:110 : local db=nova_api 2021-09-08 10:07:33.480 | + lib/database:recreate_database:111 : recreate_database_mysql nova_api 2021-09-08 10:07:33.486 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_api 2021-09-08 10:07:33.490 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2021-09-08 10:07:33.496 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:07:33.511 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2021-09-08 10:07:33.516 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:07:33.533 | + lib/nova:init_nova:768 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2021-09-08 10:07:37.616 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:07:37.617 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.617 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.617 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.617 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.619 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.619 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.619 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.619 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.619 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.620 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.620 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.620 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.620 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.621 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.621 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.625 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.625 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.625 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.625 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.625 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.626 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:37.626 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:37.626 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:07:37.626 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=88918) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:07:37.652 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-09-08 10:07:37.653 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-09-08 10:07:37.686 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2021-09-08 10:07:39.693 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=88918) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:807}} 2021-09-08 10:07:39.699 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:39.699 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:39.699 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:39.699 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:40.143 | ++ lib/nova:init_nova:772 : database_connection_url nova_cell0 2021-09-08 10:07:40.146 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2021-09-08 10:07:40.150 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2021-09-08 10:07:40.152 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2021-09-08 10:07:40.156 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-09-08 10:07:40.160 | + lib/nova:init_nova:772 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-09-08 10:07:43.854 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:43.854 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:43.854 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:43.854 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:44.296 | ++ lib/nova:init_nova:775 : seq 0 1 2021-09-08 10:07:44.302 | + lib/nova:init_nova:775 : for i in $(seq 0 $NOVA_NUM_CELLS) 2021-09-08 10:07:44.304 | + lib/nova:init_nova:776 : async_wait nova-cell-0 2021-09-08 10:07:44.368 | [11651 Async nova-cell-0:88755]: Waiting for completion of init_nova_db nova_cell0 /etc/nova/nova.conf running on PID 88755 (3 other jobs running) 2021-09-08 10:07:44.402 | [11651 Async nova-cell-0:88755]: Signaling child to exit 2021-09-08 10:07:44.918 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:07:44.944 | [88755 Async nova-cell-0:88755]: finished successfully 2021-09-08 10:07:44.964 | WAKEUP 2021-09-08 10:07:44.976 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:07:44.988 | [11651 Async nova-cell-0:88755]: Signaled 2021-09-08 10:07:44.989 | + lib/nova:init_nova_db:740 : local dbname=nova_cell0 2021-09-08 10:07:44.989 | + lib/nova:init_nova_db:741 : local conffile=/etc/nova/nova.conf 2021-09-08 10:07:44.990 | + lib/nova:init_nova_db:742 : recreate_database nova_cell0 2021-09-08 10:07:44.990 | + lib/database:recreate_database:110 : local db=nova_cell0 2021-09-08 10:07:44.990 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell0 2021-09-08 10:07:44.990 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_cell0 2021-09-08 10:07:44.990 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2021-09-08 10:07:44.990 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:07:44.990 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2021-09-08 10:07:44.990 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:07:44.990 | + lib/nova:init_nova_db:743 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync --local_cell 2021-09-08 10:07:44.990 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:07:44.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:44.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:44.992 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:07:44.992 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=88819) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:07:44.992 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-09-08 10:07:44.992 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-09-08 10:07:44.992 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2021-09-08 10:07:44.992 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=88819) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:807}} 2021-09-08 10:07:44.992 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:44.992 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:44.992 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:44.992 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:45.002 | [88853 Async nova-cell-1:88853]: finished successfully 2021-09-08 10:07:45.035 | [11651 Async nova-cell-0:88755]: finished init_nova_db nova_cell0 /etc/nova/nova.conf with result 0 in 11 seconds 2021-09-08 10:07:45.039 | + inc/async:async_wait:197 : return 0 2021-09-08 10:07:45.042 | + lib/nova:init_nova:775 : for i in $(seq 0 $NOVA_NUM_CELLS) 2021-09-08 10:07:45.044 | + lib/nova:init_nova:776 : async_wait nova-cell-1 2021-09-08 10:07:45.094 | [11651 Async nova-cell-1:88853]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 88853 (2 other jobs running) 2021-09-08 10:07:45.119 | [11651 Async nova-cell-1:88853]: Signaling child to exit 2021-09-08 10:07:45.119 | WAKEUP 2021-09-08 10:07:45.141 | [11651 Async nova-cell-1:88853]: Signaled 2021-09-08 10:07:45.143 | + lib/nova:init_nova_db:740 : local dbname=nova_cell1 2021-09-08 10:07:45.143 | + lib/nova:init_nova_db:741 : local conffile=/etc/nova/nova_cell1.conf 2021-09-08 10:07:45.143 | + lib/nova:init_nova_db:742 : recreate_database nova_cell1 2021-09-08 10:07:45.143 | + lib/database:recreate_database:110 : local db=nova_cell1 2021-09-08 10:07:45.143 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell1 2021-09-08 10:07:45.143 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_cell1 2021-09-08 10:07:45.143 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2021-09-08 10:07:45.143 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:07:45.143 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2021-09-08 10:07:45.143 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-09-08 10:07:45.143 | + lib/nova:init_nova_db:743 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2021-09-08 10:07:45.143 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-09-08 10:07:45.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-09-08 10:07:45.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-09-08 10:07:45.145 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-09-08 10:07:45.145 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=88912) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-09-08 10:07:45.145 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-09-08 10:07:45.145 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-09-08 10:07:45.145 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2021-09-08 10:07:45.145 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=88912) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:807}} 2021-09-08 10:07:45.145 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:45.145 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:45.145 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:45.145 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:45.186 | [11651 Async nova-cell-1:88853]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 11 seconds 2021-09-08 10:07:45.191 | + inc/async:async_wait:197 : return 0 2021-09-08 10:07:45.193 | + lib/nova:init_nova:779 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-09-08 10:07:45.196 | + lib/nova:init_nova:786 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2021-09-08 10:07:49.108 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:49.108 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:49.108 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:49.109 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:49.109 | Running batches of 50 until complete 2021-09-08 10:07:49.109 | +-------------------------------------+--------------+-----------+ 2021-09-08 10:07:49.109 | | Migration | Total Needed | Completed | 2021-09-08 10:07:49.109 | +-------------------------------------+--------------+-----------+ 2021-09-08 10:07:49.109 | | fill_virtual_interface_list | 0 | 0 | 2021-09-08 10:07:49.109 | | migrate_empty_ratio | 0 | 0 | 2021-09-08 10:07:49.109 | | migrate_quota_classes_to_api_db | 0 | 0 | 2021-09-08 10:07:49.109 | | migrate_quota_limits_to_api_db | 0 | 0 | 2021-09-08 10:07:49.109 | | migration_migrate_to_uuid | 0 | 0 | 2021-09-08 10:07:49.109 | | populate_dev_uuids | 0 | 0 | 2021-09-08 10:07:49.109 | | populate_missing_availability_zones | 0 | 0 | 2021-09-08 10:07:49.109 | | populate_queued_for_delete | 0 | 0 | 2021-09-08 10:07:49.109 | | populate_user_id | 0 | 0 | 2021-09-08 10:07:49.109 | | populate_uuids | 0 | 0 | 2021-09-08 10:07:49.109 | +-------------------------------------+--------------+-----------+ 2021-09-08 10:07:49.589 | ++ lib/nova:init_nova:789 : seq 1 1 2021-09-08 10:07:49.593 | + lib/nova:init_nova:789 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-09-08 10:07:49.597 | ++ lib/nova:init_nova:790 : conductor_conf 1 2021-09-08 10:07:49.600 | ++ lib/nova:conductor_conf:729 : local cell=1 2021-09-08 10:07:49.602 | ++ lib/nova:conductor_conf:730 : echo /etc/nova/nova_cell1.conf 2021-09-08 10:07:49.605 | + lib/nova:init_nova:790 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2021-09-08 10:07:53.128 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:53.128 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:53.128 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-09-08 10:07:53.128 | from cryptography.utils import int_from_bytes 2021-09-08 10:07:53.128 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2021-09-08 10:07:53.128 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2021-09-08 10:07:53.540 | + lib/nova:init_nova:794 : create_nova_keys_dir 2021-09-08 10:07:53.543 | + lib/nova:create_nova_keys_dir:736 : sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys 2021-09-08 10:07:53.557 | + lib/nova:init_nova:796 : [[ '' == \L\V\M ]] 2021-09-08 10:07:53.559 | + ./stack.sh:main:1227 : is_service_enabled neutron 2021-09-08 10:07:53.578 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:53.582 | + ./stack.sh:main:1228 : async_runfunc configure_neutron_nova 2021-09-08 10:07:53.584 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2021-09-08 10:07:53.642 | + inc/async:async_inner:63 : configure_neutron_nova 2021-09-08 10:07:53.681 | [11651 Async configure_neutron_nova:89350]: running: configure_neutron_nova 2021-09-08 10:07:53.684 | + ./stack.sh:main:1237 : run_phase stack post-config 2021-09-08 10:07:53.686 | + functions-common:run_phase:1737 : local mode=stack 2021-09-08 10:07:53.689 | + functions-common:run_phase:1738 : local phase=post-config 2021-09-08 10:07:53.692 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-09-08 10:07:53.694 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-09-08 10:07:53.697 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-09-08 10:07:53.700 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-09-08 10:07:53.702 | + functions-common:run_phase:1747 : local extra 2021-09-08 10:07:53.707 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-09-08 10:07:53.711 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-09-08 10:07:53.714 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-09-08 10:07:53.717 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-09-08 10:07:53.719 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config 2021-09-08 10:07:53.722 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-09-08 10:07:53.739 | ++ functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:53.742 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-09-08 10:07:53.745 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-09-08 10:07:53.748 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2021-09-08 10:07:53.750 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-09-08 10:07:53.753 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-09-08 10:07:53.756 | ++ extras.d/80-tempest.sh:source:12 : : 2021-09-08 10:07:53.758 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2021-09-08 10:07:53.761 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2021-09-08 10:07:53.764 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2021-09-08 10:07:53.766 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-09-08 10:07:53.770 | + functions-common:run_phase:1764 : run_plugins stack post-config 2021-09-08 10:07:53.772 | + functions-common:run_plugins:1723 : local mode=stack 2021-09-08 10:07:53.775 | + functions-common:run_plugins:1724 : local phase=post-config 2021-09-08 10:07:53.778 | + functions-common:run_plugins:1726 : local plugins= 2021-09-08 10:07:53.780 | + functions-common:run_plugins:1727 : local plugin 2021-09-08 10:07:53.783 | + ./stack.sh:main:1245 : merge_config_group /home/ubuntu/devstack/local.conf post-config 2021-09-08 10:07:53.785 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-09-08 10:07:53.788 | + inc/meta-config:merge_config_group:171 : shift 2021-09-08 10:07:53.791 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2021-09-08 10:07:53.793 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-09-08 10:07:53.799 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-09-08 10:07:53.801 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-09-08 10:07:53.804 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-config 2021-09-08 10:07:53.807 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-09-08 10:07:53.810 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2021-09-08 10:07:53.813 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-09-08 10:07:53.816 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2021-09-08 10:07:53.816 | /^\[\[.+\|.*\]\]/ { 2021-09-08 10:07:53.816 | gsub("[][]", "", $1); 2021-09-08 10:07:53.816 | split($1, a, "|"); 2021-09-08 10:07:53.816 | if (a[1] == matchgroup) 2021-09-08 10:07:53.816 | print a[2] 2021-09-08 10:07:53.816 | } 2021-09-08 10:07:53.816 | ' /home/ubuntu/devstack/local.conf 2021-09-08 10:07:53.823 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-09-08 10:07:53.825 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-09-08 10:07:53.828 | + inc/meta-config:merge_config_group:180 : local dir 2021-09-08 10:07:53.832 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2021-09-08 10:07:53.835 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2021-09-08 10:07:53.838 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2021-09-08 10:07:53.841 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2021-09-08 10:07:53.844 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2021-09-08 10:07:53.848 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2021-09-08 10:07:53.851 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2021-09-08 10:07:53.854 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2021-09-08 10:07:53.857 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-09-08 10:07:53.860 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-09-08 10:07:53.864 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2021-09-08 10:07:53.866 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-09-08 10:07:53.869 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2021-09-08 10:07:53.872 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2021-09-08 10:07:53.875 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2021-09-08 10:07:53.879 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2021-09-08 10:07:53.884 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2021-09-08 10:07:53.884 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:53.884 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2021-09-08 10:07:53.884 | BEGIN { 2021-09-08 10:07:53.884 | section = "" 2021-09-08 10:07:53.885 | last_section = "" 2021-09-08 10:07:53.885 | section_count = 0 2021-09-08 10:07:53.885 | } 2021-09-08 10:07:53.885 | /^\[.+\]/ { 2021-09-08 10:07:53.885 | gsub("[][]", "", $1); 2021-09-08 10:07:53.885 | section=$1 2021-09-08 10:07:53.885 | next 2021-09-08 10:07:53.885 | } 2021-09-08 10:07:53.885 | /^ *\#/ { 2021-09-08 10:07:53.885 | next 2021-09-08 10:07:53.885 | } 2021-09-08 10:07:53.885 | /^[^ \t]+/ { 2021-09-08 10:07:53.885 | # get offset of first = in $0 2021-09-08 10:07:53.885 | eq_idx = index($0, "=") 2021-09-08 10:07:53.885 | # extract attr & value from $0 2021-09-08 10:07:53.885 | attr = substr($0, 1, eq_idx - 1) 2021-09-08 10:07:53.885 | value = substr($0, eq_idx + 1) 2021-09-08 10:07:53.885 | # only need to strip trailing whitespace from attr 2021-09-08 10:07:53.885 | sub(/[ \t]*$/, "", attr) 2021-09-08 10:07:53.885 | # need to strip leading & trailing whitespace from value 2021-09-08 10:07:53.885 | sub(/^[ \t]*/, "", value) 2021-09-08 10:07:53.885 | sub(/[ \t]*$/, "", value) 2021-09-08 10:07:53.885 | 2021-09-08 10:07:53.885 | # cfg_attr_count: number of config lines per [section, attr] 2021-09-08 10:07:53.885 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-09-08 10:07:53.885 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-09-08 10:07:53.885 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-09-08 10:07:53.885 | if (! (section, attr) in cfg_attr_count) { 2021-09-08 10:07:53.885 | if (section != last_section) { 2021-09-08 10:07:53.885 | cfg_section[section_count++] = section 2021-09-08 10:07:53.885 | last_section = section 2021-09-08 10:07:53.885 | } 2021-09-08 10:07:53.885 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-09-08 10:07:53.885 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-09-08 10:07:53.886 | 2021-09-08 10:07:53.886 | cfg_attr[section, attr, 0] = value 2021-09-08 10:07:53.886 | cfg_attr_count[section, attr] = 1 2021-09-08 10:07:53.886 | } else { 2021-09-08 10:07:53.886 | lno = cfg_attr_count[section, attr]++ 2021-09-08 10:07:53.886 | cfg_attr[section, attr, lno] = value 2021-09-08 10:07:53.886 | } 2021-09-08 10:07:53.886 | } 2021-09-08 10:07:53.886 | END { 2021-09-08 10:07:53.886 | # Process each section in order 2021-09-08 10:07:53.886 | for (sno = 0; sno < section_count; sno++) { 2021-09-08 10:07:53.886 | section = cfg_section[sno] 2021-09-08 10:07:53.886 | # The ini routines simply append a config item immediately 2021-09-08 10:07:53.886 | # after the section header. To keep the same order as defined 2021-09-08 10:07:53.886 | # in local.conf, invoke the ini routines in the reverse order 2021-09-08 10:07:53.886 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-09-08 10:07:53.886 | attr = cfg_sec_attr_name[sno, attr_no] 2021-09-08 10:07:53.886 | if (cfg_attr_count[section, attr] == 1) 2021-09-08 10:07:53.886 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-09-08 10:07:53.886 | else { 2021-09-08 10:07:53.886 | # For multiline, invoke the ini routines in the reverse order 2021-09-08 10:07:53.886 | count = cfg_attr_count[section, attr] 2021-09-08 10:07:53.886 | print "inidelete " configfile " " section " " attr 2021-09-08 10:07:53.886 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-09-08 10:07:53.886 | for (l = count -2; l >= 0; l--) 2021-09-08 10:07:53.886 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-09-08 10:07:53.886 | } 2021-09-08 10:07:53.886 | } 2021-09-08 10:07:53.886 | } 2021-09-08 10:07:53.886 | } 2021-09-08 10:07:53.886 | ' 2021-09-08 10:07:53.887 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-09-08 10:07:53.887 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2021-09-08 10:07:53.888 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-09-08 10:07:53.891 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2021-09-08 10:07:53.894 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-09-08 10:07:53.897 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2021-09-08 10:07:53.900 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2021-09-08 10:07:53.900 | BEGIN { group = "" } 2021-09-08 10:07:53.900 | /^\[\[.+\|.*\]\]/ { 2021-09-08 10:07:53.900 | gsub("[][]", "", $1); 2021-09-08 10:07:53.900 | split($1, a, "|"); 2021-09-08 10:07:53.900 | if (a[1] == matchgroup && a[2] == configfile) { 2021-09-08 10:07:53.900 | group=a[1] 2021-09-08 10:07:53.900 | } else { 2021-09-08 10:07:53.900 | group="" 2021-09-08 10:07:53.900 | } 2021-09-08 10:07:53.900 | next 2021-09-08 10:07:53.900 | } 2021-09-08 10:07:53.900 | { 2021-09-08 10:07:53.900 | if (group != "") 2021-09-08 10:07:53.900 | print $0 2021-09-08 10:07:53.900 | } 2021-09-08 10:07:53.900 | ' /home/ubuntu/devstack/local.conf 2021-09-08 10:07:53.906 | + 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"' 2021-09-08 10:07:53.909 | ++ 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 2021-09-08 10:07:53.941 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:53.944 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT force_config_drive "True"' 2021-09-08 10:07:53.946 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT force_config_drive True 2021-09-08 10:07:53.978 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:53.980 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF glance use_glance_v1 "False"' 2021-09-08 10:07:53.983 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf glance use_glance_v1 False 2021-09-08 10:07:54.016 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.019 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_rate "3"' 2021-09-08 10:07:54.022 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_rate 3 2021-09-08 10:07:54.056 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.059 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_timeout_threshold "600"' 2021-09-08 10:07:54.061 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_timeout_threshold 600 2021-09-08 10:07:54.091 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.093 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_type "password"' 2021-09-08 10:07:54.098 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_type password 2021-09-08 10:07:54.131 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.133 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_url "http://10.222.0.49/identity"' 2021-09-08 10:07:54.136 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.49/identity 2021-09-08 10:07:54.168 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.171 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement username "placement"' 2021-09-08 10:07:54.174 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement username placement 2021-09-08 10:07:54.208 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.210 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement password "Passw0rd"' 2021-09-08 10:07:54.213 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement password Passw0rd 2021-09-08 10:07:54.248 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.251 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement user_domain_name "Default"' 2021-09-08 10:07:54.254 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement user_domain_name Default 2021-09-08 10:07:54.286 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.288 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_name "service"' 2021-09-08 10:07:54.291 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_name service 2021-09-08 10:07:54.325 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.328 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_domain_name "Default"' 2021-09-08 10:07:54.331 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_domain_name Default 2021-09-08 10:07:54.363 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.366 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement os_region_name "RegionOne"' 2021-09-08 10:07:54.368 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement os_region_name RegionOne 2021-09-08 10:07:54.401 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.404 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-09-08 10:07:54.407 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-09-08 10:07:54.409 | + inc/meta-config:merge_config_group:180 : local dir 2021-09-08 10:07:54.412 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2021-09-08 10:07:54.415 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2021-09-08 10:07:54.418 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2021-09-08 10:07:54.421 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2021-09-08 10:07:54.424 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2021-09-08 10:07:54.429 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2021-09-08 10:07:54.432 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2021-09-08 10:07:54.435 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2021-09-08 10:07:54.437 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-09-08 10:07:54.440 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-09-08 10:07:54.443 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2021-09-08 10:07:54.446 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-09-08 10:07:54.451 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2021-09-08 10:07:54.453 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2021-09-08 10:07:54.457 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2021-09-08 10:07:54.460 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2021-09-08 10:07:54.464 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2021-09-08 10:07:54.464 | BEGIN { 2021-09-08 10:07:54.464 | section = "" 2021-09-08 10:07:54.464 | last_section = "" 2021-09-08 10:07:54.464 | section_count = 0 2021-09-08 10:07:54.464 | } 2021-09-08 10:07:54.464 | /^\[.+\]/ { 2021-09-08 10:07:54.464 | gsub("[][]", "", $1); 2021-09-08 10:07:54.464 | section=$1 2021-09-08 10:07:54.464 | next 2021-09-08 10:07:54.464 | } 2021-09-08 10:07:54.464 | /^ *\#/ { 2021-09-08 10:07:54.464 | next 2021-09-08 10:07:54.464 | } 2021-09-08 10:07:54.464 | /^[^ \t]+/ { 2021-09-08 10:07:54.464 | # get offset of first = in $0 2021-09-08 10:07:54.464 | eq_idx = index($0, "=") 2021-09-08 10:07:54.464 | # extract attr & value from $0 2021-09-08 10:07:54.464 | attr = substr($0, 1, eq_idx - 1) 2021-09-08 10:07:54.464 | value = substr($0, eq_idx + 1) 2021-09-08 10:07:54.465 | # only need to strip trailing whitespace from attr 2021-09-08 10:07:54.465 | sub(/[ \t]*$/, "", attr) 2021-09-08 10:07:54.465 | # need to strip leading & trailing whitespace from value 2021-09-08 10:07:54.465 | sub(/^[ \t]*/, "", value) 2021-09-08 10:07:54.465 | sub(/[ \t]*$/, "", value) 2021-09-08 10:07:54.465 | 2021-09-08 10:07:54.465 | # cfg_attr_count: number of config lines per [section, attr] 2021-09-08 10:07:54.465 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-09-08 10:07:54.465 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-09-08 10:07:54.465 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-09-08 10:07:54.465 | if (! (section, attr) in cfg_attr_count) { 2021-09-08 10:07:54.465 | if (section != last_section) { 2021-09-08 10:07:54.465 | cfg_section[section_count++] = section 2021-09-08 10:07:54.465 | last_section = section 2021-09-08 10:07:54.465 | } 2021-09-08 10:07:54.465 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-09-08 10:07:54.465 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-09-08 10:07:54.465 | 2021-09-08 10:07:54.465 | cfg_attr[section, attr, 0] = value 2021-09-08 10:07:54.465 | cfg_attr_count[section, attr] = 1 2021-09-08 10:07:54.465 | } else { 2021-09-08 10:07:54.465 | lno = cfg_attr_count[section, attr]++ 2021-09-08 10:07:54.465 | cfg_attr[section, attr, lno] = value 2021-09-08 10:07:54.465 | } 2021-09-08 10:07:54.465 | } 2021-09-08 10:07:54.465 | END { 2021-09-08 10:07:54.465 | # Process each section in order 2021-09-08 10:07:54.465 | for (sno = 0; sno < section_count; sno++) { 2021-09-08 10:07:54.465 | section = cfg_section[sno] 2021-09-08 10:07:54.465 | # The ini routines simply append a config item immediately 2021-09-08 10:07:54.465 | # after the section header. To keep the same order as defined 2021-09-08 10:07:54.465 | # in local.conf, invoke the ini routines in the reverse order 2021-09-08 10:07:54.466 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-09-08 10:07:54.466 | attr = cfg_sec_attr_name[sno, attr_no] 2021-09-08 10:07:54.466 | if (cfg_attr_count[section, attr] == 1) 2021-09-08 10:07:54.466 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-09-08 10:07:54.466 | else { 2021-09-08 10:07:54.466 | # For multiline, invoke the ini routines in the reverse order 2021-09-08 10:07:54.466 | count = cfg_attr_count[section, attr] 2021-09-08 10:07:54.466 | print "inidelete " configfile " " section " " attr 2021-09-08 10:07:54.466 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-09-08 10:07:54.466 | for (l = count -2; l >= 0; l--) 2021-09-08 10:07:54.466 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-09-08 10:07:54.466 | } 2021-09-08 10:07:54.466 | } 2021-09-08 10:07:54.466 | } 2021-09-08 10:07:54.466 | } 2021-09-08 10:07:54.466 | ' 2021-09-08 10:07:54.466 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.466 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2021-09-08 10:07:54.467 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2021-09-08 10:07:54.468 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-09-08 10:07:54.471 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-09-08 10:07:54.474 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2021-09-08 10:07:54.477 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-09-08 10:07:54.479 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2021-09-08 10:07:54.482 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2021-09-08 10:07:54.482 | BEGIN { group = "" } 2021-09-08 10:07:54.482 | /^\[\[.+\|.*\]\]/ { 2021-09-08 10:07:54.482 | gsub("[][]", "", $1); 2021-09-08 10:07:54.482 | split($1, a, "|"); 2021-09-08 10:07:54.482 | if (a[1] == matchgroup && a[2] == configfile) { 2021-09-08 10:07:54.482 | group=a[1] 2021-09-08 10:07:54.482 | } else { 2021-09-08 10:07:54.482 | group="" 2021-09-08 10:07:54.482 | } 2021-09-08 10:07:54.482 | next 2021-09-08 10:07:54.482 | } 2021-09-08 10:07:54.482 | { 2021-09-08 10:07:54.483 | if (group != "") 2021-09-08 10:07:54.483 | print $0 2021-09-08 10:07:54.483 | } 2021-09-08 10:07:54.483 | ' /home/ubuntu/devstack/local.conf 2021-09-08 10:07:54.490 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_overflow "50"' 2021-09-08 10:07:54.493 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_overflow 50 2021-09-08 10:07:54.494 | + inc/async:async_inner:64 : rc=0 2021-09-08 10:07:54.524 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.527 | [89350 Async configure_neutron_nova:89350]: finished successfully 2021-09-08 10:07:54.527 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_pool_size "50"' 2021-09-08 10:07:54.529 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_pool_size 50 2021-09-08 10:07:54.559 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.562 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database min_pool_size "5"' 2021-09-08 10:07:54.564 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database min_pool_size 5 2021-09-08 10:07:54.595 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.598 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_rule "100"' 2021-09-08 10:07:54.600 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_rule 100 2021-09-08 10:07:54.629 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.632 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_policy "10"' 2021-09-08 10:07:54.634 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_policy 10 2021-09-08 10:07:54.663 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.666 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall "10"' 2021-09-08 10:07:54.668 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall 10 2021-09-08 10:07:54.697 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.700 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_floatingip "50"' 2021-09-08 10:07:54.702 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_floatingip 50 2021-09-08 10:07:54.732 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.735 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_router "100"' 2021-09-08 10:07:54.737 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_router 100 2021-09-08 10:07:54.767 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.769 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_loadbalancer "100"' 2021-09-08 10:07:54.772 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_loadbalancer 100 2021-09-08 10:07:54.801 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.804 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_pool "100"' 2021-09-08 10:07:54.806 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_pool 100 2021-09-08 10:07:54.836 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.838 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_vip "100"' 2021-09-08 10:07:54.841 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_vip 100 2021-09-08 10:07:54.870 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.873 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group_rule "100"' 2021-09-08 10:07:54.875 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group_rule 100 2021-09-08 10:07:54.904 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.907 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group "100"' 2021-09-08 10:07:54.909 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group 100 2021-09-08 10:07:54.939 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.942 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_port "500"' 2021-09-08 10:07:54.944 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_port 500 2021-09-08 10:07:54.973 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:54.976 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_subnet "100"' 2021-09-08 10:07:54.978 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_subnet 100 2021-09-08 10:07:55.008 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:55.011 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_network "100"' 2021-09-08 10:07:55.013 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_network 100 2021-09-08 10:07:55.042 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:55.045 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-09-08 10:07:55.047 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-09-08 10:07:55.050 | + inc/meta-config:merge_config_group:180 : local dir 2021-09-08 10:07:55.053 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2021-09-08 10:07:55.056 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2021-09-08 10:07:55.059 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2021-09-08 10:07:55.062 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2021-09-08 10:07:55.065 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2021-09-08 10:07:55.070 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2021-09-08 10:07:55.072 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2021-09-08 10:07:55.075 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2021-09-08 10:07:55.077 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-09-08 10:07:55.080 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-09-08 10:07:55.082 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2021-09-08 10:07:55.085 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-09-08 10:07:55.088 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2021-09-08 10:07:55.091 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2021-09-08 10:07:55.094 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2021-09-08 10:07:55.097 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2021-09-08 10:07:55.100 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2021-09-08 10:07:55.101 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:55.101 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2021-09-08 10:07:55.101 | BEGIN { 2021-09-08 10:07:55.101 | section = "" 2021-09-08 10:07:55.102 | last_section = "" 2021-09-08 10:07:55.102 | section_count = 0 2021-09-08 10:07:55.102 | } 2021-09-08 10:07:55.102 | /^\[.+\]/ { 2021-09-08 10:07:55.102 | gsub("[][]", "", $1); 2021-09-08 10:07:55.102 | section=$1 2021-09-08 10:07:55.102 | next 2021-09-08 10:07:55.102 | } 2021-09-08 10:07:55.102 | /^ *\#/ { 2021-09-08 10:07:55.102 | next 2021-09-08 10:07:55.102 | } 2021-09-08 10:07:55.102 | /^[^ \t]+/ { 2021-09-08 10:07:55.102 | # get offset of first = in $0 2021-09-08 10:07:55.102 | eq_idx = index($0, "=") 2021-09-08 10:07:55.102 | # extract attr & value from $0 2021-09-08 10:07:55.102 | attr = substr($0, 1, eq_idx - 1) 2021-09-08 10:07:55.102 | value = substr($0, eq_idx + 1) 2021-09-08 10:07:55.102 | # only need to strip trailing whitespace from attr 2021-09-08 10:07:55.102 | sub(/[ \t]*$/, "", attr) 2021-09-08 10:07:55.102 | # need to strip leading & trailing whitespace from value 2021-09-08 10:07:55.102 | sub(/^[ \t]*/, "", value) 2021-09-08 10:07:55.102 | sub(/[ \t]*$/, "", value) 2021-09-08 10:07:55.102 | 2021-09-08 10:07:55.102 | # cfg_attr_count: number of config lines per [section, attr] 2021-09-08 10:07:55.102 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-09-08 10:07:55.102 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-09-08 10:07:55.102 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-09-08 10:07:55.102 | if (! (section, attr) in cfg_attr_count) { 2021-09-08 10:07:55.102 | if (section != last_section) { 2021-09-08 10:07:55.102 | cfg_section[section_count++] = section 2021-09-08 10:07:55.102 | last_section = section 2021-09-08 10:07:55.103 | } 2021-09-08 10:07:55.103 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-09-08 10:07:55.103 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-09-08 10:07:55.103 | 2021-09-08 10:07:55.103 | cfg_attr[section, attr, 0] = value 2021-09-08 10:07:55.103 | cfg_attr_count[section, attr] = 1 2021-09-08 10:07:55.103 | } else { 2021-09-08 10:07:55.103 | lno = cfg_attr_count[section, attr]++ 2021-09-08 10:07:55.103 | cfg_attr[section, attr, lno] = value 2021-09-08 10:07:55.103 | } 2021-09-08 10:07:55.103 | } 2021-09-08 10:07:55.103 | END { 2021-09-08 10:07:55.103 | # Process each section in order 2021-09-08 10:07:55.103 | for (sno = 0; sno < section_count; sno++) { 2021-09-08 10:07:55.103 | section = cfg_section[sno] 2021-09-08 10:07:55.103 | # The ini routines simply append a config item immediately 2021-09-08 10:07:55.103 | # after the section header. To keep the same order as defined 2021-09-08 10:07:55.103 | # in local.conf, invoke the ini routines in the reverse order 2021-09-08 10:07:55.103 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-09-08 10:07:55.103 | attr = cfg_sec_attr_name[sno, attr_no] 2021-09-08 10:07:55.103 | if (cfg_attr_count[section, attr] == 1) 2021-09-08 10:07:55.103 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-09-08 10:07:55.103 | else { 2021-09-08 10:07:55.103 | # For multiline, invoke the ini routines in the reverse order 2021-09-08 10:07:55.103 | count = cfg_attr_count[section, attr] 2021-09-08 10:07:55.103 | print "inidelete " configfile " " section " " attr 2021-09-08 10:07:55.103 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-09-08 10:07:55.103 | for (l = count -2; l >= 0; l--) 2021-09-08 10:07:55.103 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-09-08 10:07:55.103 | } 2021-09-08 10:07:55.103 | } 2021-09-08 10:07:55.103 | } 2021-09-08 10:07:55.103 | } 2021-09-08 10:07:55.103 | ' 2021-09-08 10:07:55.104 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-09-08 10:07:55.104 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2021-09-08 10:07:55.105 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-09-08 10:07:55.108 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2021-09-08 10:07:55.110 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-09-08 10:07:55.113 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2021-09-08 10:07:55.116 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2021-09-08 10:07:55.116 | BEGIN { group = "" } 2021-09-08 10:07:55.116 | /^\[\[.+\|.*\]\]/ { 2021-09-08 10:07:55.116 | gsub("[][]", "", $1); 2021-09-08 10:07:55.116 | split($1, a, "|"); 2021-09-08 10:07:55.116 | if (a[1] == matchgroup && a[2] == configfile) { 2021-09-08 10:07:55.116 | group=a[1] 2021-09-08 10:07:55.116 | } else { 2021-09-08 10:07:55.116 | group="" 2021-09-08 10:07:55.116 | } 2021-09-08 10:07:55.116 | next 2021-09-08 10:07:55.116 | } 2021-09-08 10:07:55.116 | { 2021-09-08 10:07:55.116 | if (group != "") 2021-09-08 10:07:55.116 | print $0 2021-09-08 10:07:55.116 | } 2021-09-08 10:07:55.116 | ' /home/ubuntu/devstack/local.conf 2021-09-08 10:07:55.122 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_type "default"' 2021-09-08 10:07:55.124 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type default 2021-09-08 10:07:55.153 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:55.156 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 image_volume_cache_enabled "False"' 2021-09-08 10:07:55.158 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled False 2021-09-08 10:07:55.188 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:55.191 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_max_over_subscription_ratio "40.0"' 2021-09-08 10:07:55.193 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_max_over_subscription_ratio 40.0 2021-09-08 10:07:55.222 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:55.224 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backup_gigabytes "1000"' 2021-09-08 10:07:55.227 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backup_gigabytes 1000 2021-09-08 10:07:55.255 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:55.258 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backups "10"' 2021-09-08 10:07:55.260 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2021-09-08 10:07:55.288 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:55.291 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_gigabytes "1000"' 2021-09-08 10:07:55.293 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_gigabytes 1000 2021-09-08 10:07:55.321 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:55.324 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_snapshots "10"' 2021-09-08 10:07:55.326 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2021-09-08 10:07:55.359 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:55.361 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_volumes "10"' 2021-09-08 10:07:55.364 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2021-09-08 10:07:55.392 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:55.395 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-09-08 10:07:55.397 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-09-08 10:07:55.400 | + inc/meta-config:merge_config_group:180 : local dir 2021-09-08 10:07:55.403 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2021-09-08 10:07:55.406 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2021-09-08 10:07:55.409 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-09-08 10:07:55.412 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2021-09-08 10:07:55.415 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2021-09-08 10:07:55.419 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2021-09-08 10:07:55.422 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2021-09-08 10:07:55.425 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2021-09-08 10:07:55.427 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-09-08 10:07:55.430 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-09-08 10:07:55.432 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2021-09-08 10:07:55.435 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-09-08 10:07:55.438 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2021-09-08 10:07:55.441 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2021-09-08 10:07:55.444 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-09-08 10:07:55.446 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2021-09-08 10:07:55.449 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2021-09-08 10:07:55.450 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2021-09-08 10:07:55.450 | BEGIN { 2021-09-08 10:07:55.450 | section = "" 2021-09-08 10:07:55.451 | last_section = "" 2021-09-08 10:07:55.451 | section_count = 0 2021-09-08 10:07:55.451 | } 2021-09-08 10:07:55.451 | /^\[.+\]/ { 2021-09-08 10:07:55.451 | gsub("[][]", "", $1); 2021-09-08 10:07:55.451 | section=$1 2021-09-08 10:07:55.451 | next 2021-09-08 10:07:55.451 | } 2021-09-08 10:07:55.451 | /^ *\#/ { 2021-09-08 10:07:55.451 | next 2021-09-08 10:07:55.451 | } 2021-09-08 10:07:55.451 | /^[^ \t]+/ { 2021-09-08 10:07:55.451 | # get offset of first = in $0 2021-09-08 10:07:55.451 | eq_idx = index($0, "=") 2021-09-08 10:07:55.451 | # extract attr & value from $0 2021-09-08 10:07:55.451 | attr = substr($0, 1, eq_idx - 1) 2021-09-08 10:07:55.451 | value = substr($0, eq_idx + 1) 2021-09-08 10:07:55.451 | # only need to strip trailing whitespace from attr 2021-09-08 10:07:55.451 | sub(/[ \t]*$/, "", attr) 2021-09-08 10:07:55.451 | # need to strip leading & trailing whitespace from value 2021-09-08 10:07:55.451 | sub(/^[ \t]*/, "", value) 2021-09-08 10:07:55.451 | sub(/[ \t]*$/, "", value) 2021-09-08 10:07:55.451 | 2021-09-08 10:07:55.451 | # cfg_attr_count: number of config lines per [section, attr] 2021-09-08 10:07:55.451 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-09-08 10:07:55.451 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-09-08 10:07:55.451 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-09-08 10:07:55.451 | if (! (section, attr) in cfg_attr_count) { 2021-09-08 10:07:55.451 | if (section != last_section) { 2021-09-08 10:07:55.451 | cfg_section[section_count++] = section 2021-09-08 10:07:55.451 | last_section = section 2021-09-08 10:07:55.451 | } 2021-09-08 10:07:55.451 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-09-08 10:07:55.451 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-09-08 10:07:55.452 | 2021-09-08 10:07:55.452 | cfg_attr[section, attr, 0] = value 2021-09-08 10:07:55.452 | cfg_attr_count[section, attr] = 1 2021-09-08 10:07:55.452 | } else { 2021-09-08 10:07:55.452 | lno = cfg_attr_count[section, attr]++ 2021-09-08 10:07:55.452 | cfg_attr[section, attr, lno] = value 2021-09-08 10:07:55.452 | } 2021-09-08 10:07:55.452 | } 2021-09-08 10:07:55.452 | END { 2021-09-08 10:07:55.452 | # Process each section in order 2021-09-08 10:07:55.452 | for (sno = 0; sno < section_count; sno++) { 2021-09-08 10:07:55.452 | section = cfg_section[sno] 2021-09-08 10:07:55.452 | # The ini routines simply append a config item immediately 2021-09-08 10:07:55.452 | # after the section header. To keep the same order as defined 2021-09-08 10:07:55.452 | # in local.conf, invoke the ini routines in the reverse order 2021-09-08 10:07:55.452 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-09-08 10:07:55.452 | attr = cfg_sec_attr_name[sno, attr_no] 2021-09-08 10:07:55.452 | if (cfg_attr_count[section, attr] == 1) 2021-09-08 10:07:55.452 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-09-08 10:07:55.452 | else { 2021-09-08 10:07:55.452 | # For multiline, invoke the ini routines in the reverse order 2021-09-08 10:07:55.452 | count = cfg_attr_count[section, attr] 2021-09-08 10:07:55.452 | print "inidelete " configfile " " section " " attr 2021-09-08 10:07:55.452 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-09-08 10:07:55.452 | for (l = count -2; l >= 0; l--) 2021-09-08 10:07:55.452 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-09-08 10:07:55.452 | } 2021-09-08 10:07:55.452 | } 2021-09-08 10:07:55.452 | } 2021-09-08 10:07:55.452 | } 2021-09-08 10:07:55.452 | ' 2021-09-08 10:07:55.452 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:55.453 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2021-09-08 10:07:55.454 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-09-08 10:07:55.457 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-09-08 10:07:55.460 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2021-09-08 10:07:55.462 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-09-08 10:07:55.464 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2021-09-08 10:07:55.467 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2021-09-08 10:07:55.467 | BEGIN { group = "" } 2021-09-08 10:07:55.467 | /^\[\[.+\|.*\]\]/ { 2021-09-08 10:07:55.467 | gsub("[][]", "", $1); 2021-09-08 10:07:55.467 | split($1, a, "|"); 2021-09-08 10:07:55.467 | if (a[1] == matchgroup && a[2] == configfile) { 2021-09-08 10:07:55.467 | group=a[1] 2021-09-08 10:07:55.467 | } else { 2021-09-08 10:07:55.467 | group="" 2021-09-08 10:07:55.467 | } 2021-09-08 10:07:55.467 | next 2021-09-08 10:07:55.467 | } 2021-09-08 10:07:55.467 | { 2021-09-08 10:07:55.467 | if (group != "") 2021-09-08 10:07:55.467 | print $0 2021-09-08 10:07:55.467 | } 2021-09-08 10:07:55.467 | ' /home/ubuntu/devstack/local.conf 2021-09-08 10:07:55.474 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2021-09-08 10:07:55.476 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2021-09-08 10:07:55.507 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:55.510 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ovs of_interface "ovs-ofctl"' 2021-09-08 10:07:55.513 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs of_interface ovs-ofctl 2021-09-08 10:07:55.544 | + inc/meta-config:merge_config_file:164 : read a 2021-09-08 10:07:55.547 | + ./stack.sh:main:1254 : is_service_enabled swift 2021-09-08 10:07:55.566 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:55.569 | + ./stack.sh:main:1255 : echo_summary 'Starting Swift' 2021-09-08 10:07:55.572 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-09-08 10:07:55.574 | + ./stack.sh:echo_summary:432 : echo -e Starting Swift 2021-09-08 10:07:55.577 | + ./stack.sh:main:1256 : start_swift 2021-09-08 10:07:55.580 | + lib/swift:start_swift:776 : restart_service memcached 2021-09-08 10:07:55.583 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-09-08 10:07:55.586 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart memcached 2021-09-08 10:07:55.617 | + lib/swift:start_swift:779 : is_ubuntu 2021-09-08 10:07:55.620 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-09-08 10:07:55.623 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-09-08 10:07:55.625 | + lib/swift:start_swift:780 : sudo /etc/init.d/rsync restart 2021-09-08 10:07:55.676 | Restarting rsync (via systemctl): rsync.service. 2021-09-08 10:07:55.680 | + lib/swift:start_swift:787 : '[' False == True ']' 2021-09-08 10:07:55.683 | + lib/swift:start_swift:806 : [[ 1 == 1 ]] 2021-09-08 10:07:55.685 | + lib/swift:start_swift:807 : local foreground_services type 2021-09-08 10:07:55.688 | + lib/swift:start_swift:809 : foreground_services='object container account' 2021-09-08 10:07:55.691 | + lib/swift:start_swift:810 : for type in ${foreground_services} 2021-09-08 10:07:55.693 | + lib/swift:start_swift:811 : run_process s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-09-08 10:07:55.696 | + functions-common:run_process:1564 : local service=s-object 2021-09-08 10:07:55.698 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-09-08 10:07:55.701 | + functions-common:run_process:1566 : local group= 2021-09-08 10:07:55.703 | + functions-common:run_process:1567 : local user= 2021-09-08 10:07:55.707 | + functions-common:run_process:1569 : local name=s-object 2021-09-08 10:07:55.709 | + functions-common:run_process:1571 : time_start run_process 2021-09-08 10:07:55.712 | + functions-common:time_start:2295 : local name=run_process 2021-09-08 10:07:55.714 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:07:55.716 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:07:55.719 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:07:55.724 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095675722 2021-09-08 10:07:55.727 | + functions-common:run_process:1572 : is_service_enabled s-object 2021-09-08 10:07:55.743 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:55.745 | + functions-common:run_process:1573 : _run_under_systemd s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' '' 2021-09-08 10:07:55.748 | + functions-common:_run_under_systemd:1529 : local service=s-object 2021-09-08 10:07:55.750 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-09-08 10:07:55.753 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-09-08 10:07:55.755 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-09-08 10:07:55.757 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-09-08 10:07:55.760 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ sudo ]] 2021-09-08 10:07:55.762 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ ^/ ]] 2021-09-08 10:07:55.765 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-object.service 2021-09-08 10:07:55.767 | + functions-common:_run_under_systemd:1536 : local group= 2021-09-08 10:07:55.770 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-09-08 10:07:55.772 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ uwsgi ]] 2021-09-08 10:07:55.775 | + 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 2021-09-08 10:07:55.777 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-object.service 2021-09-08 10:07:55.779 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-09-08 10:07:55.782 | + functions-common:write_user_unit_file:1448 : local group= 2021-09-08 10:07:55.784 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-09-08 10:07:55.787 | + functions-common:write_user_unit_file:1450 : local extra= 2021-09-08 10:07:55.789 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-09-08 10:07:55.791 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-object.service 2021-09-08 10:07:55.793 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-09-08 10:07:55.797 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-object.service Unit Description 'Devstack devstack@s-object.service' 2021-09-08 10:07:55.858 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service User ubuntu 2021-09-08 10:07:55.919 | + 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' 2021-09-08 10:07:55.969 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service KillMode process 2021-09-08 10:07:56.020 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service TimeoutStopSec 300 2021-09-08 10:07:56.071 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-09-08 10:07:56.121 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-09-08 10:07:56.123 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-object.service Install WantedBy multi-user.target 2021-09-08 10:07:56.186 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-09-08 10:07:56.585 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-object.service 2021-09-08 10:07:56.599 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-object.service → /etc/systemd/system/devstack@s-object.service. 2021-09-08 10:07:56.979 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-object.service 2021-09-08 10:07:57.005 | + functions-common:run_process:1575 : time_stop run_process 2021-09-08 10:07:57.008 | + functions-common:time_stop:2309 : local name 2021-09-08 10:07:57.010 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:07:57.012 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:07:57.015 | + functions-common:time_stop:2312 : local total 2021-09-08 10:07:57.017 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:07:57.020 | + functions-common:time_stop:2315 : name=run_process 2021-09-08 10:07:57.022 | + functions-common:time_stop:2316 : start_time=1631095675722 2021-09-08 10:07:57.025 | + functions-common:time_stop:2318 : [[ -z 1631095675722 ]] 2021-09-08 10:07:57.028 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:07:57.032 | + functions-common:time_stop:2321 : end_time=1631095677030 2021-09-08 10:07:57.035 | + functions-common:time_stop:2322 : elapsed_time=1308 2021-09-08 10:07:57.037 | + functions-common:time_stop:2323 : total=3094 2021-09-08 10:07:57.040 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:07:57.042 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=4402 2021-09-08 10:07:57.045 | + lib/swift:start_swift:810 : for type in ${foreground_services} 2021-09-08 10:07:57.047 | + lib/swift:start_swift:811 : run_process s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-09-08 10:07:57.050 | + functions-common:run_process:1564 : local service=s-container 2021-09-08 10:07:57.052 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-09-08 10:07:57.055 | + functions-common:run_process:1566 : local group= 2021-09-08 10:07:57.057 | + functions-common:run_process:1567 : local user= 2021-09-08 10:07:57.060 | + functions-common:run_process:1569 : local name=s-container 2021-09-08 10:07:57.062 | + functions-common:run_process:1571 : time_start run_process 2021-09-08 10:07:57.064 | + functions-common:time_start:2295 : local name=run_process 2021-09-08 10:07:57.067 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:07:57.069 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:07:57.072 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:07:57.076 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095677074 2021-09-08 10:07:57.079 | + functions-common:run_process:1572 : is_service_enabled s-container 2021-09-08 10:07:57.097 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:57.100 | + functions-common:run_process:1573 : _run_under_systemd s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' '' 2021-09-08 10:07:57.102 | + functions-common:_run_under_systemd:1529 : local service=s-container 2021-09-08 10:07:57.105 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-09-08 10:07:57.107 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-09-08 10:07:57.109 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-09-08 10:07:57.112 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-09-08 10:07:57.114 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ sudo ]] 2021-09-08 10:07:57.117 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ ^/ ]] 2021-09-08 10:07:57.119 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-container.service 2021-09-08 10:07:57.122 | + functions-common:_run_under_systemd:1536 : local group= 2021-09-08 10:07:57.124 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-09-08 10:07:57.127 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ uwsgi ]] 2021-09-08 10:07:57.129 | + 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 2021-09-08 10:07:57.132 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-container.service 2021-09-08 10:07:57.134 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-09-08 10:07:57.136 | + functions-common:write_user_unit_file:1448 : local group= 2021-09-08 10:07:57.139 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-09-08 10:07:57.141 | + functions-common:write_user_unit_file:1450 : local extra= 2021-09-08 10:07:57.144 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-09-08 10:07:57.147 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-container.service 2021-09-08 10:07:57.149 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-09-08 10:07:57.154 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-container.service Unit Description 'Devstack devstack@s-container.service' 2021-09-08 10:07:57.216 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service User ubuntu 2021-09-08 10:07:57.280 | + 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' 2021-09-08 10:07:57.335 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service KillMode process 2021-09-08 10:07:57.389 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service TimeoutStopSec 300 2021-09-08 10:07:57.440 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-09-08 10:07:57.494 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-09-08 10:07:57.496 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-container.service Install WantedBy multi-user.target 2021-09-08 10:07:57.568 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-09-08 10:07:57.972 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-container.service 2021-09-08 10:07:57.985 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container.service → /etc/systemd/system/devstack@s-container.service. 2021-09-08 10:07:58.386 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-container.service 2021-09-08 10:07:58.412 | + functions-common:run_process:1575 : time_stop run_process 2021-09-08 10:07:58.415 | + functions-common:time_stop:2309 : local name 2021-09-08 10:07:58.417 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:07:58.420 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:07:58.422 | + functions-common:time_stop:2312 : local total 2021-09-08 10:07:58.425 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:07:58.427 | + functions-common:time_stop:2315 : name=run_process 2021-09-08 10:07:58.429 | + functions-common:time_stop:2316 : start_time=1631095677074 2021-09-08 10:07:58.432 | + functions-common:time_stop:2318 : [[ -z 1631095677074 ]] 2021-09-08 10:07:58.435 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:07:58.440 | + functions-common:time_stop:2321 : end_time=1631095678437 2021-09-08 10:07:58.443 | + functions-common:time_stop:2322 : elapsed_time=1363 2021-09-08 10:07:58.445 | + functions-common:time_stop:2323 : total=4402 2021-09-08 10:07:58.448 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:07:58.450 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=5765 2021-09-08 10:07:58.453 | + lib/swift:start_swift:810 : for type in ${foreground_services} 2021-09-08 10:07:58.456 | + lib/swift:start_swift:811 : run_process s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-09-08 10:07:58.458 | + functions-common:run_process:1564 : local service=s-account 2021-09-08 10:07:58.461 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-09-08 10:07:58.463 | + functions-common:run_process:1566 : local group= 2021-09-08 10:07:58.466 | + functions-common:run_process:1567 : local user= 2021-09-08 10:07:58.468 | + functions-common:run_process:1569 : local name=s-account 2021-09-08 10:07:58.471 | + functions-common:run_process:1571 : time_start run_process 2021-09-08 10:07:58.474 | + functions-common:time_start:2295 : local name=run_process 2021-09-08 10:07:58.476 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:07:58.479 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:07:58.482 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:07:58.487 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095678484 2021-09-08 10:07:58.491 | + functions-common:run_process:1572 : is_service_enabled s-account 2021-09-08 10:07:58.521 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:58.524 | + functions-common:run_process:1573 : _run_under_systemd s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' '' 2021-09-08 10:07:58.527 | + functions-common:_run_under_systemd:1529 : local service=s-account 2021-09-08 10:07:58.530 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-09-08 10:07:58.533 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-09-08 10:07:58.537 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-09-08 10:07:58.539 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-09-08 10:07:58.542 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ sudo ]] 2021-09-08 10:07:58.545 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ ^/ ]] 2021-09-08 10:07:58.550 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-account.service 2021-09-08 10:07:58.553 | + functions-common:_run_under_systemd:1536 : local group= 2021-09-08 10:07:58.556 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-09-08 10:07:58.559 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ uwsgi ]] 2021-09-08 10:07:58.562 | + 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 2021-09-08 10:07:58.566 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-account.service 2021-09-08 10:07:58.570 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-09-08 10:07:58.573 | + functions-common:write_user_unit_file:1448 : local group= 2021-09-08 10:07:58.576 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-09-08 10:07:58.578 | + functions-common:write_user_unit_file:1450 : local extra= 2021-09-08 10:07:58.581 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-09-08 10:07:58.584 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-account.service 2021-09-08 10:07:58.587 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-09-08 10:07:58.591 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-account.service Unit Description 'Devstack devstack@s-account.service' 2021-09-08 10:07:58.654 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service User ubuntu 2021-09-08 10:07:58.727 | + 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' 2021-09-08 10:07:58.782 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service KillMode process 2021-09-08 10:07:58.833 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service TimeoutStopSec 300 2021-09-08 10:07:58.884 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-09-08 10:07:58.935 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-09-08 10:07:58.937 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-account.service Install WantedBy multi-user.target 2021-09-08 10:07:58.999 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-09-08 10:07:59.402 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-account.service 2021-09-08 10:07:59.417 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-account.service → /etc/systemd/system/devstack@s-account.service. 2021-09-08 10:07:59.821 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-account.service 2021-09-08 10:07:59.844 | + functions-common:run_process:1575 : time_stop run_process 2021-09-08 10:07:59.848 | + functions-common:time_stop:2309 : local name 2021-09-08 10:07:59.851 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:07:59.853 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:07:59.856 | + functions-common:time_stop:2312 : local total 2021-09-08 10:07:59.858 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:07:59.861 | + functions-common:time_stop:2315 : name=run_process 2021-09-08 10:07:59.863 | + functions-common:time_stop:2316 : start_time=1631095678484 2021-09-08 10:07:59.866 | + functions-common:time_stop:2318 : [[ -z 1631095678484 ]] 2021-09-08 10:07:59.869 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:07:59.873 | + functions-common:time_stop:2321 : end_time=1631095679871 2021-09-08 10:07:59.876 | + functions-common:time_stop:2322 : elapsed_time=1387 2021-09-08 10:07:59.878 | + functions-common:time_stop:2323 : total=5765 2021-09-08 10:07:59.881 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:07:59.883 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=7152 2021-09-08 10:07:59.885 | + lib/swift:start_swift:814 : [[ False == \T\r\u\e ]] 2021-09-08 10:07:59.888 | + lib/swift:start_swift:819 : enable_service s-container-sync 2021-09-08 10:07:59.938 | + lib/swift:start_swift:820 : run_process s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-09-08 10:07:59.940 | + functions-common:run_process:1564 : local service=s-container-sync 2021-09-08 10:07:59.943 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-09-08 10:07:59.945 | + functions-common:run_process:1566 : local group= 2021-09-08 10:07:59.948 | + functions-common:run_process:1567 : local user= 2021-09-08 10:07:59.950 | + functions-common:run_process:1569 : local name=s-container-sync 2021-09-08 10:07:59.953 | + functions-common:run_process:1571 : time_start run_process 2021-09-08 10:07:59.955 | + functions-common:time_start:2295 : local name=run_process 2021-09-08 10:07:59.958 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:07:59.960 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:07:59.964 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:07:59.968 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095679965 2021-09-08 10:07:59.972 | + functions-common:run_process:1572 : is_service_enabled s-container-sync 2021-09-08 10:07:59.990 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:07:59.992 | + functions-common:run_process:1573 : _run_under_systemd s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' '' 2021-09-08 10:07:59.995 | + functions-common:_run_under_systemd:1529 : local service=s-container-sync 2021-09-08 10:07:59.997 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-09-08 10:08:00.000 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-09-08 10:08:00.002 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-09-08 10:08:00.005 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-09-08 10:08:00.007 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ sudo ]] 2021-09-08 10:08:00.010 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ ^/ ]] 2021-09-08 10:08:00.012 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-container-sync.service 2021-09-08 10:08:00.015 | + functions-common:_run_under_systemd:1536 : local group= 2021-09-08 10:08:00.017 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-09-08 10:08:00.020 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ uwsgi ]] 2021-09-08 10:08:00.023 | + 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 2021-09-08 10:08:00.025 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-container-sync.service 2021-09-08 10:08:00.027 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-09-08 10:08:00.030 | + functions-common:write_user_unit_file:1448 : local group= 2021-09-08 10:08:00.032 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-09-08 10:08:00.035 | + functions-common:write_user_unit_file:1450 : local extra= 2021-09-08 10:08:00.037 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-09-08 10:08:00.039 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-container-sync.service 2021-09-08 10:08:00.042 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-09-08 10:08:00.046 | + 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' 2021-09-08 10:08:00.107 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service User ubuntu 2021-09-08 10:08:00.168 | + 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' 2021-09-08 10:08:00.225 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service KillMode process 2021-09-08 10:08:00.276 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service TimeoutStopSec 300 2021-09-08 10:08:00.328 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-09-08 10:08:00.379 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-09-08 10:08:00.382 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Install WantedBy multi-user.target 2021-09-08 10:08:00.443 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-09-08 10:08:00.841 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-container-sync.service 2021-09-08 10:08:00.855 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container-sync.service → /etc/systemd/system/devstack@s-container-sync.service. 2021-09-08 10:08:01.251 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-container-sync.service 2021-09-08 10:08:01.277 | + functions-common:run_process:1575 : time_stop run_process 2021-09-08 10:08:01.279 | + functions-common:time_stop:2309 : local name 2021-09-08 10:08:01.282 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:08:01.285 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:08:01.287 | + functions-common:time_stop:2312 : local total 2021-09-08 10:08:01.290 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:08:01.292 | + functions-common:time_stop:2315 : name=run_process 2021-09-08 10:08:01.295 | + functions-common:time_stop:2316 : start_time=1631095679965 2021-09-08 10:08:01.297 | + functions-common:time_stop:2318 : [[ -z 1631095679965 ]] 2021-09-08 10:08:01.301 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:08:01.305 | + functions-common:time_stop:2321 : end_time=1631095681303 2021-09-08 10:08:01.308 | + functions-common:time_stop:2322 : elapsed_time=1338 2021-09-08 10:08:01.310 | + functions-common:time_stop:2323 : total=7152 2021-09-08 10:08:01.313 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:08:01.315 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=8490 2021-09-08 10:08:01.318 | + lib/swift:start_swift:827 : is_service_enabled tls-proxy 2021-09-08 10:08:01.336 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:08:01.338 | + lib/swift:start_swift:831 : run_process s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-09-08 10:08:01.340 | + functions-common:run_process:1564 : local service=s-proxy 2021-09-08 10:08:01.343 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-09-08 10:08:01.345 | + functions-common:run_process:1566 : local group= 2021-09-08 10:08:01.348 | + functions-common:run_process:1567 : local user= 2021-09-08 10:08:01.350 | + functions-common:run_process:1569 : local name=s-proxy 2021-09-08 10:08:01.353 | + functions-common:run_process:1571 : time_start run_process 2021-09-08 10:08:01.355 | + functions-common:time_start:2295 : local name=run_process 2021-09-08 10:08:01.358 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:08:01.360 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:08:01.364 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:08:01.368 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095681366 2021-09-08 10:08:01.371 | + functions-common:run_process:1572 : is_service_enabled s-proxy 2021-09-08 10:08:01.388 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:08:01.390 | + functions-common:run_process:1573 : _run_under_systemd s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' '' 2021-09-08 10:08:01.393 | + functions-common:_run_under_systemd:1529 : local service=s-proxy 2021-09-08 10:08:01.395 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-09-08 10:08:01.398 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-09-08 10:08:01.400 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-09-08 10:08:01.403 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-09-08 10:08:01.405 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ sudo ]] 2021-09-08 10:08:01.408 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ ^/ ]] 2021-09-08 10:08:01.411 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-proxy.service 2021-09-08 10:08:01.413 | + functions-common:_run_under_systemd:1536 : local group= 2021-09-08 10:08:01.415 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-09-08 10:08:01.418 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ uwsgi ]] 2021-09-08 10:08:01.420 | + 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 2021-09-08 10:08:01.423 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-proxy.service 2021-09-08 10:08:01.426 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-09-08 10:08:01.428 | + functions-common:write_user_unit_file:1448 : local group= 2021-09-08 10:08:01.431 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-09-08 10:08:01.433 | + functions-common:write_user_unit_file:1450 : local extra= 2021-09-08 10:08:01.435 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-09-08 10:08:01.438 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-proxy.service 2021-09-08 10:08:01.440 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-09-08 10:08:01.445 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Unit Description 'Devstack devstack@s-proxy.service' 2021-09-08 10:08:01.506 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service User ubuntu 2021-09-08 10:08:01.568 | + 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' 2021-09-08 10:08:01.622 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service KillMode process 2021-09-08 10:08:01.674 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service TimeoutStopSec 300 2021-09-08 10:08:01.726 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-09-08 10:08:01.778 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-09-08 10:08:01.780 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Install WantedBy multi-user.target 2021-09-08 10:08:01.842 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-09-08 10:08:02.261 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-proxy.service 2021-09-08 10:08:02.275 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-proxy.service → /etc/systemd/system/devstack@s-proxy.service. 2021-09-08 10:08:02.676 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-proxy.service 2021-09-08 10:08:02.697 | + functions-common:run_process:1575 : time_stop run_process 2021-09-08 10:08:02.699 | + functions-common:time_stop:2309 : local name 2021-09-08 10:08:02.702 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:08:02.710 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:08:02.712 | + functions-common:time_stop:2312 : local total 2021-09-08 10:08:02.715 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:08:02.717 | + functions-common:time_stop:2315 : name=run_process 2021-09-08 10:08:02.719 | + functions-common:time_stop:2316 : start_time=1631095681366 2021-09-08 10:08:02.722 | + functions-common:time_stop:2318 : [[ -z 1631095681366 ]] 2021-09-08 10:08:02.725 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:08:02.730 | + functions-common:time_stop:2321 : end_time=1631095682727 2021-09-08 10:08:02.732 | + functions-common:time_stop:2322 : elapsed_time=1361 2021-09-08 10:08:02.735 | + functions-common:time_stop:2323 : total=8490 2021-09-08 10:08:02.737 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:08:02.740 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=9851 2021-09-08 10:08:02.743 | + lib/swift:start_swift:836 : echo 'Waiting for swift proxy to start...' 2021-09-08 10:08:02.743 | Waiting for swift proxy to start... 2021-09-08 10:08:02.745 | + lib/swift:start_swift:837 : wait_for_service 60 http://10.222.0.49:8080/info 2021-09-08 10:08:02.748 | + functions:wait_for_service:457 : local timeout=60 2021-09-08 10:08:02.750 | + functions:wait_for_service:458 : local url=http://10.222.0.49:8080/info 2021-09-08 10:08:02.752 | + functions:wait_for_service:459 : local rval=0 2021-09-08 10:08:02.755 | + functions:wait_for_service:460 : time_start wait_for_service 2021-09-08 10:08:02.757 | + functions-common:time_start:2295 : local name=wait_for_service 2021-09-08 10:08:02.760 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:08:02.762 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:08:02.765 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:08:02.769 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095682767 2021-09-08 10:08:02.772 | + functions:wait_for_service:461 : timeout 60 bash -x 2021-09-08 10:08:02.778 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.49:8080/info 2021-09-08 10:08:02.791 | + :: : [[ 000 == 503 ]] 2021-09-08 10:08:02.792 | + :: : [[ 7 -eq 7 ]] 2021-09-08 10:08:02.793 | + :: : sleep 1 2021-09-08 10:08:03.797 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.49:8080/info 2021-09-08 10:08:03.810 | + :: : [[ 000 == 503 ]] 2021-09-08 10:08:03.811 | + :: : [[ 7 -eq 7 ]] 2021-09-08 10:08:03.812 | + :: : sleep 1 2021-09-08 10:08:04.816 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.49:8080/info 2021-09-08 10:08:04.828 | + :: : [[ 000 == 503 ]] 2021-09-08 10:08:04.830 | + :: : [[ 7 -eq 7 ]] 2021-09-08 10:08:04.832 | + :: : sleep 1 2021-09-08 10:08:05.835 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.49:8080/info 2021-09-08 10:08:05.855 | + :: : [[ 200 == 503 ]] 2021-09-08 10:08:05.857 | + :: : [[ 0 -eq 7 ]] 2021-09-08 10:08:05.860 | + functions:wait_for_service:466 : time_stop wait_for_service 2021-09-08 10:08:05.862 | + functions-common:time_stop:2309 : local name 2021-09-08 10:08:05.865 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:08:05.867 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:08:05.870 | + functions-common:time_stop:2312 : local total 2021-09-08 10:08:05.872 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:08:05.875 | + functions-common:time_stop:2315 : name=wait_for_service 2021-09-08 10:08:05.878 | + functions-common:time_stop:2316 : start_time=1631095682767 2021-09-08 10:08:05.880 | + functions-common:time_stop:2318 : [[ -z 1631095682767 ]] 2021-09-08 10:08:05.883 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:08:05.888 | + functions-common:time_stop:2321 : end_time=1631095685885 2021-09-08 10:08:05.890 | + functions-common:time_stop:2322 : elapsed_time=3118 2021-09-08 10:08:05.893 | + functions-common:time_stop:2323 : total=5825 2021-09-08 10:08:05.896 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:08:05.898 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=8943 2021-09-08 10:08:05.901 | + functions:wait_for_service:467 : return 0 2021-09-08 10:08:05.903 | + lib/swift:start_swift:841 : [[ False == \T\r\u\e ]] 2021-09-08 10:08:05.906 | + ./stack.sh:main:1262 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-09-08 10:08:05.908 | + ./stack.sh:main:1263 : is_service_enabled cinder 2021-09-08 10:08:05.925 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:08:05.928 | + ./stack.sh:main:1264 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-09-08 10:08:05.959 | + ./stack.sh:main:1267 : async_wait configure_neutron_nova 2021-09-08 10:08:06.010 | [11651 Async configure_neutron_nova:89350]: Waiting for completion of configure_neutron_nova running on PID 89350 (2 other jobs running) 2021-09-08 10:08:06.034 | [11651 Async configure_neutron_nova:89350]: Signaling child to exit 2021-09-08 10:08:06.034 | WAKEUP 2021-09-08 10:08:06.057 | [11651 Async configure_neutron_nova:89350]: Signaled 2021-09-08 10:08:06.058 | + lib/neutron:configure_neutron_nova:616 : is_neutron_legacy_enabled 2021-09-08 10:08:06.058 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-09-08 10:08:06.058 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-09-08 10:08:06.059 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-09-08 10:08:06.059 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-09-08 10:08:06.059 | + 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- ]] 2021-09-08 10:08:06.059 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-09-08 10:08:06.059 | + lib/neutron:configure_neutron_nova:618 : create_nova_conf_neutron /etc/nova/nova.conf 2021-09-08 10:08:06.059 | + lib/neutron-legacy:create_nova_conf_neutron:380 : local conf=/etc/nova/nova.conf 2021-09-08 10:08:06.059 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova.conf neutron auth_type password 2021-09-08 10:08:06.059 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova.conf neutron auth_url http://10.222.0.49/identity 2021-09-08 10:08:06.059 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova.conf neutron username neutron 2021-09-08 10:08:06.059 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova.conf neutron password Passw0rd 2021-09-08 10:08:06.059 | + lib/neutron-legacy:create_nova_conf_neutron:385 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2021-09-08 10:08:06.059 | + lib/neutron-legacy:create_nova_conf_neutron:386 : iniset /etc/nova/nova.conf neutron project_name service 2021-09-08 10:08:06.059 | + lib/neutron-legacy:create_nova_conf_neutron:387 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2021-09-08 10:08:06.059 | + lib/neutron-legacy:create_nova_conf_neutron:388 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2021-09-08 10:08:06.059 | + lib/neutron-legacy:create_nova_conf_neutron:389 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2021-09-08 10:08:06.059 | + lib/neutron-legacy:create_nova_conf_neutron:392 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2021-09-08 10:08:06.059 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2021-09-08 10:08:06.059 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2021-09-08 10:08:06.059 | + lib/neutron-legacy:create_nova_conf_neutron:394 : is_service_enabled q-meta 2021-09-08 10:08:06.059 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:08:06.059 | + lib/neutron-legacy:create_nova_conf_neutron:395 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2021-09-08 10:08:06.059 | + lib/neutron-legacy:create_nova_conf_neutron:398 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2021-09-08 10:08:06.059 | + lib/neutron-legacy:create_nova_conf_neutron:399 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2021-09-08 10:08:06.060 | + lib/neutron:configure_neutron_nova:619 : [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2021-09-08 10:08:06.060 | ++ lib/neutron:configure_neutron_nova:620 : seq 1 1 2021-09-08 10:08:06.060 | + lib/neutron:configure_neutron_nova:620 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-09-08 10:08:06.060 | + lib/neutron:configure_neutron_nova:621 : local conf 2021-09-08 10:08:06.060 | ++ lib/neutron:configure_neutron_nova:622 : conductor_conf 1 2021-09-08 10:08:06.060 | ++ lib/nova:conductor_conf:729 : local cell=1 2021-09-08 10:08:06.060 | ++ lib/nova:conductor_conf:730 : echo /etc/nova/nova_cell1.conf 2021-09-08 10:08:06.060 | + lib/neutron:configure_neutron_nova:622 : conf=/etc/nova/nova_cell1.conf 2021-09-08 10:08:06.060 | + lib/neutron:configure_neutron_nova:623 : create_nova_conf_neutron /etc/nova/nova_cell1.conf 2021-09-08 10:08:06.060 | + lib/neutron-legacy:create_nova_conf_neutron:380 : local conf=/etc/nova/nova_cell1.conf 2021-09-08 10:08:06.060 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova_cell1.conf neutron auth_type password 2021-09-08 10:08:06.060 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.222.0.49/identity 2021-09-08 10:08:06.060 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova_cell1.conf neutron username neutron 2021-09-08 10:08:06.060 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova_cell1.conf neutron password Passw0rd 2021-09-08 10:08:06.060 | + lib/neutron-legacy:create_nova_conf_neutron:385 : iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default 2021-09-08 10:08:06.060 | + lib/neutron-legacy:create_nova_conf_neutron:386 : iniset /etc/nova/nova_cell1.conf neutron project_name service 2021-09-08 10:08:06.060 | + lib/neutron-legacy:create_nova_conf_neutron:387 : iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default 2021-09-08 10:08:06.060 | + lib/neutron-legacy:create_nova_conf_neutron:388 : iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone 2021-09-08 10:08:06.060 | + lib/neutron-legacy:create_nova_conf_neutron:389 : iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne 2021-09-08 10:08:06.060 | + lib/neutron-legacy:create_nova_conf_neutron:392 : neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf 2021-09-08 10:08:06.060 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2021-09-08 10:08:06.060 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2021-09-08 10:08:06.060 | + lib/neutron-legacy:create_nova_conf_neutron:394 : is_service_enabled q-meta 2021-09-08 10:08:06.060 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:08:06.060 | + lib/neutron-legacy:create_nova_conf_neutron:395 : iniset /etc/nova/nova_cell1.conf neutron service_metadata_proxy True 2021-09-08 10:08:06.060 | + lib/neutron-legacy:create_nova_conf_neutron:398 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True 2021-09-08 10:08:06.060 | + lib/neutron-legacy:create_nova_conf_neutron:399 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300 2021-09-08 10:08:06.103 | [11651 Async configure_neutron_nova:89350]: finished configure_neutron_nova with result 0 in 0 seconds 2021-09-08 10:08:06.107 | + inc/async:async_wait:197 : return 0 2021-09-08 10:08:06.110 | + ./stack.sh:main:1273 : is_service_enabled nova 2021-09-08 10:08:06.128 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:08:06.130 | + ./stack.sh:main:1274 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-09-08 10:08:06.159 | + ./stack.sh:main:1275 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-09-08 10:08:06.192 | + ./stack.sh:main:1279 : is_service_enabled n-api 2021-09-08 10:08:06.210 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:08:06.213 | + ./stack.sh:main:1280 : echo_summary 'Starting Nova API' 2021-09-08 10:08:06.215 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-09-08 10:08:06.217 | + ./stack.sh:echo_summary:432 : echo -e Starting Nova API 2021-09-08 10:08:06.220 | + ./stack.sh:main:1281 : start_nova_api 2021-09-08 10:08:06.222 | + lib/nova:start_nova_api:855 : local service_port=8774 2021-09-08 10:08:06.225 | + lib/nova:start_nova_api:856 : local service_protocol=http 2021-09-08 10:08:06.227 | + lib/nova:start_nova_api:857 : local nova_url 2021-09-08 10:08:06.230 | + lib/nova:start_nova_api:858 : is_service_enabled tls-proxy 2021-09-08 10:08:06.247 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:08:06.250 | + lib/nova:start_nova_api:864 : 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 2021-09-08 10:08:06.253 | + lib/nova:start_nova_api:865 : 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 2021-09-08 10:08:06.255 | + lib/nova:start_nova_api:865 : 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 2021-09-08 10:08:06.258 | + lib/nova:start_nova_api:867 : '[' True == False ']' 2021-09-08 10:08:06.261 | ++ lib/nova:start_nova_api:875 : which uwsgi 2021-09-08 10:08:06.266 | + lib/nova:start_nova_api:875 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-09-08 10:08:06.268 | + functions-common:run_process:1564 : local service=n-api 2021-09-08 10:08:06.271 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-09-08 10:08:06.273 | + functions-common:run_process:1566 : local group= 2021-09-08 10:08:06.276 | + functions-common:run_process:1567 : local user= 2021-09-08 10:08:06.278 | + functions-common:run_process:1569 : local name=n-api 2021-09-08 10:08:06.281 | + functions-common:run_process:1571 : time_start run_process 2021-09-08 10:08:06.283 | + functions-common:time_start:2295 : local name=run_process 2021-09-08 10:08:06.286 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:08:06.288 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:08:06.291 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:08:06.296 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095686293 2021-09-08 10:08:06.298 | + functions-common:run_process:1572 : is_service_enabled n-api 2021-09-08 10:08:06.315 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:08:06.318 | + functions-common:run_process:1573 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' 2021-09-08 10:08:06.321 | + functions-common:_run_under_systemd:1529 : local service=n-api 2021-09-08 10:08:06.323 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-09-08 10:08:06.326 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-09-08 10:08:06.328 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-09-08 10:08:06.331 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-09-08 10:08:06.334 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2021-09-08 10:08:06.336 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2021-09-08 10:08:06.339 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-api.service 2021-09-08 10:08:06.341 | + functions-common:_run_under_systemd:1536 : local group= 2021-09-08 10:08:06.344 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-09-08 10:08:06.347 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2021-09-08 10:08:06.349 | + 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 2021-09-08 10:08:06.352 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@n-api.service 2021-09-08 10:08:06.354 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-09-08 10:08:06.356 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2021-09-08 10:08:06.358 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2021-09-08 10:08:06.361 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@n-api.service 2021-09-08 10:08:06.363 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2021-09-08 10:08:06.367 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2021-09-08 10:08:06.430 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2021-09-08 10:08:06.491 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu 2021-09-08 10:08:06.542 | + 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' 2021-09-08 10:08:06.594 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-09-08 10:08:06.646 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2021-09-08 10:08:06.697 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2021-09-08 10:08:06.749 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2021-09-08 10:08:06.801 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2021-09-08 10:08:06.852 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2021-09-08 10:08:06.903 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2021-09-08 10:08:06.905 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2021-09-08 10:08:06.967 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2021-09-08 10:08:07.379 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-api.service 2021-09-08 10:08:07.393 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2021-09-08 10:08:07.780 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-api.service 2021-09-08 10:08:07.859 | + functions-common:run_process:1575 : time_stop run_process 2021-09-08 10:08:07.861 | + functions-common:time_stop:2309 : local name 2021-09-08 10:08:07.864 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:08:07.867 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:08:07.870 | + functions-common:time_stop:2312 : local total 2021-09-08 10:08:07.873 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:08:07.875 | + functions-common:time_stop:2315 : name=run_process 2021-09-08 10:08:07.879 | + functions-common:time_stop:2316 : start_time=1631095686293 2021-09-08 10:08:07.881 | + functions-common:time_stop:2318 : [[ -z 1631095686293 ]] 2021-09-08 10:08:07.884 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:08:07.891 | + functions-common:time_stop:2321 : end_time=1631095687886 2021-09-08 10:08:07.894 | + functions-common:time_stop:2322 : elapsed_time=1593 2021-09-08 10:08:07.897 | + functions-common:time_stop:2323 : total=9851 2021-09-08 10:08:07.899 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:08:07.902 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=11444 2021-09-08 10:08:07.904 | + lib/nova:start_nova_api:876 : nova_url=http://10.222.0.49/compute/v2.1/ 2021-09-08 10:08:07.907 | + lib/nova:start_nova_api:879 : echo 'Waiting for nova-api to start...' 2021-09-08 10:08:07.907 | Waiting for nova-api to start... 2021-09-08 10:08:07.909 | + lib/nova:start_nova_api:880 : wait_for_service 60 http://10.222.0.49/compute/v2.1/ 2021-09-08 10:08:07.912 | + functions:wait_for_service:457 : local timeout=60 2021-09-08 10:08:07.914 | + functions:wait_for_service:458 : local url=http://10.222.0.49/compute/v2.1/ 2021-09-08 10:08:07.917 | + functions:wait_for_service:459 : local rval=0 2021-09-08 10:08:07.919 | + functions:wait_for_service:460 : time_start wait_for_service 2021-09-08 10:08:07.922 | + functions-common:time_start:2295 : local name=wait_for_service 2021-09-08 10:08:07.924 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:08:07.927 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:08:07.930 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:08:07.935 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095687932 2021-09-08 10:08:07.938 | + functions:wait_for_service:461 : timeout 60 bash -x 2021-09-08 10:08:07.944 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.49/compute/v2.1/ 2021-09-08 10:08:13.612 | + :: : [[ 200 == 503 ]] 2021-09-08 10:08:13.613 | + :: : [[ 0 -eq 7 ]] 2021-09-08 10:08:13.617 | + functions:wait_for_service:466 : time_stop wait_for_service 2021-09-08 10:08:13.619 | + functions-common:time_stop:2309 : local name 2021-09-08 10:08:13.621 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:08:13.624 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:08:13.627 | + functions-common:time_stop:2312 : local total 2021-09-08 10:08:13.629 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:08:13.631 | + functions-common:time_stop:2315 : name=wait_for_service 2021-09-08 10:08:13.634 | + functions-common:time_stop:2316 : start_time=1631095687932 2021-09-08 10:08:13.636 | + functions-common:time_stop:2318 : [[ -z 1631095687932 ]] 2021-09-08 10:08:13.639 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:08:13.645 | + functions-common:time_stop:2321 : end_time=1631095693641 2021-09-08 10:08:13.647 | + functions-common:time_stop:2322 : elapsed_time=5709 2021-09-08 10:08:13.650 | + functions-common:time_stop:2323 : total=8943 2021-09-08 10:08:13.652 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:08:13.655 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=14652 2021-09-08 10:08:13.657 | + functions:wait_for_service:467 : return 0 2021-09-08 10:08:13.660 | + lib/nova:start_nova_api:884 : 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 2021-09-08 10:08:13.663 | + lib/nova:start_nova_api:884 : 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 2021-09-08 10:08:13.666 | + ./stack.sh:main:1284 : is_service_enabled ovn-controller ovn-controller-vtep 2021-09-08 10:08:13.683 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:08:13.685 | + ./stack.sh:main:1285 : echo_summary 'Starting OVN services' 2021-09-08 10:08:13.688 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-09-08 10:08:13.691 | + ./stack.sh:echo_summary:432 : echo -e Starting OVN services 2021-09-08 10:08:13.693 | + ./stack.sh:main:1286 : start_ovn_services 2021-09-08 10:08:13.696 | + lib/neutron-legacy:start_ovn_services:475 : [[ openvswitch == \o\v\n ]] 2021-09-08 10:08:13.698 | + ./stack.sh:main:1289 : is_service_enabled neutron-api 2021-09-08 10:08:13.716 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:08:13.719 | + ./stack.sh:main:1292 : is_service_enabled q-svc 2021-09-08 10:08:13.736 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:08:13.738 | + ./stack.sh:main:1293 : echo_summary 'Starting Neutron' 2021-09-08 10:08:13.741 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-09-08 10:08:13.743 | + ./stack.sh:echo_summary:432 : echo -e Starting Neutron 2021-09-08 10:08:13.746 | + ./stack.sh:main:1294 : configure_neutron_after_post_config 2021-09-08 10:08:13.748 | + lib/neutron-legacy:configure_neutron_after_post_config:468 : [[ router,neutron.services.metering.metering_plugin.MeteringPlugin != '' ]] 2021-09-08 10:08:13.751 | + lib/neutron-legacy:configure_neutron_after_post_config:469 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router,neutron.services.metering.metering_plugin.MeteringPlugin 2021-09-08 10:08:13.781 | + ./stack.sh:main:1295 : start_neutron_service_and_check 2021-09-08 10:08:13.784 | + lib/neutron-legacy:start_neutron_service_and_check:491 : local service_port=9696 2021-09-08 10:08:13.787 | + lib/neutron-legacy:start_neutron_service_and_check:492 : local service_protocol=http 2021-09-08 10:08:13.789 | + lib/neutron-legacy:start_neutron_service_and_check:493 : local cfg_file_options 2021-09-08 10:08:13.792 | + lib/neutron-legacy:start_neutron_service_and_check:494 : local neutron_url 2021-09-08 10:08:13.795 | ++ lib/neutron-legacy:start_neutron_service_and_check:496 : determine_config_files neutron-server 2021-09-08 10:08:13.798 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2021-09-08 10:08:13.800 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2021-09-08 10:08:13.803 | +++ lib/neutron-legacy:determine_config_files:326 : _determine_config_server 2021-09-08 10:08:13.806 | +++ lib/neutron-legacy:_determine_config_server:294 : [[ '' != '' ]] 2021-09-08 10:08:13.808 | +++ lib/neutron-legacy:_determine_config_server:301 : [[ 0 > 0 ]] 2021-09-08 10:08:13.810 | +++ lib/neutron-legacy:_determine_config_server:308 : local cfg_file 2021-09-08 10:08:13.813 | +++ lib/neutron-legacy:_determine_config_server:309 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-09-08 10:08:13.815 | +++ lib/neutron-legacy:_determine_config_server:313 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-09-08 10:08:13.818 | ++ lib/neutron-legacy:determine_config_files:326 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-09-08 10:08:13.820 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2021-09-08 10:08:13.823 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-09-08 10:08:13.826 | + 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' 2021-09-08 10:08:13.828 | + lib/neutron-legacy:start_neutron_service_and_check:498 : is_service_enabled tls-proxy 2021-09-08 10:08:13.846 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:08:13.849 | + lib/neutron-legacy:start_neutron_service_and_check:503 : '[' False == True ']' 2021-09-08 10:08:13.851 | + 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' 2021-09-08 10:08:13.854 | + functions-common:run_process:1564 : local service=q-svc 2021-09-08 10:08:13.856 | + 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' 2021-09-08 10:08:13.859 | + functions-common:run_process:1566 : local group= 2021-09-08 10:08:13.861 | + functions-common:run_process:1567 : local user= 2021-09-08 10:08:13.864 | + functions-common:run_process:1569 : local name=q-svc 2021-09-08 10:08:13.866 | + functions-common:run_process:1571 : time_start run_process 2021-09-08 10:08:13.869 | + functions-common:time_start:2295 : local name=run_process 2021-09-08 10:08:13.872 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:08:13.874 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:08:13.878 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:08:13.882 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095693879 2021-09-08 10:08:13.885 | + functions-common:run_process:1572 : is_service_enabled q-svc 2021-09-08 10:08:13.901 | + functions-common:is_service_enabled:1965 : return 0 2021-09-08 10:08:13.904 | + 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' '' '' 2021-09-08 10:08:13.906 | + functions-common:_run_under_systemd:1529 : local service=q-svc 2021-09-08 10:08:13.909 | + 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' 2021-09-08 10:08:13.911 | + 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' 2021-09-08 10:08:13.914 | + 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' 2021-09-08 10:08:13.916 | + 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' 2021-09-08 10:08:13.919 | + 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 ]] 2021-09-08 10:08:13.921 | + 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 =~ ^/ ]] 2021-09-08 10:08:13.924 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-svc.service 2021-09-08 10:08:13.926 | + functions-common:_run_under_systemd:1536 : local group= 2021-09-08 10:08:13.929 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-09-08 10:08:13.931 | + 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 ]] 2021-09-08 10:08:13.934 | + 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 2021-09-08 10:08:13.936 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-svc.service 2021-09-08 10:08:13.938 | + 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' 2021-09-08 10:08:13.941 | + functions-common:write_user_unit_file:1448 : local group= 2021-09-08 10:08:13.943 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-09-08 10:08:13.946 | + functions-common:write_user_unit_file:1450 : local extra= 2021-09-08 10:08:13.948 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-09-08 10:08:13.950 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2021-09-08 10:08:13.952 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-09-08 10:08:13.957 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2021-09-08 10:08:14.017 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu 2021-09-08 10:08:14.078 | + 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' 2021-09-08 10:08:14.129 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2021-09-08 10:08:14.181 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2021-09-08 10:08:14.232 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-09-08 10:08:14.285 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-09-08 10:08:14.287 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2021-09-08 10:08:14.348 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-09-08 10:08:14.751 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-svc.service 2021-09-08 10:08:14.765 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2021-09-08 10:08:15.161 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-svc.service 2021-09-08 10:08:15.188 | + functions-common:run_process:1575 : time_stop run_process 2021-09-08 10:08:15.191 | + functions-common:time_stop:2309 : local name 2021-09-08 10:08:15.194 | + functions-common:time_stop:2310 : local end_time 2021-09-08 10:08:15.196 | + functions-common:time_stop:2311 : local elapsed_time 2021-09-08 10:08:15.199 | + functions-common:time_stop:2312 : local total 2021-09-08 10:08:15.201 | + functions-common:time_stop:2313 : local start_time 2021-09-08 10:08:15.204 | + functions-common:time_stop:2315 : name=run_process 2021-09-08 10:08:15.207 | + functions-common:time_stop:2316 : start_time=1631095693879 2021-09-08 10:08:15.210 | + functions-common:time_stop:2318 : [[ -z 1631095693879 ]] 2021-09-08 10:08:15.214 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-09-08 10:08:15.218 | + functions-common:time_stop:2321 : end_time=1631095695215 2021-09-08 10:08:15.222 | + functions-common:time_stop:2322 : elapsed_time=1336 2021-09-08 10:08:15.224 | + functions-common:time_stop:2323 : total=11444 2021-09-08 10:08:15.227 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-09-08 10:08:15.229 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=12780 2021-09-08 10:08:15.232 | + lib/neutron-legacy:start_neutron_service_and_check:511 : neutron_url=http://10.222.0.49:9696 2021-09-08 10:08:15.234 | + lib/neutron-legacy:start_neutron_service_and_check:513 : is_service_enabled tls-proxy 2021-09-08 10:08:15.252 | + functions-common:is_service_enabled:1965 : return 1 2021-09-08 10:08:15.255 | + lib/neutron-legacy:start_neutron_service_and_check:517 : echo 'Waiting for Neutron to start...' 2021-09-08 10:08:15.255 | Waiting for Neutron to start... 2021-09-08 10:08:15.257 | + lib/neutron-legacy:start_neutron_service_and_check:519 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.49:9696' 2021-09-08 10:08:15.259 | + lib/neutron-legacy:start_neutron_service_and_check:520 : test_with_retry 'wget --no-proxy -q -O- http://10.222.0.49:9696' 'Neutron did not start' 60 2021-09-08 10:08:15.262 | + functions-common:test_with_retry:2247 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.49:9696' 2021-09-08 10:08:15.264 | + functions-common:test_with_retry:2248 : local 'failmsg=Neutron did not start' 2021-09-08 10:08:15.267 | + functions-common:test_with_retry:2249 : local until=60 2021-09-08 10:08:15.270 | + functions-common:test_with_retry:2250 : local sleep=0.5 2021-09-08 10:08:15.272 | + functions-common:test_with_retry:2252 : time_start test_with_retry 2021-09-08 10:08:15.274 | + functions-common:time_start:2295 : local name=test_with_retry 2021-09-08 10:08:15.277 | + functions-common:time_start:2296 : local start_time= 2021-09-08 10:08:15.279 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-09-08 10:08:15.282 | ++ functions-common:time_start:2300 : date +%s%3N 2021-09-08 10:08:15.288 | + functions-common:time_start:2300 : _TIME_START[$name]=1631095695285 2021-09-08 10:08:15.290 | + functions-common:test_with_retry:2253 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.222.0.49:9696; do sleep 0.5; done' 2021-09-08 10:09:15.295 | + functions-common:test_with_retry:2254 : die 2254 'Neutron did not start' 2021-09-08 10:09:15.298 | + functions-common:die:198 : local exitcode=0 2021-09-08 10:09:15.300 | [Call Trace] 2021-09-08 10:09:15.300 | ./stack.sh:1295:start_neutron_service_and_check 2021-09-08 10:09:15.300 | /home/ubuntu/devstack/lib/neutron-legacy:520:test_with_retry 2021-09-08 10:09:15.300 | /home/ubuntu/devstack/functions-common:2254:die 2021-09-08 10:09:15.305 | [ERROR] /home/ubuntu/devstack/functions-common:2254 Neutron did not start 2021-09-08 10:09:16.308 | exit_trap: cleaning up child processes 2021-09-08 10:09:16.310 | Error on exit